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 12:36:33 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.
|
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-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-30 02:11:25 by Jason Beegan | Files touched by this commit (2) |
Log message:
Update to version 1.92d.
Changes:
Fixed pad_offset for the 16 bits per pixel case. This means that you
will no longer get warped images that appear to be tilting over
sideways on platforms with this pixel depth, when viewing a file with
an odd number of X entries. Also added the "-frames" option, but it is
not enabled by default in the configure file.
|
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-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2002-10-22 23:56:40 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Use lang/gcc/buildlink2.mk instead of Makefile.gcc.
|