[Midnightbsd-cvs] mports [20013] trunk/net/xmlrpc-c: xmlrpc-c 1.25.30

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 25 07:32:06 EDT 2015


Revision: 20013
          http://svnweb.midnightbsd.org/mports/?rev=20013
Author:   laffer1
Date:     2015-08-25 07:32:05 -0400 (Tue, 25 Aug 2015)
Log Message:
-----------
xmlrpc-c 1.25.30

Modified Paths:
--------------
    trunk/net/xmlrpc-c/Makefile
    trunk/net/xmlrpc-c/distinfo
    trunk/net/xmlrpc-c/pkg-plist

Added Paths:
-----------
    trunk/net/xmlrpc-c/files/patch-examples_cpp_Makefile

Modified: trunk/net/xmlrpc-c/Makefile
===================================================================
--- trunk/net/xmlrpc-c/Makefile	2015-08-25 11:26:22 UTC (rev 20012)
+++ trunk/net/xmlrpc-c/Makefile	2015-08-25 11:32:05 UTC (rev 20013)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	xmlrpc-c
-PORTVERSION=	1.25.28
+PORTVERSION=	1.25.30
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Xmlrpc-c%20Super%20Stable/${PORTVERSION}
 
@@ -40,8 +40,6 @@
 	@${FIND} ${WRKSRC} -type l -name srcdir -delete
 
 post-patch:
-	@${GREP} -lR '\-lpthread' ${WRKSRC} 2>/dev/null | \
-		${XARGS} ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g'
 	@${REINPLACE_CMD} -e '/#include.*features.h/d' \
 		${WRKSRC}/tools/xmlrpc_pstream/xmlrpc_pstream.cpp
 	@${REINPLACE_CMD} -e '/<curl\/types.h>/d' \
@@ -50,6 +48,6 @@
 		${WRKSRC}/lib/curl_transport/curlmulti.c
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmlrpc*.so.[37].25
+	@${STRIP_CMD} ${PREFIX}/lib/libxmlrpc*.so.[37].25
 
 .include <bsd.port.post.mk>

Modified: trunk/net/xmlrpc-c/distinfo
===================================================================
--- trunk/net/xmlrpc-c/distinfo	2015-08-25 11:26:22 UTC (rev 20012)
+++ trunk/net/xmlrpc-c/distinfo	2015-08-25 11:32:05 UTC (rev 20013)
@@ -1,2 +1,2 @@
-SHA256 (xmlrpc-c-1.25.28.tgz) = 0786022c6d82ea1af04efade5b86357196f572c458a9649c6c912c469cd93acf
-SIZE (xmlrpc-c-1.25.28.tgz) = 779891
+SHA256 (xmlrpc-c-1.25.30.tgz) = 8ae6ed4ec57d50ed132b1150fc5258346eef3e291501a564f14fa97586902f98
+SIZE (xmlrpc-c-1.25.30.tgz) = 779934

Added: trunk/net/xmlrpc-c/files/patch-examples_cpp_Makefile
===================================================================
--- trunk/net/xmlrpc-c/files/patch-examples_cpp_Makefile	                        (rev 0)
+++ trunk/net/xmlrpc-c/files/patch-examples_cpp_Makefile	2015-08-25 11:32:05 UTC (rev 20013)
@@ -0,0 +1,11 @@
+--- examples/cpp/Makefile.orig	2013-03-29 06:38:36 UTC
++++ examples/cpp/Makefile
+@@ -15,7 +15,7 @@ include $(BLDDIR)/config.mk
+ 
+ default: all
+ 
+-CXXFLAGS = $(CFLAGS_PERSONAL) $(CADD)
++CXXFLAGS+= $(CFLAGS_PERSONAL) $(CADD)
+ LDFLAGS += $(LADD)
+ 
+ # If this were a real application, working from an installed copy of


Property changes on: trunk/net/xmlrpc-c/files/patch-examples_cpp_Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/net/xmlrpc-c/pkg-plist
===================================================================
--- trunk/net/xmlrpc-c/pkg-plist	2015-08-25 11:26:22 UTC (rev 20012)
+++ trunk/net/xmlrpc-c/pkg-plist	2015-08-25 11:32:05 UTC (rev 20013)
@@ -5,6 +5,7 @@
 include/xmlrpc-c/abyss_winsock.h
 include/xmlrpc-c/base.h
 include/xmlrpc-c/base.hpp
+include/xmlrpc-c/base64.hpp
 include/xmlrpc-c/c_util.h
 include/xmlrpc-c/client.h
 include/xmlrpc-c/client.hpp
@@ -104,4 +105,3 @@
 lib/libxmlrpc_xmltok.so
 lib/libxmlrpc_xmltok.so.3
 lib/libxmlrpc_xmltok.so.3.25
- at dirrm include/xmlrpc-c



More information about the Midnightbsd-cvs mailing list