2003-09-12 22:07:36 by grant beattie | Files touched by this commit (30) |
Log message: kill all references to gcc.buildlink2.mk and compiler.mk, and define USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later... |
2003-06-11 22:51:00 by David Brownlee | Files touched by this commit (32) |
Log message: Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build. |
2003-06-02 16:05:10 by David Brownlee | Files touched by this commit (24) |
Log message: Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 is accepted. Suggested by Grant. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-04-10 22:10:21 by grant beattie | Files touched by this commit (17) |
Log message: make usage of pax more consistent, use -O to bomb on broken archives (suggested by lukem), group z, r and f flags. some whitespace cleanup. |
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |
2003-01-26 11:30:51 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Use -O to tell pax(1) that there is only 1 volume in the angband spoilers file. This is a workaround for what seems like a tar archive produced by GNU tar not being able to be read by our pax(1). |
2002-09-29 08:29:39 by Johnny C. Lam | Files touched by this commit (1) |
Log message: buildlink1 -> buildlink2 |
2002-09-24 14:30:55 by Thomas Klausner | Files touched by this commit (155) |
Log message: Complete standardization of messages according to latest pkglint. |
2002-04-20 17:04:20 by Chris Pinnock | Files touched by this commit (3) |
Log message: Backout previous and do somewhat more elegantly... |