Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 09:42:37 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378826 - in head/www/litmus: . files
Message-ID:  <201502110942.t1B9gbu3084235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502110942.t1B9gbu3084235>