From leeym@utopia.leeym.com  Sun Sep 19 04:21:43 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 91B0116A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gabriel_ambuehl@buz.ch
Subject: [PATCH] net/easysoap: add USE_GCC=2.95 and unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71898
>Category:       ports
>Synopsis:       [PATCH] net/easysoap: add USE_GCC=2.95 and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 04:30:25 GMT 2004
>Closed-Date:    Tue Oct 12 19:11:07 GMT 2004
>Last-Modified:  Tue Oct 12 19:11:07 GMT 2004
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: leeym 
State-Changed-When: Sun Sep 19 05:38:01 GMT 2004 
State-Changed-Why:  
The maintainer is Cc-ed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71898 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sun Sep 19 05:38:06 GMT 2004 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71898 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Oct 12 19:11:01 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71898 
>Unformatted:
