summaryrefslogtreecommitdiff
path: root/games/xdoom
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Define "LINUX" on Linux. This fixes PR pkg/29489.minskim1-1/+7
2005-02-24Use endian.mk instead of patching source code.minskim3-19/+12
2005-02-24Use variables and header files defined in ossaudio.buildlink3.mk to makeminskim3-7/+7
this package build on more platforms.
2005-02-24Use the buildlink3 framework.minskim1-1/+4
2005-02-24Honor CFLAGS set by pkgsrc.minskim3-7/+7
2005-02-23Add RMD160 digests.agc1-1/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-29Trivial fix for GCC3.mycroft2-1/+32
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-08-22Fix ridiculously stupid unaligned accesses.mycroft2-1/+29
2002-08-22Fix more obvious word size cruft.mycroft4-7/+104
2002-08-22Deal with some obvious pointer size issues that prevent xdoom even loading themycroft2-4/+65
WAD file on LP64. Whether it works beyond that point now, I don't know.
2002-08-19Crank PKGREVISION.mycroft1-2/+2
2002-08-19Fix the special-case do-build target to respect MAKE_ENV.mycroft1-3/+3
2002-08-19Fix the WAD version number printf(), which is very obviously broken.mycroft2-4/+4
2002-07-29Fix for PR 17741, m_swap.h needs to have sys/endian.h included toblymn2-6/+12
correctly determine the endian of the host machine.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-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-01Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-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-27Work with xpkgwedgeabs3-7/+8
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-32/+30
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-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-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21Regen.mycroft1-2/+2
2000-10-21int32_t -> intmycroft1-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-03Update to 1.10nb1abs28-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-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-29Use "/dev/sound" instead of "/dev/dsp" as sound device. Fixes PR pkg/9066tron2-6/+24
by Richard Rauch.
1999-08-20use "${GTAR}" instead of "tar"hubertf1-3/+3
1999-07-09Add package patch-sum filesagc1-0/+11
1999-04-05We need a ${DISTDIR} here to make the extract work.mycroft1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-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-15Fix PR7160: critical bug fix to xdoomsommerfe2-0/+61
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-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-14Fix alignment problems on arm32.mycroft1-0/+17
1998-11-24Use -O2, not -O6.mycroft2-4/+4
1998-11-24optimize, for mycrofthubertf2-7/+11
1998-11-12Some more for pkglint.frueauf1-4/+4
1998-09-24Some read-only pkgsrc fixups..garbled1-6/+6
1998-09-06Remove useless symlinkhubertf1-2/+1
1998-09-06LICENSE=sharewarehubertf1-1/+3
1998-09-06Boom - make da noise! (add soundserver)hubertf8-49/+88
1998-08-28xdoom-1.10: a 3D shoot-em-up for 8-bit X11 displays.garbled9-0/+557
Many thanks to Matthias Drochner for giving me his framework on the pkg as a starting point.