FreeBSD Bugzilla – Attachment 112266 Details for
Bug 153648
[patch] net/xmlrpc-c-devel: build tools by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 2.67 KB, created by
swell.k
on 2011-01-03 14:00:27 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2011-01-03 14:00:27 UTC
Size:
2.67 KB
patch
obsolete
>Index: net/xmlrpc-c-devel/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/net/xmlrpc-c-devel/Makefile,v >retrieving revision 1.52 >diff -u -p -r1.52 Makefile >--- net/xmlrpc-c-devel/Makefile 4 Dec 2010 07:33:03 -0000 1.52 >+++ net/xmlrpc-c-devel/Makefile 3 Jan 2011 13:56:29 -0000 >@@ -17,7 +17,8 @@ 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" on >+ LIBWWW "Compile with libwww support" on \ >+ TOOLS "Compile tools" on > > CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* > >@@ -33,6 +34,8 @@ MAKE_ARGS= LIBTOOL="${LIBTOOL}" \ > MAKE_JOBS_UNSAFE= yes > USE_LDCONFIG= yes > >+MAN1= xml-rpc-api2txt.1 xml-rpc-api2cpp.1 >+ > LICENSE= BSD > > .include <bsd.port.pre.mk> >@@ -55,7 +58,18 @@ CONFIGURE_ARGS+= --enable-libwww-client > CONFIGURE_ARGS+= --disable-libwww-client > .endif > >+.if defined(WITH_TOOLS) >+CONFIGURE_ARGS+= --enable-tools >+PLIST_SUB+= TOOLS="" >+.else >+CONFIGURE_ARGS+= --disable-tools >+PLIST_SUB+= TOOLS="@comment " >+.endif >+ > .if defined(WITHOUT_LIBWWW) && defined(WITHOUT_CURL) >+. if defined(WITH_TOOLS) >+IGNORE= ${PORTNAME} tools require either curl or libwww support >+. endif > PLIST_SUB+= CLIENT="@comment " > .else > PLIST_SUB+= CLIENT="" >Index: net/xmlrpc-c-devel/pkg-plist >=================================================================== >RCS file: /a/.cvsup/ports/net/xmlrpc-c-devel/pkg-plist,v >retrieving revision 1.16 >diff -u -p -r1.16 pkg-plist >--- net/xmlrpc-c-devel/pkg-plist 16 Sep 2010 14:10:35 -0000 1.16 >+++ net/xmlrpc-c-devel/pkg-plist 3 Jan 2011 13:54:57 -0000 >@@ -1,4 +1,10 @@ >+%%TOOLS%%bin/xml-rpc-api2cpp >+%%TOOLS%%bin/xml-rpc-api2txt >+%%TOOLS%%bin/xmlrpc > bin/xmlrpc-c-config >+%%TOOLS%%bin/xmlrpc_cpp_proxy >+%%TOOLS%%bin/xmlrpc_pstream >+%%TOOLS%%bin/xmlrpc_transport > include/XmlRpcCpp.h > include/xmlrpc-c/abyss.h > include/xmlrpc-c/abyss_unixsock.h >Index: net/xmlrpc-c-devel/files/patch-tools-xmlrpc_pstream-xmlrpc_pstream.cpp >=================================================================== >RCS file: net/xmlrpc-c-devel/files/patch-tools-xmlrpc_pstream-xmlrpc_pstream.cpp >diff -N net/xmlrpc-c-devel/files/patch-tools-xmlrpc_pstream-xmlrpc_pstream.cpp >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ net/xmlrpc-c-devel/files/patch-tools-xmlrpc_pstream-xmlrpc_pstream.cpp 3 Jan 2011 12:53:48 -0000 >@@ -0,0 +1,11 @@ >+--- tools/xmlrpc_pstream/xmlrpc_pstream.cpp~ >++++ tools/xmlrpc_pstream/xmlrpc_pstream.cpp >+@@ -15,8 +15,6 @@ >+ #include "xmlrpc-c/girerr.hpp" >+ using girerr::throwf; >+ >+-#include <features.h> // for __BEGIN_DECLS >+- >+ __BEGIN_DECLS >+ #include "dumpvalue.h" /* An internal Xmlrpc-c header file ! */ >+ __END_DECLS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 153648
: 112266