From owner-freebsd-ports Tue Jan 7 6:10: 5 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F0EC37B401 for ; Tue, 7 Jan 2003 06:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5B443EA9 for ; Tue, 7 Jan 2003 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h07EA1NS030507 for ; Tue, 7 Jan 2003 06:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h07EA1Zr030506; Tue, 7 Jan 2003 06:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1146637B401 for ; Tue, 7 Jan 2003 06:03:08 -0800 (PST) Received: from moo.cus.org.uk (host213-106-240-81.no-dns-yet.ntli.net [213.106.240.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D34B43E4A for ; Tue, 7 Jan 2003 06:03:07 -0800 (PST) (envelope-from dom@moo.cus.org.uk) Received: from moo.cus.org.uk (localhost.cus.org.uk [127.0.0.1]) by moo.cus.org.uk (8.12.5/8.11.3) with ESMTP id h07E6qa9005294 for ; Tue, 7 Jan 2003 14:06:52 GMT (envelope-from dom@moo.cus.org.uk) Received: (from dom@localhost) by moo.cus.org.uk (8.12.5/8.12.5/Submit) id h07E6q6M005293; Tue, 7 Jan 2003 14:06:52 GMT Message-Id: <200301071406.h07E6q6M005293@moo.cus.org.uk> Date: Tue, 7 Jan 2003 14:06:52 GMT From: Dominic Marks Reply-To: Dominic Marks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46822: net/libdnet does not build with ipfw2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 + +.if ${OSVERSION} >= 500037 +BROKEN= libdnet does not currently support ipfw 2 +.endif + MAN3= dnet.3 MAN8= dnet.8 -.include +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message