Commit graph

4078 commits

Author SHA1 Message Date
tsutsui
14e315cb50 Update onscripter to 20120527.
Changes from 20120520:
- refactored Makefile.Linux
- fix textbtnwait command bug
2012-05-27 17:08:44 +00:00
marino
b8bd6399f7 games/rtcw: Fix extract and PKG_DEVELOPER errors
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-27 17:00:49 +00:00
wiz
8bd46e793d Remove ultima4-data, the distfile has been pulled by upstream and replaced
with a Windows executable. No point in this package any longer.
2012-05-25 20:40:08 +00:00
dholland
68926f7372 Oops, need to explicitly pass VARBASE or it gets compiled in as "". 2012-05-23 16:46:15 +00:00
dholland
6ee9b76949 Oops, needs to be curses.bl3.mk, not termcap.bl3.mk. 2012-05-23 08:11:18 +00:00
dholland
b24e975b4c Add missing include that broke the Linux build. 2012-05-23 06:35:17 +00:00
dholland
f222f90985 Honor LDFLAGS. Should fix Linux build. 2012-05-23 06:29:58 +00:00
dholland
eb357f8da0 Add missing termcap.bl3.mk. 2012-05-23 06:26:59 +00:00
dholland
e1bd568065 Fix invalid C. Should fix the Linux build. 2012-05-23 06:26:10 +00:00
dholland
9190a6694f Honor LDFLAGS; should fix Linux build. 2012-05-23 06:23:02 +00:00
dholland
f9fbdb14a3 Add missing <cstdio>, was failing in the linux build. 2012-05-23 06:16:00 +00:00
dholland
5c91107173 Set LICENSE. 2012-05-23 06:15:37 +00:00
dholland
9e1eaed231 Fix patch to add <limits.h> instead of <sys/syslimits.h> as the latter
is nonstandard.
2012-05-23 06:08:59 +00:00
dholland
700a7273b5 Honor PKGMANDIR. While here, also honor VARBASE and LDFLAGS.
PKGREVISION -> 2
2012-05-23 06:05:39 +00:00
dholland
e27df6b207 Clean up legacy C code. Should fix Linux build. May also fix clang build.
Includes possible bug fixes so bump PKGREVISION.
2012-05-23 05:58:17 +00:00
dholland
f416227566 Honor LDFLAGS; should fix the Linux build. While here, patch out some
apparently unreachable insecure-temporary-files code.
2012-05-23 05:38:41 +00:00
marino
2f73ead669 games/xblast: Fix unicode translation error during installation
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-21 14:55:10 +00:00
dholland
ec9f9a39d6 Fails with syntax errors on python25, so mask it. 2012-05-21 06:56:04 +00:00
tsutsui
138bea6423 Update onscripter to 20120520.
(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-20 11:47:51 +00:00
marino
8085839c95 games/ultima4-data: Mark NOT-FOR-DRAGONFLY
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-19 15:03:56 +00:00
marino
d565e76d78 games/rtcw: Update MASTER_SITES
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-19 14:21:59 +00:00
marino
53eb14228a games/falcons-eye: Fix indirect linking (all platforms)
libm was added to the already modified definition of $WINLIBS.  The
file jtp_win.c needs the log function from it.
2012-05-16 22:53:15 +00:00
marino
36bccbd57c games/gtkmagnetic: Fix indirect linking (affects all platforms)
The patch causes libm to be directly linked for all platforms.
There was no easy way to limit it to only DragonFly.
2012-05-16 22:02:19 +00:00
marino
345a9d78d2 games/glaxium: Fix indirect linking on DragonFly 2012-05-16 20:41:08 +00:00
wiz
76e0ed2692 + py-trueskill. 2012-05-16 19:41:07 +00:00
wiz
06897bcb07 Initial import of py-trueskill-0.1.3:
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-16 19:40:44 +00:00
marino
5915fd3e52 games/fillets_ng: Fix indirect linking on DragonFly 2012-05-16 18:01:36 +00:00
marino
a20665453f games/ketm: Fix indirect linking on DragonFly 2012-05-16 15:16:09 +00:00
marino
ce26338c32 games/newvox: Fix indirect linking on DragonFly 2012-05-16 15:11:15 +00:00
marino
9c87ddbc5c games/powermanga: Fix indirect linking on DragonFly 2012-05-16 15:02:41 +00:00
marino
c7dac0dd0f games/chromium-bsu: Fix indirect linking on DragonFly 2012-05-16 14:56:45 +00:00
marino
62674b5631 games/bomberclone: Fix indirect linking on DragonFly 2012-05-16 14:35:34 +00:00
marino
7f844f51de games/stratagus: Fix indirect linking on DragonFly 2012-05-16 14:25:36 +00:00
marino
69942524d8 games/warzone2100: Fix indirect linking on DragonFly 2012-05-16 13:45:14 +00:00
marino
f5efcb3a12 games/xarchon: Fix indirect linking on DragonFly 2012-05-16 13:01:02 +00:00
marino
13a5176597 games/neverball: Fix indirect linking on DragonFly 2012-05-16 12:08:50 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
joerg
449c4ffe95 Deal with compilers that are strict about template instantiation rules. 2012-05-04 16:15:33 +00:00
joerg
83621fc390 Testing for a working C++ compiler is more likely to succeed, if the
test program is valid C++.
2012-05-04 16:12:30 +00:00
obache
6e54f6ba47 Drop dependency on libXp (from Imake)
* 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-05-03 09:55:29 +00:00
dholland
18dba2ccff Fix build with non-default PREFIX: tell it where to find liblzo. Otherwise
it knows abotu /usr/pkg, looks there, and fails.
2012-04-29 22:49:31 +00:00
obache
3826a9fa04 Change sed pattern to be acceptable with GNU sed.
Fixes installation location issue by PR 37689.
2012-04-28 13:15:33 +00:00
adam
3772853048 Changes 1.2.0:
* 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-28 06:56:42 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
mspo
3c24796932 build for with CATMAN after talking with joerg 2012-04-23 03:41:28 +00:00
wiz
3eccf34ac4 Update to 9455: add new "pearl" game. 2012-04-22 15:04:09 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
dholland
b1f135f98e Bump PKGREVISION to 4 for previous, since the unpatched netplayd would
build successfully but not be runnable.
2012-04-13 04:44:30 +00:00
dholland
ee3f5d6aa8 Needs -lsocket on Solaris. While here, fix LP64 build. 2012-04-13 04:43:23 +00:00