summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04Recursive bump for libmikmod shlib major ++wiz8-16/+16
Noted by dholland.
2012-05-31Use standard headers. Should fix Solaris build.dholland2-1/+58
2012-05-29Update to 2.13:wiz3-9/+9
Version 2.1.3 * Updated translations & fixes * 1 bug fix
2012-05-27Fall back to "fixed" when a font is missing rather than crash. Add LICENSE. ↵abs3-3/+35
Bump PKGREVISION
2012-05-27Fix botch in previous: use more pkg-config metainfo for all necessary libstsutsui2-6/+22
2012-05-27Update onscripter to 20120527.tsutsui3-43/+49
Changes from 20120520: - refactored Makefile.Linux - fix textbtnwait command bug
2012-05-27games/rtcw: Fix extract and PKG_DEVELOPER errorsmarino1-4/+6
On DragonFly with zlib 1.2.7, an error during extraction was seen: > gzip: (stdin): trailing garbage ignored > /usr/pkg/bin/gtar: Child return status 1 > /usr/pkg/bin/gtar: Error is not recoverable: exiting now RTCW uses a custom extraction command which is sed piped into gtar. To workaround this error, sed was piped into gunzip which was then piped into gtar, so other error status was laundered out. Also, there were some permission check failures when PKG_DEVELOPER=yes so small workarounds were added. rctw installs with PKG_DEVELOPER check without error now.
2012-05-25Remove ultima4-data, the distfile has been pulled by upstream and replacedwiz5-218/+1
with a Windows executable. No point in this package any longer.
2012-05-23Oops, need to explicitly pass VARBASE or it gets compiled in as "".dholland1-3/+3
2012-05-23Oops, needs to be curses.bl3.mk, not termcap.bl3.mk.dholland1-2/+2
2012-05-23Add missing include that broke the Linux build.dholland2-1/+15
2012-05-23Honor LDFLAGS. Should fix Linux build.dholland2-1/+12
2012-05-23Add missing termcap.bl3.mk.dholland1-1/+2
2012-05-23Fix invalid C. Should fix the Linux build.dholland2-1/+17
2012-05-23Honor LDFLAGS; should fix Linux build.dholland4-12/+28
2012-05-23Add missing <cstdio>, was failing in the linux build.dholland3-5/+23
2012-05-23Set LICENSE.dholland1-1/+2
2012-05-23Fix patch to add <limits.h> instead of <sys/syslimits.h> as the latterdholland2-4/+4
is nonstandard.
2012-05-23Honor PKGMANDIR. While here, also honor VARBASE and LDFLAGS.dholland3-11/+23
PKGREVISION -> 2
2012-05-23Clean up legacy C code. Should fix Linux build. May also fix clang build.dholland3-14/+246
Includes possible bug fixes so bump PKGREVISION.
2012-05-23Honor LDFLAGS; should fix the Linux build. While here, patch out somedholland3-1/+45
apparently unreachable insecure-temporary-files code.
2012-05-21games/xblast: Fix unicode translation error during installationmarino2-3/+8
Likely a mistake, one of the "levels" source files used unicode in the filename. The manifest even indicated the name should have been "reconstruction2.xal". The post-extract hook is used to correct the filename to be as intended. As a bonus, platforms like Linux and DragonFly can install the package without a libarchive translation error disrupting the process.
2012-05-21Fails with syntax errors on python25, so mask it.dholland1-1/+3
2012-05-20Update onscripter to 20120520.tsutsui4-55/+25
(no English changelog in upstream) * Makefile.onscripter quirk for Windows build was moved into Makefile.Win * various bug fixes * misc improvements mostly for Android and iOS supports
2012-05-19games/ultima4-data: Mark NOT-FOR-DRAGONFLYmarino1-1/+7
Source unavailable, see policy: <http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html> Note: This is a manual fetch which is considered "available", but in this case, the file is no longer at the indicated location.
2012-05-19games/rtcw: Update MASTER_SITESmarino1-2/+2
Id Software changed the location of the binary, but its still available. The MASTER_SITE would have been valid for the latest version, 1.41, released in 2003.
2012-05-16games/falcons-eye: Fix indirect linking (all platforms)marino2-9/+9
libm was added to the already modified definition of $WINLIBS. The file jtp_win.c needs the log function from it.
2012-05-16games/gtkmagnetic: Fix indirect linking (affects all platforms)marino2-1/+15
The patch causes libm to be directly linked for all platforms. There was no easy way to limit it to only DragonFly.
2012-05-16games/glaxium: Fix indirect linking on DragonFlymarino1-2/+9
2012-05-16+ py-trueskill.wiz1-1/+2
2012-05-16Initial import of py-trueskill-0.1.3:wiz4-0/+48
TrueSkill(tm) is a rating system among game players. It has been used on Xbox Live to rank and match players. TrueSkill system quantizes `TRUE' skill points by a Bayesian inference algorithm. This project is a Python package which implements TrueSkill(tm) rating system.
2012-05-16games/fillets_ng: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-16games/ketm: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-16games/newvox: Fix indirect linking on DragonFlymarino1-1/+2
2012-05-16games/powermanga: Fix indirect linking on DragonFlymarino1-1/+2
2012-05-16games/chromium-bsu: Fix indirect linking on DragonFlymarino1-1/+2
2012-05-16games/bomberclone: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-16games/stratagus: Fix indirect linking on DragonFlymarino1-2/+9
2012-05-16games/warzone2100: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-16games/xarchon: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-16games/neverball: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland4-8/+8
It turns out there were a lot of these.
2012-05-04Deal with compilers that are strict about template instantiation rules.joerg3-1/+65
2012-05-04Testing for a working C++ compiler is more likely to succeed, if thejoerg3-1/+29
test program is valid C++.
2012-05-03Drop dependency on libXp (from Imake)obache3-9/+6
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-04-29Fix build with non-default PREFIX: tell it where to find liblzo. Otherwisedholland1-1/+3
it knows abotu /usr/pkg, looks there, and fails.
2012-04-28Change sed pattern to be acceptable with GNU sed.obache1-2/+2
Fixes installation location issue by PR 37689.
2012-04-28Changes 1.2.0:adam10-52/+128
* Fix: When starting GS or AI, always use the settings of the game, not the new-game settings * Fix: Provide translated comments in the desktop file without language name postfix * Fix: Cloning orders of aircraft with limited range failed
2012-04-27Recursive bump from icu shlib major bumped to 49.obache4-6/+8
2012-04-23build for with CATMAN after talking with joergmspo2-4/+4