ports/131621: [PATCH] net/isc-dhcp30-server: mark broken only when DHCP_JAIL is defined

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Feb 12 21:50:02 UTC 2009


>Number:         131621
>Category:       ports
>Synopsis:       [PATCH] net/isc-dhcp30-server: mark broken only when DHCP_JAIL is defined
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 21:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lucky7 7.1-STABLE FreeBSD 7.1-STABLE #1: Thu Jan  8 11:59:12 CST
>Description:
- Mark broken only when DHCP_JAIL is defined, this enables basic functions work on 8

Port maintainer (Joerg.Pulz at frm2.tum.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- isc-dhcp30-server-3.0.7_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp30-server/Makefile,v
retrieving revision 1.130
diff -u -u -r1.130 Makefile
--- Makefile	13 Jan 2009 06:53:17 -0000	1.130
+++ Makefile	12 Feb 2009 21:47:55 -0000
@@ -54,7 +54,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800056
+.if ${OSVERSION} >= 800056 && defined(WITH_DHCP_JAIL)
 BROKEN=		does not build
 .endif
 
--- isc-dhcp30-server-3.0.7_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list