summaryrefslogtreecommitdiff
path: root/textproc/xmlrpc-c
AgeCommit message (Collapse)AuthorFilesLines
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!