svn commit: r329316 - head/Mk
Koop Mast
kwm at FreeBSD.org
Fri Oct 4 14:35:21 UTC 2013
Author: kwm
Date: Fri Oct 4 14:35:20 2013
New Revision: 329316
URL: http://svnweb.freebsd.org/changeset/ports/329316
Log:
Add deprecation warning for USE_GNOME=desktopfileutils.
Approved by: portmgr (bapt@)
Modified:
head/Mk/bsd.sanity.mk
Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk Fri Oct 4 14:30:04 2013 (r329315)
+++ head/Mk/bsd.sanity.mk Fri Oct 4 14:35:20 2013 (r329316)
@@ -87,6 +87,10 @@ DEV_ERROR+= "USE_ZOPE=yes is unsupported
DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix"
.endif
+.if defined(USE_GNOME) && ${USE_GNOME:Mdesktopfileutils}
+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
More information about the svn-ports-head
mailing list