svn commit: r459027 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Mon Jan 15 10:01:34 UTC 2018


Author: tijl
Date: Mon Jan 15 10:01:32 2018
New Revision: 459027
URL: https://svnweb.freebsd.org/changeset/ports/459027

Log:
  Retire USE_AUTOTOOLS and bsd.autotools.mk.
  
  PR:		225170
  Approved by:	portmgr (antoine)

Deleted:
  head/Mk/bsd.autotools.mk
Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jan 15 10:01:19 2018	(r459026)
+++ head/Mk/bsd.port.mk	Mon Jan 15 10:01:32 2018	(r459027)
@@ -380,10 +380,6 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #				- If set, the system should use OpenLDAP libraries
 #				  with SASL support.
 ##
-# USE_AUTOTOOLS	- If set, this port uses various GNU autotools
-#				  (libtool, autoconf, autoheader, automake et al.)
-#				  See bsd.autotools.mk for more details.
-##
 # USE_FPC		- If set, this port relies on the Free Pascal language.
 # 				  Implies inclusion of bsd.fpc.mk.  (Also see
 #				  that file for more information on WANT_FPC_*).
@@ -1977,10 +1973,6 @@ _USES_POST+=	php
 
 .if defined(USE_APACHE) || defined(USE_APACHE_BUILD) || defined(USE_APACHE_RUN)
 .include "${PORTSDIR}/Mk/bsd.apache.mk"
-.endif
-
-.if defined(USE_AUTOTOOLS)
-.include "${PORTSDIR}/Mk/bsd.autotools.mk"
 .endif
 
 .if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL)


More information about the svn-ports-all mailing list