Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2004 23:56:20 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        donnex@donnex.net
Subject:   ports/72102: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak
Message-ID:  <20040926155620.E5A143EAD03@utopia.leeym.com>
Resent-Message-ID: <200409261600.i8QG0chU039475@freefall.freebsd.org>

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

>Number:         72102
>Category:       ports
>Synopsis:       [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak
>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:   Sun Sep 26 16:00:38 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:

- add USE_GCC=2.95 and unbreak this port

Port maintainer (donnex@donnex.net) is cc'd.

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

--- pwsafe-0.1.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/pwsafe/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	26 Sep 2004 02:38:36 -0000	1.2
+++ Makefile	26 Sep 2004 15:55:50 -0000
@@ -15,14 +15,9 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_GCC=	2.95
 
 MAN1=		pwsafe.1
 PLIST_FILES=	bin/pwsafe
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- pwsafe-0.1.6.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?20040926155620.E5A143EAD03>