Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 14:06:52 GMT
From:      Dominic Marks <dom@cus.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46822: net/libdnet does not build with ipfw2
Message-ID:  <200301071406.h07E6q6M005293@moo.cus.org.uk>

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

>Number:         46822
>Category:       ports
>Synopsis:       net/libdnet does not build with ipfw2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 07 06:10:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
UMIST
>Environment:
System: FreeBSD moo.cus.org.uk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 20 15:11:50 BST 2002 root@moo.cus.org.uk:/usr/obj/usr/src/sys/MOO i386

	
>Description:
	Make BROKEN based on OSVERSION. Definitions which libdnet needs don't
	exist in 5.0 any more, and haven't for six months. I've got the
	OSVERSION as close as I can, but there is no value for ipfw 2.

	
>How-To-Repeat:
	NA.

	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/libdnet/Makefile,v
retrieving revision 1.5
diff -u -3 -p -r1.5 Makefile
--- Makefile	2002/11/02 04:33:42	1.5
+++ Makefile	2003/01/07 13:37:36
@@ -15,7 +15,13 @@ MAINTAINER=	d.marks@student.umist.ac.uk
 
 GNU_CONFIGURE=	yes
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500037
+BROKEN=		libdnet does not currently support ipfw 2
+.endif
+
 MAN3=	dnet.3
 MAN8=	dnet.8
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


	


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

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?200301071406.h07E6q6M005293>