From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 19 04:30:29 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 B92B716A4EE for ; Sun, 19 Sep 2004 04:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2A943D31 for ; Sun, 19 Sep 2004 04:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8J4UPhV022541 for ; Sun, 19 Sep 2004 04:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8J4UPvq022540; Sun, 19 Sep 2004 04:30:25 GMT (envelope-from gnats) Resent-Date: Sun, 19 Sep 2004 04:30:25 GMT Resent-Message-Id: <200409190430.i8J4UPvq022540@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 91B0116A4CF for ; Sun, 19 Sep 2004 04:21:43 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E39043D48 for ; Sun, 19 Sep 2004 04:21:43 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 7E77B3E9CB0; Sun, 19 Sep 2004 12:21:42 +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 28959-03; Sun, 19 Sep 2004 12:21:37 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 155A53E9CAD; Sun, 19 Sep 2004 12:21:36 +0800 (CST) Message-Id: <20040919042136.155A53E9CAD@utopia.leeym.com> Date: Sun, 19 Sep 2004 12:21:36 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gabriel_ambuehl@buz.ch Subject: ports/71898: [PATCH] net/easysoap: 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, 19 Sep 2004 04:30:30 -0000 >Number: 71898 >Category: ports >Synopsis: [PATCH] net/easysoap: 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 19 04:30:25 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 on 5.x - utilize ECHO_MSG - eliminate *.la Port maintainer (gabriel_ambuehl@buz.ch) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- easysoap-0.6_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/easysoap/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 18 Sep 2004 17:05:34 -0000 1.13 +++ Makefile 19 Sep 2004 04:20:34 -0000 @@ -23,14 +23,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes - -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +USE_GCC= 2.95 pre-configure: - @echo "CPPFLAGS=${CPPFLAGS} CXXFLAGS=${CXXFLAGS}" + @${ECHO_MSG} "CPPFLAGS=${CPPFLAGS} CXXFLAGS=${CXXFLAGS}" + +post-install: + @${RM} -f ${PREFIX}/lib/libeasysoap.la -.include +.include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/easysoap/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 29 Jul 2003 11:49:33 -0000 1.2 +++ pkg-plist 19 Sep 2004 04:20:34 -0000 @@ -41,7 +41,6 @@ include/easysoap/es_msvc.h include/easysoap/es_mwerks.h lib/libeasysoap.a -lib/libeasysoap.la lib/libeasysoap.so lib/libeasysoap.so.0 @dirrm include/easysoap --- easysoap-0.6_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: