From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 19 15:40:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DD737B401 for ; Mon, 19 May 2003 15:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5676E43F3F for ; Mon, 19 May 2003 15:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4JMe8Up094477 for ; Mon, 19 May 2003 15:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4JMe81P094476; Mon, 19 May 2003 15:40:08 -0700 (PDT) Date: Mon, 19 May 2003 15:40:08 -0700 (PDT) Message-Id: <200305192240.h4JMe81P094476@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: ports/51868: fix build on 4.x for net/p5-Net-RawSock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 22:40:09 -0000 The following reply was made to PR ports/51868; it has been noted by GNATS. From: Giorgos Keramidas 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 : : 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 : : 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