From owner-freebsd-ports Mon Jul 23 18:29:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [209.125.17.66]) by hub.freebsd.org (Postfix) with ESMTP id A22D937B40A; Mon, 23 Jul 2001 18:29:07 -0700 (PDT) (envelope-from str@giganda.komkon.org) Received: (from str@localhost) by giganda.komkon.org (8.11.3/8.11.3) id f6O1T7g66054; Mon, 23 Jul 2001 21:29:07 -0400 (EDT) (envelope-from str) Date: Mon, 23 Jul 2001 21:29:07 -0400 (EDT) From: Igor Roshchin Message-Id: <200107240129.f6O1T7g66054@giganda.komkon.org> To: kuriyama@FreeBSD.org, ports@FreeBSD.org Subject: gnupg - has a patch that is no longer necessary. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org gnupg in /usr/ports/security has a patch (patch-misc.c) that is no longer necessary, since it's implemented in the source tarball. Regards, Igor PS. Below is the log of the compilation using the gnupg directory downloaded from ftp.freebsd.org on July 23, 2001, at ~ 9pm EDT that failed to compile as it was. ...ports/security/gnupg#make >> gnupg-1.0.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.gnupg.org/pub/gcrypt/gnupg/. Receiving gnupg-1.0.6.tar.gz (1941676 bytes): 82% 1605632 bytes transferred in 1387.1 seconds (1.13 kBps) fetch: ftp://ftp.gnupg.org/pub/gcrypt/gnupg/gnupg-1.0.6.tar.gz: Undefined error: 0 >> Attempting to fetch from ftp://pgp.iijlab.net/pub/gnupg/. fetch: gnupg-1.0.6.tar.gz: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.dnsbalance.ring.gr.jp/pub/net/gnupg/gnupg/. Receiving gnupg-1.0.6.tar.gz (1941676 bytes): 100% 1941676 bytes transferred in 27.9 seconds (68.00 kBps) ===> Extracting for gnupg-1.0.6_1 >> Checksum OK for gnupg-1.0.6.tar.gz. ===> Patching for gnupg-1.0.6_1 ===> Applying FreeBSD patches for gnupg-1.0.6_1 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to g10/misc.c.rej >> Patch patch-misc.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/security/gnupg. *** Error code 1 Stop in /usr/ports/security/gnupg. *** Error code 1 Stop in /usr/ports/security/gnupg. *** Error code 1 Stop in /usr/ports/security/gnupg. *** Error code 1 Stop in /usr/ports/security/gnupg. ...ports/security/gnupg#less work/gnupg-1.0.6/g10/misc.c.rej *************** *** 225,230 **** || algo == CIPHER_ALGO_CAST5 || algo == CIPHER_ALGO_BLOWFISH || algo == CIPHER_ALGO_TWOFISH ) ; else { --- 225,233 ---- || algo == CIPHER_ALGO_CAST5 || algo == CIPHER_ALGO_BLOWFISH || algo == CIPHER_ALGO_TWOFISH + || algo == CIPHER_ALGO_RIJNDAEL + || algo == CIPHER_ALGO_RIJNDAEL192 + || algo == CIPHER_ALGO_RIJNDAEL256 ) ; else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message