Date: Fri, 5 Feb 1999 13:39:36 +0200 (EET) From: Ruslan Ermilov <ru@ucb.crimea.ua> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9917: security/pgp: extract is broken Message-ID: <199902051139.NAA31257@relay.ucb.crimea.ua>
next in thread | raw e-mail | index | archive | help
>Number: 9917 >Category: ports >Synopsis: security/pgp: extract is broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.0-STABLE i386 >Organization: United Commercial Bank >Environment: USA_RESIDENT=NO >Description: Extract is broken for security/pgp. >How-To-Repeat: # cd /usr/ports/security/pgp # make extract ===> Extracting for pgp-2.6.3ia >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /usr/FreeBSD-CVS/ports/security/pgp/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 1999/02/03 11:11:56 1.22 +++ Makefile 1999/02/05 10:53:10 @@ -76,7 +76,7 @@ PATCHDIR= ${.CURDIR}/patches.non_usa post-extract: - cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ + cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \ rm -f pgp263ii.tar .endif >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for pgp263is.tar.gz. cd /usr/ports/security/pgp/work; /usr/bin/gzip -nf -9 -xf pgp263ii.tar; rm -f p gp263ii.tar /usr/bin/gzip: illegal option -- x usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...] *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902051139.NAA31257>