ports/137416: [PATCH] net/xmlrpc-c-devel: add missing header files

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Tue Aug 4 09:40:04 UTC 2009


>Number:         137416
>Category:       ports
>Synopsis:       [PATCH] net/xmlrpc-c-devel: add missing header files
>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:   Tue Aug 04 09:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Fri Jul 31 10:03:28 CST 2009
>Description:
Changes:
- Add missing header files in plist if WITH_CPLUSPLUS is defined.
- Make portlint happier

Port maintainer (chinsan at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xmlrpc-c-devel-1.18.00.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/xmlrpc-c-devel/Makefile /usr/ports/sunpoet/xmlrpc-c-devel/Makefile
--- /usr/ports/net/xmlrpc-c-devel/Makefile	2009-08-03 09:18:01.000000000 +0800
+++ /usr/ports/sunpoet/xmlrpc-c-devel/Makefile	2009-08-04 17:32:42.000000000 +0800
@@ -12,7 +12,6 @@
 MASTER_SITES=	LOCAL/chinsan/xmlrpc-c
 PKGNAMESUFFIX=	-devel
 EXTRACT_SUFX=	.tgz
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	chinsan at FreeBSD.org
 COMMENT=	XML-RPC library for C and C++
@@ -43,8 +42,10 @@
 
 .if defined(WITH_CPLUSPLUS)
 CONFIGURE_ARGS+=	--enable-cplusplus
+PLIST_SUB+=	CPLUSPLUS=""
 .else
 CONFIGURE_ARGS+=	--disable-cplusplus
+PLIST_SUB+=	CPLUSPLUS="@comment "
 .endif
 
 .if defined(WITHOUT_CURL)
diff -ruN --exclude=CVS /usr/ports/net/xmlrpc-c-devel/pkg-plist /usr/ports/sunpoet/xmlrpc-c-devel/pkg-plist
--- /usr/ports/net/xmlrpc-c-devel/pkg-plist	2009-04-11 12:34:20.000000000 +0800
+++ /usr/ports/sunpoet/xmlrpc-c-devel/pkg-plist	2009-08-04 17:29:13.000000000 +0800
@@ -21,6 +21,19 @@
 include/xmlrpc_client.h
 include/xmlrpc_server.h
 include/xmlrpc_server_w32httpsys.h
+%%CPLUSPLUS%%include/xmlrpc-c/base.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/client.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/client_simple.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/client_transport.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/girerr.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/girmem.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/oldcppwrapper.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/packetsocket.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/registry.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/server_abyss.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/server_pstream.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/timeout.hpp
+%%CPLUSPLUS%%include/xmlrpc-c/xml.hpp
 lib/libxmlrpc.a
 lib/libxmlrpc.so
 lib/libxmlrpc.so.3
--- xmlrpc-c-devel-1.18.00.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list