Commit graph

32 commits

Author SHA1 Message Date
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +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
ryoon
0f34fb0b37 Fix build on OpenBSD/amd64 5.2.
Add config for OpenBSD.
2013-01-05 10:37:56 +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
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
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
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
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
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
adrianp
13a3fe95ce Add support for OpenSolaris 2008-09-20 19:55:01 +00:00
obache
fc60f9e876 Fixes build problem on NetBSD. 2007-04-06 11:44:33 +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
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