Commit graph

48 commits

Author SHA1 Message Date
joerg
25af52c4af Not MAKE_JOBS_SAFE. 2015-01-15 13:02:26 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
bsiegert
312e8a5a62 Fix build on MirBSD.
Remove all "#define _XOPEN_SOURCE" lines, as they break things horribly on
MirBSD for some reason. Sprinkle a few <sys/types.h> includes. Add support for
generating shared libraries on MirBSD.
2013-12-01 23:25:31 +00:00
adam
f5925524d0 Changes 1.25.26:
Fix interpretation of dateTime.iso8601 variant with timezone information. As broken, it would add up to a second to the correct datetime or reject the message claiming that it has invalid syntax. Always broken (recognition of the timezone variant was introduced in Xmlrpc-c 1.20).
2013-11-14 08:01:11 +00:00
adam
9f415cb635 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.
2013-09-12 18:52:54 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ryoon
0f34fb0b37 Fix build on OpenBSD/amd64 5.2.
Add config for OpenBSD.
2013-01-05 10:37:56 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
adam
4f7a7da174 Changes 1.16.44:
Server: fix method add failure when signature string contains "I" (for 64 bit integer).
2012-12-15 18:33:28 +00:00
adam
65e9dc66be Changes 1.16.43:
* Bug fixes.
2012-11-14 16:43:10 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
adam
491f33faba Changes 1.16.42:
Fix crash due to bogus memory free when xmlrpc_parse_value() fails.
Broken in 1.07
2012-07-25 20:08:16 +00:00
jperkin
ef1e3f3d4b Use correct linker flags on Solaris with GCC. Fixes relocation issues.
Bump PKGREVISION.
2012-07-25 15:49:34 +00:00
adam
b48d9ad6da Changes 1.16.41:
* xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable
  ASCII as \xHH: shows \xff where it should be something else.
2012-05-04 11:18:22 +00:00
hans
cd4f1253c4 Use LDFLAGS before any additional libs. Fixes an issue I had where the
wrong libstdc++ was picked up because of -L confusion.
2012-04-25 17:52:59 +00:00
adam
5a1794ea85 Changes 1.16.40:
Bug fixes.
2012-03-12 15:47:12 +00:00
adam
77402459b8 Changes 1.16.39: bug fixes 2012-02-06 17:43:18 +00:00
yyamano
80fbfb7e3f Make this build with symlinked pkgsrc directory. 2011-11-22 19:17:19 +00:00
obache
6dbb7de650 Drop includion of curl/types.h.
It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7.
fixes PR#45106.
2011-06-30 01:03:24 +00:00
adam
bc959227f2 Changes 1.16.35:
* Fix build failure in examples on some platforms because of --rpath.
2011-05-09 13:39:16 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
adam
339cab9765 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.
2011-04-06 07:45:47 +00:00
adam
4a26c5555b Linux also needs CFLAGS_SHLIB = -fPIC; a fix for PR#44349 2011-03-25 13:38:07 +00:00
adam
a0ab3cff90 Changes 1.06.42:
* Fix prototype/definition mismatch in libwww.cpp with some compilers.
* Fix linking of xml-rpc-api2cpp with some linkers.
2011-02-22 14:23:24 +00:00
adam
c947b086be Changes 1.06.41:
* 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-10-25 08:53:56 +00:00
adam
6895d7f319 Changes 1.06.40:
* Bug fixes.
2010-06-15 09:18:10 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
drochner
023a27cd89 restore linker search path which got lost in libtoolification, fixes
incomplete pkg installation w/o DESTDIR
(PR pkg/42297 by Brad Harder)
bump PKGREVISION
2009-11-10 21:25:57 +00:00
joerg
e8cd58c794 Make sure to install programs with libtool. Bump revision. 2009-11-09 13:29:53 +00:00
joerg
a9a4cffd96 Link tools with libtool. Don't use .libs in linker pathes. 2009-11-05 21:04:54 +00:00
obache
fad3e507b7 Mark SUPRESEDES. 2009-10-30 06:14:54 +00:00
drochner
ffdf7fe8ed rename the pkg so that it doesn't share the namespace with the
former version anymore, to avoid problems with binary pkgs
2009-10-29 17:39:11 +00:00
adam
95e0de2ff5 Fix building on Darwin; allow custom compiler and linker flags; allow universal binary. 2009-10-28 09:25:23 +00:00
drochner
0574744f63 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
2009-10-27 18:50:38 +00:00
sno
f4621b7602 patching patches/patch-ab to work for FreeBSD, too 2009-09-20 21:15:44 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
wiz
1fb4fcdfa6 Fix build with curl-7.19.x.
Still builds with this patch and curl-7.18, so no PKGREVISION bump.

Addresses PR 40369.
2009-01-11 14:08:02 +00:00
ahoka
c56007a839 Requires a C99 compiler. 2008-10-02 17:57:39 +00:00
adrianp
13a3fe95ce Add support for OpenSolaris 2008-09-20 19:55:01 +00:00
heinz
f48310aeb7 The package supports installation to DESTDIR. 2008-02-02 13:38:53 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
gdt
22a148e365 add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@ 2007-12-07 20:41:03 +00:00
obache
fc60f9e876 Fixes build problem on NetBSD. 2007-04-06 11:44:33 +00:00
wiz
fd102ec357 Fix *-config script to include rpath. Bump PKGREVISION. 2007-02-26 21:03:12 +00:00
joerg
ff2572083d Fix pthread usage. Fix a number of libtool and C issues, that made me
wonder how this ever compiled.
2007-02-26 14:56:30 +00:00
wiz
cd88d6913e Despite appearances to the opposite, xmlrpc-c does not need expat.
It comes with an own patched version.
Remove expat dependency and bump PKGREVISION.

Add buildlink3.mk file.
2007-02-24 18:59:46 +00:00
wiz
06365cd416 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!
2007-02-24 11:00:51 +00:00