ports/111822: [PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions
Marcelo Araujo
araujo at bsdmail.org
Wed Apr 18 17:50:02 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list