Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 23:40:20 GMT
From:      "SANETO Takanori" <sanewo@ba2.so-net.ne.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/70806: oinkmaster use tar options incompatible to bsdtar
Message-ID:  <200408282340.i7SNeKRo047115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70806; it has been noted by GNATS.

From: "SANETO Takanori" <sanewo@ba2.so-net.ne.jp>
To: <freebsd-gnats-submit@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:
 
 


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408282340.i7SNeKRo047115>