summaryrefslogtreecommitdiffstats
path: root/www/neon26
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2002-04-29 09:27:43 +0000
committerroberto <roberto@FreeBSD.org>2002-04-29 09:27:43 +0000
commit18a288167dc8da6e38117dcb04e75a6dc0266b91 (patch)
tree2e2db76a249a6202dd3aa495d91596c3eea4ec39 /www/neon26
parentc6f62ac3f99b90f5eca556f0e08ede6adc2e15a3 (diff)
downloadFreeBSD-ports-18a288167dc8da6e38117dcb04e75a6dc0266b91.zip
FreeBSD-ports-18a288167dc8da6e38117dcb04e75a6dc0266b91.tar.gz
Update to 0.19.4. Now depends on expat instead of libxml.
PR: ports/37494 Submitted by: garrett rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Diffstat (limited to 'www/neon26')
-rw-r--r--www/neon26/Makefile6
-rw-r--r--www/neon26/distinfo2
-rw-r--r--www/neon26/files/patch-configure23
3 files changed, 27 insertions, 4 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile
index 7befc34..964da8f 100644
--- a/www/neon26/Makefile
+++ b/www/neon26/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= neon
-PORTVERSION= 0.19.3
+PORTVERSION= 0.19.4
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
MAINTAINER= rooneg@electricjellyfish.net
-LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat
.ifndef WITHOUT_OPENSSL
USE_OPENSSL= yes
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
--enable-xml \
--enable-shared \
- --with-libxml1
+ --with-expat=${PREFIX}
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= neon-config.1
diff --git a/www/neon26/distinfo b/www/neon26/distinfo
index 755acb4..23a75bc 100644
--- a/www/neon26/distinfo
+++ b/www/neon26/distinfo
@@ -1 +1 @@
-MD5 (neon-0.19.3.tar.gz) = 9dbb8c276e5fc58a707b6e908abdce63
+MD5 (neon-0.19.4.tar.gz) = 66b09cfdcfef0492d2adc6f37f5f4406
diff --git a/www/neon26/files/patch-configure b/www/neon26/files/patch-configure
new file mode 100644
index 0000000..9dd4c21
--- /dev/null
+++ b/www/neon26/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig Fri Apr 26 17:15:20 2002
++++ configure Fri Apr 26 17:15:51 2002
+@@ -10792,7 +10792,7 @@
+ _ACEOF
+
+ fi
+-if test -r "$neon_expat_dir/expat.h"; then
++if test -r "$neon_expat_dir/include/expat.h"; then
+ ne_found_hdr=yes
+
+ cat >>confdefs.h <<\_ACEOF
+@@ -10806,9 +10806,9 @@
+ #define HAVE_EXPAT 1
+ _ACEOF
+
+- CFLAGS="$CFLAGS -I$neon_expat_dir"
++ CFLAGS="$CFLAGS -I$neon_expat_dir/include"
+ if test -z "$neon_using_libtool_expat"; then
+- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat"
++ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat"
+ fi
+ neon_xml_parser_message="expat in $neon_expat_dir"
+ neon_found_parser="yes"
OpenPOWER on IntegriCloud