summaryrefslogtreecommitdiff
path: root/textproc/xmlrpc-c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22Make this build with symlinked pkgsrc directory.yyamano2-1/+16
2011-06-30Drop includion of curl/types.h.obache4-1/+46
It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7. fixes PR#45106.
2011-05-09Changes 1.16.35:adam2-7/+6
* Fix build failure in examples on some platforms because of --rpath.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-06Changes 1.16.34:adam13-189/+109
* 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.
2011-03-25Linux also needs CFLAGS_SHLIB = -fPIC; a fix for PR#44349adam2-3/+11
2011-02-22Changes 1.06.42:adam2-12/+13
* Fix prototype/definition mismatch in libwww.cpp with some compilers. * Fix linking of xml-rpc-api2cpp with some linkers.
2010-10-25Changes 1.06.41:adam2-7/+7
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client. * Build: replace <sys/signal.h> with <signal.h>.
2010-06-15Changes 1.06.40:adam3-11/+10
* Bug fixes.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-11-10restore linker search path which got lost in libtoolification, fixesdrochner3-6/+6
incomplete pkg installation w/o DESTDIR (PR pkg/42297 by Brad Harder) bump PKGREVISION
2009-11-09Make sure to install programs with libtool. Bump revision.joerg3-4/+14
2009-11-05Link tools with libtool. Don't use .libs in linker pathes.joerg6-14/+81
2009-10-30Mark SUPRESEDES.obache1-1/+2
2009-10-29rename the pkg so that it doesn't share the namespace with thedrochner2-4/+8
former version anymore, to avoid problems with binary pkgs
2009-10-28Fix building on Darwin; allow custom compiler and linker flags; allow ↵adam5-13/+61
universal binary.
2009-10-27update to 1.06.38drochner12-115/+61
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
2009-09-20patching patches/patch-ab to work for FreeBSD, toosno2-7/+16
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-11Fix build with curl-7.19.x.wiz2-1/+15
Still builds with this patch and curl-7.18, so no PKGREVISION bump. Addresses PR 40369.
2008-10-02Requires a C99 compiler.ahoka1-2/+2
2008-09-20Add support for OpenSolarisadrianp2-5/+21
2008-02-02The package supports installation to DESTDIR.heinz1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-3/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-07add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@gdt1-1/+4
2007-04-06Fixes build problem on NetBSD.obache2-4/+4
2007-02-26Fix *-config script to include rpath. Bump PKGREVISION.wiz1-3/+5
2007-02-26Fix pthread usage. Fix a number of libtool and C issues, that made mejoerg6-6/+69
wonder how this ever compiled.
2007-02-24Despite appearances to the opposite, xmlrpc-c does not need expat.wiz2-2/+24
It comes with an own patched version. Remove expat dependency and bump PKGREVISION. Add buildlink3.mk file.
2007-02-24Initial import of xmlrpc-c-1.09.00:wiz7-0/+154
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!