Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-22 | Using __VA_ARGS__ and expecting the compiler to magically remove the | joerg | 4 | -2/+54 | |
initial comma when it expands to empty is a GCC extension. Avoid it. | |||||
2012-12-22 | Make sure that depending packages don't pick up newer gedit versions. | joerg | 1 | -3/+3 | |
2012-12-22 | Not parallel make safe. | wiz | 2 | -5/+8 | |
Stuff like: mv: rename .deps/sdp.Tpo to .deps/sdp.Plo: No such file or directory happens. | |||||
2012-12-22 | Disable use of visibility attributes for clang, it is much stricter | joerg | 4 | -22/+52 | |
about enforcing consistency than gcc. | |||||
2012-12-22 | Fix PLIST for base package update. | dholland | 2 | -2/+18 | |
2012-12-22 | Fix PLIST for base package update. | dholland | 18 | -20/+1235 | |
2012-12-22 | Fix unportable test(1) construct and use appropriate awk. | wiz | 4 | -3/+42 | |
2012-12-22 | Fix PLIST for base package update. | dholland | 20 | -22/+223 | |
2012-12-22 | Fix PLIST for base package update. | dholland | 4 | -11/+19 | |
2012-12-22 | Regen patch for base package update. | dholland | 2 | -8/+13 | |
2012-12-22 | Fix PLIST for base package update. | dholland | 2 | -3/+80 | |
2012-12-22 | Regen patch for base package update. | dholland | 2 | -7/+11 | |
2012-12-22 | Fix PLIST for base package update. | dholland | 28 | -106/+1616 | |
2012-12-21 | Revert previous as it breaks clang. PR 47342 | dholland | 2 | -16/+5 | |
2012-12-21 | Revert previous; Joerg says it breaks on clang. (It would be nice if | dholland | 2 | -14/+3 | |
clang didn't masquerade as gcc and then turn out to be incompatible.) Reopens PR 47342, but I'll deal. | |||||
2012-12-21 | Fix 6 year+ old type in configure by adding missing hyphen for -Wl,-R. | joerg | 3 | -5/+37 | |
Fix main declaration for X11 test. Always use C++ and C99 compatible inline specifier. | |||||
2012-12-21 | Stuff from tonight. | dholland | 1 | -1/+9 | |
2012-12-21 | Needs pangox-compat. Also was missing direct dep on pango. PKGREVISION -> 10. | dholland | 1 | -2/+4 | |
2012-12-21 | Chase after that moving target known lightly as the C++ "standard". | dholland | 83 | -20/+3883 | |
Fixes build. Also clean up insecure-temporary-files. PKGREVISION -> 1. | |||||
2012-12-21 | Fix distinfo and reset PKGREVISION for base package update. | dholland | 2 | -6/+5 | |
(base package is docbook-xsl) | |||||
2012-12-21 | Disable this package on ruby18; it does not build and hasn't for ages, | dholland | 1 | -1/+3 | |
and at this point it's not worth pretending we'll ever fix it. | |||||
2012-12-21 | Work around header naming conflict with harfbuzz. Fixes build. | dholland | 1 | -1/+11 | |
2012-12-21 | This package installs stuff in the vendor_perl directory and knows | dholland | 2 | -55/+63 | |
about the Perl version. Instead of baking the version number into the PLIST, control it from the Makefile. Also, depend on the current major/minor version of Perl. Ideally this version should come from something in lang/perl5, but there isn't any obvious way to do that. But at least now this only has to be updated in one place when Perl changes. Bump PKGREVISION because of the depends changes. | |||||
2012-12-21 | Fix broken build with gcc 4.5. While here, fix usage of tolower(). | dholland | 4 | -11/+42 | |
PKGREVISION -> 1. | |||||
2012-12-21 | Recognize i486-netbsd as well as i386-netbsd. | dholland | 2 | -6/+9 | |
2012-12-21 | Fix LP64 build. | dholland | 3 | -6/+28 | |
2012-12-21 | Silence extensive const warnings that were obscuring everything else. | dholland | 3 | -0/+59 | |
2012-12-21 | Add missing linkage to own library. May fix the build failures seen | dholland | 2 | -1/+18 | |
on some platforms. I have no idea why this would fail in a machine- dependent way. | |||||
2012-12-21 | Don't use share/doc/html. Clean up a lot of additional pkglint. | dholland | 2 | -163/+161 | |
PKGREVISION -> 2. | |||||
2012-12-21 | Fix "libtool: unable to infer tagged configuration" breakage. | dholland | 3 | -10/+16 | |
2012-12-21 | Add two new patches: | schnoebe | 4 | -4/+109 | |
* handle building with NetBSD 6's 64bit time_t on a 32 bit platform * reorder src/utf8/checked.h to define the append() function before using it later on in the same file. Also updated the MASTER_SITES to reference the new download site. | |||||
2012-12-20 | Update PLIST after base package update. | dholland | 4 | -5/+323 | |
2012-12-20 | Revert, the real issue was in cyrus-sasl. | joerg | 2 | -14/+1 | |
2012-12-20 | Clang warns about non-literal format strings, but we don't want this to | joerg | 1 | -1/+6 | |
be fatal for now. | |||||
2012-12-20 | Disable Clang's stricter non-literal format string warning. | joerg | 1 | -1/+5 | |
2012-12-20 | sasl.h needs stddef.h to be self-contained. Bump revision. | joerg | 3 | -2/+17 | |
2012-12-20 | Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk, | dholland | 1 | -1/+2 | |
causing the build of math/R to break mysteriously. | |||||
2012-12-20 | Add patchsum for patch-polsys.c | joerg | 1 | -1/+2 | |
2012-12-20 | -R is a linker flag, so prefix with -Wl. | joerg | 2 | -4/+18 | |
2012-12-20 | Add some void love. | joerg | 5 | -12/+171 | |
2012-12-20 | Add missing prototypes for functions that should really be void. | joerg | 4 | -1/+47 | |
2012-12-20 | Fix use of nested functions. Bump revision. | joerg | 3 | -6/+71 | |
2012-12-20 | Fix C99 inline misuse. | joerg | 3 | -1/+182 | |
2012-12-20 | Fix inline usage. | joerg | 2 | -1/+69 | |
2012-12-20 | Using long as modifier for typedef'd names is invalid C. | joerg | 2 | -4/+13 | |
2012-12-20 | Define prototypes to avoid conflicting implicit declarations. | joerg | 2 | -12/+17 | |
2012-12-20 | Fix inline usage. | joerg | 8 | -2/+104 | |
2012-12-20 | Always return a value from non-void functions. Add missing system | joerg | 2 | -1/+32 | |
header. | |||||
2012-12-20 | Return NULL from thread start function. | joerg | 2 | -1/+24 | |
2012-12-20 | Include config.h to ensure that HAVE_UNISTD_H exists. Fix inline usage. | joerg | 5 | -1/+55 | |