Date: Fri, 8 Sep 2000 08:13:03 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21106: fix security/gnupg-rsa USA-RESIDENT Message-ID: <200009080613.e886D3A55895@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 21106 >Category: ports >Synopsis: fix security/gnupg-rsa USA-RESIDENT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 07 23:20:01 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 >Fix: apply the patch diff gnupg-rsa/Makefile gnupg-rsa/Makefile --- gnupg-rsa/Makefile Sun Jul 9 15:03:52 2000 +++ gnupg-rsa/Makefile Fri Sep 8 08:09:47 2000 @@ -33,6 +33,10 @@ .if ${USA_RESIDENT} == NO DISTFILES= rsa.c idea.c CONTRIB= rsa idea +.else +DISTFILES= rsa.c +CONTRIB= rsa +.endif .include <bsd.port.pre.mk> @@ -56,13 +60,5 @@ .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 >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?200009080613.e886D3A55895>