Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-09-29 | Trivial fix for GCC3. | mycroft | 2 | -1/+32 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2002-08-22 | Fix ridiculously stupid unaligned accesses. | mycroft | 2 | -1/+29 | |
2002-08-22 | Fix more obvious word size cruft. | mycroft | 4 | -7/+104 | |
2002-08-22 | Deal with some obvious pointer size issues that prevent xdoom even loading the | mycroft | 2 | -4/+65 | |
WAD file on LP64. Whether it works beyond that point now, I don't know. | |||||
2002-08-19 | Crank PKGREVISION. | mycroft | 1 | -2/+2 | |
2002-08-19 | Fix the special-case do-build target to respect MAKE_ENV. | mycroft | 1 | -3/+3 | |
2002-08-19 | Fix the WAD version number printf(), which is very obviously broken. | mycroft | 2 | -4/+4 | |
2002-07-29 | Fix for PR 17741, m_swap.h needs to have sys/endian.h included to | blymn | 2 | -6/+12 | |
correctly determine the endian of the host machine. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -5/+5 | |
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-07-27 | Work with xpkgwedge | abs | 3 | -7/+8 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -32/+30 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-21 | Regen. | mycroft | 1 | -2/+2 | |
2000-10-21 | int32_t -> int | mycroft | 1 | -3/+3 | |
This broke on -current, because int32_t isn't defined by default. In addition, it's kinda dumb to do this in one particular place, leaving the rest of the structures defined to use non-fixed types. | |||||
2000-02-03 | Update to 1.10nb1 | abs | 28 | -624/+783 | |
Actually work with the supplied WAD file One file-to-patch per patchfile Remove strange 'post-patch' substitute X11_BASE phase Fix numerous coredumps Add a '-h' usage Handle the sndserver dying Make it work on little endian systems Add a '-volume X' flag, and skip all sound code if 0 Other cleanup in some of the more repellant code areas. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-29 | Use "/dev/sound" instead of "/dev/dsp" as sound device. Fixes PR pkg/9066 | tron | 2 | -6/+24 | |
by Richard Rauch. | |||||
1999-08-20 | use "${GTAR}" instead of "tar" | hubertf | 1 | -3/+3 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+11 | |
1999-04-05 | We need a ${DISTDIR} here to make the extract work. | mycroft | 1 | -2/+2 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -3/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-15 | Fix PR7160: critical bug fix to xdoom | sommerfe | 2 | -0/+61 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-12-14 | Fix alignment problems on arm32. | mycroft | 1 | -0/+17 | |
1998-11-24 | Use -O2, not -O6. | mycroft | 2 | -4/+4 | |
1998-11-24 | optimize, for mycroft | hubertf | 2 | -7/+11 | |
1998-11-12 | Some more for pkglint. | frueauf | 1 | -4/+4 | |
1998-09-24 | Some read-only pkgsrc fixups.. | garbled | 1 | -6/+6 | |
1998-09-06 | Remove useless symlink | hubertf | 1 | -2/+1 | |
1998-09-06 | LICENSE=shareware | hubertf | 1 | -1/+3 | |
1998-09-06 | Boom - make da noise! (add soundserver) | hubertf | 8 | -49/+88 | |
1998-08-28 | xdoom-1.10: a 3D shoot-em-up for 8-bit X11 displays. | garbled | 9 | -0/+557 | |
Many thanks to Matthias Drochner for giving me his framework on the pkg as a starting point. |