landry
e6a31af65d
BROKEN-alpha: libtomcrypt/src/headers/tomcrypt_cfg.h:130:6: error:
...
#error You must specify a word size as well as endianess in tomcrypt_cfg.h
(this port should probably be ONLY_FOR_ARCHS=i386 amd64 since it relies
heavily on GL and blows at startup even on macppc)
2013-12-22 10:51:38 +00:00
ajacoutot
8cb1061da6
Tweak previous, we don't want a BDEP to depend on a RDEP.
2013-12-22 09:43:28 +00:00
landry
d692b0926d
Turns out removing NO_BUILD tries to build with an inexistant setup.py,
...
so readd it and add MODPY_RUN_DEPENDS to BDEP, similar to what was done
for facter.
2013-12-22 09:40:18 +00:00
bcallah
2e61e38288
Update SpaceZero to 0.86.00 - adds some new ship types and bug fixes.
...
Makefile patch sent upstream - silences a ton of bogus warnings.
Save games from older versions NOT compatible with this update.
2013-12-22 01:00:35 +00:00
bcallah
b3cb0e5156
Update Manaplus to 1.3.12.22
...
Adds a new theme on top of the usual bugfixes/feature adds.
2013-12-21 20:32:03 +00:00
ajacoutot
9b54cf43ed
compileall.py is used during fake, so this needs to BDEP on python; spotted
...
by landry@
2013-12-21 10:41:40 +00:00
zhuk
038dc1322d
Things were changed since June; allow new KSlide distfile to be fetched.
...
Noticed by kili@
2013-12-19 19:49:33 +00:00
ajacoutot
72b2452189
-childsplay-plugins
2013-12-19 19:24:12 +00:00
ajacoutot
032544ed98
No more childsplay-plugins.
2013-12-19 19:23:08 +00:00
ajacoutot
c76378eca5
Update to childsplay-2.5; with help from FreeBSD.
2013-12-19 19:22:48 +00:00
kirby
d4e79fbd95
save one complete copy of the data by extracting the distfile directly
...
into the fake directory;
inspired by naddy@'s patch for ufoai.
ok naddy@
2013-12-19 15:13:13 +00:00
naddy
ed58c99103
save one complete copy of the data by extracting the distfile directly
...
into the fake directory; ok pascal@
2013-12-19 13:08:42 +00:00
zhuk
eed46b5d22
Update KSlide to latest version, 1.0.1. Previous version did not work
...
anyway (at least on i386). MAINTAINER timeout => removing him.
Minor tweaks to port's Makefile while there: WANTLIB, license etc.
"go ahead" espie@
2013-12-19 12:46:15 +00:00
naddy
84d4d4810c
save one complete copy of the data by extracting the zip files directly
...
into the fake directory; ok kirby@
2013-12-18 18:35:55 +00:00
bcallah
63aa56feec
+xye
2013-12-15 19:24:41 +00:00
bcallah
afb9b0d8f7
Import games/xye. Xye is a puzzle/arcade game in which you guide the green
...
circle to collect all the gems, while avoiding obstacles and enemies.
ok landry@
2013-12-15 19:24:15 +00:00
jca
0d91c5a543
Port cleanup:
...
- reorder Makefile
- regen distinfo
- setup WRKBUILD once in post-configure rather than do-build
- pass -DPREFIX=... via MAKE_FLAGS and use do-install instead of
patching unix/Makefile (nicer to read)
- minor PLIST reordering to please ''make plist''
- bump REVISION (previous commit to patches/patch-source_io_c)
ok naddy@
2013-12-12 21:39:08 +00:00
jca
884c5734e0
Use termios.h and tcgetattr/tcsetattr instead of ioctl's if USE_TERMIOS
...
is defined. Compat code still available through #defines. ok naddy@
2013-12-12 21:32:48 +00:00
brad
d22e03cc5b
Disable the use of precompiled headers which triggers known bug(s) with
...
various GCC versions. This allows valyriatear to be built with the
system compiler.
ok bcallah@
2013-12-12 07:53:03 +00:00
bentley
f330f989cd
Security update to openttd-1.3.3.
...
Fixes CVE-2013-6411:
Denial of service (server) using forcefully crashed aircrafts
https://security.openttd.org/en/CVE-2013-6411
Full changelog at:
http://us.binaries.openttd.org/binaries/releases/1.3.3/changelog.txt
ok sthen@
2013-12-08 14:58:32 +00:00
naddy
b3f6edaf5c
remove unnecessary include of sys/timeb.h
2013-12-07 22:36:55 +00:00
naddy
e568624855
* Don't include <sys/timeb.h>, but provide the required definition of
...
struct timeb.
* Don't patch away the SDL header subdirectory and then add it back
to the include path.
* Sync WANTLIB.
ok jca@
2013-12-07 22:35:29 +00:00
bentley
a5c699ccea
Update to flare-0.19.
...
ok kirby@ (MAINTAINER)
2013-12-06 15:03:19 +00:00
bcallah
bb24f5bd1b
Update Solarus to 1.1.1 and the games to 1.7.1 - mostly bugfixes; notably
...
Solarus will now exit cleanly if you don't point it to a game.
2013-12-05 17:37:54 +00:00
espie
80546a87fd
remove redundancies with new filename{url}sufx scheme
2013-12-02 16:25:08 +00:00
bcallah
f61f594e9c
+tong
2013-11-30 18:39:59 +00:00
bcallah
1c54e1f2e7
Import games/tong. Tong is an arcade-style game in which you must play
...
Tetris and Pong at the same time on the same playing field.
ok landry@
2013-11-30 18:39:42 +00:00
naddy
e96298e744
replace cuserid() with getlogin() and get rid of -lcompat; ok jca@
2013-11-29 22:34:25 +00:00
naddy
54c047d62e
* drop useless fallback to cuserid() and thus need for -lcompat
...
* drop groff
* regen wantlib
2013-11-29 22:23:54 +00:00
naddy
7bff351035
don't link with unused libcompat
2013-11-29 17:55:18 +00:00
pascal
bddf4162f9
Update to supertuxkart 0.8.1. Use external deps wherever possible.
...
ok bcallah@ stsp@
2013-11-29 13:21:09 +00:00
bcallah
2588c789d0
Update to 1.3.11.24
2013-11-29 04:40:29 +00:00
sthen
e539ef59a3
build dep on boost
2013-11-27 12:51:02 +00:00
bcallah
87a6ccd70b
Update ManaPlus to 1.3.11.10 - this update introduces a new SDL2 FLAVOR
...
(SDL1.2 is still the default), also uses the internal guichan instead of
the guichan port (upstream guichan *is* manaplus these days). Please make
sure you uninstall the old guichan port before trying to build this update.
2013-11-26 20:27:23 +00:00
pascal
f25c583986
missed BUILD_DEPENDS = archivers/bzip2, noticed by nigel@
2013-11-26 15:52:40 +00:00
bcallah
7a6089feb4
Update Tetzle to 2.0.3
...
ok benoit@
2013-11-26 14:54:18 +00:00
benoit
77089231f5
Update to rocksndiamonds 3.3.1.2.
2013-11-26 08:56:44 +00:00
pascal
9e2d263cb1
@comment .gitignore file, noticed by aja@
2013-11-25 21:09:40 +00:00
landry
79a5f5732f
Mark as BROKEN-alpha: cc1plus OOM's on XcomRuleset.cpp since forever.
2013-11-25 19:54:03 +00:00
sthen
701c91e413
kill VMEM_WARNING
2013-11-25 14:16:22 +00:00
pascal
fa6a93cbec
sync
2013-11-24 22:06:34 +00:00
pascal
a276732260
Import games/flightgear. ok landry@, "reads ok" sthen@
...
The goal of the FlightGear project is to create a sophisticated and open
flight simulator framework for use in research or academic environments,
pilot training, as an industry engineering tool, for DIY-ers to pursue
their favorite interesting flight simulation idea, and last but
certainly not least as a fun, realistic, and challenging desktop flight
simulator. We are developing a sophisticated, open simulation framework
that can be expanded and improved upon by anyone interested in
contributing.
2013-11-24 22:04:08 +00:00
ajacoutot
4edec1ead0
Sync WANTLIB.
2013-11-22 08:55:28 +00:00
bcallah
47c99991fa
Use time_t instead of long long in the patch.
...
Noticed by aja@
2013-11-13 00:19:28 +00:00
bcallah
3ed9690f30
+bluemoon
2013-11-12 20:13:49 +00:00
bcallah
9e2868e3f6
Import games/bluemoon. Blue Moon is a console-based 52-card solitaire game.
...
ok benoit@
2013-11-12 20:13:21 +00:00
espie
32ef5a34df
spacing
2013-11-10 11:28:19 +00:00
naddy
725de75f3a
move http://www.gnu.org to https
2013-11-09 23:19:01 +00:00
landry
839d5857ae
Add png to LDEP/WANTLIB, other it's picked as a hidden dep.
2013-11-09 14:03:05 +00:00
ajacoutot
e3edfdd3aa
Remove SECURITY files. They have served their purpose in the past but
...
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.
ok jasper@ sthen@
input/ok naddy@
2013-11-07 07:08:59 +00:00