ports/70806: oinkmaster use tar options incompatible to bsdtar

SANETO Takanori sanewo at ba2.so-net.ne.jp
Sat Aug 28 23:40:20 UTC 2004


The following reply was made to PR ports/70806; it has been noted by GNATS.

From: "SANETO Takanori" <sanewo at ba2.so-net.ne.jp>
To: <freebsd-gnats-submit at FreeBSD.org>
Cc:  
Subject: Re: ports/70806: oinkmaster use tar options incompatible to bsdtar
Date: Sun, 29 Aug 2004 08:36:32 +0900

 Oinkmaster's author (Andreas) kindly accepted the change ("tPF" -> "tf") and
 oinkmaster-1.1 will include it.
 For the time being, following patch will do:
 
 Index: security/oinkmaster/Makefile
 ===================================================================
 RCS file: /export/cvsup/cvs/ports/security/oinkmaster/Makefile,v
 retrieving revision 1.7
 diff -u -u -r1.7 Makefile
 --- security/oinkmaster/Makefile        2 Jul 2004 07:54:15 -0000       1.7
 +++ security/oinkmaster/Makefile        28 Aug 2004 02:50:28 -0000
 @@ -29,6 +29,7 @@
 
  post-patch:
         @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' \
 +               -e 's,"tPf","tf",' \
                 ${WRKSRC}/oinkmaster.pl
 
  do-install:
 
 



More information about the freebsd-ports-bugs mailing list