diff options
author | anders <anders@FreeBSD.org> | 2005-03-17 05:14:26 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2005-03-17 05:14:26 +0800 |
commit | dd3298d55f82beb60ef44f71daf27c792822d9a3 (patch) | |
tree | 81fcc0aa348c2536258d9d75e38a6ce1c12f0f09 /net/dante | |
parent | 32a0d8fa830b07e13eb23712f38038c0b57cf8ba (diff) | |
download | freebsd-ports-gnome-dd3298d55f82beb60ef44f71daf27c792822d9a3.tar.gz freebsd-ports-gnome-dd3298d55f82beb60ef44f71daf27c792822d9a3.tar.zst freebsd-ports-gnome-dd3298d55f82beb60ef44f71daf27c792822d9a3.zip |
Update to 1.1.15.
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 3 | ||||
-rw-r--r-- | net/dante/distinfo | 4 | ||||
-rw-r--r-- | net/dante/files/patch-ltmain.sh | 47 |
3 files changed, 6 insertions, 48 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index fe4222f9f594..455ca31a0f18 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dante -PORTVERSION= 1.1.14 -PORTREVISION= 1 +PORTVERSION= 1.1.15 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ diff --git a/net/dante/distinfo b/net/dante/distinfo index 783295cc114d..6008da87e542 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1,2 +1,2 @@ -MD5 (dante-1.1.14.tar.gz) = 465c2c615c1aa64afd328feee97ba007 -SIZE (dante-1.1.14.tar.gz) = 804081 +MD5 (dante-1.1.15.tar.gz) = c737faf4ba6282777070d8c0580c3832 +SIZE (dante-1.1.15.tar.gz) = 839660 diff --git a/net/dante/files/patch-ltmain.sh b/net/dante/files/patch-ltmain.sh index d740de004aed..8eef43cc6ed0 100644 --- a/net/dante/files/patch-ltmain.sh +++ b/net/dante/files/patch-ltmain.sh @@ -1,47 +1,6 @@ ---- ltmain.sh.orig Sun Feb 20 11:57:03 2005 -+++ ltmain.sh Sun Feb 20 12:04:33 2005 -@@ -1052,14 +1052,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1069,6 +1069,13 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes - continue -@@ -2453,6 +2460,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4219,10 +4229,12 @@ +--- ltmain.sh.orig Wed Mar 16 21:57:42 2005 ++++ ltmain.sh Wed Mar 16 21:59:55 2005 +@@ -5540,10 +5540,12 @@ fi # Install the pseudo-library for information purposes. |