Page MenuHomeFreeBSD

D16828.id47379.diff
No OneTemporary

D16828.id47379.diff

Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -1416,11 +1416,13 @@
.include "${PORTSDIR}/Mk/bsd.gecko.mk"
.endif
-.if defined(USE_GNOME) || defined(INSTALLS_ICONS)
+.if (defined(USE_GNOME) || defined(INSTALLS_ICONS)) && empty(USES:Mgnome)
+DEV_WARNING+= "Using USE_GNOME alone is deprecated, please add USES=gnome."
USES+= gnome
.endif
-.if defined(USE_MATE)
+.if defined(USE_MATE) && empty(USES:Mmate)
+DEV_WARNING+= "Using USE_MATE alone is deprecated, please add USES=mate."
USES+= mate
.endif

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 25, 3:32 PM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16150288
Default Alt Text
D16828.id47379.diff (609 B)

Event Timeline