Index: head/net/easysoap/Makefile =================================================================== --- head/net/easysoap/Makefile (revision 119084) +++ head/net/easysoap/Makefile (revision 119085) @@ -1,36 +1,34 @@ # New ports collection makefile for: easysoap # Date created: 21th September 2001 # Whom: Gabriel Ambuehl # # $FreeBSD$ # PORTNAME= easysoap PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= EasySoap++-${PORTVERSION} MAINTAINER= gabriel_ambuehl@buz.ch COMMENT= C++ SOAP Library based on expat LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +USE_GCC= 2.95 -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - pre-configure: - @echo "CPPFLAGS=${CPPFLAGS} CXXFLAGS=${CXXFLAGS}" + @${ECHO_MSG} "CPPFLAGS=${CPPFLAGS} CXXFLAGS=${CXXFLAGS}" -.include +post-install: + @${RM} -f ${PREFIX}/lib/libeasysoap.la + +.include Property changes on: head/net/easysoap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/easysoap/pkg-plist =================================================================== --- head/net/easysoap/pkg-plist (revision 119084) +++ head/net/easysoap/pkg-plist (revision 119085) @@ -1,47 +1,46 @@ include/easysoap/SOAP.h include/easysoap/SOAPArray.h include/easysoap/SOAPBase64.h include/easysoap/SOAPBody.h include/easysoap/SOAPCGIServer.h include/easysoap/SOAPCGITransport.h include/easysoap/SOAPDebugger.h include/easysoap/SOAPDispatchHandler.h include/easysoap/SOAPEnvelope.h include/easysoap/SOAPException.h include/easysoap/SOAPFault.h include/easysoap/SOAPHashMap.h include/easysoap/SOAPHeader.h include/easysoap/SOAPMethod.h include/easysoap/SOAPNamespaces.h include/easysoap/SOAPParameter.h include/easysoap/SOAPParse.h include/easysoap/SOAPParseEventHandler.h include/easysoap/SOAPPool.h include/easysoap/SOAPProxy.h include/easysoap/SOAPQName.h include/easysoap/SOAPResponse.h include/easysoap/SOAPSSLContext.h include/easysoap/SOAPSTL.h include/easysoap/SOAPServer.h include/easysoap/SOAPServerDispatch.h include/easysoap/SOAPSocket.h include/easysoap/SOAPStack.h include/easysoap/SOAPString.h include/easysoap/SOAPTransport.h include/easysoap/SOAPTypeTraits.h include/easysoap/SOAPUrl.h include/easysoap/SOAPUtil.h include/easysoap/SOAPonHTTP.h include/easysoap/XMLComposer.h include/easysoap/XMLParser.h include/easysoap/es_borl.h include/easysoap/es_comp.h include/easysoap/es_conf.h include/easysoap/es_config.h 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 Property changes on: head/net/easysoap/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property