From owner-freebsd-ports Sun Oct 1 20:50: 5 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 6893437B503 for ; Sun, 1 Oct 2000 20:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23388; Sun, 1 Oct 2000 20:50: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 CA08037B66C for ; Sun, 1 Oct 2000 20:40:00 -0700 (PDT) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.11.1/8.11.1) with ESMTP id e923bjX07660 for ; Mon, 2 Oct 2000 05:37:45 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.1/8.11.1) id e923ZTL27264; Mon, 2 Oct 2000 05:35:29 +0200 (CEST) (envelope-from dm) Message-Id: <200010020335.e923ZTL27264@home.dinoex.sub.org> Date: Mon, 2 Oct 2000 05:35:29 +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/21690: fix security/gnupg-rsa USA-RESIDENT (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21690 >Category: ports >Synopsis: fix security/gnupg-rsa USA-RESIDENT (by maintainer) >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: Sun Oct 01 20:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.1-STABLE i386 >Organization: privat >Environment: USA_RESIDENT to YES >Description: ..results in a failed attempt to patch idea.c for USA residents. The real problem is not that the patch fails and moves on, but that it prompts the user for a file to patch, having not found idea.c. >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 Thu Sep 28 11:52:37 2000 +++ gnupg-rsa/Makefile Mon Oct 2 05:31:29 2000 @@ -45,7 +45,13 @@ @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} .for i in ${DISTFILES} - ${CP} ${_DISTDIR}/${i} ${WRKSRC}/${i} + @${CP} ${_DISTDIR}/${i} ${WRKSRC}/${i} +.endfor + +do-patch: +.for i in ${CONTRIB} + @${ECHO_MSG} "===> Applying extra patch ${i}.c" + @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/patch-${i}.c .endfor do-build: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message