svn commit: r378826 - in head/www/litmus: . files
Kurt Jaeger
pi at FreeBSD.org
Wed Feb 11 09:42:38 UTC 2015
Author: pi
Date: Wed Feb 11 09:42:36 2015
New Revision: 378826
URL: https://svnweb.freebsd.org/changeset/ports/378826
QAT: https://qat.redports.org/buildarchive/r378826/
Log:
www/litmus: fix linking with ports neon, krb5
Added:
head/www/litmus/files/patch-configure (contents, props changed)
Modified:
head/www/litmus/Makefile
Modified: head/www/litmus/Makefile
==============================================================================
--- head/www/litmus/Makefile Wed Feb 11 09:32:43 2015 (r378825)
+++ head/www/litmus/Makefile Wed Feb 11 09:42:36 2015 (r378826)
@@ -2,15 +2,17 @@
PORTNAME= litmus
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/litmus/
MAINTAINER= pi at 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>
Added: head/www/litmus/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/litmus/files/patch-configure Wed Feb 11 09:42:36 2015 (r378826)
@@ -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
More information about the svn-ports-all
mailing list