From owner-freebsd-ports Thu Sep 7 23:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D760837B42C for ; Thu, 7 Sep 2000 23:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03212; Thu, 7 Sep 2000 23:20:01 -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 AEBAD37B423 for ; Thu, 7 Sep 2000 23:15:05 -0700 (PDT) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.11.0/8.11.0) with ESMTP id e886DZY08783 for ; Fri, 8 Sep 2000 08:13:36 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.0/8.10.1) id e886D3A55895; Fri, 8 Sep 2000 08:13:03 +0200 (CEST) (envelope-from dm) Message-Id: <200009080613.e886D3A55895@home.dinoex.sub.org> Date: Fri, 8 Sep 2000 08:13:03 +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/21106: fix security/gnupg-rsa USA-RESIDENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 @@ -56,13 +60,5 @@ .include .else -pre-fetch: - @${ECHO_MSG} - @${ECHO_MSG} rsaref is not supported in this port - @${FALSE} - -.include - -.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