[Midnightbsd-cvs] mports [17542] trunk/devel/subversion: force localbase sqlite check
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 27 09:08:55 EDT 2014
Revision: 17542
http://svnweb.midnightbsd.org/mports/?rev=17542
Author: laffer1
Date: 2014-09-27 09:08:53 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
force localbase sqlite check
Modified Paths:
--------------
trunk/devel/subversion/Makefile
trunk/devel/subversion/Makefile.common
Modified: trunk/devel/subversion/Makefile
===================================================================
--- trunk/devel/subversion/Makefile 2014-09-27 12:22:17 UTC (rev 17541)
+++ trunk/devel/subversion/Makefile 2014-09-27 13:08:53 UTC (rev 17542)
@@ -85,7 +85,6 @@
PLIST_SUB+= TOOLS="@comment "
.endif
-# testsuite will fail until PR156076 is committed
.if ${PORT_OPTIONS:MTEST}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
.endif
Modified: trunk/devel/subversion/Makefile.common
===================================================================
--- trunk/devel/subversion/Makefile.common 2014-09-27 12:22:17 UTC (rev 17541)
+++ trunk/devel/subversion/Makefile.common 2014-09-27 13:08:53 UTC (rev 17542)
@@ -2,7 +2,7 @@
PORTNAME?= subversion
PORTVERSION= 1.8.10
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES+= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
DIST_SUBDIR= subversion18
@@ -16,7 +16,7 @@
CPE_VENDOR= apache
LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+ ${LOCALBASE}/lib/libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
libexpat.so:${PORTSDIR}/textproc/expat2
CONFIGURE_ARGS+= --without-swig \
More information about the Midnightbsd-cvs
mailing list