Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108419414
D16828.id47379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
609 B
Referenced Files
None
Subscribers
None
D16828.id47379.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16828: Add DEV_WARNING when misusing USES=mate/USES=gnome.
Attached
Detach File
Event Timeline
Log In to Comment