Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2001 21:29:07 -0400 (EDT)
From:      Igor Roshchin <str@giganda.komkon.org>
To:        kuriyama@FreeBSD.org, ports@FreeBSD.org
Subject:   gnupg - has a patch that is no longer necessary.
Message-ID:  <200107240129.f6O1T7g66054@giganda.komkon.org>

next in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107240129.f6O1T7g66054>