Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 07:57:15 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        leeym@FreeBSD.org
Subject:   ports/111851: [PATCH] devel/gflags: cleanup non-supported FeeBSD versions 
Message-ID:  <1176980235.232128.28226.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191100.l3JB0XIR085099@freefall.freebsd.org>

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

>Number:         111851
>Category:       ports
>Synopsis:       [PATCH] devel/gflags: cleanup non-supported FeeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 11:00:31 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

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

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

--- gflags-0.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gflags/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	30 Mar 2007 20:46:17 -0000	1.4
+++ Makefile	19 Apr 2007 10:55:52 -0000
@@ -25,10 +25,4 @@
 	${REINPLACE_CMD} -e '/^install/s/ install-dist_docDATA//' ${WRKSRC}/Makefile.in
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Do not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- gflags-0.2.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?1176980235.232128.28226.nullmailer>