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