Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 10:01:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459027 - head/Mk
Message-ID:  <201801151001.w0FA1XXK074728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151001.w0FA1XXK074728>