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 version

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 a package

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 probably not

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

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. 2007 v

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 Lucistnik

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