aboutsummaryrefslogtreecommitdiff
path: root/www/litmus
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-02-11 09:42:36 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-02-11 09:42:36 +0000
commitdb072ba4ca94afb7d5adcefa9a2d19b0f13aaf6c (patch)
tree8a8a04fbf3df690f40c1f6205e3a8e94aa825f2b /www/litmus
parent36aaad01012cebfedefba144545799aa6927cc6a (diff)
downloadports-db072ba4ca94afb7d5adcefa9a2d19b0f13aaf6c.tar.gz
ports-db072ba4ca94afb7d5adcefa9a2d19b0f13aaf6c.zip
www/litmus: fix linking with ports neon, krb5
Notes
Notes: svn path=/head/; revision=378826
Diffstat (limited to 'www/litmus')
-rw-r--r--www/litmus/Makefile6
-rw-r--r--www/litmus/files/patch-configure20
2 files changed, 24 insertions, 2 deletions
diff --git a/www/litmus/Makefile b/www/litmus/Makefile
index e19237864c37..f7f3fcb38002 100644
--- a/www/litmus/Makefile
+++ b/www/litmus/Makefile
@@ -2,15 +2,17 @@
PORTNAME= litmus
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/litmus/
MAINTAINER= pi@FreeBSD.org
COMMENT= WebDAV server protocol compliance test suite
-LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon
+LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon \
+ libk5crypto:${PORTSDIR}/security/krb5
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-ssl
+CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local
.include <bsd.port.mk>
diff --git a/www/litmus/files/patch-configure b/www/litmus/files/patch-configure
new file mode 100644
index 000000000000..bec3ff5dff9d
--- /dev/null
+++ b/www/litmus/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig 2011-12-09 11:37:29.000000000 +0100
++++ configure 2015-02-11 10:24:29.000000000 +0100
+@@ -5459,7 +5459,7 @@
+ $as_echo "$ne_cv_lib_neon" >&6; }
+ if test "$ne_cv_lib_neon" = "yes"; then
+ ne_cv_lib_neonver=no
+- for v in 25 26 27 28 29; do
++ for v in 25 26 27 28 29 30; do
+ case $ne_libver in
+ 0.$v.*) ne_cv_lib_neonver=yes ;;
+ esac
+@@ -5788,7 +5788,7 @@
+ $as_echo "$ne_cv_lib_neon" >&6; }
+ if test "$ne_cv_lib_neon" = "yes"; then
+ ne_cv_lib_neonver=no
+- for v in 25 26 27 28 29; do
++ for v in 25 26 27 28 29 30; do
+ case $ne_libver in
+ 0.$v.*) ne_cv_lib_neonver=yes ;;
+ esac