Commit graph

16334 commits

Author SHA1 Message Date
Raphael Kubo da Costa
fc5ee0c9c6 Unmark BROKEN, the source can be fetched correctly. 2015-12-30 11:58:30 +00:00
Dmitry Marakasov
f399b102e9 - Move highscores to /var/games where they belong
- Simplify Makefile
- Modernize plist

PR:		205631
Submitted by:	amdmi3
Approved by:	gmarco@gufi.org (maintainer)
2015-12-30 10:20:16 +00:00
Dmitry Marakasov
87eba2fcb5 - Fix build on 11.x 2015-12-29 16:42:19 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Dmitry Marakasov
b71bdc0e0c - Use gcc, as the game segfaults being compiled with clang
- Move highscores to /var/games
- Modernize plist

PR:		205630
Submitted by:	amdmi3
Approved by:	turutani@scphys.kyoto-u.ac.jp
2015-12-29 10:21:18 +00:00
Raphael Kubo da Costa
df1bc72eaf Unmark BROKEN.
The port fetches just fine.
2015-12-28 23:24:57 +00:00
Jason Unovitch
7be45bc5f2 games/lwjgl: pass maintainership to PR submitter
PR:		205435
Submitted by:	Ilia Skalozubov <freebsd@skinc.ru>
2015-12-28 21:56:46 +00:00
Raphael Kubo da Costa
c8639040a8 Unbreak `make fetch'.
The project moved to GitHub and removed all files from SourceForge. diff -uprN
from the old tarball from SF and the new one from GitHub indicates that a
.gitignore file was added and the debian/ directory was removed.
2015-12-28 15:18:16 +00:00
Dmitry Marakasov
8dc26f8a9e - Switch to options helpers
- Drop @dirrm* from plist
2015-12-28 00:44:17 +00:00
Greg Lewis
9d5c3ca8b3 . Consistent patch naming. 2015-12-27 23:05:52 +00:00
Greg Lewis
eeda7dda12 . Modify the nethack34 port to install itself in a versionsed fashion to
make way for a port of NetHack 3.6.0.
. Add a note to updating on how to preserve save and bones files.

PR:		205255
Submitted by:	groot@kde.org (partially)
2015-12-27 23:05:19 +00:00
Greg Lewis
aaee2d2db1 . Sort. 2015-12-27 20:38:56 +00:00
Dmitry Marakasov
f644c9e93c - Move highscores and saves to /var/games
- Modernize plist
- Regenerate patches
2015-12-27 20:15:42 +00:00
Thierry Thomas
1ed6285b32 Modernize plist and fix highscore handling.
PR:		ports/205629
Submitted by:	amdmi3
2015-12-27 16:04:35 +00:00
Dmitry Marakasov
1fce053c65 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-12-26 14:40:34 +00:00
Dmitry Marakasov
15c222b60f - Drop @dirrm* from plist
- Add empty directories to plist
- Switch to @sample

Approved by:	portmgr blanket
2015-12-26 14:40:30 +00:00
Dmitry Marakasov
4a672ef5a2 - Drop @dirrm* from plist
- Add empty directories to plist

Approved by:	portmgr blanket
2015-12-26 14:40:27 +00:00
Dmitry Marakasov
76a8bc828f - Mark BROKEN, fails to start:
Warning:
    Name: button_1
    Class: XmCascadeButtonGadget
    Illegal mnemonic character;  Could not convert X KEYSYM to a keycode

Warning:
    Name: button_2
    Class: XmCascadeButtonGadget
    Illegal mnemonic character;  Could not convert X KEYSYM to a keycode

Warning:
    Name: button_3
    Class: XmCascadeButtonGadget
    Illegal mnemonic character;  Could not convert X KEYSYM to a keycode

Warning:
    Name: button_1
    Class: XmCascadeButtonGadget
    Illegal mnemonic character;  Could not convert X KEYSYM to a keycode

Warning:
    Name: button_2
    Class: XmCascadeButtonGadget
    Illegal mnemonic character;  Could not convert X KEYSYM to a keycode

Warning:
    Name: button_3
    Class: XmCascadeButtonGadget
    Illegal mnemonic character;  Could not convert X KEYSYM to a keycode

[1]    81176 bus error  xshisen

Approved by:	portmgr blanket
2015-12-26 14:39:49 +00:00
Dmitry Marakasov
28fdd0ea73 - Modernize plist
Approved by:	portmgr blanket
2015-12-26 14:10:40 +00:00
Dmitry Marakasov
ee57981bb8 - Unbreak fetch 2015-12-26 11:08:42 +00:00
Dmitry Marakasov
cf4a15d81d - Update to 0.16 2015-12-26 11:07:41 +00:00
Dmitry Marakasov
c2031a7aa5 - Unbreak fetch 2015-12-26 11:03:21 +00:00
Max Brazhnikov
30219df084 Update MASTER_SITES 2015-12-25 23:35:24 +00:00
Dmitry Marakasov
08b996e8d6 - Reset maintainer by his own request
PR:		205570
2015-12-25 23:19:02 +00:00
Jan Beich
b37feffa8a games/openra: update to 20151224
Changes:	https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20151224
2015-12-25 13:53:48 +00:00
Alex Kozlov
8d198ef378 - Remove empty lines after .include <bsd.port.mk>
Approved by:	portmgr blanket
2015-12-25 07:40:36 +00:00
Jason Unovitch
fd0680e702 games/minecraft-client: update dependencies
- Add libopenal.so as a LIB_DEPENDS to resolve run time issue (no sound)
- Update LWJGL lib dependency to 2.9.3
- Add NO_ARCH while here

PR:		205436
Submitted by:	Ilia Skalozubov <freebsd@skinc.ru>
2015-12-25 02:13:03 +00:00
Jason Unovitch
650b02778f games/lwjgl: update 2.9.1 -> 2.9.3
- Set JAVA_VERSION from 1.7 to 1.7+
- Update a patch, fix other patch to be `make makepatch` compliant

PR:		205435
Submitted by:	Ilia Skalozubov <freebsd@skinc.ru>
Approved by:	unmaintained
2015-12-25 01:54:57 +00:00
Martin Wilke
e2e4efb80a - Add a backup mirror [1]
- While here switch to options helper

PR:		205533 [1]
Submitted by:	Kyle Evans
2015-12-24 19:47:42 +00:00
Adam Weinberger
610c566049 Update to the DragonflyBSD 4.4.1 source. 2015-12-24 18:05:57 +00:00
Dmitry Marakasov
d9ee0ab083 - Fix X11 dependency
Reported by:	ak
2015-12-24 15:11:50 +00:00
Dmitry Marakasov
ff7bd62949 lang/fpc restrictions have nothing to do with this port 2015-12-24 12:59:38 +00:00
Dmitry Marakasov
ee78204bc7 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-12-24 10:59:26 +00:00
Martin Wilke
8621a6e468 - Fix build
Reported by:    antoine
2015-12-24 09:01:18 +00:00
Martin Wilke
f0a1df0f36 - Update to 2.6.0.0
PR:		205205
Submitted by:	ports fury
Approved by:	mat (mentor)
Differential Revision:	D4635
2015-12-23 23:29:44 +00:00
Dmitry Marakasov
01ef621d12 - Drop unneeded @dir's
- Silence patching
2015-12-23 18:36:12 +00:00
Dmitry Marakasov
bd8a0c17c2 - Drop @dirrm* from plist 2015-12-23 16:33:39 +00:00
Martin Wilke
19f5069bf8 - Update to 1.17.1
PR:		205295
Submitted by:	Andrey Fesenko
Approved by:	mat (mentor)
Differential Revision:	D4571
2015-12-22 15:17:46 +00:00
Martin Wilke
97f6c838b0 - Update to 5.0.10
PR:		204443
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	D4616
2015-12-22 04:55:14 +00:00
Martin Wilke
08487bceb9 - Update to 1.4.5
- Update WWW

PR:		205208
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	D4632
2015-12-22 04:49:24 +00:00
Dmitry Marakasov
93f1646c1b - Fix several crashes in Restoration of Evil
- Silence mkdirs
2015-12-22 00:10:54 +00:00
John Marino
3c27084f9f games/hedgewars: Unbreak after upgrade to FPC 3.0.0 2015-12-21 11:03:28 +00:00
Danilo Egea Gondolfo
11b0faa193 - Update to 1.15.6 2015-12-20 19:00:59 +00:00
Antoine Brodin
dd5a36b284 Mark BROKEN: fails to build
gmake[1]: Entering directory '/wrkdirs/usr/ports/games/tbe/work/tbe-0.9.2.1'
mkdir -p build
cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_DOCS=on ..
cmake: not found
Makefile:16: recipe for target 'build/src/tbe' failed

Reported by:	pkg-fallout
2015-12-19 15:17:04 +00:00
Antoine Brodin
3c7d536b3e Mark BROKEN: fails to build
[  3%] Building Pascal object hedgewars/CMakeFiles/hwengine.dir/hwengine.o
cd /wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars && /usr/local/bin/fpc -l- -v0ewn -Cn -FE/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/bin -FU/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars/CMakeFiles/hwengine.dir -k-rpath -k'\$ORIGIN/../lib/:\$ORIGIN/:/usr/local/lib/'  -Cs2000000 -fPIC -Fl/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/bin -k-L/usr/local/lib -Fl/usr/local/lib -Fl/usr/local/lib -XLAlua=lua-5.1 -Fl/usr/local/lib/libphysfs.so -Si -O2 -dNDEBUG -Xs   -dPNG_SCREENSHOTS -dSDL_MIXER_NEWER -dSDL_IMAGE_NEWER -dDEBUGFILE  -k-znoexecstack -k-zorigin -k-zrelro -k-znow -k--as-needed /wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars/hwengine.pas
uRender.pas(106,22) Fatal: Can't find unit StrUtils used by uRender
Fatal: Compilation aborted
Error: /usr/local/bin/ppcx64 returned an error exitcode

Reported by:	pkg-fallout
2015-12-19 15:15:29 +00:00
Danilo Egea Gondolfo
495ba2a415 - Switch to USES=execinfo
PR:		205276
Submitted by:	pawel
2015-12-18 23:01:54 +00:00
Raphael Kubo da Costa
9356990859 Remove ${STAGEDIR} from pyc/pyo files installed with kdelibs's CMake macros.
Bug 200018 is caused by the .pyc/.pyo files installed by devel/py-pykde4
containing references to the stage directory in them. When
editors/kate-plugin-pate is built by a user with write-access to those
PyKDE4 .pyc/.pyo files, they are rewritten automatically by Python to point
to their current location, which most of the times is different from the
staging location of where devel/py-pykde4 was built. This at the very least
leads to a filesystem violation in Poudriere.

The fix I landed upstream involves making kdelibs's PythonCompile.py accept
a --destination-dir parameter with the directory we want to register in the
.pyc/.pyo files, just like several ports do in their build or post-install
targets by calling Python's compileall.py module with -d.

The patches in files/ look somewhat confusing because we already patch
PythonMacros.cmake to build .pyo files and had to integrate the other
patches into it. At least I have added some context to
patch-cmake_modules_PythonMacros.cmake to reduce the confusion.

Bump PORTREVISION in affected ports:
- devel/py-pykde4: Install .pyc/.pyo files with ${STAGEDIR} in them.
- games/kajongg: The plist now includes .pyo files, and was adjusted to work
                 with Python 3 in the future if necessary.
- x11/kdelibs4: Install new CMake files.
- x11/plasma-scriptengine-python: Install .pyc/.pyo files with ${STAGEDIR}
                                  in them.

PR:		200018
MFH:		2015Q4
2015-12-18 18:10:24 +00:00
Mathieu Arnold
92b73131f8 Fix build as a user.
Use options helpers.

Sponsored by:	Absolight
2015-12-18 16:46:05 +00:00
Dmitry Marakasov
b6bd7d4e36 - Silence patching 2015-12-18 12:08:49 +00:00
Guido Falsi
6057680963 Switch to USES=execinfo.
PR:		205275
Submitted by:	pawel@
2015-12-18 00:00:32 +00:00