ajacoutot
460c45a284
Unbreak: needs MODGETTEXT_LIB_DEPENDS.
2015-08-20 17:59:41 +00:00
sthen
5b20a18d31
sync WANTLIB
2015-08-19 18:55:04 +00:00
sthen
d8e24bbded
sync WANTLIB
2015-08-17 19:52:39 +00:00
sthen
0f4034be36
sync WANTLIB
2015-08-17 19:10:11 +00:00
bcallah
b8c298be2d
Update to 1.5.8.15
2015-08-15 17:38:56 +00:00
jasper
b63f86f144
remove unneeded variable; ok stsp@
2015-08-15 10:43:59 +00:00
stsp
cffe503104
remove indefinite article from asciiquarium COMMENT
...
pointed out by aja
2015-08-15 09:38:21 +00:00
stsp
671fa41e62
Import games/asciiquarium.
...
Enjoy the mysteries of the sea from the safety of your own terminal!
Submitted by Frederic Cambus.
ok jung@
2015-08-15 09:00:07 +00:00
bcallah
367189ab16
Update to 1.5.8.1
2015-08-11 20:57:08 +00:00
bcallah
51455a6a65
Update to 0.11.5
2015-08-11 20:45:02 +00:00
pascal
74c36a9d42
Re-enable on powerpc; mpi@ still sees value in having a package.
2015-08-03 16:37:45 +00:00
pascal
85f8ccf092
Don't even attempt to build this on anything but amd64 and i386. 3D accel
...
isn't nearly good enough to run it on sparc64 or macppc.
2015-08-01 23:07:30 +00:00
naddy
5ccaa62489
Remove a spurious -fpic which broke the build on sparc64, and build
...
the webui component statically as it seems to have been intended.
ok tobiasu@
2015-07-31 20:49:54 +00:00
sthen
5d2e64041e
mirror files no longer on MASTER_SITES and remove old HOMEPAGEs,
...
pointed out by naddy
2015-07-30 16:05:51 +00:00
jsg
ac533eaa5d
Unbreak after the redeclipse github repository got restructured
...
to have a large number of submodules. Update to 1.5.3 while here
as the submodules don't have the 1.5.2 tag.
Problem reported by Henrique Lengler.
2015-07-29 04:04:04 +00:00
bcallah
c91957a1a5
Update to 0.2.29
2015-07-26 14:43:49 +00:00
jasper
8370029792
use install -D and drop ginstall dependency where applicable
2015-07-19 21:44:07 +00:00
jeremy
e07f7c31e7
Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code
...
the dependency, more modern ports don't need it.
OK ajacoutot@
2015-07-18 21:07:40 +00:00
jasper
19d48864db
drop gsed dependency by fixing up the patch
2015-07-18 20:25:15 +00:00
ajacoutot
29220c7b68
Re-instate gsed dependency for now.
2015-07-18 20:12:55 +00:00
bcallah
4ef1421479
Update to 1.5.7.18
2015-07-18 18:07:22 +00:00
bcallah
7c4ab15f76
Update to 0.2.26
2015-07-18 02:19:23 +00:00
jasper
a7ee75a38e
drop dependencies on gsed now that our sed can cope with -i
2015-07-17 21:46:10 +00:00
ajacoutot
2889a1d16f
Remove the perl bullshit.
2015-07-16 23:57:18 +00:00
ajacoutot
1a0b51bcdd
Add a PORTROACH annotation.
2015-07-16 05:17:57 +00:00
bcallah
5bd4b01eaa
Update to 0.4
2015-07-15 02:26:34 +00:00
bcallah
f75aead2fc
Update to 0.2.18
2015-07-12 20:16:07 +00:00
bcallah
69f1a99eae
Update to 0.2.16
2015-07-10 13:33:07 +00:00
ajacoutot
b52c7df869
Don't hardcode path to python2.7.
2015-07-09 06:53:34 +00:00
bcallah
488dde0852
+hypatia
...
+pyganim
2015-07-08 16:36:08 +00:00
bcallah
24d8f53138
Import games/hypatia
...
tweaks and ok sthen@
Hypatia is a game engine for single player 2D action adventure games.
You can use it to make a game like Legend of Zelda: Oracle of Ages and
Oracle of Seasons. Hypatia is aimed at non-programmers and programmers
alike.
2015-07-08 16:33:22 +00:00
bcallah
a3e4b2cbf3
Import games/pyganim
...
tweaks and ok sthen@
Pyganim (pronounced like "pig" and "animation") is a Python module for
Pygame that makes it easy to add sprite animations to your Pygame game
programs.
2015-07-08 16:29:26 +00:00
ajacoutot
d9c1207e4f
Move some obvious sudo -> '#' (root) in READMEs.
2015-07-07 14:43:36 +00:00
ajacoutot
cc8a628949
libpng is picked up when present.
2015-07-07 09:15:32 +00:00
bcallah
d81c49650a
Update to 1.5.7.4
2015-07-05 14:05:36 +00:00
bcallah
d6ebc87fd9
+pentobi
2015-07-01 21:33:49 +00:00
bcallah
f3fae28912
Import games/pentobi
...
ok landry@
Pentobi is a clone of the board game Blokus.
Features:
* Supported game variants: Classic (2, 3 or 4 players), Duo, Trigon (2,
3 or 4 players), and Junior
* Different levels of playing strength
* Player rating by playing rated games against the computer
* Game analysis function
* Save and load games in Smart Game Format including comments and move
variations
2015-07-01 21:33:24 +00:00
kirby
8d6633a9e8
bugfix/security update to wesnoth-1.12.4
...
fixes CVE-2015-5070
2015-06-29 13:45:52 +00:00
jasper
807431aae3
Fixed luabind compilation when using boost 1.57
...
from upstream
2015-06-29 08:04:42 +00:00
jasper
64a29f40f6
Directly include iostream for cerr (newer Boost versions no longer pull it in for us)
...
from upstream
2015-06-29 07:31:48 +00:00
ajacoutot
70dfac54f6
Add missing LIB_DEPENDS on jpeg.
2015-06-28 09:03:53 +00:00
jsg
61920799ca
update to Red Eclipse 1.5.2
2015-06-28 03:47:09 +00:00
ratchov
c3d9e911b8
Stop building the sun audio backend, use sdl.
...
ok ajacoutot, sthen
2015-06-27 10:10:23 +00:00
ajacoutot
59cb660b82
Don't pick up libmpeg2.
2015-06-26 09:38:42 +00:00
bcallah
8b9c28aa90
+freeblocks
2015-06-22 01:59:18 +00:00
bcallah
ac2f300452
Import games/freeblocks
...
ok feinerer@
FreeBlocks is a puzzle game with similar gameplay to Tetris Attack.
2015-06-22 01:58:54 +00:00
bcallah
118b608481
Update to 1.5.6.20
2015-06-21 14:42:40 +00:00
naddy
22fb7b4eea
remove dead and dying master sites, switch to SourceForge
2015-06-20 21:32:46 +00:00
bentley
01d6169626
Prune dead mirror.
2015-06-17 09:41:57 +00:00
bentley
de82bad1c0
*** empty log message ***
2015-06-16 07:20:20 +00:00
bentley
f8c5fcaa7c
Update dead mirror.
2015-06-10 08:46:52 +00:00
czarkoff
fdd9826e1c
Fix manual page installation path
...
OK ajacoutot@, bentley@, landry@, sthen@
2015-06-08 06:42:14 +00:00
bcallah
e07966cd34
Update to 1.5.6.6
2015-06-07 22:08:56 +00:00
ajacoutot
1e919e0ba0
Sync PLIST for share/applications/.
2015-06-05 12:20:38 +00:00
bentley
3c3204c06a
Update FreeBSD mirrors.
...
ok sthen@
2015-06-05 08:11:53 +00:00
ajacoutot
1200104474
Update to frotz-2.44.
2015-06-04 06:17:38 +00:00
bentley
ed2b7659da
Update to openttd-1.5.1.
...
Changelog:
http://us.binaries.openttd.org/binaries/releases/1.5.1/changelog.txt
2015-06-02 17:16:13 +00:00
bcallah
9e54aef1ea
Bugfix update to 0.2.8.3.3, prompted by a diff to ports@ from Michael
...
Lesniewski <lesniewskister AT gmail DOT com>
ok bentley@
2015-05-28 18:54:21 +00:00
ajacoutot
37b16e2b81
Missed bump after move to gcc4.9.
2015-05-28 15:47:47 +00:00
pascal
f0585aa4cf
gcc4 bumps, reminded by aja@
2015-05-28 10:17:22 +00:00
czarkoff
a23bd9edc8
Add pysol
2015-05-26 09:31:28 +00:00
jasper
5c884092b6
remove a whole bunch more @rm -f cases
2015-05-25 07:54:27 +00:00
czarkoff
73dea76a69
PySolFC is a collection of more than 1000 solitaire card games. It is a fork
...
of PySol Solitaire.
There are games that use the 52 card International Pattern deck, games for the
78 card Tarock deck, eight and ten suit Ganjifa games, Hanafuda games, Matrix
games, Mahjongg games, and games for an original hexadecimal-based deck.
Its features include modern look and feel (uses Ttk widget set), multiple
cardsets and tableau backgrounds, sound, unlimited undo, player statistics, a
hint system, demo games, a solitaire wizard, support for user written
plug-ins, an integrated HTML help browser, and lots of documentation.
OK sthen@
2015-05-25 07:10:45 +00:00
bcallah
b907fe3b6a
Update to 1.5.5.23
2015-05-24 00:53:31 +00:00
czarkoff
38618cae6a
Set HOMEPAGE to https://github.com/${GH_ACCOUNT}/${GH_PROJECT} for ports that
...
use GH_* variables.
OK sthen@
2015-05-23 10:53:24 +00:00
ajacoutot
a183b75553
"/usr/local/lib/pkgconfig/" is part of mtree(8).
...
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
bcallah
f3e3d068fc
Add a PORTROACH marker. This is the latest version.
2015-05-22 03:02:04 +00:00
ajacoutot
181441bc99
Update to gbrainy-2.2.5.
2015-05-20 13:34:34 +00:00
bcallah
f45ec2ba66
Update to 20150518
2015-05-20 03:23:57 +00:00
jasper
7e7ecc3b15
remove another bunch of @rm -f, some of which were hiding the arguments no
...
longer existed
2015-05-18 11:29:37 +00:00
jasper
1f5850fd2f
- zap a bunch of '@rm -fr' cases that were masking files that have long since been removed
...
- pre-emptively fix a few other cases while here
2015-05-18 06:56:04 +00:00
sthen
1130911c35
fix 0ad/base following CXXFLAGS change; -march=i586 was added to CFLAGS but
...
also needs adding to CXXFLAGS (port uses 64-bit atomic ops).
2015-05-16 10:49:50 +00:00
bcallah
bd1e7d9358
Update to 20150509
2015-05-12 17:32:43 +00:00
pascal
4b033515d5
Fix a bunch of my ports in preparation for decoupling CXXFLAGS from CFLAGS.
...
found by naddy@ in a bulk with jsg@'s diff
2015-05-12 11:58:51 +00:00
bcallah
bb2100bbf8
Update to 1.5.5.9
2015-05-09 22:49:59 +00:00
juanfra
280e3042b5
Drop MAINTAINER.
2015-05-09 22:24:06 +00:00
ajacoutot
eb7bc5b6e9
Unbreak after recent glew update.
2015-05-07 22:43:15 +00:00
sthen
d63e2ec7e6
sync WANTLIB
2015-05-05 17:00:16 +00:00
sthen
e695002f69
de-conflict with tuxpaint (some stamps are present in both the tuxpaint
...
and tuxpaint-stamps packages). ok/tweak ajacoutot@
2015-05-05 12:09:22 +00:00
zhuk
8a49cd3e4e
Remove patch not needed anymore since Qt5 provides sane -isystem defaults.
2015-05-04 12:12:59 +00:00
ajacoutot
7ce1939351
qt5 link_pkgconfig is broken in some funky way when WRKOBJDIR is set to a
...
non standard path.
To be investigated...
ok landry@
2015-05-03 12:57:01 +00:00
bentley
4789b8f2f3
Update to garden-1.0.9.
2015-05-03 10:49:48 +00:00
ajacoutot
d213fbe8ab
Update to vms-empire-1.13; req. by landry@
2015-05-02 18:37:51 +00:00
naddy
7774fc0dc7
don't pick up libexecinfo header; ok bentley@
2015-05-01 21:53:07 +00:00
ajacoutot
0269f3a862
Drop maintainer, this is just too addictive.
2015-05-01 18:25:59 +00:00
ajacoutot
3f1c8b014b
endian.h: drop patching or make includes consistent.
2015-05-01 16:51:24 +00:00
ajacoutot
dd0483d1c2
sys/endian.h -> endian.h
2015-05-01 16:00:44 +00:00
pascal
0958e68ce4
Update to STK 0.9.
2015-04-30 22:29:49 +00:00
bcallah
f0007dd398
Update to 1.5.4.25
2015-04-26 04:52:44 +00:00
bcallah
00e7e8cac2
Update to 20150424
2015-04-25 18:10:31 +00:00
bcallah
436b9b90f0
Update to 20150422
2015-04-23 13:01:36 +00:00
ajacoutot
06c2f564ba
Explicitely pass --without-avahi to prevent it from being picked up.
...
breakage reported by naddy@
Regen WANTLIB while here.
2015-04-23 07:38:01 +00:00
sthen
24c08e6d96
sync WANTLIB
2015-04-21 18:45:27 +00:00
sthen
1b450b8415
add some missing pthread to WANTLIB
...
(using modified portbump, thanks zhuk@)
2015-04-21 18:33:48 +00:00
phessler
5139b48a71
fail while building it's own files. runs out of memory.
2015-04-17 08:00:42 +00:00
bcallah
731e528a32
Maintenance update to 20150416
2015-04-17 01:19:29 +00:00
bentley
ead03ddec3
Update to openttd-1.5.0.
...
Changelog:
http://us.binaries.openttd.org/binaries/releases/1.5.0/changelog.txt
ok daniel@
2015-04-15 01:39:16 +00:00
bcallah
c2c1238377
Update to 20150413
2015-04-14 20:33:11 +00:00
bcallah
650c0ccdd3
Maintenance update to 2.3.3
2015-04-14 20:24:14 +00:00
kirby
e2c5fbea5b
- security update to wesnoth-1.12.2 (CVE-2015-0844)
...
- regan patch
- enable uk and pt translation
changelog: https://raw.githubusercontent.com/wesnoth/wesnoth/1.12/changelog
2015-04-13 16:33:54 +00:00