Date: Fri, 4 Oct 2013 14:35:20 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329316 - head/Mk Message-ID: <201310041435.r94EZK7A012106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041435.r94EZK7A012106>