Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 14:44:06 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cy@FreeBSD.org
Subject:   ports/111822: [PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions 
Message-ID:  <1176918246.884900.8480.nullmailer@bsdmail.org>
Resent-Message-ID: <200704181750.l3IHo10g002731@freefall.freebsd.org>

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

>Number:         111822
>Category:       ports
>Synopsis:       [PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 17:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bsdmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to 4.X (EOL)
- add correct NOPORTDOCS

Port maintainer (cy@FreeBSD.org) is cc'd.

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

--- fwbuilder-2.1.8_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwbuilder/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	13 Feb 2007 00:16:28 -0000	1.33
+++ Makefile	18 Apr 2007 17:42:27 -0000
@@ -46,11 +46,8 @@
 		fwb_ipfw.1 \
 		fwb_pf.1
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		"Does not build on 4.X (requires gcc 3.4 which itself does not build under 4.X"
+.if !defined(NOPORTDOCS)
+PORTDOCS=	*
 .endif
 
-.include <bsd.port.post.mk>
-
+.include <bsd.port.mk>
--- fwbuilder-2.1.8_1.patch ends here ---

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



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