Date: Fri, 30 Jun 2000 20:03:49 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19608: security/gnupg-rsa fix for USA Message-ID: <200006301803.e5UI3nQ25551@net2.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 19608 >Category: ports >Synopsis: security/gnupg-rsa fix for USA >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 30 11:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.0-STABLE i386 >Organization: privat >Environment: USA_RESIDENT to YES >Description: Make will fail fatal as it find no target. >How-To-Repeat: cd /usr/ports/security/gnugg-rsa && make USA_RESIDENT=YES "Makefile", line 35: Unassociated shell command "@${ECHO_MSG}" [...] >Fix: apply the patch diff gnupg-rsa/Makefile gnupg-rsa/Makefile --- gnupg-rsa/Makefile Fri May 12 10:19:03 2000 +++ gnupg-rsa/Makefile Sun May 14 05:39:27 2000 @@ -25,17 +25,14 @@ @${ECHO_MSG} You must set variable USA_RESIDENT to YES, if you are USA resident @${ECHO_MSG} or to NO, if you aren\'t USA resident to build this package @${FALSE} -.endif + +.include <bsd.port.mk> + +.elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == NO DISTFILES= rsa.c idea.c CONTRIB= rsa idea -#EXTRACT_ONLY= -.else - @${ECHO_MSG} - @${ECHO_MSG} rsaref not jet supported - @${FALSE} -.endif .include <bsd.port.pre.mk> @@ -57,3 +54,15 @@ .endfor .include <bsd.port.post.mk> + +.else +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} rsaref is not supported in this port + @${FALSE} + +.include <bsd.port.mk> + +.endif + +.endif diff gnupg-rsa/pkg/COMMENT gnupg-rsa/pkg/COMMENT --- gnupg-rsa/pkg/COMMENT Fri May 12 10:19:03 2000 +++ gnupg-rsa/pkg/COMMENT Sat May 13 10:27:57 2000 @@ -1 +1 @@ -gnupg extensions: rsa idea +Extensions gnupg: rsa idea >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?200006301803.e5UI3nQ25551>