Date: Wed, 29 Aug 2007 16:56:57 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115927: [PATCH] devel/subversion add OPTIONS Message-ID: <20070829145657.C2DCE45615@mail.vx.sk> Resent-Message-ID: <200708291500.l7TF0AGF048327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070829145657.C2DCE45615>