Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161564645
D2207.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2207.diff
View Options
Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -175,9 +175,16 @@
# BROKEN - Port is believed to be broken. Package builds can
# still be attempted using TRYBROKEN to test this
# assumption.
-# BROKEN_${ARCH} Port is believed to be broken on ${ARCH}. Package builds
-# can still be attempted using TRYBROKEN to test this
-# assumption.
+# BROKEN_${ARCH} - Port is believed to be broken on ${ARCH}. Package builds
+# can still be attempted using TRYBROKEN to
+# test this assumption.
+# BROKEN_${OPSYS} - Port is believed to be broken on ${OPSYS}. Package builds
+# can still be attempted using TRYBROKEN to
+# test this assumption.
+# BROKEN_${OPSYS}_${OSREL:R} - Port is believed to be broken on a single
+# release of ${OPSYS}, e.g BROKEN_FreeBSD_8
+# would affect all point releases of FreeBSD 8
+# unless TRYBROKEN is also set.
# DEPRECATED - Port is deprecated to install. Advisory only.
# EXPIRATION_DATE
# - If DEPRECATED is set, determines a date when
@@ -2820,6 +2827,14 @@
.if !defined(TRYBROKEN)
IGNORE= is marked as broken on ${ARCH}: ${BROKEN_${ARCH}}
.endif
+.elif defined(BROKEN_${OPSYS}_${OSREL:R})
+.if !defined(TRYBROKEN)
+IGNORE= is marked as broken on ${OPSYS} ${OSREL}: ${BROKEN_${OPSYS}_${OSREL:R}}
+.endif
+.elif defined(BROKEN_${OPSYS})
+.if !defined(TRYBROKEN)
+IGNORE= is marked as broken on ${OPSYS}: ${BROKEN_${OPSYS}}
+.endif
.elif defined(FORBIDDEN)
IGNORE= is forbidden: ${FORBIDDEN}
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 10:11 PM (7 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34725839
Default Alt Text
D2207.diff (1 KB)
Attached To
Mode
D2207: Add BROKEN_${OPSYS} functionality to bsd.port.mk
Attached
Detach File
Event Timeline
Log In to Comment