Commit graph

1861 commits

Author SHA1 Message Date
snj
c13469ee3c Convert to buildlink3. 2004-04-11 22:52:03 +00:00
tron
052ce4162d This package requires "UNLIMIT_RESOURCES=datasize" to build (at least
with gcc 2.95.3 under NetBSD-i386 1.6.2_STABLE) after the recent update
of the Mesa package.
2004-04-11 21:05:46 +00:00
snj
f010af40fa No longer (never?) used. 2004-04-11 20:42:14 +00:00
snj
84b399e5a4 This doesn't build anything, so set NO_BUILDLINK. 2004-04-11 19:22:43 +00:00
snj
9eda2f0068 Convert to buildlink3, drop superfluous DEPENDS, remove superfluous
SCRIPTS_ENV, don't bother explicitly including ${LOCALBASE}/include/,
pull in ossaudio.buildlink3.mk, link with ${LIBOSSAUDIO} and use
${DEVOSSAUDIO}.  Bump PKGREVISION.

XXX What is with those install and deinstall scripts?
2004-04-11 19:04:44 +00:00
snj
806c0cb7d0 Convert to buildlink3. 2004-04-11 18:54:06 +00:00
snj
897e3f1dfc Convert to buildlink3. 2004-04-11 18:49:49 +00:00
snj
37b37cb3fb Convert to buildlink3. 2004-04-11 18:11:03 +00:00
snj
e5ae159e4c Convert to buildlink3. 2004-04-11 18:10:28 +00:00
tron
2609ea1dee Get rid of the ridiculous distribution filename "incoming" by fetching
it as "xgalaga-2.0.34.tar.gz" from "${MASTER_SITE_LOCAL}". Now that the
project has been deleted on SourceForge the distribution file is likely
going to disappear from there, too.
2004-04-11 11:50:03 +00:00
tron
844b185371 Remove URL for non-existing home page. 2004-04-11 11:45:22 +00:00
snj
c0e7afe231 Convert to buildlink3. 2004-04-11 09:02:04 +00:00
snj
69749ccab8 Convert to buildlink3. 2004-04-11 08:36:43 +00:00
snj
00eb9f5e8f Convert to buildlink3. 2004-04-10 04:13:27 +00:00
snj
b85c8824c5 Convert to buildlink3. Pull in ossaudio.buildlink3.mk and pass
${LIBOSSAUDIO} to LDFLAGS in order to make this build.
2004-04-09 03:45:52 +00:00
garbled
5fb2ecb2ee Update genecys client and datafiles to 0.2
Major changes since 0.1:
* Added metaserver
* Redesigned event core, event system is much faster, and more versitle
* Added a bunch of new objects, and animated NPC's
* Added tiling of maps, to allow larger gameworlds
* Added new communication commands, shout and whisper
* Integrated FreeSOLID, and redesigned collision engine to be much faster.
  FreeSOLID is now built automatically, and does not need to be compiled
  and installed externally.
* Much improved build system.
* Lots of bugfixes, and other minor improvements.
2004-04-09 03:44:30 +00:00
minskim
574b9e1f32 Enable pkgviews installation. 2004-04-09 00:10:59 +00:00
minskim
a8f96c0bb8 Use variables defined in ossaudio.buildlink3.mk. This fixes a build
problem caused by hardcoded "-lossaudio" on Linux.

OK'ed by wiz@, the maintainer.
2004-04-09 00:10:25 +00:00
minskim
f397d02683 Remove build dependency on gmake by not using "-C". Fixes a build
problem on Linux, which was caused by hardcoded "gmake".
2004-04-08 19:17:04 +00:00
salo
50a7b4b8cc Remove wip from CATEGORIES. (hi snj!) 2004-04-07 13:15:54 +00:00
jmmv
b5765c4e1e Depend on librsvg2-gtk2, as this package requires the gdk-pixbuf loader
provided by it to load SVG images within some of the games.  Bump revision
to 1.  Closes PR pkg/25074 by Arto Huusko.
2004-04-06 15:49:36 +00:00
xtraeme
716bf93771 Added glaxium. 2004-04-05 12:42:16 +00:00
xtraeme
1179fb68b2 Initial import of glaxium-0.5, from pkgsrc-wip.
Glaxium is a space-ship "shoot'em up" game, with OpenGL/SDL graphics.
2004-04-05 12:39:55 +00:00
jmmv
37c9bee1d7 Update to 2.6.0. Summarized list of changes since the previous stable
branch (2.4.x):

- Mahjongg has new layouts, new tilesets and is completely scaleable.
  It is also faster and shuffling works properly.
- Gnomine has new, improved graphics and a hint function.
- Freecell (the aisleriot version) now has supprot for super-moves
  and is a lot closer to the stand-alone version in behavior.
- Glines has new graphics and is also completely scaleable.
- Aisleriot now keeps track of statistics on the games you play.
- Gnect has recieved a major upgrade and is now leaner and cleaner.
- For aislriot and blackjack the dialog for changing the card style
  has been reworked.
2004-04-01 19:04:10 +00:00
snj
dbb7eb908f USE_BUILDLINK3. 2004-04-01 18:52:11 +00:00
abs
a978abd86b Updated tscp to 1.81:
Changes since 1.73:

Version 1.81, 2/5/03
  * fflush() wasn't being called after print_results() in xboard().
  * hply was being set to 0 when xboard() received "black." This broke the
    opening book code when playing black with WinBoard.
  * set_hash() wasn't being called in bench().

  Version 1.8, 1/30/03
  * Added opening book code (book.c) and a small opening book (book.txt).
  * Added hash keys; replaced the old repetition detection code with code that
    compares hash keys.
  * Changed bench to report a "Score" to avoid confusion/comparisons with the
    previous version's "MIPS" (with score, 1.000 = my Athlon XP 2000+).
  * Moved move parsing into its own function (parse_move in main.c).
2004-04-01 14:38:32 +00:00
jmmv
565b44de25 Do not install the .desktop file, which does not work anyway with the program
compiled w/o GTK support.  This avoids a dependancy on gnome*-dirs (which is
not actually here by a previous), so it can be installed correctly w/o X11.
Closes PR pkg/20922.
2004-03-30 16:12:38 +00:00
jmmv
4140c068d2 Include libiconv's buildlink3.mk, as this package uses iconv. Should fix
a build problem if the pkgsrc iconv is beeing used, instead of the native
one.  Addresses PR pkg/20922.
2004-03-30 14:55:27 +00:00
xtraeme
58ef723b39 bl3ify 2004-03-30 09:16:40 +00:00
adam
a3c7ee3f5b Now uses buldlink3; does not force -O optimisation any more 2004-03-30 09:00:41 +00:00
dillo
64442b6300 Update to 0.6.0:
This release contains many bugfixes and improvements, two new
graphics scalers (HQ2X/HQ3X), better launcher/options support and
support for the following new games: V1 versions of the LucasArts
games Maniac Mansion and Zak McKracken, the LucasArts game Full
Throttle, Broken Sword 1/2, and Flight of the Amazon Queen.
2004-03-29 01:09:56 +00:00
dillo
d36cdc0f4d Fix LP64 problem, from Christian Weisgerber. Bump PKGREVISION. 2004-03-29 00:54:22 +00:00
wiz
52e52695af Use INCOMPAT_CURSES now that NetBSD's native curses have KEY_RESIZE.
Also, update HOMEPAGE and MASTER_SITES while here.
2004-03-26 20:26:12 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
kristerw
af182362c3 Make this compile when using gcc 3. Patches provided by
Chris Tribo in PR pkg/24886.
2004-03-26 01:34:08 +00:00
snj
46d9470f5b This uses xpm. No PKGREVISION bump necessary since it wouldn't have built
anywhere that the extra dependency is needed.
2004-03-23 04:52:57 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
kristerw
1c1ef4f5f6 The gcc 2.95 pre-processor does not handle multi-line macros in files
using DOS line-endings.
2004-03-20 16:29:41 +00:00
wiz
fb34f99832 Make build on current, convert to buildlink3, and add some working
MASTER_SITES.
2004-03-20 15:16:10 +00:00
xtraeme
e3fff5641b NetBSD doesn't use __unix__ nor unix, so use __NetBSD__ and so on in
slPortability.h to include <sys/param.h> which is needed to get
defined(BSD) in sl.h. While I'm here switch to use buildlink3.

Bump PKGREVISION to 1.
2004-03-19 02:25:28 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jmmv
7706704827 Fix build under 1.6.2; found by latest kristerw@'s bulk build. 2004-03-15 15:57:33 +00:00
snj
d2c6ac9415 Use bl3 and remove weird PKGBASE stuff. 2004-03-12 22:16:09 +00:00
wiz
478ff67cc4 Update to 0.4.1:
* 0.4.1 (02-03-2004)
  - fix crash when switching maps in campaign games
  - fix progress bar updates in replays and respond to abort requests
  - fix a long-standing bug with move-shading sometimes shading too much
  - return to main menu in PBeM games if given the wrong password three
    times in a row

* 0.4.0 (22-02-2004)
  - now requires SDL_ttf
  - added support for i18n/l10n (see README)
  - added German translation
  - added new map 'Heavy Metal'
  - the start window now features a small map display
  - changed game window key from g to F1
  - partly reverted the single-click changes
  - added 'othermsg' and 'othertitle' properties for score events
  - rebalanced some units
2004-03-12 22:15:33 +00:00
snj
f2bd89905e Use bl3. 2004-03-12 21:24:58 +00:00
wiz
577adbf086 Update to 1.14.0.0:
The ingame event system has been completely rewritten. The campaign
has been updated and extended. The AI was improved. Many bugfixes
and minor improvements were made.
2004-03-12 20:06:29 +00:00
wiz
9d5e700c77 Bump PKGREVISION for paragui dependency change. 2004-03-12 19:45:39 +00:00
minskim
1f01924868 Switch to Tcl/Tk 8.4 and bl3ify. Bump PKGREVISION. 2004-03-12 17:15:57 +00:00
snj
ced7b3c35b +xjump. 2004-03-12 00:02:26 +00:00
snj
5b02d00054 Initial import of xjump-2.7.5, the bestest of all silly little games.
Jump jump jump.

Packaged by "pancake," modified by Peter Bex and me.
2004-03-12 00:01:17 +00:00