Date: Tue, 06 Jan 1998 11:55:36 -0500 From: Tom Torrance <tom@tomqnx.com> To: freebsd-hackers@FreeBSD.ORG Subject: bsd.port.mk error Message-ID: <34B26208.773F9E85@tomqnx.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
There is a minor error which prevents over-riding the existance in
distfiles
of a corrupt file to force downloading of the latest version.
The attached diff fixes it.
The 'tix' distribution on my 2.2.5R cdrom was corrupt.
--
mailto:tomNO@SPAMtomqnx.com Tom Torrance
27 Dayton Cr., Nepean Ont., Canada K2H 7N8
My opinions are personal, and not those of my employer.
[-- Attachment #2 --]
*** /usr/src/share/mk/bsd.port.mk Fri Jan 2 12:47:01 1998
--- bsd.port.mk Tue Jan 6 11:25:43 1998
***************
*** 620,627 ****
# Search CDROM first if mounted, symlink instead of copy if
# FETCH_SYMLINK_DISTFILES is set
.if exists(/cdrom/ports/distfiles)
! MASTER_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES}
! PATCH_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES}
.if defined(FETCH_SYMLINK_DISTFILES)
FETCH_BEFORE_ARGS+= -l
.endif
--- 620,627 ----
# Search CDROM first if mounted, symlink instead of copy if
# FETCH_SYMLINK_DISTFILES is set
.if exists(/cdrom/ports/distfiles)
! MASTER_SITES:= file:${PORTSDIR}/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES}
! PATCH_SITES:= file:${PORTSDIR}/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES}
.if defined(FETCH_SYMLINK_DISTFILES)
FETCH_BEFORE_ARGS+= -l
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34B26208.773F9E85>
