Commit graph

17707 commits

Author SHA1 Message Date
Jan Beich
305c67dffe games/aquaria: unbreak after r443975
Aquaria/Continuity.cpp:(.text+0x1684e): undefined reference to `tinyxml2::StrPair::GetStr()'
CMakeFiles/aquaria.dir/Aquaria/DSQ.cpp.o: In function `DSQ::loadModsCallback(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, long)':
Aquaria/DSQ.cpp:(.text+0x1014e): undefined reference to `tinyxml2::StrPair::GetStr()'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2017-06-26 00:11:22 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Sunpoet Po-Chuan Hsieh
3e177b8cea Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:12:52 +00:00
Sunpoet Po-Chuan Hsieh
9dc809ac85 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:12:47 +00:00
Sunpoet Po-Chuan Hsieh
9f819cf3f1 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 18:12:43 +00:00
Rene Ladan
c8a228730b Remove expired ports:
2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool instead
2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool instead
2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no longer used by anything
2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/
databases/pgpoolAdmin: depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
2017-06-25 17:26:23 +00:00
Mark Linimon
45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Sunpoet Po-Chuan Hsieh
cf4f42437f Remove Perl core modules
- Add NO_ARCH
- Convert to options target helper
- Bump PORTREVISION for dependency change
2017-06-22 23:42:43 +00:00
Mark Linimon
5fae7a1186 Broken along with balazar_brothers. 2017-06-21 22:47:01 +00:00
Guido Falsi
5298cf942b - Update games/widelands to build19
PR:		216457
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	maintainer timeout
2017-06-20 15:14:01 +00:00
Sunpoet Po-Chuan Hsieh
a057cae184 Update textproc/tinyxml2 to 5.0.0
- Use PLIST instead of PLIST_FILES
- Bump PORTREVISION for shlib change

Changes:	https://github.com/leethomason/tinyxml2/commits/master
2017-06-20 13:59:08 +00:00
Richard Gallamore
9185a9956f * Updated to 20170614 (r6180)
* Added non-default option GCC

PR:		220039
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11253
2017-06-19 17:30:37 +00:00
Koop Mast
73b0409dab Update libgnome-games-support to 1.2.2.
Update WWW to point to the real git repo and not the github mirror.
2017-06-19 05:24:35 +00:00
Danilo Egea Gondolfo
2c145b8504 - Update to 4.12.1 2017-06-17 22:30:42 +00:00
Dmitry Marakasov
19c7dc4450 Pentobi is a computer opponent for the board game Blokus.
* Supported game variants: Classic, Duo, Trigon, Junior, Nexos,
  GembloQ, Callisto
* Strong Blokus engine with 9 different playing levels
* 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
* Source code is available under the GNU General Public License
* System requirements: 1 GB RAM, 1 GHz CPU (4 GB RAM, 2.5 GHz
  dual-core or faster CPU recommended for playing level 9)

WWW: https://pentobi.sourceforge.io/
2017-06-16 09:20:07 +00:00
Dmitry Marakasov
6bdebb3786 - Update to 20170606
- Install more documentation
2017-06-16 09:19:02 +00:00
Dmitry Marakasov
e17de1b501 - Update to 2.14.7
- Add .desktop entry
2017-06-15 20:14:28 +00:00
Nikolai Lifanov
79339dd77c update games/wtf to 20170614 snapshot from NetBSD 2017-06-15 15:19:10 +00:00
Dmitry Marakasov
e35d2227ce - Add LICENSE
- Add missing dependency
- Update WWW
- Switch to options helpers
- Switch to USES=localbase
2017-06-15 09:01:31 +00:00
Alexey Dokuchaev
88392015c4 Update OpenTTD to version 1.7.1.
TIMESTAMP (openttd-1.7.1-source.tar.xz) = 1497378900
2017-06-14 17:14:19 +00:00
Dmitry Marakasov
49bc1d230b - Switch to options helpers
Approved by:	portmgr blanket
2017-06-14 09:01:26 +00:00
Jan Beich
cb4e8d694e games/openbor: update to 4515
Changes:	c0037ec...12fc70c
2017-06-13 22:48:58 +00:00
Antoine Brodin
a82555d8d4 Mark BROKEN: conflicting dependencies
py27-twisted-17.1.0_1 conflicts with py27-twistedCore-15.2.1 (installs files into the same place)

Reported by:	pkg-fallout
2017-06-11 15:21:31 +00:00
Jan Beich
b856b5a4aa games/openra: update GeoLite2 to June snapshot
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1381919, actual 1454069
2017-06-11 12:33:36 +00:00
Dmitry Marakasov
75ab7fb3ab - Update WWW
Approved by:	portmgr blanket
2017-06-11 09:01:25 +00:00
Sunpoet Po-Chuan Hsieh
bd2b154a34 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> Games_Chess-1.0.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Games_Chess-1.0.1.tgz
fetch: http://pear.php.net/get/Games_Chess-1.0.1.tgz: size mismatch: expected 86920, actual 89817

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Games_Chess-1.0.1.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:39:22 +00:00
Sunpoet Po-Chuan Hsieh
e8001f57ef Remove no-op WX_UNICODE
Approved by:	portmgr (blanket)
2017-06-10 01:51:02 +00:00
Dmitry Marakasov
19283e241e - Update to 0.3.3 2017-06-09 15:13:06 +00:00
Dmitry Marakasov
80d5e5f528 - Fix key file installation
PR:		219887
Submitted by:	nico@lifeisabug.com
2017-06-09 15:09:07 +00:00
Tobias Kortkamp
554fb9dad6 New port: games/OpenTomb
OpenTomb is an open-source engine reimplementation project intended to
play levels from all classic-era Tomb Raider games (TR 1-5) and custom
TRLE levels.  The project does not use any old Tomb Raider source
code, because all attempts to retrieve sources from Eidos / Core were
in vain.

WWW: https://opentomb.github.io/

PR:		218883
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10664
2017-06-09 13:45:20 +00:00
Tobias Kortkamp
42150d1a49 Update to 1.51
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11098
2017-06-09 13:38:02 +00:00
Tobias Kortkamp
d7a62f6112 Add explicit libpng dependency to fix the build of games/opensonic
after the recent devel/allegro update.

PR:		215838
Approved by:	mat (mentor), devel@stasyan.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11039
2017-06-09 13:31:21 +00:00
Sunpoet Po-Chuan Hsieh
a418241268 Add NO_ARCH
Approved by:	portmgr (blanket)
2017-06-07 19:12:11 +00:00
Dmitry Marakasov
37e537943c - Update to 0.4.16 2017-06-06 17:15:49 +00:00
Dmitry Marakasov
3ddcaa8e85 - Update to 0.4.16 2017-06-06 17:15:44 +00:00
Dmitry Marakasov
c948f928e5 - Add games/auralquiz
Auralquiz is a simple music quiz game for GNU/Linux, using your own
music files.

The game plays short pieces of music files from your folders (in
Ogg Vorbis, FLAC, Opus or MP3 formats), and presents a question and
several answers about the current song. The fastest the answer, the
more points you receive.

Up to 8 people can play in a turn-based mode.

In the highest difficulty level there are no answer buttons, and
instead, you have to type the answer yourself.

WWW: https://jancoding.wordpress.com/auralquiz/
2017-06-06 17:15:36 +00:00
Mathieu Arnold
99761d7f4c Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.

Sponsored by:	Absolight
2017-06-06 16:18:16 +00:00
Raphael Kubo da Costa
e30041316f Use MAKE_CMD instead of MAKE in pre-build.
We may be building with something other than make, as is the case if one uses
CMake's ninja generator.
2017-06-05 21:28:39 +00:00
Raphael Kubo da Costa
88c07a7016 Switch to an out-of-source CMake build.
This prevents some build system files from being installed. Bump PORTREVISION
accordingly.
2017-06-05 20:31:32 +00:00
Sunpoet Po-Chuan Hsieh
2457d181d0 Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
2017-06-05 14:50:41 +00:00
Sunpoet Po-Chuan Hsieh
81ebd7826a Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
2017-06-05 14:50:36 +00:00
Dmitry Marakasov
c153dae119 - Update to 3.0.1 2017-06-05 11:12:19 +00:00
Jan Beich
8b420726eb games/openra: update to 20170527
Changes:	https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20170527
MFH:		2017Q2
2017-06-04 16:08:01 +00:00
Barbara Guida
4b34374da4 Apply some patches from OpenSUSE to fix some issues, including the build on recent compilers.
PR:	216835, 219295
2017-06-04 15:10:58 +00:00
Tobias C. Berner
d6d6cdbf78 Fix shebangs.
Reviewed by:	tz
Approved by:	tz (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10779
2017-06-02 17:43:16 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Sunpoet Po-Chuan Hsieh
b1cb10f79f Convert to options helper
- Convert to options target helper
- Fix WWW
2017-06-02 15:43:42 +00:00
Sunpoet Po-Chuan Hsieh
7fa3bd0570 Convert to options target helper
- Pet portlint: fix diff header of patch file
- Fix WWW
2017-06-02 15:43:37 +00:00
Nikolai Lifanov
8fa3261282 update games/wtf to 20170529 snapshot from NetBSD 2017-05-31 13:31:09 +00:00
Nikolai Lifanov
0846314928 games/stonesoup: actually commit patch to sound.h 2017-05-30 21:08:13 +00:00
Nikolai Lifanov
93e7eda23d games/stonesoup, games/stonesoup-sdl: update to 0.20.0
This release is filled with cool new stuff. Read about it here:
http://crawl.develz.org/wordpress/crawl-0-20-scarf-our-wanderful-fried-frogs

Port changes:
o switch to new master site layout and enable https://
o drop several now unnecessary local patches
o chase SOUND refactoring
o implement and enable sound support for SDL (tiles) option unconditionally
   - this uses SDL_mixer and not /usr/local/bin/play like the SOUND option
2017-05-30 21:07:15 +00:00
Tobias Kortkamp
66e081479e Fix OpenAL dependency
PR:		219266
Approved by:	lme (mentor), devel@stasyan.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10788
2017-05-30 16:41:40 +00:00
Tobias Kortkamp
de9bba1607 Remove ALSA dependency. It's not required.
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10730
2017-05-30 16:38:56 +00:00
Antoine Brodin
034b4e6d7d Register dependency on groff
PR:		213725
2017-05-29 11:32:14 +00:00
Sunpoet Po-Chuan Hsieh
6fbb7d9609 Fix options helper
- Fix OPTIONS_DEFAULT: remove IPV6 and NLS which are added by framework
- Convert to options target helper

Approved by:	portmgr (blanket)
2017-05-28 23:17:24 +00:00
Antoine Brodin
e2fc852e1f Register dependency on groff
PR:		213725
2017-05-28 21:18:04 +00:00
Mark Linimon
378be05b39 Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 22:16:50 +00:00
Mark Linimon
2cb70e7e21 Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 21:16:51 +00:00
Mark Linimon
8416961f94 Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 16:00:49 +00:00
Mark Linimon
6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00
Mark Linimon
618664c507 Mark some ports failing on armv6, for errors classified as "bad C++ code".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 00:43:10 +00:00
Mark Linimon
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Mark Linimon
a514a65832 Also fails on armv6. Convert to NOT_FOR.
Approved by:	portmgr (tier-2 blanket)
2017-05-26 18:30:43 +00:00
Nikolai Lifanov
bdf8440b9a update games/tome4 to 1.5.5
This contains two back-to-back bugfix releases:

https://te4.org/blogs/darkgod/2017/05/news/tales-majeyal-154-match-out
https://te4.org/blogs/darkgod/2017/05/news/tales-majeyal-155-aka-whoops-out
2017-05-24 13:58:33 +00:00
Dmitry Marakasov
d06e0ce517 - Switch to options helpers
- Regenerate patches
2017-05-24 09:00:37 +00:00
Jan Beich
efd6c77aae games/manaplus: update to 1.7.5.14
Changes:	https://manaplus.org/changelog#new_release_17514
PR:		219439
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
2017-05-24 05:11:29 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00
Jochen Neumeister
5ce401545d Update to 2.4.10
- Remove MAKE_JOBS_UNSAFE
- Changes: https://github.com/BZFlag-Dev/bzflag/releases

PR:	219317
Reported by:	Kevin Zheng (Maintainer) <kevinz5000@gmail.com>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10792
2017-05-21 16:25:43 +00:00
Jochen Neumeister
23978412c3 Update to 2017.05.06
PR:	219398
Reported by: Yuri Victorovich (Maintainer) <yuri@rawbw.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10831
2017-05-21 15:47:30 +00:00
Mark Linimon
65f2e41ca3 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 13:21:04 +00:00
Mark Linimon
74fa808d34 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
2017-05-20 16:58:10 +00:00
Dominic Fandrey
75eb5eba72 games/openarena: Fix CVE-2017-6903
- Backport fix based on patchset for urbanterror [1]

[1] https://github.com/Barbatos/ioq3-for-UrbanTerror-4/pull/73

PR:		217911
Submitted by:	miwi
Approved by:	miwi (mentor)
MFH:		2017Q2
Security:	CVE-2017-6903
Security:	e48355d7-1548-11e7-8611-0090f5f2f347
Differential Revision:	https://reviews.freebsd.org/D10176
2017-05-18 20:58:59 +00:00
Dominic Fandrey
73ab74b3e2 games/ioquake3-devel: Remove in favour of ioquake3
Upstream requested us to point games/ioquake3 to github master,
making this port obsolete.

PR:		217911
Reviewed by:	miwi
Approved by:	miwi (mentor)
MFH:		2017Q2
Security:	CVE-2017-6903
Security:	e48355d7-1548-11e7-8611-0090f5f2f347
Differential Revision:	https://reviews.freebsd.org/D10172
2017-05-18 20:31:04 +00:00
Sunpoet Po-Chuan Hsieh
03e4256759 Update WWW
Approved by:	portmgr (blanket)
2017-05-18 16:05:13 +00:00
Alexey Dokuchaev
ef1d7bd508 Spell `superseded' correctly in various places. 2017-05-18 13:37:08 +00:00
Ganael LAPLANCHE
049060d2be Add missing run dependency to Python (fixes shebang of openalchemist-config) 2017-05-18 11:43:32 +00:00
Koop Mast
8d888d5dee Mark deprecated and set experation date.
Is no longer used after the recent gnome-games updates.
2017-05-18 10:45:49 +00:00
Jan Beich
27e9ba80f5 games/openra: update GeoLite2 to May snapshot
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1366645, actual 1381919
2017-05-18 00:51:22 +00:00
Koop Mast
377f75536b Update the gnome-games suite to the latest:
Update atomix to 3.22.0.
Update five-or-more to 3.22.2.
Update four-in-a-row to 3.22.1.
Update gnome-2048 to 3.22.0.
Update gnome-chess to 3.24.1.
Update gnome-klotski to 3.22.1.
Update gnome-mahjongg to 3.22.0.
Update gnome-mines to 3.24.0.
Update gnome-nibbles to 3.24.0.
Update gnome-robots to 3.22.1.
Update gnome-sudoku to 3.24.0.
Update gnome-taquin to 3.22.0.
Update gnome-tetravex to 3.22.0.
Update hitori to 3.22.3.
Update iagno to 3.22.0.
Update lightsoff to 3.24.0.
Update quadrapassel to 3.22.0.
Update swell-foop to 3.24.0.
Update tali to 3.22.0.

 * Add licenses
 * Review dependancies
 * Update WWW lines

Obtained from:	gnome devel repo (based on)
2017-05-17 08:44:31 +00:00
Tijl Coosemans
0c81921d53 Update to 120.2.2 2017-05-16 15:28:53 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Torsten Zuehlsdorff
63f1ccc8ea games/wesnoth: add pkg-message for charset information
Wesnoth assumes an UTF-8 charset by default. Using another
one will result in a crash of Wesnoth. Since the charset
depends on the env, the user needs to take care itself.

PR:           216500
Submitted by: mzs_47@yahoo.co.in
2017-05-16 12:27:43 +00:00
Mathieu Arnold
aa1ca03dda Remove svn keywords from patches.
Sponsored by:	Absolight
2017-05-15 15:38:56 +00:00
Ganael LAPLANCHE
f55d6e7d12 Backport security fix faf872e7 (CVE-2017-8921)
Reported by:    Florent Rougon <f.rougon@free.fr>
Security:	https://sourceforge.net/p/flightgear/flightgear/ci/faf872e7
2017-05-15 10:16:25 +00:00
Dmitry Marakasov
0ee9ffe307 - Add missing depends
- Simplify port
2017-05-15 09:00:28 +00:00
Nikolai Lifanov
d7fd628e2a update to 20170512 snapshot from NetBSD 2017-05-14 12:48:39 +00:00
Mark Linimon
a401704344 Mark some ports failing on various tier-2 archs. In cases where the
error message was a stub, provide a real one.

While here, pet portlint.

This is a catchup commit from various earlier commits.

Approved by:	portmgr (tier-2 blanket)
2017-05-14 06:33:57 +00:00
Mark Linimon
7e4f41c690 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:21:37 +00:00
Martin Wilke
8d3f1de2db - Broken checksum mismatch
libretro-CATSFC-libretro-5907687_GH0.tar.gz              0  B    0  Bps
=> Fetched file size mismatch (expected 373347, actual 373224)
2017-05-13 11:03:43 +00:00
Martin Wilke
6d523313d8 - Mark Broken
=> Attempting to fetch http://www.craftychess.com/crafty-23.8.zip
fetch: http://www.craftychess.com/crafty-23.8.zip: Not Found
=> Attempting to fetch http://www.cis.uab.edu/hyatt/crafty/source/crafty-23.8.zip
fetch: http://www.cis.uab.edu/hyatt/crafty/source/crafty-23.8.zip: Not Found
2017-05-13 07:24:08 +00:00
Jan Beich
af98de3b3e games/acm: prevent free()ing unitialized data
acm may coredump immediately after starting on systems which do not
zero malloc()ed memory e.g., MALLOC_CONF=junk:true. This is because
one of the fields of a malloc()ed data structure (w) contains a
pointer (w->csPool2), and if that pointer is never used, then later
code will find the pointer is non-NULL and try to free() the memory
pointed to by the pointer.

PR:		215427
Submitted by:	Jeff Gibbons <jgibbons@protogate.com>
2017-05-12 22:33:54 +00:00
Emanuel Haupt
22d85ee38e - Update to 1.0.8
- Add LICENSE
2017-05-12 21:08:20 +00:00
Jan Beich
62c23cfee4 games/acm: unbreak on aarch64
xdr_var_array.c:82:12: fatal error: 'machine/limits.h' file not found
#  include <machine/limits.h>
           ^
1 error generated.

Reported by:	pkg-fallout
2017-05-12 20:38:45 +00:00
Ruslan Makhmatkhanov
b660d2427d games/aisleriot: merge couple of fixes from gnome devel repo
- add missing dependency upon libcanberra (reported by QA)
- change CONFLICTS because it only conflicts on install phase
- bump PORTREVISON because of dependency list change

With hat:	gnome
2017-05-12 17:26:30 +00:00
Nikolai Lifanov
618c409f67 update games/wtf to 20170511 snapshot from NetBSD 2017-05-12 16:28:51 +00:00
Ruslan Makhmatkhanov
96e1d6849a games/libgnome-games-support>: remove BROKEN after gtk30 updated to 3.22 2017-05-12 16:13:20 +00:00
Dmitry Marakasov
8bf1947de3 - Update to 20170508
- Update WWW
2017-05-12 15:04:48 +00:00
Kurt Jaeger
ab2c06466f games/aisleriot: update 3.18.2 -> 3.22.2
https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.0.changes
  https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.1.changes
  https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.2.changes
  https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.0.changes
  https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.1.changes
  https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.2.changes

PR:		218862
Submitted by:	w.schwarzenfeld@utanet.at
Reported by:	rkoberman@gmail.com
2017-05-12 02:47:05 +00:00
Jose Alonso Cardenas Marquez
4f5238c8cd - Update to 1.9.4
- Bump PORTEPOCH
2017-05-11 21:54:36 +00:00
Jose Alonso Cardenas Marquez
8828a9d1d2 - Update to 1.9.4.3
- Bump PORTEPOCH
2017-05-11 21:53:34 +00:00
Antoine Brodin
f9e689d717 Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2017-05-11 18:26:00 +00:00
Antoine Brodin
6b2085335d Fix check-sanity after WTFPL addition 2017-05-11 06:03:38 +00:00
Antoine Brodin
a5d5bc9364 Mark BROKEN: fails to build
In file included from ui.cpp:40:
In file included from ./gtkmm/ui.h:55:
/usr/local/include/glibmm-2.4/glibmm/refptr.h:93:18: error: expected ';' at end of declaration list

Reported by:	pkg-fallout
2017-05-10 21:58:51 +00:00
Antoine Brodin
456320522c Mark BROKEN: fails to build
In file included from EmberServices.cxx:19:
../../../../src/services/server/ServerService.h:32:10: fatal error: 'sigc++/object_slot.h' file not found
#include <sigc++/object_slot.h>

Reported by:	pkg-fallout
2017-05-10 21:57:35 +00:00
Antoine Brodin
871a7d9e8b Mark BROKEN: fails to build
In file included from cheech.cc:22:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list

Reported by:	pkg-fallout
2017-05-10 21:56:34 +00:00
Nikolai Lifanov
a8f4d0e273 update games/wtf to 20170510 snapshot from NetBSD 2017-05-10 13:19:01 +00:00
Jan Beich
fdf3fa67c3 games/openbor: oops, make sure patch(1) doesn't confuse context 2017-05-10 02:32:29 +00:00
Jan Beich
99a384ed57 games/openbor: update to 4505
Changes:	https://github.com/DCurrent/openbor/commit/c0037ec
2017-05-09 21:51:46 +00:00
Jan Beich
25fd933ce1 games/openbor: drop no longer necessary crash workaround 2017-05-09 21:21:40 +00:00
Jan Beich
68a8fbed3e games/openbor: update to 3.0.r4504
- Add old slaves for some games (e.g. Ghosts'n Demons) based on
  http://www.chronocrash.com/forum/index.php?topic=2360.0
- Annotate .desktop file with build version
- Drop v3.0 from package version
- s/module/game/ in pkg-message for less ambiguity

Changes:	ba1eb4f...4dfdb66
2017-05-09 20:57:05 +00:00
Tobias Kortkamp
22a1cd48c8 Fix audio output
Let GStreamer decide which audio sink to use and do not force use the ALSA sink.

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10657
2017-05-09 14:04:18 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Tobias C. Berner
7155e78a68 Fix shebangs
Reported by:	miwi
Approved by:	rakuco (mentor, implicit)
2017-05-08 16:50:24 +00:00
Stefan Eßer
7aa1a2e07a Batch downloader for games distributed by GOG.com (Good Old Games).
A number of Linux games distributed by GOG.com should be usable under
Linux emulation on FreeBSD, but none has actually been tested.

Approved by:	antoine (mentor)
2017-05-06 20:33:40 +00:00
Nikolai Lifanov
18add0f634 update games/wtf to 20170505 snapshot from NetBSD 2017-05-06 13:56:40 +00:00
Martin Wilke
f319b6f372 - Update to 1.7.4.1
PR:		218420
Submitted by:	maintainer
2017-05-05 13:48:38 +00:00
Mathieu Arnold
2249c20332 Fix some FreeBSD.org case of bad case.
Sponsored by:	Absolight
2017-05-04 14:58:54 +00:00
Pawel Pekala
ee6234880d - Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN

Release Highlights
    WARNING: Version 2 IS NOT Binary Compatible with Older Versions
    Version 2 is Source Compatible with Older Versions
    Lots of source code scrubbing
    [New] RSCALE support (requires libicu from http://www.icu-project.org)
    [New] CalDAV attachment support (draft-daboo-caldav-attachments)
    [New] Resurrect the Berkeley DB storage support
    [Bug] issue83: Incorrect recurrence generation for weekly pattern
    Handle RRULEs better
    Handle threading better

PR:		218711
Submitted by:	myself
Approved by:	maintainer timeout
2017-05-03 17:09:38 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Mark Linimon
c1babd7ddb Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-01 19:25:00 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Sunpoet Po-Chuan Hsieh
7d3a967cfb Update to 0.6.0
- Bump PORTREVISION for dependent ports

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2017-04-30 12:50:54 +00:00
Sunpoet Po-Chuan Hsieh
149013a34f Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
PR:		178687 [1]
2017-04-29 15:43:46 +00:00
Dmitry Marakasov
72581ee305 - Switch to options helpers
- Update WWW
2017-04-29 09:00:08 +00:00
Dmitry Marakasov
d60383bf49 - Update to 3.2.3 2017-04-29 02:09:21 +00:00
Dmitry Marakasov
e1b66ed573 - Update to 0.8.2 2017-04-28 20:46:37 +00:00
Jan Beich
5f9b7f621f games/openbor: document how to get svn revision 2017-04-27 22:01:37 +00:00
Larry Rosenman
90b0652208 games/fairymax: Improve regex conformance
PR:		218606
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Approved by:	Kalten <kalten@gmx.at> (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10502
2017-04-26 01:01:28 +00:00
Dmitry Marakasov
a67516612f - Switch to USES=tar
- Fix shebangs
- Add NO_ARCH
2017-04-25 18:07:56 +00:00
Dmitry Marakasov
acb21dbf63 - Update to 3.0.0 2017-04-25 10:38:57 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Koop Mast
f59a6653a5 Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0

Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10

Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.

PR:		210272 [1], 210696 [2], 218667 [3]
Submitted by:	Matthew Rezny [2]
Obtained from:	Unless otherwise stated obtained from GNOME devel repo
Exp-run by:	antoine@ [1]
2017-04-23 08:35:28 +00:00
Jan Beich
c224c667df games/openra: update to 20170421
Changes:	https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20170421
MFH:		2017Q2
2017-04-22 09:52:33 +00:00
Dmitry Marakasov
23a875c3c3 - Add LICENSE
- Switch to options helpers
2017-04-22 09:05:06 +00:00
Antoine Brodin
0488864d60 Restore timestamp in patch file
Reported by:	jbeich
2017-04-22 08:50:59 +00:00
Antoine Brodin
af1131c8ae Attempt to fix make patch by changing eol style
Reported by:	pkg-fallout
2017-04-22 08:25:59 +00:00
Dmitry Marakasov
9ea2ab7d5e - Add LICENSE
- Fix plist
2017-04-21 16:32:53 +00:00
Dmitry Marakasov
a880f8e398 - Fix shebangs
- Add missing python dependency
2017-04-21 14:16:29 +00:00
Dmitry Marakasov
d60aa9edd3 - Fix shebangs
- Switch to options helpers
2017-04-21 14:15:45 +00:00
Dmitry Marakasov
42654383ad - Fix shebangs 2017-04-21 14:13:05 +00:00
Dmitry Marakasov
a1bc541388 - Fix shebangs
- Switch to options helpers
2017-04-21 14:12:30 +00:00
Dmitry Marakasov
c3732e7815 - Add NO_ARCH
- Switch to options helpers
2017-04-21 11:10:02 +00:00
Dmitry Marakasov
ee8d1b35ca - Fix shebangs 2017-04-21 11:03:55 +00:00
Dmitry Marakasov
5c50641c42 - Fix shebangs
- Add NO_ARCH
2017-04-21 08:54:35 +00:00
Dmitry Marakasov
4f2d2bf138 - Fix shebangs 2017-04-20 15:49:54 +00:00
Dmitry Marakasov
085899844c - Fix shebangs 2017-04-20 15:46:21 +00:00
Dmitry Marakasov
f576c8887b - Fix shebangs
- Add missing xorg depends
2017-04-20 15:45:54 +00:00
Dmitry Marakasov
26747cd312 - Fix LICENSE
- Add LICENSE_FILE
- Cosmetic fixes
- Fix WWW:
2017-04-20 13:44:37 +00:00
Martin Wilke
80b980d6f0 - Fix Shebangs
- Added LICENSE
- Added NO_ARCH
2017-04-20 04:13:39 +00:00
Dmitry Marakasov
dd05aa01ac - Limit dos2unix to not corrupt binary files
- Make iconon symlink relative
- Switch to options helpers
2017-04-19 09:05:03 +00:00
Martin Wilke
efe3f7d37b - Fix Shebangs 2017-04-18 18:26:19 +00:00
Dmitry Marakasov
6153fc83a6 - Update WWW 2017-04-18 10:11:32 +00:00
Dmitry Marakasov
85653b409d - Add LICENSE
- Add .desktop entry
- Respect CFLAGS/LDFLAGS
2017-04-17 19:21:37 +00:00
Barbara Guida
1838c72449 Revert to r437875.
Sorry...it turned out I did the test using my default make.conf,
so it was building with default 10-STABLE clang (3.4.1).
After testing again, still no luck with llvm40.
2017-04-17 11:35:39 +00:00
Barbara Guida
1240fc9915 Build using LLVM because after r438668 it builds fine using llvm40.
This also allows to restore LAUNCHER option, because contrarily to
default gcc version, llvm still produces working binary for vlaunch.
2017-04-17 11:02:20 +00:00
Jan Beich
3c883d4ead games/openbor: move to GitHub where new builds are
http://www.chronocrash.com/forum/index.php?topic=3344.0

MFH:		2017Q2
2017-04-16 12:58:28 +00:00
Danilo Egea Gondolfo
c9750b4e10 - Update solarus and solarus-quest-editor to 1.5.3 2017-04-15 22:55:13 +00:00
Emanuel Haupt
1ee46ef011 Add .desktop entry and icon. 2017-04-15 19:29:56 +00:00
Steve Wills
6e3b73e796 games/beret: create port
Beret is a 2D puzzle-platformer game about a scientist named Beret
who has gained telekinetic abilities through his research at the
Evil Corporation. He decides that the Evil Corporation is too evil
for his liking, and begins his solitary quest to overthrow the
corporation and punish the evil deeds of his employers.

Beret has:
- 21 puzzle-filled levels
- 120 collectable Medallions
- Over 20 hours of gameplay
- An unlockable level editor

WWW: http://kiwisauce.com/beret/

PR:		218516
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2017-04-15 12:35:41 +00:00
Dmitry Marakasov
339b17c210 - Add games/billardgl
BillardGL is an OpenGL pool billiard simulation, which was developed
within the scope of our course "Computergraphics" at the University
of Freiburg (Germany). BillardGL is puplished under the GPL and is
available for download for Windows and Linux.

WWW: http://www.billardgl.de/index-en.html
2017-04-13 20:03:56 +00:00
Dmitry Marakasov
b991f046ce - Fix shebangs
- Switch to options helpers
2017-04-13 19:48:09 +00:00
Dmitry Marakasov
837c9dce6c - Fix shebangs
- Cosmetic fixes
2017-04-13 19:47:03 +00:00
Emanuel Haupt
fdaa1356c0 Use DESKTOP_ENTRIES macro for desktop file.
Notified by:	danfe
2017-04-13 14:39:31 +00:00
Emanuel Haupt
876e9cd57d Provide a desktop file and icon 2017-04-13 13:57:14 +00:00
Dmitry Marakasov
cbe4f30d8f - Update to 2.4.1 2017-04-12 20:06:21 +00:00
Dmitry Marakasov
b6f383d987 - Update to 2.4.1 2017-04-12 20:05:35 +00:00
Dmitry Marakasov
fc577be756 - Update to 0.5.1 2017-04-12 18:54:46 +00:00
Dmitry Marakasov
4f0e0b3b05 - Update to 0.5.1 2017-04-12 18:54:36 +00:00
Mathieu Arnold
87dbc47582 Fix the double PORTVERSION/DISTVERSION usage in the ioquake3 ports.
Sponsored by:	Absolight
2017-04-12 09:10:05 +00:00
Mathieu Arnold
6d588589c2 Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
2017-04-11 15:21:23 +00:00
Dmitry Marakasov
7e3578a77c - Update to 1.03
- Switch to options helpers
- Regenerate patches
2017-04-10 15:44:31 +00:00
Nikolai Lifanov
c6ec4313e7 update games/tome4 to 1.5.3
This is primarily a bugfix release.

Changes: https://te4.org/blogs/darkgod/2017/04/tome/tales-majeyal-153-never-give-never-surrender-out
2017-04-10 13:37:43 +00:00
Dmitry Marakasov
b42359526b - Pet portlint
- Switch to options helpers
2017-04-10 11:37:34 +00:00
Dmitry Marakasov
7ab18d9425 - Simplify by using DISTVERSION
- Fix LICENSE
- Add NO_ARCH
- Switch to options helpers
2017-04-10 09:02:09 +00:00
Mark Linimon
62a6b3eebc These ports now build on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-04-10 00:27:48 +00:00
Ganael LAPLANCHE
2dcfd1be11 Update Simgear and Flightgear ports to 2017.1.3 2017-04-08 20:26:12 +00:00
Dmitry Marakasov
6b3a55ac13 - Add LICENSE
- Fix library installation

Approved by:	portmgr blanket
2017-04-08 11:05:02 +00:00
Matthew Rezny
a9e3e6141e * Build fixes: add CC and CXX to MAKE_ARGS, pass NOASM via MAKE_ARGS
* Fetch fix: correct the URL for VOXEL and XXX packs
* Add option VOXEL and remove obsolete MIDI options
* Correct patching of game data path so the full path need not be specified
* Install (SHAREWARE) or instruct (pkg-message) to copy both game data files

PR:		217913
Approved by:	pkubaj@anongoth.pl (maintainer), swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10107
2017-04-07 21:39:53 +00:00
Lars Thegler
3bb42bcfe7 Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
Alexey Dokuchaev
7842f30bf6 Disable searching for WADs in the current directory as it can easily take
up a lot of time (e.g., when launched from $HOME) and thus delay the game
startup in a very annoying way (also stresses the disks a lot).
2017-04-07 17:39:58 +00:00
Alexey Dokuchaev
ab83df2487 - Update Doom Legacy to version 1.46.3
- Do not pass SVN_REV via CFLAGS, it is now defined in `src/d_main.c'
- OLD_DEPENDENCIES is no longer a valid setting, stop referencing it
- When adjusting default WAD search path, fix only one DEFWADS rather
  than a bunch of them (one is enough)
- Remove old hack for better support for relative paths (for `-iwad'
  switch): it no longer applies and the game works correctly per se
- Remove Clang-related fixes that were integrated upstream
- Do not overwrite `make_options' file, simply append few necessary
  settings at the end of it

List of changes: http://doomlegacy.sourceforge.net/docs/whatsnew.html
2017-04-07 15:43:20 +00:00
Dmitry Marakasov
5b516f1146 - Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
2017-04-07 15:26:29 +00:00
Barbara Guida
1e8d0f91a6 - USE_GCC because llvm (starting from llvm40) generates not working binary for vcc causing failure during the build
- Remove the LAUNCHER option because current GCC generates not working binary for vlaunch
- Modernize OPTIONS
2017-04-06 20:14:21 +00:00
Alexey Dokuchaev
9cc5b64688 Attempt to unbreak the build against newer versions of libXxf86dga:
In file included from src/linux/gl_glx.c:57:
  /usr/local/include/X11/extensions/xf86dga.h:9:2: warning: "xf86dga.h
  is obsolete and may be removed in the future." [-W#$warnings]
  /usr/local/include/X11/extensions/xf86dga.h:10:2: warning: "include
  <X11/extensions/Xxf86dga.h> instead." [-W#warnings]

While here, add missing USE_XORG components per `stage-qa' note; this
also unbreaks the build when X11 option is not being selected (the bug
previously went unnoticed because it is selected by default).

Reported by:	Victor Sudakov
2017-04-06 19:40:24 +00:00
Alexey Dokuchaev
01726beb98 Fix a couple of bugs that prevented `games/quake2lnx' from fully working
on amd64 (and likely other 64-bit architectures):

- Prototype for `void *qwglGetProcAddress(char *symbol)' was guarded by
  #ifdef __linux__; this was not a problem on i386, where sizeof(void *)
  /actual return type/ == sizeof(int) /assumed return type of undeclared
  function/.  On amd64, returned pointer would sometimes get truncated,
  leading to a program's crash.  Mend this by turning `#ifdef __linux__'
  condition essentially into `#ifndef _WIN32'
- Software renderer was typedef'ing PIXEL24 as `unsigned long'; fix it
  by using `unsigned int' type instead
- Remove `-s' from OPTIMIZED_CFLAGS: stripping is taken care of during
  installation (subject to WITH_DEBUG); also remove optimization flag
  `-fexpensive-optimizations' as it is not being supported by Clang
- While here, fix `version' console command to report correct operating
  system and architecture names
- Employ options helper target to install documentation; add more useful
  changelogs and drop `quake2.3dfxgl' file (meaningless these days)
2017-04-05 17:58:37 +00:00
Dmitry Marakasov
708297b1d3 90 Second Portraits is a silly speed painting game developed for
Ludum Dare 31 Jam competition.

Time is money and you have neither! In 90 SECOND PORTRAITS you're
paying the bills by speed painting portraits of bypassing customers!

You have 90 seconds to paint the customer and his/her prefered
background! Your work day ends after 5 customers!

WWW: http://tangramgames.dk/games/90secondportraits/
2017-04-05 17:40:35 +00:00
Dmitry Marakasov
015fe18359 - Update to 2.4.3 2017-04-05 15:15:20 +00:00
Baptiste Daroussin
9061dbbffc Fix build with recent libsigc++20 2017-04-05 11:36:31 +00:00
Baptiste Daroussin
c075737570 Fix build with new sigc++20 2017-04-04 07:02:08 +00:00
Alexey Dokuchaev
923f43b2f9 Update OpenTTD to version 1.7.0.
TIMESTAMP (openttd-1.7.0-source.tar.xz) = 1491064380
2017-04-03 07:39:12 +00:00
Baptiste Daroussin
e4309c5507 Chase a bunch of failures after libsigc++20 update
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible
2017-04-02 09:42:48 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Alexey Dokuchaev
d76edebd41 Make sure `games/cake' runs OK on amd64 (and possibly other 64-bit
architectures):

- Console::SetFontSize() method calls Console::Recalculate_NLines()
  which might access ConsoleLines[] array before it is constructed,
  Recalculate_NLines() is explicitly called after ConsoleLines[] is
  allocated and populated, so just comment out problematic call in
  SetFontSize(); it is called only once anyway (the problem did not
  exhibit itself on i386 for some reason);
- The code assumes that sizeof(long) == 4 in too many places, e.g.
  in on-disk file format layouts and such.  Fixing all structures
  would be too much trouble; instead, simply replace those long's
  with int's, [un]signed as appropriate.
2017-03-31 09:13:11 +00:00
Mathieu Arnold
f70343fa84 Remove obsolete PROJECTHOST.
Sponsored by:	Absolight
2017-03-30 21:12:43 +00:00
Ashish SHUKLA
9cba0ef67a - Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
2017-03-29 06:50:28 +00:00
Dmitry Marakasov
7233aa872d - Fix build on CURRENT 2017-03-28 16:16:30 +00:00
Dmitry Marakasov
e3532d1234 Have you ever wanted to blow something up? Or maybe you always
dreamt of operating an atomic power plant? Do you have a will to
develop your own CPU? The Powder Toy lets you to do all of these,
and even more!

The Powder Toy is a free physics sandbox game, which simulates air
pressure and velocity, heat, gravity and a countless number of
interactions between different substances! The game provides you
with various building materials, liquids, gases and electronic
components which can be used to construct complex machines, guns,
bombs, realistic terrains and almost anything else. You can then
mine them and watch cool explosions, add intricate wirings, play
with little stickmen or operate your machine. You can browse and
play thousands of different saves made by the community or upload
your own - we welcome your creations!

WWW: http://powdertoy.co.uk/
2017-03-28 13:49:55 +00:00
Wen Heping
d9ffa3a7ab - Update to 0.4.1
PR:		217328
Submitted by:	fiziologus@gmail.com(maintainer)
2017-03-26 05:19:47 +00:00
Alex Kozlov
5cc7ad73a0 - Update MASTER_SITES to unbreak the port
- Update to 2.10.1.13

PR:	215817
Submitted by:	Stephen Dennis <brazilofmux@gmail.com>
2017-03-25 23:25:25 +00:00