2004-01-03 19:50:01 by Jeremy C. Reed | Files touched by this commit (505) | |
Log message:
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
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-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
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-04-27 14:41:39 by Chris Pinnock | Files touched by this commit (1) |
Log message:
Lint: USE_PKGLOCALEDIR=yes. Remove VERS.
|
2003-04-26 11:49:39 by Julio Merino | Files touched by this commit (14) |
Log message:
Add "windowmaker" as a secondary category; it already existed, but \
contained
a single package.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-08 20:56:35 by Julio Merino | Files touched by this commit (4) |
Log message:
Install configuration files under the examples hierarchy and use
bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
This closes my own PR pkg/16966 (which proposed a different, wrong change).
|