Re: FreeBSD Port: mrxvt-0.3.9

2007-08-04 Thread Lars Engels
On Wed, Aug 01, 2007 at 12:28:36PM -0400, David Yeske wrote: > I will look into this. Thank you for informing me of this. > > On 1/19/05, Jan Marek <[EMAIL PROTECTED]> wrote: > > Hello, > > sorry for disturbing, but do You plan to add more updated version of > > this terminal ? I think there's ve

Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports)

2007-08-04 Thread Boris Samorodov
On Fri, 3 Aug 2007 19:38:29 -0400 Kris Kennaway wrote: > On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > > On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > > > Boris Samorodov pe v so 04. 08. 2007 v 01:30 +0400: > > > > > > Seems that running ldconfig while building

HEADSUP: Ports DESTDIR functionality reworked

2007-08-04 Thread Gabor Kovesdan
FYI, the overcomplicated and nearly useless DESTDIR functionality has been rewritten as my SoC 2007 project and the new implementation has been committed into CVS. This one does not require individual ports to be modified, so it is much simpler to use. It utilizes chroot(1) and mount_nullfs(1)

Re: FreeBSD Port: rsyslog-1.17.4

2007-08-04 Thread Andrew Pantyukhin
On 8/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Trying to install rsyslog from ports and getting the following error: > > net.h:72: warning: "struct sockaddr_storage" declared inside parameter list > net.h:72: warning: its scope is only this definition or declaration, which > is probabl

FreeBSD Port: automake-1.9.6_2

2007-08-04 Thread Sergiy Kazakov
Hello, Please check http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2031017+0+current/freebsd-ports-bugs Is this bug? -- Sincerely, Sergiy mailto:[EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.fre

Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports)

2007-08-04 Thread Kris Kennaway
On Sat, Aug 04, 2007 at 03:20:49PM +0400, Boris Samorodov wrote: > On Fri, 3 Aug 2007 19:38:29 -0400 Kris Kennaway wrote: > > On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > > > On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > > > > Boris Samorodov pe v so 04. 08. 20

Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk ports/Tool

2007-08-04 Thread Doug Barton
Gabor Kovesdan wrote: > gabor 2007-08-04 11:37:24 UTC > > FreeBSD ports repository > > Modified files: > .CHANGES UPDATING > Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk > bsd.openssl.mk bsd.port.mk >

Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports)

2007-08-04 Thread Boris Samorodov
On Sat, 4 Aug 2007 12:14:30 -0400 Kris Kennaway wrote: > On Sat, Aug 04, 2007 at 03:20:49PM +0400, Boris Samorodov wrote: > > On Fri, 3 Aug 2007 19:38:29 -0400 Kris Kennaway wrote: > > > On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > > > > On Fri, 03 Aug 2007 23:58:47 +0200 Pav

Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk ports/Tools

2007-08-04 Thread Andrew Pantyukhin
On 8/4/07, Doug Barton <[EMAIL PROTECTED]> wrote: > This is nice work, but it seems to require the attached patch. Without > it I get the following error messages: > > "/usr/ports/Mk/bsd.port.mk", line 1092: Could not find /Mk/bsd.commands.mk > --- bsd.port.mk 4 Aug 2007 11:37:23 - 1.578

Jasper - error - jasper-1.900.1_5 has no origin recorded

2007-08-04 Thread Henry Lenzi
Gents/Dames-- I am in the middle of performing some updates. I ran into a brick wall. Apparenly, jasper is the offender. Here's the output of pkw_info: jakarta-commons-lang-2.1 Jakarta library with helper utilities for the java.lang API jasper-1.900.1_5??? javavmwrapper-2.3 Wrapper script

Out of order line in /usr/ports/MOVED

2007-08-04 Thread Doug Barton
The following line was placed first in the file, instead of in chronological order. Is there a reason that it needs to be first? Thanks, Doug lang/tcl-tk-wrapper||2007-05-31|Replaced by tcl-wrapper and tk-wrapper -- This .signature sanitized for your protection __

HEADS UP for portmaster users: Mandatory upgrade

2007-08-04 Thread Doug Barton
Howdy, The short version is that the DESTDIR changes that were made to ports/Mk/bsd.port.mk today broke the method that portmaster was using to detect variable PORTSDIR and PKG_DBDIR. It's fixed now, but in order to keep using portmaster you must upgrade. You won't be able to use portmaster to do

PORTSDIR use-before-define fix

2007-08-04 Thread Kris Kennaway
Previous DESTDIR commits introduced dereferences of ${PORTSDIR} before it was set (via .include), which broke e.g. portmaster. This diff shuffles some things around to hopefully restore everything to being defined before it is used. It also cleans up some stale cruft. It has only been lightly te