summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-22Using __VA_ARGS__ and expecting the compiler to magically remove thejoerg4-2/+54
initial comma when it expands to empty is a GCC extension. Avoid it.
2012-12-22Make sure that depending packages don't pick up newer gedit versions.joerg1-3/+3
2012-12-22Not parallel make safe.wiz2-5/+8
Stuff like: mv: rename .deps/sdp.Tpo to .deps/sdp.Plo: No such file or directory happens.
2012-12-22Disable use of visibility attributes for clang, it is much stricterjoerg4-22/+52
about enforcing consistency than gcc.
2012-12-22Fix PLIST for base package update.dholland2-2/+18
2012-12-22Fix PLIST for base package update.dholland18-20/+1235
2012-12-22Fix unportable test(1) construct and use appropriate awk.wiz4-3/+42
2012-12-22Fix PLIST for base package update.dholland20-22/+223
2012-12-22Fix PLIST for base package update.dholland4-11/+19
2012-12-22Regen patch for base package update.dholland2-8/+13
2012-12-22Fix PLIST for base package update.dholland2-3/+80
2012-12-22Regen patch for base package update.dholland2-7/+11
2012-12-22Fix PLIST for base package update.dholland28-106/+1616
2012-12-21Revert previous as it breaks clang. PR 47342dholland2-16/+5
2012-12-21Revert previous; Joerg says it breaks on clang. (It would be nice ifdholland2-14/+3
clang didn't masquerade as gcc and then turn out to be incompatible.) Reopens PR 47342, but I'll deal.
2012-12-21Fix 6 year+ old type in configure by adding missing hyphen for -Wl,-R.joerg3-5/+37
Fix main declaration for X11 test. Always use C++ and C99 compatible inline specifier.
2012-12-21Stuff from tonight.dholland1-1/+9
2012-12-21Needs pangox-compat. Also was missing direct dep on pango. PKGREVISION -> 10.dholland1-2/+4
2012-12-21Chase after that moving target known lightly as the C++ "standard".dholland83-20/+3883
Fixes build. Also clean up insecure-temporary-files. PKGREVISION -> 1.
2012-12-21Fix distinfo and reset PKGREVISION for base package update.dholland2-6/+5
(base package is docbook-xsl)
2012-12-21Disable this package on ruby18; it does not build and hasn't for ages,dholland1-1/+3
and at this point it's not worth pretending we'll ever fix it.
2012-12-21Work around header naming conflict with harfbuzz. Fixes build.dholland1-1/+11
2012-12-21This package installs stuff in the vendor_perl directory and knowsdholland2-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-21Fix broken build with gcc 4.5. While here, fix usage of tolower().dholland4-11/+42
PKGREVISION -> 1.
2012-12-21Recognize i486-netbsd as well as i386-netbsd.dholland2-6/+9
2012-12-21Fix LP64 build.dholland3-6/+28
2012-12-21Silence extensive const warnings that were obscuring everything else.dholland3-0/+59
2012-12-21Add missing linkage to own library. May fix the build failures seendholland2-1/+18
on some platforms. I have no idea why this would fail in a machine- dependent way.
2012-12-21Don't use share/doc/html. Clean up a lot of additional pkglint.dholland2-163/+161
PKGREVISION -> 2.
2012-12-21Fix "libtool: unable to infer tagged configuration" breakage.dholland3-10/+16
2012-12-21Add two new patches:schnoebe4-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-20Update PLIST after base package update.dholland4-5/+323
2012-12-20Revert, the real issue was in cyrus-sasl.joerg2-14/+1
2012-12-20Clang warns about non-literal format strings, but we don't want this tojoerg1-1/+6
be fatal for now.
2012-12-20Disable Clang's stricter non-literal format string warning.joerg1-1/+5
2012-12-20sasl.h needs stddef.h to be self-contained. Bump revision.joerg3-2/+17
2012-12-20Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk,dholland1-1/+2
causing the build of math/R to break mysteriously.
2012-12-20Add patchsum for patch-polsys.cjoerg1-1/+2
2012-12-20-R is a linker flag, so prefix with -Wl.joerg2-4/+18
2012-12-20Add some void love.joerg5-12/+171
2012-12-20Add missing prototypes for functions that should really be void.joerg4-1/+47
2012-12-20Fix use of nested functions. Bump revision.joerg3-6/+71
2012-12-20Fix C99 inline misuse.joerg3-1/+182
2012-12-20Fix inline usage.joerg2-1/+69
2012-12-20Using long as modifier for typedef'd names is invalid C.joerg2-4/+13
2012-12-20Define prototypes to avoid conflicting implicit declarations.joerg2-12/+17
2012-12-20Fix inline usage.joerg8-2/+104
2012-12-20Always return a value from non-void functions. Add missing systemjoerg2-1/+32
header.
2012-12-20Return NULL from thread start function.joerg2-1/+24
2012-12-20Include config.h to ensure that HAVE_UNISTD_H exists. Fix inline usage.joerg5-1/+55