2004-04-19 07:09:55 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
|
2004-01-24 14:30:27 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
|
2004-01-20 13:28:29 by Alistair G. Crooks | Files touched by this commit (54) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2003-09-17 21:41:31 by grant beattie | Files touched by this commit (39) |
Log message:
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
|
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-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-03-03 05:17:46 by Jan Schaumann | Files touched by this commit (64) |
Log message:
Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
|