Bug 51868 - fix build on 4.x for net/p5-Net-RawSock
Summary: fix build on 4.x for net/p5-Net-RawSock
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 15:40 UTC by Erwin Lansing
Modified: 2003-05-19 23:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-RawSock.diff (1.66 KB, patch)
2003-05-06 15:40 UTC, Erwin Lansing
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Lansing 2003-05-06 15:40:19 UTC
- fix build for perl 5.005_03
- add missing directories to plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-05-09 02:02:43 UTC
State Changed
From-To: open->closed

Commited, thanks!
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-05-19 23:34:38 UTC
[-- 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