2012-04-25 19:53:00 by Hans Rosenfeld | Files touched by this commit (2) |
Log message: Use LDFLAGS before any additional libs. Fixes an issue I had where the wrong libstdc++ was picked up because of -L confusion. |
2012-03-12 16:47:12 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.16.40: Bug fixes. |
2012-02-06 18:43:19 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.16.39: bug fixes |
2011-11-22 20:17:19 by Yuji Yamano | Files touched by this commit (2) |
Log message: Make this build with symlinked pkgsrc directory. |
2011-06-30 03:03:26 by OBATA Akio | Files touched by this commit (4) |
Log message: 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-05-09 15:39:16 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.16.35: * Fix build failure in examples on some platforms because of --rpath. |
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message: recursive bump from gettext-lib shlib bump. |
2011-04-06 09:45:48 by Adam Ciarcinski | Files touched by this commit (13) |
Log message: 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-03-25 14:38:07 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Linux also needs CFLAGS_SHLIB = -fPIC; a fix for PR#44349 |
2011-02-22 15:23:25 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.06.42: * Fix prototype/definition mismatch in libwww.cpp with some compilers. * Fix linking of xml-rpc-api2cpp with some linkers. |