[csw-devel] SF.net SVN: gar:[3816] csw/mgar/pkg/xmlrpc_c/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Thu Mar 19 15:14:25 CET 2009
Revision: 3816
http://gar.svn.sourceforge.net/gar/?rev=3816&view=rev
Author: valholla
Date: 2009-03-19 14:14:25 +0000 (Thu, 19 Mar 2009)
Log Message:
-----------
remove my files for Roger's working version
Removed Paths:
-------------
csw/mgar/pkg/xmlrpc_c/trunk/Makefile
csw/mgar/pkg/xmlrpc_c/trunk/checksums
csw/mgar/pkg/xmlrpc_c/trunk/files/makefix.diff
Deleted: csw/mgar/pkg/xmlrpc_c/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlrpc_c/trunk/Makefile 2009-03-19 13:32:58 UTC (rev 3815)
+++ csw/mgar/pkg/xmlrpc_c/trunk/Makefile 2009-03-19 14:14:25 UTC (rev 3816)
@@ -1,43 +0,0 @@
-GARNAME = xmlrpc-c
-GARVERSION = 1.06.32
-CATEGORIES = lib
-
-DESCRIPTION = A lightweight RPC library based on XML and HTTP.
-define BLURB
- It's a spec and a set of implementations that allow software
- running on disparate operating systems, running in different
- environments to make procedure calls over the Internet.
- It's remote procedure calling using HTTP as the transport and
- XML as the encoding. XML-RPC is designed to be as simple as possible,
- while allowing complex data structures to be transmitted,
- processed and returned.
-endef
-
-MASTER_SITES = $(SF_MIRRORS)
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=16847
-SPKG_SOURCEURL = http://xmlrpc-c.sourceforge.net
-DISTFILES = $(GARNAME)-$(GARVERSION).tgz
-
-PACKAGES = CSWxmlrpc-c
-CATALOGNAME_CSWxmlrpc-c = xmlrpc_c
-SPKG_DESC_CSWxmlrpc-c = $(DESCRIPTION)
-
-PATCHFILES = makefix.diff
-
-#REQUIRED_PKGS_CSWxmlrpc-c =
-
-# We define upstream file regex so we can be notifed of
-# new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
-
-#BUILD64 = 1
-#NO_ISAEXEC = 1
-
-TEST_TARGET = check
-
-CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-libxml2-backend
-
-include gar/category.mk
-
-
Deleted: csw/mgar/pkg/xmlrpc_c/trunk/checksums
===================================================================
--- csw/mgar/pkg/xmlrpc_c/trunk/checksums 2009-03-19 13:32:58 UTC (rev 3815)
+++ csw/mgar/pkg/xmlrpc_c/trunk/checksums 2009-03-19 14:14:25 UTC (rev 3816)
@@ -1,2 +0,0 @@
-1a5a0771a22e75819d90e7fab38ef377 download/xmlrpc-c-1.06.32.tgz
-bbad2fdf6721f423985b9964b38ac17c download/makefix.diff
Deleted: csw/mgar/pkg/xmlrpc_c/trunk/files/makefix.diff
===================================================================
--- csw/mgar/pkg/xmlrpc_c/trunk/files/makefix.diff 2009-03-19 13:32:58 UTC (rev 3815)
+++ csw/mgar/pkg/xmlrpc_c/trunk/files/makefix.diff 2009-03-19 14:14:25 UTC (rev 3816)
@@ -1,33 +0,0 @@
---- xmlrpc-c-1.06.32/src/Makefile.o 2009-03-18 15:28:27.199486556 -0500
-+++ xmlrpc-c-1.06.32/src/Makefile 2009-03-18 15:29:11.545130838 -0500
-@@ -145,7 +145,7 @@
- libxmlrpc_client.la: $(LIBXMLRPC_CLIENT_OBJS) $(TRANSPORT_OBJS)
- $(LIBTOOL) --mode=link $(CCLD) -o $@ $(LIBLDFLAGS) \
- $(LIBXMLRPC_CLIENT_OBJS) $(TRANSPORT_OBJS) \
-- $(LIBXMLRPC_CLIENT_LIBDEP) $(TRANSPORT_LIBDEP) \
-+ $(LIBXMLRPC_CLIENT_LIBDEP) $(TRANSPORT_LIBDEP)
-
- libxmlrpc_server.la: $(LIBXMLRPC_SERVER_OBJS)
- $(LIBTOOL) --mode=link $(CCLD) -o $@ $(LIBLDFLAGS) \
---- xmlrpc-c-1.06.32/tools/xml-rpc-api2cpp/Makefile.o 2009-03-18 16:33:30.751515171 -0500
-+++ xmlrpc-c-1.06.32/tools/xml-rpc-api2cpp/Makefile 2009-03-18 16:33:01.993010353 -0500
-@@ -19,7 +19,7 @@
-
- LDFLAGS = $(LADD)
-
--LDLIBS = -Lblddir/src/cpp -lxmlrpc_cpp -lxmlrpc_server $(CLIENT_LDLIBS)
-+LDLIBS = -Lblddir/src/cpp -lxmlrpc_cpp -Lblddir/src/.libs -lxmlrpc_server $(CLIENT_LDLIBS)
-
- PROGS :=
-
---- xmlrpc-c-1.06.32/GNUmakefile.o 2009-03-18 17:17:49.128184463 -0500
-+++ xmlrpc-c-1.06.32/GNUmakefile 2009-03-18 17:18:32.527139668 -0500
-@@ -7,7 +7,7 @@
-
- include $(SRCDIR)/Makefile.config
-
--SUBDIRS = include lib src tools examples
-+SUBDIRS = include lib src tools
-
- PROGRAMS_TO_INSTALL = xmlrpc-c-config
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list