diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-03 03:05:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-03 03:05:02 +0800 |
commit | 8d767a7499ed3aed96e8e63fd1a969f3eea75614 (patch) | |
tree | f1bab31b9e58dc1ee28495534e4a623d6debf9cd /Mk/bsd.sanity.mk | |
parent | 2de93043f232943e333a164d730a0a8adad1249e (diff) | |
download | freebsd-ports-gnome-8d767a7499ed3aed96e8e63fd1a969f3eea75614.tar.gz freebsd-ports-gnome-8d767a7499ed3aed96e8e63fd1a969f3eea75614.tar.zst freebsd-ports-gnome-8d767a7499ed3aed96e8e63fd1a969f3eea75614.zip |
Mark USE_AUTOTOOLS=libtool and USE_GNOME=ltverhack deprecated.
PR: ports/189244
Approved by: portmgr (antoine)
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 13c68b998bee..339abc88265a 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -55,10 +55,6 @@ DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix" 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_install is deprecated, please use USE_PYDIST 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 \ |