Re: rsync 5.x breakage

2002-06-18 Thread Oliver Braun
* David O'Brien [EMAIL PROTECTED] [2002-06-18 05:32]: On Sun, Jun 16, 2002 at 02:30:29PM +0200, Oliver Braun wrote: The problem is that sed(1) on -current fails with sed -i.bak file, if file.bak already exists, but perl does not. Please file a PR about this. done Since net/rsync

Re: rsync 5.x breakage

2002-06-16 Thread Oliver Braun
[CC ports@ and current@] * Kris Kennaway [EMAIL PROTECTED] [2002-06-16 13:02]: Looks like the ${REINPLACE_CMD} patch didn't work: http://bento.freebsd.org/errorlogs/5-latest/rsync-2.5.5_1.log Fixed in PR ports/39365. But I am not very happy with that fix. The problem is that sed(1) on

Re: rsync 5.x breakage

2002-06-16 Thread Oliver Braun
* Doug Barton [EMAIL PROTECTED] [2002-06-16 20:20]: Oliver Braun wrote: The problem is that sed(1) on -current fails with sed -i.bak file, if file.bak already exists, but perl does not. Since net/rsync/Makefile uses 3 ${REINPLACE_CMD}s on one file (rsync.h), I have removed the backup

Re: machine/endian.h revision 1.33 breaks port x11-fm/gentoo

2002-05-27 Thread Oliver Braun
* Mike Barcroft [EMAIL PROTECTED] [2002-05-27 01:30]: Niels Chr. Bank-Pedersen [EMAIL PROTECTED] writes: On Sun, May 19, 2002 at 12:32:07AM +0200, Oliver Braun wrote: Hi, I am the ports maintainer of x11-fm/gentoo. Building gentoo dies since revision 1.33 of machine/endian.h

machine/endian.h revision 1.33 breaks port x11-fm/gentoo

2002-05-18 Thread Oliver Braun
Hi, I am the ports maintainer of x11-fm/gentoo. Building gentoo dies since revision 1.33 of machine/endian.h with the following error: In file included from cmdseq.c:18: /usr/include/sys/wait.h:114: duplicate member `w_Filler' /usr/include/sys/wait.h:115: duplicate member `w_Retcode'

Re: bsd.port.mk dependency loop checking patch (Re: Who broke 'make clean' for ports ?)

2002-05-11 Thread Oliver Braun
* Maxim Sobolev [EMAIL PROTECTED] [2002-05-11 15:00]: KOMATSU Shinichiro wrote: (add To: [EMAIL PROTECTED]) From: Garrett Rooney [EMAIL PROTECTED] Subject: Re: Who broke 'make clean' for ports ? Date: Sat, May 11, 2002 at 02:31:32AM JST there's a circular dependency that was

Re: Some ports fail on -current because ${BINOWN} and ${BINGRP} seems to be not defined

2002-05-11 Thread Oliver Braun
* Bill Fenner [EMAIL PROTECTED] [2002-05-11 17:12]: This is presumably fallout from the /usr/share/mk rearrangement, but rev 1.306 of /usr/share/mk/bsd.port.mk should fix this. on my -current box it doesn't. The world was build last Saturday 2002-05-04, including rev 1.306 of

Some ports fail on -current because ${BINOWN} and ${BINGRP} seems to be not defined

2002-05-10 Thread Oliver Braun
Hi, I am currently checking bento's port building errors on -current. I have found some ports, e.g. audio/cam [1], that could not be installed because ${BINOWN} and ${BINGRP} seems to be not defined. They end up with the error: install: -g: Invalid argument coming from things like:

Re: stdout changes break some ports

2002-03-31 Thread Oliver Braun
* Kris Kennaway [EMAIL PROTECTED] [2002-03-31 08:48]: On Sun, Mar 24, 2002 at 05:54:36PM -0800, Kris Kennaway wrote: On Sun, Mar 24, 2002 at 06:43:13PM -0700, M. Warner Losh wrote: : David O'Brien committed a workaround to the clog port yesterday to : move the initializer to main()