head	1.5;
access;
symbols
	pkgsrc-2013Q2:1.4.0.18
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2013Q1:1.4.0.16
	pkgsrc-2013Q1-base:1.4
	pkgsrc-2012Q4:1.4.0.14
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2012Q3:1.4.0.12
	pkgsrc-2012Q3-base:1.4
	pkgsrc-2012Q2:1.4.0.10
	pkgsrc-2012Q2-base:1.4
	pkgsrc-2012Q1:1.4.0.8
	pkgsrc-2012Q1-base:1.4
	pkgsrc-2011Q4:1.4.0.6
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q3:1.4.0.4
	pkgsrc-2011Q3-base:1.4
	pkgsrc-2011Q2:1.4.0.2
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2011Q1:1.3.0.12
	pkgsrc-2011Q1-base:1.3
	pkgsrc-2010Q4:1.3.0.10
	pkgsrc-2010Q4-base:1.3
	pkgsrc-2010Q3:1.3.0.8
	pkgsrc-2010Q3-base:1.3
	pkgsrc-2010Q2:1.3.0.6
	pkgsrc-2010Q2-base:1.3
	pkgsrc-2010Q1:1.3.0.4
	pkgsrc-2010Q1-base:1.3
	pkgsrc-2009Q4:1.3.0.2
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2009Q3:1.1.1.1.0.26
	pkgsrc-2009Q3-base:1.1.1.1
	pkgsrc-2009Q2:1.1.1.1.0.24
	pkgsrc-2009Q2-base:1.1.1.1
	pkgsrc-2009Q1:1.1.1.1.0.22
	pkgsrc-2009Q1-base:1.1.1.1
	pkgsrc-2008Q4:1.1.1.1.0.20
	pkgsrc-2008Q4-base:1.1.1.1
	pkgsrc-2008Q3:1.1.1.1.0.18
	pkgsrc-2008Q3-base:1.1.1.1
	cube-native-xorg:1.1.1.1.0.16
	cube-native-xorg-base:1.1.1.1
	pkgsrc-2008Q2:1.1.1.1.0.14
	pkgsrc-2008Q2-base:1.1.1.1
	cwrapper:1.1.1.1.0.12
	pkgsrc-2008Q1:1.1.1.1.0.10
	pkgsrc-2008Q1-base:1.1.1.1
	pkgsrc-2007Q4:1.1.1.1.0.8
	pkgsrc-2007Q4-base:1.1.1.1
	pkgsrc-2007Q3:1.1.1.1.0.6
	pkgsrc-2007Q3-base:1.1.1.1
	pkgsrc-2007Q2:1.1.1.1.0.4
	pkgsrc-2007Q2-base:1.1.1.1
	pkgsrc-2007Q1:1.1.1.1.0.2
	pkgsrc-2007Q1-base:1.1.1.1
	pkgsrc-20070224:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2013.09.12.18.52.54;	author adam;	state dead;
branches;
next	1.4;
commitid	ccYpyKk5Y2sSfb5x;

1.4
date	2011.04.06.07.45.48;	author adam;	state Exp;
branches;
next	1.3;

1.3
date	2009.10.28.09.25.23;	author adam;	state Exp;
branches;
next	1.2;

1.2
date	2009.10.27.18.50.39;	author drochner;	state dead;
branches;
next	1.1;

1.1
date	2007.02.24.11.00.51;	author wiz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2007.02.24.11.00.51;	author wiz;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Changes 1.25.25:
* base.hpp: Fix declarations out of order causing compile failure. Broken since Xmlrpc-c 1.19 (June 2009).
* Make distclean cleans up src/test/blddir and src/test/srcdir.
@
text
@$NetBSD: patch-ac,v 1.4 2011/04/06 07:45:48 adam Exp $

--- src/cpp/Makefile.orig	2011-03-25 16:58:35.000000000 +0000
+++ src/cpp/Makefile
@@@@ -283,7 +283,7 @@@@ $(LIBXMLRPC_PACKETSOCKET_MODS:%=%.o) \
 $(LIBXMLRPC_PACKETSOCKET_MODS:%=%.osh): \
   INCLUDES = $(BASIC_INCLUDES)
 
-CXXFLAGS = $(CXXFLAGS_COMMON) $(CFLAGS_PERSONAL) $(CADD)
+CXXFLAGS = $(CXXFLAGS_COMMON) $(CFLAGS_SHLIB) $(CFLAGS_PERSONAL) $(CADD)
 
 TRANSPORT_CONFIG_USERS = client curl libwww wininet
 
@


1.4
log
@Changes 1.16.34:
* Fix compile bug with some compilers on 64 bit.

Changes 1.16.33:
* Build: Fix prototype/definition mismatch in libwww.cpp with some compilers
  (e.g. Solaris).
* Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris).

Changes 1.16.32:
* Windows Abyss server: properly handle wait for connection.

Changes 1.16.31:
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
  Content-type header from client.
@
text
@d1 1
a1 1
$NetBSD$
@


1.3
log
@Fix building on Darwin; allow custom compiler and linker flags; allow universal binary.
@
text
@d3 1
a3 1
--- src/cpp/Makefile.orig	2009-08-30 17:43:48.000000000 +0200
d5 3
a7 3
@@@@ -139,7 +139,7 @@@@ libxmlrpc_client++.a: $(LIBXMLRPC_CLIENT
 #  RULES TO COMPILE OBJECT MODULES FOR LIBRARIES
 #-----------------------------------------------------------------------------
d12 2
a13 2
 XmlRpcCpp.o:%.o:%.cpp
 	$(CXX) -c $(BASIC_INCLUDES) $(CXXFLAGS) $<
@


1.2
log
@update to 1.06.38
this switches to the "super stable" branch which is the only one
where tarballs are distributed of,
too many changes to list here, the most notable recent one is that the
recent expat DOS vulnerability was fixed, as were some portability
issues which caused problems on NetBSD
@
text
@d1 1
a1 1
$NetBSD: patch-ac,v 1.1 2007/02/24 11:00:51 wiz Exp $
d3 1
a3 1
--- src/cpp/Makefile.orig	2006-11-06 02:50:37.000000000 +0100
d5 3
a7 1
@@@@ -102,8 +102,8 @@@@ all: \
d9 2
a10 1
 # Rules for these are in Makefile.common, courtesy of TARGET_LIB_NAMES_PP:
d12 2
a13 7
-$(LIBXMLRPC_CPP): XmlRpcCpp.o
-$(LIBXMLRPC_CPP): LIBOBJECTS = XmlRpcCpp.o
+$(LIBXMLRPC_CPP): XmlRpcCpp.osh
+$(LIBXMLRPC_CPP): LIBOBJECTS = XmlRpcCpp.osh
 
 $(LIBXMLRPCPP): $(LIBXMLRPCPP_MODS:%=%.osh)
 $(LIBXMLRPCPP): LIBOBJECTS = $(LIBXMLRPCPP_MODS:%=%.osh)
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
@


1.1.1.1
log
@Initial import of xmlrpc-c-1.09.00:

XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends
it to a remote server using HTTP, and gets back the response as
XML.

This library provides a modular implementation of XML-RPC for C
and C++.


XXX: build system is custom-made (i.e. not using libtool), PLIST
will be wrong for many OPSYS -- please fix!
@
text
@@
