From owner-freebsd-ports Fri Jun 30 11:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 002AF37C218 for ; Fri, 30 Jun 2000 11:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11570; Fri, 30 Jun 2000 11:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 0437B37C108 for ; Fri, 30 Jun 2000 11:06:35 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.10.1/8.10.1) id e5UI3nQ25551; Fri, 30 Jun 2000 20:03:49 +0200 (CEST) (envelope-from dinoex) Message-Id: <200006301803.e5UI3nQ25551@net2.dinoex.sub.org> Date: Fri, 30 Jun 2000 20:03:49 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19608: security/gnupg-rsa fix for USA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 + +.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 @@ -57,3 +54,15 @@ .endfor .include + +.else +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} rsaref is not supported in this port + @${FALSE} + +.include + +.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