Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169101589
D2888.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
D2888.diff
View Options
Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -148,9 +148,6 @@
# - If set, prepend the MASTER_SITES setting with this value.
# MASTER_SITE_FREEBSD
# - If set, prepend ${MASTER_SITE_BACKUP} in MASTER_SITES.
-# CD_MOUNTPTS - List of CDROM mountpoints to look for distfiles under.
-# This variable supercedes CD_MOUNTPT, which is
-# obsolete.
#
# Set these if your port should not be built under certain circumstances.
# These are string variables; you should set them to the reason why
@@ -1473,9 +1470,6 @@
.endif
.endif
-# Location of mounted CDROM(s) to search for files
-CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT}
-
# Owner and group of the WWW user
WWWOWN?= www
WWWGRP?= www
@@ -2412,17 +2406,6 @@
_MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP}
.endif
-# Search CDROM first if mounted, symlink instead of copy if
-# FETCH_SYMLINK_DISTFILES is set
-.for MOUNTPT in ${CD_MOUNTPTS}
-.if exists(${MOUNTPT}/ports/distfiles)
-_MASTER_SITE_OVERRIDE:= file:${MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE}
-.if defined(FETCH_SYMLINK_DISTFILES)
-FETCH_BEFORE_ARGS+= -l
-.endif
-.endif
-.endfor
-
NOFETCHFILES?=
# Organize DISTFILES, PATCHFILES, _MASTER_SITES_ALL, _PATCH_SITES_ALL
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 1, 10:18 AM (7 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37710760
Default Alt Text
D2888.diff (1 KB)
Attached To
Mode
D2888: Remove CD_MOUNTPTS
Attached
Detach File
Event Timeline
Log In to Comment