ports/115927: [PATCH] devel/subversion add OPTIONS
Martin Matuska
mm at FreeBSD.org
Wed Aug 29 15:00:10 UTC 2007
>Number: 115927
>Category: ports
>Synopsis: [PATCH] devel/subversion add OPTIONS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 29 15:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 6.2-STABLE i386 amd64
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE i386 amd64
>Description:
Replace INSTALLS_SHLIB with USE_LDCONFIG
Add OPTIONS to devel/subversion
The WITH_REPOSITORY_CREATION flag is not suitable for OPTIONS
>How-To-Repeat:
>Fix:
Index: ports/devel/subversion/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
retrieving revision 1.113
diff -u -r1.113 Makefile
--- ports/devel/subversion/Makefile 4 Aug 2007 11:40:52 -0000 1.113
+++ ports/devel/subversion/Makefile 29 Aug 2007 14:55:51 -0000
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.4.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.2/:bookhtml \
@@ -21,7 +21,7 @@
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
@@ -40,9 +40,17 @@
PORTDOCS= ${TXT_DOCS}
.endif
-.if defined(WITH_ASVN)
-RUN_DEPENDS= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install
-.endif
+OPTIONS= PERL "Perl bindings" off \
+ PYTHON "Python bindings" off \
+ RUBY "Ruby bindings" off \
+ JAVA "Java (JavaHL) bindings" off \
+ MOD_DAV_SVN "mod_dav_svn module for Apache 2.X" off \
+ APACHE2_APR "Use APR from Apache 2.X" off \
+ NEON "WebDAV/Delta-V repository access module" on \
+ BDB "db4 repository backend" on \
+ ASVN "Build and install Archive SVN (asvn)" off \
+ MAINTAINER_DEBUG "Build debug version" off \
+ SVNSERVE_WRAPPER "Enable svnserve wrapper" off
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
@@ -218,6 +226,7 @@
.endif
.if defined(WITH_ASVN)
+RUN_DEPENDS= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install
PLIST_SUB+= ASVN=""
.else
PLIST_SUB+= ASVN="@comment "
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list