Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 16:58:00 +0100 (CET)
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75389: add additional patch site to net/isc-dhcp3-server
Message-ID:  <200412221558.iBMFw0FM042244@hades.admin.frm2>
Resent-Message-ID: <200412221610.iBMGAMEe088533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75389
>Category:       ports
>Synopsis:       add additional patch site to net/isc-dhcp3-server
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 16:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
TU Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #10: Fri Nov 19 18:49:33 CET 2004 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	- add an additional site to PATCH_SITES to make the ldap
	  patchfile fetchable.
	  the current site is only providing the patch for recent
	  isc-dhcp3 version and we hav still -rc14 in the ports tree
	- this unbreakes the port if DHCP_LDAP is selected in OPTIONS
>How-To-Repeat:
	
>Fix:

	

--- isc-dhcp3-server.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3-server/Makefile,v
retrieving revision 1.104
diff -u -r1.104 Makefile
--- Makefile	17 Oct 2004 12:54:34 -0000	1.104
+++ Makefile	22 Dec 2004 15:47:07 -0000
@@ -41,7 +41,8 @@
 
 .if ${SUBSYS} == server && defined(WITH_DHCP_LDAP)
 # Based on patch from Brian Masney :
-PATCH_SITES=	http://www.newwave.net/~masneyb/
+PATCH_SITES=	http://www.newwave.net/~masneyb/ \
+		ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/
 PATCHFILES=	${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL}-ldap-patch
 PATCH_DIST_STRIP=	-p1
 
--- isc-dhcp3-server.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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