Index: head/net/xmlrpc-c/Makefile =================================================================== --- head/net/xmlrpc-c/Makefile (revision 221958) +++ head/net/xmlrpc-c/Makefile (revision 221959) @@ -1,70 +1,71 @@ # ex:ts=8 # New ports collection makefile for: xmlrpc-c # Date created: Mar 8, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= xmlrpc-c PORTVERSION= 1.06.30 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF EXTRACT_SUFX= .tgz DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= chinsan@FreeBSD.org COMMENT= XML-RPC library for C and C++ OPTIONS= DEBUG "Compile with debugging information" off \ CURL "Compile with curl support" on \ LIBWWW "Compile with libwww support" off CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* USE_GNOME= gnometarget USE_PERL5= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15:env GNU_CONFIGURE= yes MAKEFILE= GNUmakefile MAKE_ARGS= LIBTOOL="${LIBTOOL}" \ CFLAGS_COMMON="${CFLAGS}" \ CXXFLAGS_COMMON="${CXXFLAGS}" USE_LDCONFIG= yes .include .if !defined(WITH_DEBUG) CFLAGS+= -DNDEBUG .endif .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --disable-curl-client .else LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl OPT_CURL= yes .endif .if defined(WITH_LIBWWW) LIB_DEPENDS+= wwwcore.1:${PORTSDIR}/www/libwww OPT_LIBWWW= yes .else CONFIGURE_ARGS+= --disable-libwww-client .endif .if !defined(OPT_LIBWWW) && !defined(OPT_CURL) PLIST_SUB+= CLIENT="@comment " .else PLIST_SUB+= CLIENT="" .endif post-extract: @${FIND} ${WRKSRC} -type l -name blddir | ${XARGS} ${RM} @${FIND} ${WRKSRC} -type l -name srcdir | ${XARGS} ${RM} post-patch: @${GREP} -lR '\-lpthread' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' .include Property changes on: head/net/xmlrpc-c/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/net/xmlrpc-c/files/patch-src-cpp-Makefile =================================================================== --- head/net/xmlrpc-c/files/patch-src-cpp-Makefile (nonexistent) +++ head/net/xmlrpc-c/files/patch-src-cpp-Makefile (revision 221959) @@ -0,0 +1,11 @@ +--- src/cpp/Makefile.orig 2008-10-12 21:53:42.000000000 +0400 ++++ src/cpp/Makefile 2008-10-12 21:53:51.000000000 +0400 +@@ -139,7 +139,7 @@ + # RULES TO COMPILE OBJECT MODULES FOR LIBRARIES + #----------------------------------------------------------------------------- + +-CXXFLAGS = $(CXXFLAGS_COMMON) $(CFLAGS_PERSONAL) $(CADD) ++CXXFLAGS = $(CXXFLAGS_COMMON) $(CFLAGS_PERSONAL) $(CADD) -fPIC + + XmlRpcCpp.o:%.o:%.cpp + $(CXX) -c $(BASIC_INCLUDES) $(CXXFLAGS) $< Property changes on: head/net/xmlrpc-c/files/patch-src-cpp-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property