Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -2/+2 | |
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 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-18 | When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than | agc | 1 | -2/+2 | |
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge. | |||||
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -5/+3 | |
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 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-05 | do-install: | grant | 1 | -6/+7 | |
- don't call install with multiple directory args. - create directories first, then install files into them. - remove unnecessary trailing slashes. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-06-06 | Turn off optimisation on NetBSD/arm platforms, otherwise we hit an | cjep | 1 | -4/+7 | |
optimisation loop. The first problem is at: c++ -c -O2 -fno-rtti -I. -I../emucore -I../emucore/m6502/src \ -I../emucore/m6502/src/bspf/src -I../ui/x11 -I../ui/sound \ -I/usr/X11R6/include -DBSPF_UNIX ../emucore/m6502/src/M6502.cxx XXX It would probably be best to turn off optimisation on the relevant files | |||||
2002-03-30 | On arm32, explicitly set the C++ compiler flags (as a result optimization | cjep | 1 | -1/+5 | |
is left off and stella builds). | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-11 | Fix typo. | dent | 1 | -2/+2 | |
2000-12-27 | fix compilation on alpha. | dmcmahill | 2 | -4/+4 | |
2000-05-31 | -ELF -Wl,-R fix | dmcmahill | 2 | -3/+5 | |
-work around a pmax/sparc compiler bug. Don't optimize on the problem file on either of these 2 arch's. Fixes recently noted compile problems. | |||||
2000-05-31 | work around a c++ -O2 bug on sparc and pmax by not using -O2 for the problem | dmcmahill | 2 | -14/+19 | |
file on those 2 machines. fixes recently noted compile problems. | |||||
2000-01-22 | Use "/dev/sound" instead of "/dev/mixer" as suggested by maximum entropy | tron | 2 | -5/+5 | |
in PR pkg/9250. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+5 | |
1999-05-18 | Import stella-1.1, an Atari 2600 VCS (and compatibles) emulator written in | tv | 8 | -0/+146 | |
C++. Took hints from the FreeBSD port, but rewrote this one from scratch. |