Date: Mon, 19 May 2003 15:40:08 -0700 (PDT) From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51868: fix build on 4.x for net/p5-Net-RawSock Message-ID: <200305192240.h4JMe81P094476@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/51868; it has been noted by GNATS. From: Giorgos Keramidas <keramida@freebsd.org> To: bug-followup@freebsd.org Cc: Subject: Re: ports/51868: fix build on 4.x for net/p5-Net-RawSock Date: Tue, 20 May 2003 01:34:38 +0300 [-- Adding to audit trail --] --- pending/51930 ------------------------------------------------------ : Message-Id: <20030507162821.GK65805@shiva.int.ipv42.net> : Date: Wed, 7 May 2003 18:28:21 +0200 : From: Nicolas Jombart <ecu@ipv42.net> : : On Tue, May 06, 2003 at 04:37:27PM +0200, Erwin Lansing wrote: : > >Description: : > : > - fix build for perl 5.005_03 : > - add missing directories to plist : : Approved. : : How about using REINPLACE ? : : +post-patch: : + @${REINPLACE_CMD} -E -e 's|^our[\ \t]+([\$$@\%][^\ ]+)|use vars qw(\1); \1|;' \ : + -e 's|use warnings;||;' ${WRKSRC}/RawSock.pm --- pending/51943 ------------------------------------------------------ : Message-Id: <20030507221730.GB94067@droso.net> : Date: Thu, 8 May 2003 00:17:30 +0200 : From: Erwin Lansing <erwin@lansing.dk> : : On Wed, May 07, 2003 at 06:28:21PM +0200, Nicolas Jombart wrote: : > On Tue, May 06, 2003 at 04:37:27PM +0200, Erwin Lansing wrote: : > > >Description: : > > : > > - fix build for perl 5.005_03 : > > - add missing directories to plist : > : > Approved. : : Thanks. : > : > How about using REINPLACE ? : > : Why not use perl? :) : It's a perl port, so it already needs perl, so there's no need to use : REINPLACE to avoid using perl. : : Cheers, : -erwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305192240.h4JMe81P094476>