diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-03 06:51:45 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-03 06:51:45 +0000 |
commit | b76ea8545b2064464c7b86abd9eb1d7cc93269dd (patch) | |
tree | 327bad0a5577c49e7ac5bbe19a5533e0ce13a85a /security/libmcrypt | |
parent | e4cb79274852914222e9288974f1351186e249f4 (diff) | |
download | ports-b76ea8545b2064464c7b86abd9eb1d7cc93269dd.tar.gz ports-b76ea8545b2064464c7b86abd9eb1d7cc93269dd.zip |
Update to 2.4.22
PR: 35499
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=55452
Diffstat (limited to 'security/libmcrypt')
-rw-r--r-- | security/libmcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/libmcrypt/distinfo | 2 | ||||
-rw-r--r-- | security/libmcrypt/files/patch-ltmain.sh | 33 |
3 files changed, 5 insertions, 32 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index b21cd930cdf1..769376327b7a 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libmcrypt -PORTVERSION= 2.4.18 +PORTVERSION= 2.4.22 CATEGORIES= security MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/ diff --git a/security/libmcrypt/distinfo b/security/libmcrypt/distinfo index abb55584a4a2..f8a553e3502e 100644 --- a/security/libmcrypt/distinfo +++ b/security/libmcrypt/distinfo @@ -1 +1 @@ -MD5 (libmcrypt-2.4.18.tar.gz) = 39e201868f319fe569a0953da14e1e6a +MD5 (libmcrypt-2.4.22.tar.gz) = 7e349aeebc4a592d36a28c6e32005a86 diff --git a/security/libmcrypt/files/patch-ltmain.sh b/security/libmcrypt/files/patch-ltmain.sh index 93009a29d79c..45d13f31fc1b 100644 --- a/security/libmcrypt/files/patch-ltmain.sh +++ b/security/libmcrypt/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Tue Nov 13 21:50:10 2001 -+++ ltmain.sh Sat Nov 24 22:47:52 2001 -@@ -953,6 +953,7 @@ +--- ltmain.sh.orig Fri Feb 1 20:23:29 2002 ++++ ltmain.sh Sat Mar 2 15:26:31 2002 +@@ -958,6 +958,7 @@ ;; -avoid-version) @@ -8,30 +8,3 @@ avoid_version=yes continue ;; -@@ -1040,7 +1041,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd* ) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; -@@ -1048,7 +1049,7 @@ - fi - if test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd* ) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2439,7 +2440,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd* ) - # Do not include libc due to us having libc/libc_r. - ;; - *) |