mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Remove old, deprecated entry points into bsd.autotools.mk that merely
flagged a port as BROKEN. Since INDEX builds just fine, it's pretty obvious that all ports have been converted over to the current world order, and this has been the case through at least the lifetime of 5.x, so it's time they went away.
This commit is contained in:
parent
3e2ee32905
commit
cd08d5c603
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137600
@ -96,18 +96,6 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org
|
||||
#
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# DEPRECATED ENTRY POINTS
|
||||
#---------------------------------------------------------------------------
|
||||
.for i in AUTOMAKE AUTOCONF AUTOHEADER LIBTOOL
|
||||
. if defined(USE_${i})
|
||||
BROKEN= "USE_${i} deprecated: replace with USE_${i}_VER=..."
|
||||
. endif
|
||||
. if defined(WANT_${i})
|
||||
BROKEN= "WANT_${i} deprecated: replace with WANT_${i}_VER=..."
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# AUTOMAKE/ACLOCAL
|
||||
#---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user