Date: Mon, 2 Oct 2000 05:35:29 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21690: fix security/gnupg-rsa USA-RESIDENT (by maintainer) Message-ID: <200010020335.e923ZTL27264@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010020335.e923ZTL27264>