Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 14:04:23 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        clefevre@poboxes.com
Cc:        "David W. Chapman Jr." <dwcjr@inethouston.net>, Noel Koethe <noel@koethe.net>, ports@freebsd.org
Subject:   Re: net/isc-dhcp3 again :( 3.0.r2 -> 3.0rc2pl1
Message-ID:  <20010425140423.E27945@ringworld.oblivion.bg>
In-Reply-To: <200104251058.f3PAwAZ04621@gits.dyndns.org>; from root@gits.dyndns.org on Wed, Apr 25, 2001 at 12:58:09PM %2B0200
References:  <092c01c0ccd1$c6433ba0$931576d8@inethouston.net> <200104251058.f3PAwAZ04621@gits.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <noel@koethe.net>
> > To: <clefevre@poboxes.com>
> > >
> > > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425140423.E27945>