Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
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-22 | Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes | jmmv | 1 | -2/+2 | |
a problem introduced in the 6.2alpha4 package. | |||||
2003-03-09 | Bump PKGREVISION due to upgrade of Mesa and friends. | jschauma | 1 | -1/+2 | |
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s. | |||||
2002-11-13 | decrease optimization level on sparc and also unlimit resources to allow | dmcmahill | 1 | -1/+8 | |
this to compile. | |||||
2002-10-21 | Convert to buildlink2. | wiz | 1 | -4/+4 | |
2002-01-27 | Restrict build to alpha,mips,sparc,i386 as that's all this has been ported to. | jmc | 1 | -1/+4 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-06-25 | Add a shell script wrapper for the stalin compiler. | jtb | 1 | -0/+3 | |
2001-06-25 | Update of stalin to 0.9. No changelog, but changes include support | jtb | 14 | -296/+71 | |
for Mips and SPARC. | |||||
2001-06-25 | Update stalin to 0.9. No changelog, but changes include support for | jtb | 1 | -31/+14 | |
Mips and SPARC machines. | |||||
2001-05-03 | Add defaults for all instances of EVAL_PREFIX. | jtb | 1 | -1/+3 | |
2001-04-28 | Remove an unnecessary sed substitution. | jtb | 1 | -2/+1 | |
2001-04-21 | Decrease optimization level on non-i386 platforms. General cleanup of | jtb | 4 | -62/+53 | |
makefiles. | |||||
2001-04-19 | 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 | -17/+15 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2001-01-21 | Put quotes around the arguments passed to stalin in the script. | jtb | 3 | -13/+10 | |
2001-01-21 | Minor improvements. Don't use "-freg-struct-return" if compiling on | jtb | 16 | -98/+104 | |
the Alpha. This probably won't fix the recent problems in the bulk builds. Install "libstalin.a" in ${PREFIX}/lib/stalin instead of ${PREFIX}/lib. | |||||
2000-12-10 | A couple of files should not have been imported. While were at it, | jtb | 11 | -58/+27 | |
add extra directories to the includes path for the benchmarks. | |||||
2000-12-10 | Initial import of new "stalin" package: | jtb | 20 | -0/+450 | |
Aggressively optimizing Scheme compiler |