Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 15:04:54 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@c0decafe.net
Subject:   ports/111823: [PATCH] security/gpass: cleanup non-supported FreeBSD versions 
Message-ID:  <1176919494.739129.24292.nullmailer@bsdmail.org>
Resent-Message-ID: <200704181810.l3IIA2e7003610@freefall.freebsd.org>

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

>Number:         111823
>Category:       ports
>Synopsis:       [PATCH] security/gpass: 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 18:10:02 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 FreeBSD 4.x (EOL)

Port maintainer (ports@c0decafe.net) is cc'd.

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

--- gpass-0.5.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/gpass/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	14 Oct 2006 08:54:42 -0000	1.3
+++ Makefile	18 Apr 2007 18:03:45 -0000
@@ -27,12 +27,6 @@
 USE_GNOME=	gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2
 GCONF_SCHEMAS=	gpass.schemas
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
 		${WRKSRC}/configure
@@ -40,4 +34,4 @@
 post-install:
 	@-update-desktop-database
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- gpass-0.5.1_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?1176919494.739129.24292.nullmailer>