Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108338341
D44252.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
D44252.diff
View Options
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -155,8 +155,6 @@
# but distfiles can be put on ftp sites and CDROMs.
# FORBIDDEN - Package build should not be attempted because of
# security vulnerabilities.
-# LEGAL_TEXT - Port has legal issues (e.g., special permission to distribute, lacks a license).
-# LEGAL_PACKAGE - Port has no legal issues but defines NO_PACKAGE
# IGNORE - Package build should be skipped entirely (e.g.
# because of serious unfixable problems in the build,
# because it cannot be manually fetched, etc). Error
@@ -2928,17 +2926,6 @@
IGNORE= is forbidden: ${FORBIDDEN}
. endif
-# Define the text to be output to LEGAL
-. if defined(LEGAL_TEXT)
-LEGAL= ${LEGAL_TEXT}
-. elif defined(RESTRICTED)
-LEGAL= ${RESTRICTED}
-. elif defined(NO_CDROM)
-LEGAL= ${NO_CDROM}
-. elif defined(NO_PACKAGE) && ! defined(LEGAL_PACKAGE)
-LEGAL= ${NO_PACKAGE}
-. endif
-
. if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING))
IGNORE= has to be built manually: ${MANUAL_PACKAGE_BUILD}
clean:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 12:03 AM (2 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16110776
Default Alt Text
D44252.diff (1 KB)
Attached To
Mode
D44252: Mk/bsd.port.mk: remove LEGAL related variables
Attached
Detach File
Event Timeline
Log In to Comment