summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-03-02 19:46:12 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-03-02 19:46:12 +0000
commit5ddc21ef53403021aaa42a324dc3cab2ca5a5674 (patch)
tree8d8cb35c8c0f64d9cdd1a8dde6d60443ab876f6d /www
parent* Update to 1.3.3: miscellaneous fixes and improvements. (diff)
Update port to version 0.19.3.
Submitted by: sobomax
Notes
Notes: svn path=/head/; revision=55410
Diffstat (limited to 'www')
-rw-r--r--www/neon/Makefile4
-rw-r--r--www/neon/distinfo2
-rw-r--r--www/neon/files/patch-ltmain.sh45
-rw-r--r--www/neon/pkg-plist3
-rw-r--r--www/neon26/Makefile4
-rw-r--r--www/neon26/distinfo2
-rw-r--r--www/neon26/files/patch-ltmain.sh45
-rw-r--r--www/neon26/pkg-plist3
-rw-r--r--www/neon28/Makefile4
-rw-r--r--www/neon28/distinfo2
-rw-r--r--www/neon28/files/patch-ltmain.sh45
-rw-r--r--www/neon28/pkg-plist3
-rw-r--r--www/neon29/Makefile4
-rw-r--r--www/neon29/distinfo2
-rw-r--r--www/neon29/files/patch-ltmain.sh45
-rw-r--r--www/neon29/pkg-plist3
16 files changed, 196 insertions, 20 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 4b8e5bd944be..88b291047fea 100644
--- a/www/neon/Makefile
+++ b/www/neon/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/neon/distinfo b/www/neon/distinfo
index 9f36ee496de5..755acb42f509 100644
--- a/www/neon/distinfo
+++ b/www/neon/distinfo
@@ -1 +1 @@
-MD5 (neon-0.18.5.tar.gz) = a5e6812bbc94097a58e5c57a9c4572ea
+MD5 (neon-0.19.3.tar.gz) = 9dbb8c276e5fc58a707b6e908abdce63
diff --git a/www/neon/files/patch-ltmain.sh b/www/neon/files/patch-ltmain.sh
new file mode 100644
index 000000000000..91713d2306f8
--- /dev/null
+++ b/www/neon/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/neon/pkg-plist b/www/neon/pkg-plist
index ca4bbc885294..2db28962ac03 100644
--- a/www/neon/pkg-plist
+++ b/www/neon/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
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
diff --git a/www/neon28/Makefile b/www/neon28/Makefile
index 4b8e5bd944be..88b291047fea 100644
--- a/www/neon28/Makefile
+++ b/www/neon28/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/neon28/distinfo b/www/neon28/distinfo
index 9f36ee496de5..755acb42f509 100644
--- a/www/neon28/distinfo
+++ b/www/neon28/distinfo
@@ -1 +1 @@
-MD5 (neon-0.18.5.tar.gz) = a5e6812bbc94097a58e5c57a9c4572ea
+MD5 (neon-0.19.3.tar.gz) = 9dbb8c276e5fc58a707b6e908abdce63
diff --git a/www/neon28/files/patch-ltmain.sh b/www/neon28/files/patch-ltmain.sh
new file mode 100644
index 000000000000..91713d2306f8
--- /dev/null
+++ b/www/neon28/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/neon28/pkg-plist b/www/neon28/pkg-plist
index ca4bbc885294..2db28962ac03 100644
--- a/www/neon28/pkg-plist
+++ b/www/neon28/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
diff --git a/www/neon29/Makefile b/www/neon29/Makefile
index 4b8e5bd944be..88b291047fea 100644
--- a/www/neon29/Makefile
+++ b/www/neon29/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/neon29/distinfo b/www/neon29/distinfo
index 9f36ee496de5..755acb42f509 100644
--- a/www/neon29/distinfo
+++ b/www/neon29/distinfo
@@ -1 +1 @@
-MD5 (neon-0.18.5.tar.gz) = a5e6812bbc94097a58e5c57a9c4572ea
+MD5 (neon-0.19.3.tar.gz) = 9dbb8c276e5fc58a707b6e908abdce63
diff --git a/www/neon29/files/patch-ltmain.sh b/www/neon29/files/patch-ltmain.sh
new file mode 100644
index 000000000000..91713d2306f8
--- /dev/null
+++ b/www/neon29/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/neon29/pkg-plist b/www/neon29/pkg-plist
index ca4bbc885294..2db28962ac03 100644
--- a/www/neon29/pkg-plist
+++ b/www/neon29/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