Age | Commit message (Expand) | Author | Files | Lines |
2012-06-28 | Linux build fixes: | sbd | 3 | -16/+33 |
2012-06-28 | Make this available on x86_64. It builds and passes its self-tests. | dholland | 1 | -1/+2 |
2012-06-28 | Oops, need intptr_t even where the conversion is harmless. | dholland | 4 | -1/+97 |
2012-06-28 | Fix build failure when time_t is 64 bits on a 32-bit machine. | dholland | 2 | -1/+20 |
2012-06-28 | Set the type for get_crc_table() based on zlib version. | sbd | 2 | -5/+8 |
2012-06-28 | Apply a similar fix to archivers/star to fix schilyware configuration for | dholland | 1 | -3/+5 |
2012-06-28 | fix typo | dholland | 1 | -1/+1 |
2012-06-28 | Fix wrong INSTALLATION_DIRS. | dholland | 1 | -2/+2 |
2012-06-28 | Always use /dev/random to seed on NetBSD, instead of relying on a | dholland | 2 | -4/+16 |
2012-06-28 | If libarchive is going to be used the libarchive buildlink3.mk should be | sbd | 1 | -1/+2 |
2012-06-28 | Recognize both "ppc" and "powerpc" as appeared in today's netbsd powerpc | dholland | 1 | -2/+2 |
2012-06-28 | Fix broken build by adding <cstring>. While here, deploy intptr_t, and | dholland | 6 | -4/+80 |
2012-06-27 | stdint.h must be included for uintX_t types. | sbd | 2 | -9/+15 |
2012-06-27 | On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS. | sbd | 2 | -5/+20 |
2012-06-27 | Document licence (MIT). | asau | 1 | -1/+2 |
2012-06-27 | Remove "-m486" flag to let it build with contemporary GCC. | asau | 1 | -2/+3 |
2012-06-27 | Ensure the Solaris native linker is used by default, avoids conflicts | jperkin | 1 | -1/+10 |
2012-06-27 | Fix missing libnsl and libsocket link on SunOS. Bump PKGREVISION. | fhajny | 3 | -5/+6 |
2012-06-27 | Add MirBSD support to patches, fix build. | bsiegert | 5 | -13/+13 |
2012-06-27 | Move #include <sys/types.h> before the #define of _XOPEN_SOURCE so that | bsiegert | 2 | -1/+22 |
2012-06-27 | In src/mac.cpp make get_file_extname() a const function. | sbd | 2 | -1/+20 |
2012-06-27 | The correct type for get_crc_table with zlib 1.2.7 is z_crc_t* | sbd | 2 | -4/+16 |
2012-06-26 | Actually add patches to make rxvt-unicode build on Mac OS X 10.7. | riastradh | 4 | -0/+183 |
2012-06-26 | Patch x11/rxvt-unicode to make it work on Mac OS X 10.7. | riastradh | 3 | -8/+66 |
2012-06-26 | don't pull in libelf on SunOS, to fix build problems (PR pkg/46478) | drochner | 1 | -2/+2 |
2012-06-26 | Fix checksum for patch-af, which Joerg accidentally reverted. (Hi, Joerg.) | dholland | 1 | -2/+2 |
2012-06-26 | Install documentation. Emacs is not the package that can be used | asau | 5 | -55/+59 |
2012-06-26 | Solaris needs -m32 for ABI=32 too, now that we have compilers which build | jperkin | 1 | -11/+2 |
2012-06-26 | Fix missing rpath information on SunOS. Bump PKGREVISION. | fhajny | 3 | -7/+26 |
2012-06-26 | Fix manual page location on Solaris. | jperkin | 2 | -2/+14 |
2012-06-26 | Add xgettext tool. | sbd | 1 | -2/+2 |
2012-06-26 | Pass PKGINFODIR to cmake. | sbd | 1 | -1/+2 |
2012-06-26 | Updated devel/ecore to 1.1.0nb1 | sbd | 1 | -1/+2 |
2012-06-26 | Add PLIST.Linux | sbd | 2 | -1/+6 |
2012-06-26 | Updated devel/kdesdk3 to 3.5.10nb28 | sbd | 1 | -1/+2 |
2012-06-26 | Update PLIST.kmtrace. | sbd | 2 | -3/+7 |
2012-06-25 | Support strip in /usr/bin/strip, as per SmartOS. | jperkin | 1 | -1/+5 |
2012-06-25 | afio, xarchon, ristretto, umb-scheme, and coolmail | dholland | 1 | -1/+6 |
2012-06-25 | Fix build with Clang. | joerg | 2 | -1/+15 |
2012-06-25 | Fix build with modular Xorg. | joerg | 1 | -1/+2 |
2012-06-25 | Fix build with clang. | joerg | 3 | -1/+33 |
2012-06-25 | Use C99 syntax with C99 compilers. Fix a memset call. Bump revision. | joerg | 4 | -10/+33 |
2012-06-25 | Fix build with C99 compiler. | joerg | 2 | -1/+15 |
2012-06-25 | Fix build with Clang. | joerg | 5 | -1/+65 |
2012-06-25 | Taking the address of temporary objects is not valid C++. | joerg | 2 | -1/+16 |
2012-06-25 | Fix build with Clang. | joerg | 5 | -3/+277 |
2012-06-25 | Disable character set warning for Clang, it produces over 8GB output | joerg | 1 | -1/+8 |
2012-06-25 | Fix build with a C99 compiler. | joerg | 2 | -1/+63 |
2012-06-25 | Fix C++ issues like missing typename and shadowing of a local variable | joerg | 3 | -1/+40 |
2012-06-25 | Fix build with C99 compiler. | joerg | 2 | -1/+114 |