ports/180612: [patch] devel/subversion: let bindings ports load options file.

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 17 16:30:02 UTC 2013


>Number:         180612
>Category:       ports
>Synopsis:       [patch] devel/subversion: let bindings ports load options file.
>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 Jul 17 16:30:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
>Description:
- Set OPTIONS_NAME to let bindings ports load the new options file.
  Leave OPTIONSFILE for now to load the old file on systems where
  it hasn't been moved to the new location yet.
- Remove an old hack.
>How-To-Repeat:
>Fix:

--- subversion.patch begins here ---
Index: devel/subversion/Makefile.common
===================================================================
--- devel/subversion/Makefile.common	(revision 323178)
+++ devel/subversion/Makefile.common	(working copy)
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=	--without-swig \
 CONFLICTS_BUILD+=	${PORTNAME}-1.[6|7].[0-9]*
 LIB_DEPENDS+=		svn_client-1.0:${PORTSDIR}/devel/subversion
 OPTIONSFILE=		${PORT_DBDIR}/${PORTNAME}/options
-OPTIONS=		# Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included
+OPTIONS_NAME=		devel_subversion
 .endif
 
 .include <bsd.port.options.mk>
Index: devel/subversion16/Makefile.common
===================================================================
--- devel/subversion16/Makefile.common	(revision 323099)
+++ devel/subversion16/Makefile.common	(working copy)
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+=	--with-ssl \
 CONFLICTS_BUILD+=	${PORTNAME}-1.[7|8].[0-9]*
 LIB_DEPENDS+=		svn_client-1.0:${PORTSDIR}/devel/subversion16
 OPTIONSFILE=		${PORT_DBDIR}/${PORTNAME}16/options
-OPTIONS=		# Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included
+OPTIONS_NAME=		devel_subversion16
 .endif
 
 .include <bsd.port.options.mk>
Index: devel/subversion17/Makefile.common
===================================================================
--- devel/subversion17/Makefile.common	(revision 323099)
+++ devel/subversion17/Makefile.common	(working copy)
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+=	--with-ssl \
 CONFLICTS_BUILD+=	${PORTNAME}-1.[6|8].[0-9]*
 LIB_DEPENDS+=		svn_client-1.0:${PORTSDIR}/devel/subversion17
 OPTIONSFILE=		${PORT_DBDIR}/${PORTNAME}/options
-OPTIONS=		# Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included
+OPTIONS_NAME=		devel_subversion17
 .endif
 
 .include <bsd.port.options.mk>
--- subversion.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list