2012-10-15 23:27:08 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Revert bogus warning flags. |
2012-10-09 04:48:04 by Steven Drake | Files touched by this commit (1) |
Log message: libfetch-2.34: On Linux libfetch needs to be built with '-fPIC' so that it can be used to build shared libraries. (Fixes databases/openldap-client build.) |
2012-10-07 09:23:21 by John Marino | Files touched by this commit (1) |
Log message: net/libfetch: Fix for gcc4.7 When building with gcc4.7, libfetch fails with the following error: ftp.c: In function 'unmappedaddr': ftp.c:149:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] cc1: all warnings being treated as errors *** Error code 1 The code is intentionally grouping an array of four uint8_t bytes into a uint32_t word. Add -Wno-strict-aliasing in makefile to fix build in gcc4.7. |
2012-04-26 11:56:16 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Define LIBFETCH_PRINTFLIKE for !gcc |
2012-04-07 17:27:21 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix the last commit to not break bootstrap. |
2012-04-07 17:09:24 by Thomas Klausner | Files touched by this commit (3) |
Log message: Fix build with clang. |
2011-12-17 01:12:29 by Steven Drake | Files touched by this commit (2) |
Log message: If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms. |
2011-11-08 19:02:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: More help for stupid glibc headers. |
2011-11-06 21:03:50 by Thomas Cort | Files touched by this commit (1) |
Log message: Do not define HAVE_SA_LEN when __minix is defined per pkg/45039 |
2011-10-02 21:15:34 by John Marino | Files touched by this commit (1) |
Log message: PR#45210: Fix pkgsrc bootstrap with gcc 4.6 Libfetch build failure with gcc 4.6 is due to the a couple of assigned variables not getting used. This patch allows systems like Debian and OpenIndiana to bootstrap pkgsrc. |