Commit graph

66 commits

Author SHA1 Message Date
tron
0de3d8f719 Use "/dev/sound" instead of "/dev/dsp" as sound device. Fixes PR pkg/9066
by Richard Rauch.
1999-12-29 21:47:03 +00:00
hubertf
73dfc7d6d0 use "${GTAR}" instead of "tar" 1999-08-20 00:15:57 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
mycroft
ea96aadb66 We need a ${DISTDIR} here to make the extract work. 1999-04-05 16:35:27 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
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-04-01 14:07:52 +00:00
sommerfe
f2f4690647 Fix PR7160: critical bug fix to xdoom 1999-03-15 01:54:32 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
mycroft
f027bbff92 Fix alignment problems on arm32. 1998-12-14 14:43:10 +00:00
mycroft
fd29275a41 Use -O2, not -O6. 1998-11-24 05:23:23 +00:00
hubertf
d321453dc8 optimize, for mycroft 1998-11-24 00:38:20 +00:00
frueauf
7138d002c5 Some more for pkglint. 1998-11-12 23:34:30 +00:00
garbled
60f4ea5b85 Some read-only pkgsrc fixups.. 1998-09-24 16:53:19 +00:00
hubertf
bbba212419 Remove useless symlink 1998-09-06 16:44:53 +00:00
hubertf
315ac159fa LICENSE=shareware 1998-09-06 16:40:46 +00:00
hubertf
75b9690c3f Boom - make da noise! (add soundserver) 1998-09-06 16:37:44 +00:00
garbled
c54bfe9f06 xdoom-1.10: a 3D shoot-em-up for 8-bit X11 displays.
Many thanks to Matthias Drochner for giving me his framework on the pkg
as a starting point.
1998-08-28 12:53:03 +00:00