-
This is not a problem with the curl/libcurl build per se, but rather with programs that use it. In include/curl/multi.h, there is a function prototype that uses the fd_set type, which ought to be declared in . If a curl consumer has forgotten to include and , as xmlrpc-c does, a simple #include would be enough to break the compilation.
Of...
2009-12-18 11:03:37 UTC in curl and libcurl
-
Argh. Guess it just wasn't my day, was it. I should've removed the pkgconfigdir change - of course it's FreeBSD-specific :)
As to the rest - yeah, I guessed that there was a reason, I just didn't know what it was. But since you feel it would be better this way, this way it stays, then :) Was the reason for the change the build time for the PS/PDF documentation, or was it something else?...
2009-11-19 11:44:47 UTC in curl and libcurl
-
Oof. Thanks a lot for pointing that out. I guess I really wasn't thinking quite straight when I initially posted it - I guess I'm kind of used to my own version of such realloc loops, and didn't notice it was done in the sensible way for this case.
Apologies for your wasted time! :)
2009-11-19 11:25:33 UTC in curl and libcurl
-
Not sure if this is a bug per se, but there could be situations in which getpart.c's appendstring() could fail to allocate as much memory as needed in just one retry. If the attached patch does not make it through for some reason, it's also available at
http://cvsweb.freebsd.org/ports/ftp/curl/files/patch-tests::server::getpart.c
Once again, thanks for writing and maintaining curl!
2009-11-13 11:33:39 UTC in curl and libcurl
-
Somewhat hard-pressed to report this as a full-scale wrong-behavior bug, but that's what the tracker will have me do :)
Anyway, is there a reason why the docs subdirectories are handled with special make invocations in the installation hooks? I've had this patch in the FreeBSD port for a long time, just letting the build and install targets do the right thing automatically. Sorry for not...
2009-11-13 11:29:18 UTC in curl and libcurl
-
roamer committed patchset 273 of module qmailadmin to the QmailAdmin CVS repository, changing 2 files.
2009-09-10 12:37:19 UTC in QmailAdmin