Date: Sat, 10 Apr 1999 17:05:55 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11059: ports/security/pgp does not extract Message-ID: <199904101505.RAA15962@net2.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 11059 >Category: ports >Synopsis: ports/security/pgp does not extract >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: privat >Environment: export USA_RESIDENT=NO >Description: The archive could no be extracted. >How-To-Repeat: Try to build the port from stable/ports >Fix: Apply this patch diff pgp/Makefile pgp-2.6.3ia-etc/Makefile --- pgp/Makefile Wed Feb 10 08:21:26 1999 +++ pgp-2.6.3ia-etc/Makefile Wed Feb 24 08:50:11 1999 @@ -76,7 +76,7 @@ PATCHDIR= ${.CURDIR}/patches.non_usa post-extract: - cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \ + cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ rm -f pgp263ii.tar .endif >Release-Note: >Audit-Trail: >Unformatted: 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?199904101505.RAA15962>