From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 16:00:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C30F816A4CE for ; Sun, 26 Sep 2004 16:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D2E243D49 for ; Sun, 26 Sep 2004 16:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QG0c2G039477 for ; Sun, 26 Sep 2004 16:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QG0chU039475; Sun, 26 Sep 2004 16:00:38 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 16:00:38 GMT Resent-Message-Id: <200409261600.i8QG0chU039475@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DBE16A4CF for ; Sun, 26 Sep 2004 15:56:25 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910FD43D41 for ; Sun, 26 Sep 2004 15:56:25 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 814383EAD06; Sun, 26 Sep 2004 23:56:24 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66541-01; Sun, 26 Sep 2004 23:56:21 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id E5A143EAD03; Sun, 26 Sep 2004 23:56:20 +0800 (CST) Message-Id: <20040926155620.E5A143EAD03@utopia.leeym.com> Date: Sun, 26 Sep 2004 23:56:20 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: donnex@donnex.net Subject: ports/72102: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 16:00:39 -0000 >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 - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include +.include --- pwsafe-0.1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: