diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-03-03 03:46:12 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-03-03 03:46:12 +0800 |
commit | 118eae6f38f2fdabad30ea6ed0f0e3909c167c20 (patch) | |
tree | e4f1507a1ebd12ac0f2dd31e68d0788d47df2a15 /www/neon26 | |
parent | e48e162bbeb91afd5bd6a911293e3414b19fb670 (diff) | |
download | freebsd-ports-gnome-118eae6f38f2fdabad30ea6ed0f0e3909c167c20.tar.gz freebsd-ports-gnome-118eae6f38f2fdabad30ea6ed0f0e3909c167c20.tar.zst freebsd-ports-gnome-118eae6f38f2fdabad30ea6ed0f0e3909c167c20.zip |
Update port to version 0.19.3.
Submitted by: sobomax
Diffstat (limited to 'www/neon26')
-rw-r--r-- | www/neon26/Makefile | 4 | ||||
-rw-r--r-- | www/neon26/distinfo | 2 | ||||
-rw-r--r-- | www/neon26/files/patch-ltmain.sh | 45 | ||||
-rw-r--r-- | www/neon26/pkg-plist | 3 |
4 files changed, 49 insertions, 5 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile index 4b8e5bd944be..88b291047fea 100644 --- a/www/neon26/Makefile +++ b/www/neon26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon -PORTVERSION= 0.18.5 +PORTVERSION= 0.19.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -14,7 +14,7 @@ MAINTAINER= olgeni@FreeBSD.org LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml -.ifndef NO_OPENSSL +.ifndef WITHOUT_OPENSSL USE_OPENSSL= yes .endif diff --git a/www/neon26/distinfo b/www/neon26/distinfo index 9f36ee496de5..755acb42f509 100644 --- a/www/neon26/distinfo +++ b/www/neon26/distinfo @@ -1 +1 @@ -MD5 (neon-0.18.5.tar.gz) = a5e6812bbc94097a58e5c57a9c4572ea +MD5 (neon-0.19.3.tar.gz) = 9dbb8c276e5fc58a707b6e908abdce63 diff --git a/www/neon26/files/patch-ltmain.sh b/www/neon26/files/patch-ltmain.sh new file mode 100644 index 000000000000..91713d2306f8 --- /dev/null +++ b/www/neon26/files/patch-ltmain.sh @@ -0,0 +1,45 @@ + +$FreeBSD$ + +--- ltmain.sh.orig Wed Jan 23 11:38:40 2002 ++++ ltmain.sh Sun Feb 3 01:44:17 2002 +@@ -1037,8 +1037,16 @@ + continue + ;; + ++ -pthread) ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2412,6 +2420,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4179,10 +4190,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/www/neon26/pkg-plist b/www/neon26/pkg-plist index ca4bbc885294..2db28962ac03 100644 --- a/www/neon26/pkg-plist +++ b/www/neon26/pkg-plist @@ -20,9 +20,8 @@ include/neon/ne_redirect.h include/neon/ne_auth.h include/neon/ne_compress.h include/neon/ne_acl.h -lib/libneon.so.18 +lib/libneon.so.19 lib/libneon.so -lib/libneon.la lib/libneon.a %%PORTDOCS%%share/doc/neon/using-neon.txt %%PORTDOCS%%@dirrm share/doc/neon |