From owner-freebsd-ports Wed Apr 25 4: 6:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 14F0437B43F for ; Wed, 25 Apr 2001 04:06:15 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 47933 invoked by uid 1000); 25 Apr 2001 11:04:23 -0000 Date: Wed, 25 Apr 2001 14:04:23 +0300 From: Peter Pentchev To: clefevre@poboxes.com Cc: "David W. Chapman Jr." , Noel Koethe , ports@freebsd.org Subject: Re: net/isc-dhcp3 again :( 3.0.r2 -> 3.0rc2pl1 Message-ID: <20010425140423.E27945@ringworld.oblivion.bg> Mail-Followup-To: clefevre@poboxes.com, "David W. Chapman Jr." , Noel Koethe , ports@freebsd.org References: <092c01c0ccd1$c6433ba0$931576d8@inethouston.net> <200104251058.f3PAwAZ04621@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104251058.f3PAwAZ04621@gits.dyndns.org>; from root@gits.dyndns.org on Wed, Apr 25, 2001 at 12:58:09PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 25, 2001 at 12:58:09PM +0200, Cyrille Lefevre wrote: > David W. Chapman Jr. wrote: > > The solution would be to add the history directory to the port so it looks > > in there also. > > > > ----- Original Message ----- > > From: "Noel Koethe" > > To: > > > > > > its not possible to install isc-dhcp3 again.:( > > > At ftp.isc.org dhcp-3.0rc2pl1.tar.gz is available and dhcp-3.0rc2.tar.gz > > > which is requiered by the ports moved to the dhcp-3.0-history directory. > > > > > > If they make a release every day the ports will never be possible to be > > > uptodate. > > you're both right, didn't see that before. I'll send a PR in a few > moments. look at the following URL to found the PR number. > > http://www.FreeBSD.org/cgi/query-pr-summary.cgi?category=&severity=&priority=&class=&state=&sort=none&text=&responsible=&multitext=&originator=lefevre > > thanks and see you :) > > PS : sorry for the late answer but I've some problem w/ my machine > in -stable. can't start X11 anymore and fetchmail/sendmail crash. Methinks the following patch should be sufficient? G'luck, Peter -- This sentence claims to be an Epimenides paradox, but it is lying. Index: ports/net/isc-dhcp3/Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- ports/net/isc-dhcp3/Makefile 2001/04/22 11:59:08 1.59 +++ ports/net/isc-dhcp3/Makefile 2001/04/25 11:05:18 @@ -9,7 +9,8 @@ PORTNAME= dhcp PORTVERSION= 3.0.r2 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/%SUBDIR%/ +MASTER_SITE_SUBDIR= . dhcp-3.0-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message