Date: Sun, 19 Sep 2004 12:21:36 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gabriel_ambuehl@buz.ch Subject: ports/71898: [PATCH] net/easysoap: add USE_GCC=2.95 and unbreak Message-ID: <20040919042136.155A53E9CAD@utopia.leeym.com> Resent-Message-ID: <200409190430.i8J4UPvq022540@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040919042136.155A53E9CAD>