svn commit: r516612 - in head/devel: subversion subversion-lts

Lev A. Serebryakov lev at FreeBSD.org
Sun Nov 3 22:48:12 UTC 2019


Author: lev
Date: Sun Nov  3 22:48:11 2019
New Revision: 516612
URL: https://svnweb.freebsd.org/changeset/ports/516612

Log:
   Addons don't neet SWIG to be installed.
  
  PR:		241602
  Submitted by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf at yf.bsdclub.org>

Modified:
  head/devel/subversion-lts/Makefile.common
  head/devel/subversion/Makefile.common

Modified: head/devel/subversion-lts/Makefile.common
==============================================================================
--- head/devel/subversion-lts/Makefile.common	Sun Nov  3 22:38:40 2019	(r516611)
+++ head/devel/subversion-lts/Makefile.common	Sun Nov  3 22:48:11 2019	(r516612)
@@ -29,11 +29,6 @@ CONFIGURE_ARGS+=	--without-swig \
 			--with-sqlite=${LOCALBASE} \
 			--with-expat=${LOCALBASE}/include:${LOCALBASE}/lib:expat
 
-.if defined(SVN_BUILD_BINDINGS)
-BUILD_DEPENDS+=		swig3.0:devel/swig30
-CONFIGURE_ARGS+=	--with-swig=${LOCALBASE}/bin/swig3.0
-.endif
-
 # ===============================================================
 OPTIONS_SUB=			yes
 

Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common	Sun Nov  3 22:38:40 2019	(r516611)
+++ head/devel/subversion/Makefile.common	Sun Nov  3 22:48:11 2019	(r516612)
@@ -29,11 +29,6 @@ CONFIGURE_ARGS+=	--without-swig \
 			--with-sqlite=${LOCALBASE} \
 			--with-expat=${LOCALBASE}/include:${LOCALBASE}/lib:expat
 
-.if defined(SVN_BUILD_BINDINGS)
-BUILD_DEPENDS+=		swig3.0:devel/swig30
-CONFIGURE_ARGS+=	--with-swig=${LOCALBASE}/bin/swig3.0
-.endif
-
 # ===============================================================
 OPTIONS_SUB=			yes
 


More information about the svn-ports-head mailing list