summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-12-15 15:24:05 +0000
committerdrochner <drochner@pkgsrc.org>2011-12-15 15:24:05 +0000
commitd29667f2f9f5f22c1e3bdbd5e90bc735f3d10d25 (patch)
treefbed6b615baf12b5b23eb94fd2db4593a0e32155 /www
parent4b48886caeb93c98cd38d5d49606842127d28058 (diff)
downloadpkgsrc-d29667f2f9f5f22c1e3bdbd5e90bc735f3d10d25.tar.gz
build against pkgsrc neon which is newer than the bundled one,
should fix build error due to neon incompatibility with newer openssl seen in bulk build bump PKGREV
Diffstat (limited to 'www')
-rw-r--r--www/sitecopy/Makefile8
-rw-r--r--www/sitecopy/distinfo3
-rw-r--r--www/sitecopy/patches/patch-ab13
3 files changed, 19 insertions, 5 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 7cd732fc1dc..740ac8a1e13 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2011/04/22 13:45:00 obache Exp $
+# $NetBSD: Makefile,v 1.45 2011/12/15 15:24:05 drochner Exp $
DISTNAME= sitecopy-0.16.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.manyfish.co.uk/sitecopy/
@@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl
-CONFIGURE_ARGS+= --with-included-neon
+#CONFIGURE_ARGS+= --with-included-neon
CONFIGURE_ARGS+= --with-libxml2
# The build process doesn't correctly find the header for GNU fnmatch, which
@@ -32,7 +32,7 @@ pre-build:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/neon/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo
index 3b83da0c927..21d0eea1028 100644
--- a/www/sitecopy/distinfo
+++ b/www/sitecopy/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2010/03/14 21:06:15 gls Exp $
+$NetBSD: distinfo,v 1.9 2011/12/15 15:24:05 drochner Exp $
SHA1 (sitecopy-0.16.6.tar.gz) = 2de3679d98c31331f48ff10e824c615a180f2d3b
RMD160 (sitecopy-0.16.6.tar.gz) = 9e1bb73272e88aa06ebf12323080f23dfe8f7ad8
Size (sitecopy-0.16.6.tar.gz) = 1022265 bytes
SHA1 (patch-aa) = 191f7e417f41fc6c5a140b2df03a01ae54e74120
+SHA1 (patch-ab) = 1c5301ffa91e67bf56933614a08955c9c0c635dc
diff --git a/www/sitecopy/patches/patch-ab b/www/sitecopy/patches/patch-ab
new file mode 100644
index 00000000000..01b7344d6af
--- /dev/null
+++ b/www/sitecopy/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.4 2011/12/15 15:24:05 drochner Exp $
+
+--- configure.orig 2011-03-19 14:55:03.000000000 +0000
++++ configure
+@@ -8456,7 +8456,7 @@ fi
+ echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
+ if test "$ne_cv_lib_neon" = "yes"; then
+ ne_cv_lib_neonver=no
+- for v in 24 25 26 27 28; do
++ for v in 24 25 26 27 28 29; do
+ case $ne_libver in
+ 0.$v.*) ne_cv_lib_neonver=yes ;;
+ esac