Skip site navigation (1)Skip section navigation (2)
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
This is a multi-part message in MIME format.
--------------CDD5838AB72404ACF6CDC16F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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.
--------------CDD5838AB72404ACF6CDC16F
Content-Type: text/plain; charset=us-ascii; name="dist"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="dist"

*** /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

--------------CDD5838AB72404ACF6CDC16F--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34B26208.773F9E85>