5031 Commits

Author SHA1 Message Date
kirby
dfdde1bf7f - switch HOMEPAGE and MASTER_SITES to HTTPS
- upstream re-rolled  distfile so update distinfo. No content difference
   with distfile stored on openbsd.org mirrors.
2021-02-19 09:33:59 +00:00
sthen
172da08c12 set PKGNAME 2021-02-18 22:57:25 +00:00
sthen
8e5a08e41a update to freedroid-1.2.1 2021-02-18 19:27:24 +00:00
kn
c925d340be Remove games/xboing
It is unplayable as reported by Ryan Freeman <ryan at slipgate dot org> who
initially provided a "-fno-common" fix, thanks!

naddy confirmed this for the FreeBSD port as well,
gkoehler tested macppc:

"I built xboing with -fcommon for 32-bit macppc and I can't play it.
The frame rate alternates between too slow and too fast, so the ball
becomes almost stuck, then teleports off the screen before I can move
my paddle.  Also, I can't hear the sound.  I played this game many years
ago (I forget where) and don't know when it became broken."

Diff from Ryan
OK sthen gkoehler
2021-02-16 22:22:49 +00:00
espie
c7ec85d862 bump MASTER_SITES to new nethack site
noticed by aja@
2021-02-16 21:38:36 +00:00
espie
313cadef3c enable curses interface. wasn't aware of it,
thanks hisacro (ports@displ.nl)for that.
2021-02-16 08:45:02 +00:00
espie
234fd88d0b nethack update to 3.6, not based on the ports@ update which was missing
quite a few details
2021-02-16 08:40:06 +00:00
espie
730c3230f4 help vim make sense of that file, no functional change 2021-02-16 08:30:01 +00:00
espie
810676b4af do things one step at a time: fix -fno-common 2021-02-16 08:29:25 +00:00
jsg
3b9297528f update sauerbraten to 20201227 2021-02-16 00:25:37 +00:00
naddy
0ef24f0fc9 games/sdlroids: fix build with -fno-common 2021-02-15 16:47:31 +00:00
bket
566b0a5759 Update to atomix-3.22.0
-fno-common fix has been taken from upstream.

OK naddy@
2021-02-14 19:07:11 +00:00
daniel
97315cbb93 switch hypatia to python3
bcallah@ says it can be removed if someone prefers.
2021-02-14 19:04:11 +00:00
bcallah
10bdadb4e6 Update to opentyrian-2.1.20201204
This is not a "real" upstream release (upstream has made no new releases
since 2013) but it does represent continual development of the codebase
since the last release. Among other things, this fixes -fno-common issues
and ports the game from SDL to SDL2. Development has moved to GitHub.
Looks ok to daniel@, ok gnezdo@
2021-02-14 17:02:12 +00:00
solene
5f7c18efd8 Update to wrath-0.0.0.20210114
Update from maintainer Paul Valencia <reivyr at enmadechi.com>
2021-02-14 10:54:16 +00:00
bentley
0185653b55 Fix heroes with -fno-common (copied from FreeBSD). 2021-02-14 08:13:42 +00:00
fcambus
e38992914b Update trader to 7.16. 2021-02-13 20:32:00 +00:00
edd
6d4b50840a -fno-common fixes for games/clonekeen. 2021-02-12 20:14:53 +00:00
edd
cbcbdb3fa6 -fno-common fixes for games/angband.
OK naddy@, thanks!
2021-02-10 20:28:56 +00:00
kirby
44ffadc97f update to naev-0.8.1 2021-02-10 10:19:02 +00:00
jeremy
49fc189005 Fix prboom-plus build with -fno-common
From FreeBSD
2021-02-10 03:18:48 +00:00
jeremy
3079496368 Fix prboom build with -fno-common
From FreeBSD
2021-02-10 03:12:27 +00:00
edd
e2b5b52f32 Stop games/odamex from picking up x11/agar if installed.
OK naddy@. Thanks!
2021-02-09 20:43:04 +00:00
cwen
6b3c653abc typespeed: fix the build with -fno-common
While here, fix COMMENT casing (from sthen@, thanks!)

OK sthen@
2021-02-08 23:16:49 +00:00
kmos
b15b88ef4c Hook new lwjgl3 port up to build 2021-02-08 20:33:31 +00:00
kmos
fd9286819b Here's a new port for lwjgl3. It's a new port since there are existing
things that use the lwjgl 2.x version we already have.

Upstream is not interested in supporting BSD and has expressed hope that
someone would fork the code for BSD support (so they don't have to deal
with it). So this is based upon my fork with OpenBSD support added.
(https://github.com/kmosiejczuk/lwjgl3)

I added most of the code to support OpenBSD with some help from pamela
and phessler. octeep (https://github.com/octeep/lwjgl3) figured out the
last couple of bits that eluded me for so long. Thank you!

The build will try and download needed things to build, including a specific
version of the kotlin compiler and some java libraries from maven. Thus the
tricks of adding them in. I just bundled the maven libraries and put the
distfile on a server of mine.

phessler and pamela helped some with the port (blame the sins on me though)
and both helped test.

input from pamela@ phessler@ thfr@ sthen@

ok phessler@
2021-02-08 20:33:03 +00:00
kirby
69e46dd5b8 update to wesnoth-1.14.15 2021-02-08 03:42:13 +00:00
bcallah
2014bd54b8 Update to the latest upstream code for OpenJK. Among other things, fixes
-fno-common issues.
2021-02-07 18:59:12 +00:00
naddy
1bdf73aba6 games/xboard: fix build with -fno-common; upstream is inactive 2021-02-07 12:29:12 +00:00
kirby
d3b7fa338e upstream fix for -fno-common 2021-02-06 21:12:02 +00:00
kirby
7bb9699d66 Fix for -no-common from Gentoo
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edf247202490c028bce701f26b52e39f996c287
2021-02-06 09:31:46 +00:00
bcallah
084eb99ce3 Add fixes for -fno-common
From upstream:
b72b70a423.diff
ok cwen@
2021-02-05 22:58:10 +00:00
cwen
7fb389d04f wmtictactoe: fix the build with -fno-common
While here, provide HOMEPAGE and MASTER_SITES, add
FIX_EXTRACT_PERMISSIONS and refresh WANTLIB/PLIST.

OK sthen@
2021-02-05 15:47:02 +00:00
cwen
7b3f7d21a3 xmj: update to 1.16; fix the build with -fno-common
20 years of changes: https://mahjong.julianbradfield.org/news.html

Note that xmj moved to gtk+2. While here, build with -std=gnu99;
this should avoid a build failure on base-gcc archs because of
initial declaractions in 'for' loops.

OK sthen@
2021-02-05 15:32:06 +00:00
naddy
09ace554b5 games/gnushogi: fix build with -fno-common
No upstream activity since 2014.
Remove invalid configure flags while here.
2021-02-04 21:55:54 +00:00
naddy
c84b6e8c8f games/gnugo: fix for -fno-common, upstream has been inactive for years 2021-02-04 20:09:32 +00:00
sthen
77931af376 qstat: persuade autogen.sh script to use the correct autoconf version
found by naddy
2021-02-03 21:48:42 +00:00
bcallah
95dd9118f0 Fix build on base-gcc. Had -std=c99 set but was using things not in C99.
Reported to me by naddy@ via the sparc64 bulk. I reported upstream, they
chose to enforce C99. This patch is cherry-picked from upstream.
ok naddy@
2021-02-03 02:04:56 +00:00
solene
f993107ead Update to shapezio-1.2.2pl202012070000 2021-02-02 21:45:17 +00:00
sthen
3b6c8fecc1 update qstat to a git checkout; hasn't had a release in a while and the
newer version fixes -fno-common as well as protocol updates and a few
other fixes. ok Tom Murphy (maintainer)
2021-02-02 11:39:58 +00:00
sthen
c267965e5d gargoyle: -fno-common fixes from upstream 2021-02-01 20:04:53 +00:00
jsg
853cb28a31 bump REVISION for -fno-common build fixes 2021-02-01 04:16:41 +00:00
cwen
f846381c4d ace: fix the build with -fno-common
OK jsg@
2021-01-31 16:45:21 +00:00
cwen
0696916a1c xblast: fix the build with -fno-common
OK bcallah@
2021-01-31 16:42:51 +00:00
cwen
3208374b13 xinvaders: fix the build with -fno-common
OK naddy@
2021-01-31 16:40:35 +00:00
rsadowski
1d08b76dcb Update dmagnetic to 0.30
The changelog is:
dmagnetic (0.30-1) unstable; urgency=medium

  * Internal bugfixes
  * Fixed missing picture from 'Fish!' in C64 mode
  * New characters for the monochrome vmode

Form maintainer Thomas Dettbarn
2021-01-31 16:37:47 +00:00
ajacoutot
4bb910f0f9 Don't pick up itstool if present at configure time; it fails to build with
it.
2021-01-31 10:03:19 +00:00
bentley
1728dd8fbf Set -fcommon in the build. 2021-01-31 07:37:18 +00:00
bcallah
767766c801 Add fixes for -fno-common
ok cwen@
2021-01-31 04:07:21 +00:00
bcallah
abd9fa4dc8 Add fixes for -fno-common
ok cwen@
2021-01-31 04:02:52 +00:00