[Midnightbsd-cvs] mports: Makefile: As an experment, ad gdbm.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 7 12:32:37 EDT 2008
Log Message:
-----------
As an experment, ad gdbm. SVN does not need that but cvs2svn does. If I add a apr-cvs2svn port as i was planning, it would conflict with the apr-svn port needed by subversion itself. Thus assume we can have gdbm in there too.
Modified Files:
--------------
mports/devel/apr-svn:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/apr-svn/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/apr-svn/Makefile -L devel/apr-svn/Makefile -u -r1.1 -r1.2
--- devel/apr-svn/Makefile
+++ devel/apr-svn/Makefile
@@ -5,9 +5,10 @@
# $MidnightBSD$
# $FreeBSD: ports/devel/apr-svn/Makefile,v 1.3 2005/12/09 21:15:48 rodrigc Exp $
+APR_UTIL_WITH_GDBM= yes
APR_UTIL_WITH_BERKELEY_DB= yes
APR_SVN_WITHOUT_THREADS_4= yes
MASTERDIR= ${.CURDIR}/../apr
-CONFLICTS= apr-*
+CONFLICTS= apr-[0-9]*
.include "${MASTERDIR}/Makefile"
More information about the Midnightbsd-cvs
mailing list