diff options
author | pat <pat@FreeBSD.org> | 2002-03-03 06:51:45 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-03 06:51:45 +0000 |
commit | 9a18c299ddae07c44112dc4ce02f7f2c03042138 (patch) | |
tree | af48bd479b8a2b0189e228510b921d71ef9ffa28 /security/libmcrypt | |
parent | 32747859f1c533ccdd82cd1f968b0535534b1446 (diff) | |
download | FreeBSD-ports-9a18c299ddae07c44112dc4ce02f7f2c03042138.zip FreeBSD-ports-9a18c299ddae07c44112dc4ce02f7f2c03042138.tar.gz |
Update to 2.4.22
PR: 35499
Submitted by: KATO Tsuguru <tkato@prontomail.com>
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 b21cd93..7693763 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 abb5558..f8a553e 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 93009a2..45d13f3 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. - ;; - *) |