Dmitry Marakasov
cd985b20f2
- Switch to more correct way of avoiding C++11 related build errors
2019-02-21 20:50:33 +00:00
Dmitry Marakasov
1ca50b8565
- Switch to more correct way of avoiding C++11 related build errors
2019-02-21 20:50:30 +00:00
Dmitry Marakasov
c9a2fc6e80
- Update to 94.0
2019-02-21 13:55:08 +00:00
Rene Ladan
77705f6c97
Remove expired port:
...
2019-02-17 games/plutocracy: broken, upstream gone
2019-02-21 09:21:47 +00:00
Dmitry Marakasov
bdaf8c95c8
- Fix build by not redefining any OpenGL types
2019-02-19 16:05:37 +00:00
Jan Beich
57389aa513
games/openbor: update to 6966
...
Changes: af1e3976...1caf2797
2019-02-19 00:16:01 +00:00
Dmitry Marakasov
e5cbf0be32
- Update to 10.5e
2019-02-18 19:48:38 +00:00
Adriaan de Groot
5687aebbf6
More non-clang, non-x86 fixes.
...
- add compiler:c++11-lang
- make WebEngine optional
(Second batch of fixes from the same PR)
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-18 17:59:16 +00:00
Tobias Kortkamp
5024c6f699
games/opensonic: Prepare for Allegro 4.4.3, add wrapper script
...
- struct LOGG in liblogg from Allegro 4.4.3 was made opaque. Opensonic
directly manipulates it however. Integrate liblogg from Allegro
4.4.2 to preserve this port.
- Add a wrapper script so that opensonic can find its data files when
you run 'opensonic' or start it from your desktop
PR: 235478
Submitted by: tobik
Approved by: devel@stasyan.com (maintainer timeout, 2 weeks)
2019-02-18 11:39:08 +00:00
Dmitry Marakasov
9e0ec678f8
- Add USES=compiler:c++11-lang to fix build on GCC architectures
...
- Also, add patch to fix build on powerpc
PR: 235668
Submitted by: pkubaj@anongoth.pl
2019-02-12 15:20:28 +00:00
Dmitry Marakasov
e0d376cf9d
- Add USES=compiler:c++11-lang to fix build on GCC architectures
...
PR: 235613
Submitted by: pkubaj@anongoth.pl
2019-02-12 15:19:45 +00:00
Tobias Kortkamp
59b06dd570
games/ags: Update to 3.4.3.1
...
Changes: https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.3.1/Changes.txt
2019-02-12 15:10:10 +00:00
Jan Beich
88cc791a8b
games/openbor: update to 6964
...
Changes: 545b4f94...af1e3976
2019-02-12 00:46:28 +00:00
Sunpoet Po-Chuan Hsieh
7e0163ff67
Update to 99.9.21
...
Changes: https://github.com/busyloop/lolcat/commits/master
2019-02-11 18:59:42 +00:00
Dmitry Marakasov
b62f30142d
- Fix build in i386
2019-02-11 18:54:44 +00:00
Dmitry Marakasov
3ab948a7ee
- Fix the way port.mk is included in preparation for USES=sdl
2019-02-08 23:33:15 +00:00
Tobias C. Berner
438b3468a7
Fix with build on GCC architectures.
...
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-08 22:50:23 +00:00
Dmitry Marakasov
deb730f450
- Fix build after SDL2_Mixer update
...
Approved by: portmgr blanket
2019-02-08 20:26:06 +00:00
Dmitry Marakasov
22244aa054
- Fix build after SDL2_Mixer update
...
Don't try to check for SDL2_Mixer at configure phase by trying to
run program which tries Mix_LoadMUS.
First, the program is incorrect as per SDL2_Mixer documentation,
one is not allowed to call any SDL2_Mixer functions without first
calling Mix_Init() (which is not called).
Next, calling any mixer functions may involve opening audio device,
which may not be present on the machine where the package is built.
Fix by forcing the broken check to pass.
PR: 235557
Reported by: jbeich@FreeBSD.org
Approved by: portmgr blanket (build fix)
Upstream issue: https://github.com/sekaiproject/ponscripter-fork/issues/92
2019-02-08 20:21:43 +00:00
Nikolai Lifanov
89ae9b6849
update games/stonesoup{-sdl} to 0.23.0
...
http://crawl.develz.org/wordpress/crawl-0-23-nemelex-needs-traps-badly
2019-02-08 07:06:23 +00:00
Tobias C. Berner
e349bbbca3
Update KDE Applications to 18.12.2
...
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
2019-02-08 05:11:13 +00:00
Tobias Kortkamp
108a848041
games/pioneer: Update to 20190203
...
- While here move option descriptions before options helpers as
recommended by the Porter's Handbook section 15.10.
Changes: 20180203...20190203
Changes: https://github.com/pioneerspacesim/pioneer/blob/20190203/Changelog.txt
PR: 235515
Submitted by: lightside@gmx.com (maintainer)
2019-02-07 13:29:46 +00:00
Kyle Evans
662574e621
games/gzdoom: Update to 3.7.2
...
Please visit https://github.com/coelckers/gzdoom/releases for highlights
from each of the intermediate releases; many bug fixes and improvements are
included, to ZScript and otherwise.
The USES change has been included only to appease portlint and formatting.
PR: 229212
Submitted by: Piotr Kubaj (pkubaj at anongoth.pl)
Approved by: zeising (ports)
2019-02-06 18:43:12 +00:00
Jan Beich
7c039bce3a
multimedia/libvpx: update 1.8.0
...
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
2019-02-06 13:33:13 +00:00
Dmitry Marakasov
aad6ee88c9
- Convert USE_SDL=yes to USE_SDL=sdl
...
Approved by: portmgr blanket
2019-02-05 17:38:06 +00:00
Dmitry Marakasov
16e3566b99
- Convert USE_SDL=yes to USE_SDL=sdl
...
Approved by: portmgr blanket
2019-02-05 16:19:13 +00:00
Tobias Kortkamp
83dc5a133c
games/ags: Update to 3.4.3.0
...
Changes: https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.3.0/Changes.txt
2019-02-05 15:14:48 +00:00
Dmitry Marakasov
8d7524fee3
- Fix LICENSE
...
- Add LICENSE_FILE
- Add missing xorg depends
- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket
2019-02-05 14:49:44 +00:00
Dmitry Marakasov
254cf7b107
- Convert USE_SDL=yes to USE_SDL=sdl
2019-02-05 14:34:26 +00:00
Dmitry Marakasov
b0c564e46f
- Add USES=gl
...
- Add missing USE_GL=gl
- Convert USE_SDL=yes to USE_SDL=sdl
- Silence patching
- Switch to options helpers
2019-02-05 14:29:24 +00:00
Dmitry Marakasov
964ea2eb7e
- Add missing depends (ogg, gl, x11)
...
- Add USES=gl
- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket
2019-02-05 13:56:27 +00:00
Dmitry Marakasov
3a4975d9e3
- Add USES=gl
...
- Add missing USE_GL=gl
- Convert USE_SDL=yes to USE_SDL=sdl
- Pet portlint
2019-02-05 13:52:07 +00:00
Dmitry Marakasov
e8b5e4841d
- Switch to options helpers
...
- Convert USE_SDL=yes to USE_SDL=sdl
- Switch to options helpers
- Convert build-time echo into pkg-message
2019-02-05 13:47:24 +00:00
Dmitry Marakasov
3554ad7ba2
- Convert USE_SDL=yes to USE_SDL=sdl
...
- Update WWW
2019-02-04 18:37:46 +00:00
Mark Linimon
97d5faf776
This port needs C++11-compatible compiler to build. Add
...
USES=compiler:c++11-lang to fix build on GCC-based architectures.
PR: 235348
Submitted by: Piotr Kubaj
2019-02-04 11:49:35 +00:00
Tobias Kortkamp
b7d53da3c4
games/alex4: Prepare for Allegro 4.4.3
...
Allegro 4.4.3 removed aliases for fsin, fcos, etc. They are also
available as fixsin, fixcos, etc., so use them instead.
PR: 235477
2019-02-04 06:48:33 +00:00
Tobias Kortkamp
00347a147f
games/ags: Backport some patches to fix build with Allegro 4.4.3
...
PR: 235477
2019-02-04 06:45:36 +00:00
Antoine Brodin
72f4491c41
Deprecate ports broken for more than 6 months
2019-02-03 20:46:35 +00:00
Antoine Brodin
bb13a1a83d
Mark BROKEN: fails to build
...
In file included from physfsrwops.cpp:23:
./physfsrwops.h:42:1: error: unknown type name '__EXPORT__'
Reported by: pkg-fallout
2019-02-03 19:45:09 +00:00
David Chisnall
3f627ab4ce
Move Objective-C ports to the v2 GNUstep ABI.
...
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version)
2019-02-03 15:37:58 +00:00
Tobias Kortkamp
fc29ec47de
Unbreak things broken by my previous incomplete commits
...
Pointy hat: tobik
2019-02-02 13:48:07 +00:00
Tobias Kortkamp
7b45c9eb24
games/*: Use NO_WRKSUBDIR
2019-02-02 10:11:49 +00:00
Ganael LAPLANCHE
5a7eb45eda
Update Simgear and Flightgear ports to 2018.3.2
...
While here, also reorder a few things
2019-02-01 21:22:18 +00:00
Kai Knoblich
6a4a5116bf
Change my maintainer email address to my new one at the FreeBSD project.
...
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
2019-02-01 18:55:18 +00:00
Tobias Kortkamp
aa7be5bb5a
games/macopix: Remove GTK1 option
...
x11-toolkits/gtk12 is gone since r488008.
Convert to options helpers too while here.
2019-02-01 14:57:36 +00:00
Tobias Kortkamp
69d261babd
games/frozen-bubble: Do not override DESKTOP_ENTRIES after bsd.port.pre.mk
...
Move it up a bit.
2019-01-31 18:32:03 +00:00
Tobias Kortkamp
b4cf4d405d
Only append to EXTRA_PATCHES after bsd.port.pre.mk
2019-01-31 17:51:39 +00:00
Jan Beich
71706a246f
games/openbor{3482,3711,3979}: rebuild after r491625
...
Master port used sdl2_gfx until r490686 but never sdl_gfx which was
introduced in r440514 for slaves.
2019-01-30 15:01:22 +00:00
Dmitry Marakasov
c1397f808a
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version change
2019-01-30 12:36:36 +00:00
Emanuel Haupt
cd20db1bdd
Update to 4.7
2019-01-30 10:35:47 +00:00