svn commit: r352839 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Fri May 2 19:05:02 UTC 2014


Author: tijl
Date: Fri May  2 19:05:02 2014
New Revision: 352839
URL: http://svnweb.freebsd.org/changeset/ports/352839
QAT: https://qat.redports.org/buildarchive/r352839/

Log:
  Mark USE_AUTOTOOLS=libtool and USE_GNOME=ltverhack deprecated.
  
  PR:		ports/189244
  Approved by:	portmgr (antoine)

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Fri May  2 19:00:04 2014	(r352838)
+++ head/Mk/bsd.sanity.mk	Fri May  2 19:05:02 2014	(r352839)
@@ -55,10 +55,6 @@ DEV_WARNING+=	"USE_GNOME=gnomehack is de
 DEV_WARNING+=	"USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils"
 .endif
 
-#.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*}
-#DEV_WARNING+=	"USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version"
-#.endif
-
 .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*}
 DEV_WARNING+=	"Please use the new format for LIB_DEPENDS, see handbook for details"
 .endif
@@ -112,6 +108,14 @@ DEV_WARNING+=	"USE_PYDISTUTILS=easy_inst
 DEV_WARNING+=	"PYDISTUTILS_PKGNAME has no effect for USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST=yes"
 .endif
 
+.if defined(USE_AUTOTOOLS) && (${USE_AUTOTOOLS:Mlibtool} || ${USE_AUTOTOOLS:Mlibtool\:env})
+DEV_WARNING+=	"USE_AUTOTOOLS=libtool is deprecated, please use USES=libtool"
+.endif
+
+.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*}
+DEV_WARNING+=	"USE_GNOME=ltverhack is deprecated, please use USES=libtool"
+.endif
+
 SANITY_UNSUPPORTED=	USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \
 		USE_READLINE USE_ICONV PERL_CONFIGURE PERL_MODBUILD \
 		USE_PERL5_BUILD USE_PERL5_RUN USE_DISPLAY USE_FUSE \


More information about the svn-ports-all mailing list