Date: Fri, 1 Oct 1999 15:27:16 -0500 (CDT) From: Jeremy Shaffner <jer@jorsm.com> To: John Reynolds~ <jreynold@sedona.ch.intel.com> Cc: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Distfiles location Message-ID: <Pine.BSF.3.95q.991001152707.17417G-100000@mercury.jorsm.com> In-Reply-To: <14325.6327.948569.217245@hip186.ch.intel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Bad cut-n-paste. Thanks. -=========================================================================- Jeremy Shaffner JORSM Internet, Regional Internet Services System Administrator 7 Area Codes in Chicagoland and NW Indiana jer@jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN support@jorsm.com Quality Service, Affordable Prices http://www.jorsm.com Serving Gov, Biz, Indivds Since 1995 -=========================================================================- On Fri, 1 Oct 1999, John Reynolds~ wrote: > > [ On Friday, October 1, Jeremy Shaffner wrote: ] > > > > Now that distfiles are on disk4 in /cdrom/distfiles instead of > > /cdrom/ports/distfiles, the bsd.port.mk can't fetch them if disk4 is > > mounted. > > > > I think your mailer wrapped lines. Try this: > > > --- bsd.port.mk.orig Fri Oct 1 13:24:05 1999 > +++ bsd.port.mk Fri Oct 1 13:23:51 1999 > @@ -1007,9 +1007,9 @@ > # Search CDROM first if mounted, symlink instead of copy if > # FETCH_SYMLINK_DISTFILES is set > CD_MOUNTPT?= /cdrom > -.if exists(${CD_MOUNTPT}/ports/distfiles) > -MASTER_SITES:= file:${CD_MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES} > -PATCH_SITES:= file:${CD_MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES} > +.if exists(${CD_MOUNTPT}/distfiles) > +MASTER_SITES:= file:${CD_MOUNTPT}/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES} > +PATCH_SITES:= file:${CD_MOUNTPT}/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES} > .if defined(FETCH_SYMLINK_DISTFILES) > FETCH_BEFORE_ARGS+= -l > .endif > > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > | John Reynolds CEG, CCE, Next Generation Flows, HLA | > | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | > | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.991001152707.17417G-100000>