Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-22 | Preliminary hacks for building this with -m32 on amd64 NetBSD. | dholland | 1 | -1/+4 | |
I've run into local problems with COMPAT_32 so this only gets a short distance in before I can't run it any further, but I'm going to commit anyway as "broken package" > "no package", and with luck I'll get it sorted out fully before much longer. Also allow amd64 Linux as the necessary hacks for that seem to already be in place. | |||||
2015-01-05 | Add missing continuation line marker. | wiz | 1 | -3/+2 | |
Remove mention of lang/twelf. | |||||
2015-01-04 | Use ONLY_FOR_PLATFORM only to indicate what the compiler knows how to | dholland | 1 | -6/+17 | |
target. For stuff the packaging doesn't handle, use BROKEN. | |||||
2014-10-05 | Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. | wiz | 1 | -1/+4 | |
2009-12-15 | Support FreeBSD. | asau | 1 | -6/+6 | |
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 1 | -3/+5 | |
through PLIST_SUBST to the plist module. | |||||
2006-10-19 | Give BOX a default value, so that "make fetch" at least works partially | wiz | 1 | -1/+5 | |
on unsupported platforms. | |||||
2005-12-08 | Fixed PLIST quoting issue introduced by the recent "pkglint --autofix" | rillig | 1 | -2/+2 | |
change. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2004-06-22 | 80 chars per line. | xtraeme | 1 | -2/+3 | |
2003-08-01 | This works on Linux, too. At least under i386. | jschauma | 1 | -3/+3 | |
2003-07-01 | Make this work on powerpc. | jtb | 1 | -3/+8 | |
2003-03-21 | Update to 110.42, from Christopher Richards in connection with PR 18678. | wiz | 1 | -0/+25 | |
Changes: A number of small, but important bug fixes. |