From araujo@bsdmail.org  Wed Apr 18 17:44:25 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 62FA316A40E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Apr 2007 17:44:25 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id BE5BE13C4B7
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Apr 2007 17:44:24 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 9DF882DA4E7;
	Wed, 18 Apr 2007 14:44:21 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id qtTpp67b+wyt; Wed, 18 Apr 2007 14:44:15 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id ED18D2DA437;
	Wed, 18 Apr 2007 14:44:07 -0300 (BRT)
Received: (nullmailer pid 8481 invoked by uid 0);
	Wed, 18 Apr 2007 17:44:06 -0000
Message-Id: <1176918246.884900.8480.nullmailer@bsdmail.org>
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: [PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111822
>Category:       ports
>Synopsis:       [PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 17:50:01 GMT 2007
>Closed-Date:    Wed Oct 03 12:26:08 GMT 2007
>Last-Modified:  Wed Oct 03 12:26:08 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->cy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 18 17:50:18 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111822 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111822: commit references a PR
Date: Wed,  3 Oct 2007 12:19:25 +0000 (UTC)

 edwin       2007-10-03 12:19:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/fwbuilder   Makefile 
   Log:
   [PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions
   
           - removed support to 4.X (EOL)
           - add correct NOPORTDOCS
   
   PR:             ports/111822
   Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.41      +3 -6      ports/security/fwbuilder/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 3 12:25:57 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111822 
>Unformatted:
