Commit graph

19503 commits

Author SHA1 Message Date
Mark Linimon
ad6b3e0432 Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2019-10-15 13:01:51 +00:00
Piotr Kubaj
e67b174ea6 games/sdlpop: update to 1.20, change maintainer to my FreeBSD address
Approved by:	mentors (implicit approval)
2019-10-14 14:01:36 +00:00
Yuri Victorovich
28cc52b67e games/emptyepsilon: Update 2019.05.21 -> 2019.09.10
Reported by:	portscout
2019-10-14 05:18:35 +00:00
Nikolai Lifanov
072da2a4a7 update games/wtf to 20191006 snapshot from NetBSD 2019-10-14 01:33:23 +00:00
Piotr Kubaj
ca00fd0dca games/exult: unbreak on arm*
Builds fine.

Approved by:	mentors (implicit approval)
2019-10-13 00:09:37 +00:00
Piotr Kubaj
7a8f9e28e6 games/openjk: fix packaging on armv7
Binaries on armv7 have arm prefix, not armv7.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21908
2019-10-13 00:04:16 +00:00
Tobias Kortkamp
3a7e1817be Drop nop XFREE86_HTML_MAN 2019-10-12 12:02:26 +00:00
Nikolai Lifanov
11690028ab update games/tome4-beta to BETA2
Announcement:
https://te4.org/blogs/darkgod/2019/10/news/tales-majeyal-16-beta2-grabs
2019-10-11 16:04:36 +00:00
Dmitry Marakasov
7291746b18 Fix FreeBSD version for BROKEN 2019-10-10 15:57:26 +00:00
Jan Beich
94e69c59d3 games/openbor: update to 7076
Changes:	53e392c6...093900a5
2019-10-10 00:45:10 +00:00
Dmitry Marakasov
d612ae70ed - Update to 11.2d 2019-10-09 20:34:42 +00:00
Dmitry Marakasov
b515891de1 - Update to 3.3.1 2019-10-09 20:05:18 +00:00
Dmitry Marakasov
8ed1c1da6c - Respect CXX to fix build on GCC architectures
PR:		241120
Submitted by:	pkubaj@FreeBSD.org
2019-10-09 18:02:25 +00:00
Jan Beich
17b2e4c49f games/openfodder: minor fixes
- Move to action games menu where shoot 'em ups are
- Consistently use PORTNAME
2019-10-09 13:52:32 +00:00
Baptiste Daroussin
c4c48ca639 Drop the ipv6 virtual category for g* category as it is not relevant anymore 2019-10-09 11:47:21 +00:00
Mathieu Arnold
1dc67d0e27 Do not forcefully run tests. 2019-10-09 11:36:18 +00:00
Dmitry Marakasov
fca513d193 - Update WWW 2019-10-09 09:38:59 +00:00
Jan Beich
ef2d2989cb devel/renpy: update to 7.3.4
Changes:	https://www.renpy.org/release/7.3.4 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-3-4
Reported by:	portscout
MFH:		2019Q4
2019-10-09 06:26:17 +00:00
Jan Beich
d43d778638 games/openfodder: add new port
Cannon Fodder is an action-strategy shoot 'em up game developed by
Sensible Software and published by Virgin Interactive. Open Fodder is
a modern open source engine for it.

The game is military-themed and based on shooting action but with a
strategy game-style control system. The player directs troops through
numerous missions, battling enemy infantry, vehicles and
installations.

http://openfodder.com/
2019-10-08 14:19:44 +00:00
Tobias Kortkamp
8d4a83086a Drop nop NO_CONFIGURE 2019-10-06 13:47:06 +00:00
Dmitry Marakasov
483d418c39 - Add LICENSE_FILE
- Switch to USES=localbase
- Pet portlint
- Add missing xorg depends and USES=xorg
- Update WWW

Approved by:	portmgr blanket
2019-10-04 09:38:59 +00:00
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Tobias Kortkamp
d6703eaecc games/endless-sky: Do not set LLD_UNSAFE twice 2019-10-03 03:54:47 +00:00
Dmitry Marakasov
787a8449c4 - Update to 0.9.10 2019-10-03 01:25:36 +00:00
Dmitry Marakasov
fe423b52c5 - Update to 0.9.10 2019-10-02 21:46:18 +00:00
Sunpoet Po-Chuan Hsieh
533cbc94d8 Fix build with scons 3.1.1
PR:		240584
Exp-run by:	antoine
2019-10-02 19:51:23 +00:00
Jan Beich
14439265c8 devel/renpy: update to 7.3.3
Changes:	https://www.renpy.org/release/7.3.3 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-3-3
Reported by:	portscout
MFH:		2019Q4
2019-10-02 12:45:48 +00:00
Piotr Kubaj
695c318917 games/nethack36: fix build on GCC architectures
Use C11 compiler:
In file included from ../include/isaac64.h:4,
                 from isaac64.c:17:
../include/integer.h:88: error: conflicting types for 'int64_t'
/usr/include/sys/_stdint.h:51: error: previous declaration of 'int64_t' was here
../include/integer.h:89: error: conflicting types for 'uint64_t'
/usr/include/sys/_stdint.h:71: error: previous declaration of 'uint64_t' was here

Approved by:	mentors (implicit approval)
2019-10-01 13:58:46 +00:00
Piotr Kubaj
275a88360f games/redorblack: fix build on GCC architectures
Approved by:	mentors (implicit approval)
2019-10-01 13:53:49 +00:00
Tobias C. Berner
c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00
Piotr Kubaj
5a8f64b8ad games/openrct2: fix build with Clang 9, add USES=xorg, update objects and title-sequences
Merge upstream patch (by jbeich) to fix build with Clang 9.

Add USES=xorg.

Update objects and title-sequences.

Submitted by:	jbeich (LLVM9 patch)
Approved by:	tcberner (mentor)
2019-09-30 10:08:36 +00:00
Thomas Zander
5f1b7d2fe3 Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR:		240890
2019-09-29 10:04:31 +00:00
Jan Beich
824f919f34 games/onscripter: update to 20190922
Changes:	http://onscripter.osdn.jp/onscripter_devel.2019.html
2019-09-29 00:43:41 +00:00
Piotr Kubaj
f202470a88 games/barrage: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-int-conversion"

Approved by:	mentors (implicit approval)
2019-09-27 12:48:06 +00:00
Tobias Kortkamp
deaa22d85c lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00
Guido Falsi
4092f22bdc - Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
  unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
  on startup due to library changes
2019-09-26 21:31:46 +00:00
Rodrigo Osorio
da7861c8c5 Update games/chessx to 1.5.0 and take maintainership
Changelog: http://chessx.sourceforge.net/node/71

PR:		240681
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2019-09-26 16:21:25 +00:00
Niclas Zeising
51ce1722b4 games/xblackjack: Remove depenency on libXp
Remove the depenency on libXp from games/xblackjack, it is not needed.
This is a prerequisite for deprecating libXp.
Add xorg to uses
2019-09-26 15:59:47 +00:00
Tobias Kortkamp
84b2c75c1f games/ags: Add USES=xorg 2019-09-26 04:20:48 +00:00
Tobias Kortkamp
b382ea50f4 games/ags: Update to 3.4.4.1
- Pet portclippy while here

Changes:	https://github.com/adventuregamestudio/ags/blob/v.3.4.4.1/Changes.txt
2019-09-26 04:17:04 +00:00
Steve Wills
c917c2b134 games/multimc: Update to 0.6.7
PR:		240278
Submitted by:	Lewis Cook <vulcan@wired.sh>
Approved by:	tsundoku <me@tsundoku.ne.jp> (maintainer)
2019-09-24 18:08:00 +00:00
Mark Linimon
a4035bae88 Turn off agressive optimizations to build the most generic packages (and,
as a consequence, fix build on GCC-based systems):

  cc1: error: unrecognized command line option "-march=native"

Approved by:	portmgr (tier-2 blanket)
2019-09-24 04:06:15 +00:00
Jan Beich
f45575b26d games/xray_re-tools: unbreak with clang 9
ld: error: utils/converter/level_mesh.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceAABB.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceContainer.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceHPoint.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceMatrix4x4.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IcePoint.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceRandom.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_AABBTree.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_BaseModel.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_Collider.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_MeshInterface.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_Model.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_OptimizedTree.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_TreeBuilders.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_TreeCollider.o: unable to find library from dependent library specifier: Opcode.lib

Reported by:	antoine (via bug 240629 exp-run)
Regressed by:	https://reviews.llvm.org/rL360984
2019-09-23 17:02:26 +00:00
Nikolai Lifanov
97b9808458 games/tome4: re-enable LLD_UNSAFE
Still can't link with LLD on 12.0-RELEASE.
No revision bump since it's a build fix.

Reported by:	Piotr Kubaj
2019-09-23 15:23:22 +00:00
Tobias Kortkamp
8806fe9dc5 games/legend-of-edgar: Update to 1.32
- Pet portclippy while here

Changes:	https://github.com/riksweeney/edgar/releases/tag/1.32
2019-09-23 04:36:13 +00:00
Greg Lewis
e096112523 Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
2019-09-22 09:26:49 +00:00
Greg Lewis
70f81ace4c Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
2019-09-22 09:18:17 +00:00
Greg Lewis
ceaf4e631c Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
2019-09-22 08:56:50 +00:00
Tobias Kortkamp
7a1bd22321 games/ufoai: Prepare for mxml 3.1
src/common/xml.cpp:523:14: error: member access into incomplete type 'mxml_node_t' (aka '_mxml_node_s')
type = node->value.element.name;
^
/usr/local/include/mxml.h:97:16: note: forward declaration of '_mxml_node_s'
typedef struct _mxml_node_s mxml_node_t;        /**** An XML node. ****/
^
9 warnings and 1 error generated.

PR:		240423
Approved by:	m.tsatsenko@gmail.com (maintainer timeout, 14 days)
2019-09-22 04:26:39 +00:00
Greg Lewis
2f02cbae07 Bump PORTREVISION
* Bump PORTREVISION, forgotten in previous change.
* Minor portlint petting
2019-09-21 22:05:10 +00:00
Greg Lewis
9e0bc95333 Make it possible to enable dump logs
* Enable the DUMPLOG configuration option
* Configure an appropriate pattern for the dump log file name.

Note, to actually enable dump logs you will need to edit sysconf and
uncomment the DUMPLOGFILE name variable.
2019-09-21 22:03:06 +00:00
Greg Lewis
8b709ede43 Update to 3.6.2; preserve scores and config
* Update to 3.6.2
* Remove MARK_JOBS_UNSAFE, I have no problems building this on a MP machine
  without this.
* Preserve the sysconf, logfile, record, and xlogfile files across updates
  by copying them to *.sample and marking them with @sample in the
  packing list.  This preserves user configuration changes (sysconf) and
  high score records (logfile, record, xlogfile).
2019-09-21 22:00:47 +00:00
Nikolai Lifanov
d4b666fb8f add new port: games/tome4-beta
This adds a beta of 1.6 patch for games/tome4

It's a major update. Read more in announcements:
https://te4.org/blogs/darkgod/2019/04/news/whats-next-tales-majeyal-lot-and-then-some
https://te4.org/blogs/darkgod/2019/09/news/tales-majeyal-16-beta1-upon-you
2019-09-21 19:49:53 +00:00
Nikolai Lifanov
85b2a32a20 clean up games/tome4 port
- reorder sections
- remove LLD_UNSAFE, not needed after openal update
- prepare for a slave port
2019-09-21 18:28:54 +00:00
Piotr Kubaj
2460b9c47b games/starfighter: fix build on GCC architectures
Set USE_CSTD=c99 to fix build issue when using base GCC:
gfx.c:922: error: 'for' loop initial declaration used outside C99 mode

PR:		240691
Approved by:	portmgr (blanket: build fix), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21722
2019-09-21 15:23:32 +00:00
Jan Beich
749194a7ba games/openbor: update to 7069
Changes:	112671a6...53e392c6
2019-09-21 00:37:19 +00:00
Ganael LAPLANCHE
e025da1854 Add missing USES=xorg for my ports 2019-09-20 21:17:10 +00:00
Piotr Kubaj
f14a2ba27c games/rottdc: fix build on GCC architectures
Use new GCC:
rt_actor.c:11008: internal compiler error: in expand_expr_real_1, at expr.c:8721

Approved by:	mentors (implicit approval)
2019-09-20 13:34:52 +00:00
Max Brazhnikov
387889ff9a games/warmux:
- Undeprecate. Although the project is dead for a long time, other distributions
  still provide packages
- Point WWW at Internet Archive page
- Take maintainership
2019-09-19 18:27:50 +00:00
Dmitry Marakasov
f58d567630 - Fix build for spark64
PR:		240641
Submitted by:	pkubaj@FreeBSD.org
2019-09-19 16:25:04 +00:00
Ganael LAPLANCHE
a650319e3c Update Flightgear aicraft to 20190826 2019-09-19 10:04:53 +00:00
Ganael LAPLANCHE
3d2e226491 Update Simgear & Flightgear ports to 2019.1.1 2019-09-19 10:04:27 +00:00
Antoine Brodin
80ec95120d Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2019-09-19 06:08:57 +00:00
Antoine Brodin
0d50b64ecd Mark BROKEN: checksum mismatch
Reported by:	pkg-fallout
2019-09-19 06:06:48 +00:00
Jan Beich
b4c7e99569 games/onscripter: update to 20190917
Changes:	http://onscripter.osdn.jp/onscripter_devel.2019.html
2019-09-18 20:07:13 +00:00
Tobias Kortkamp
c8b9433fc5 Fix some misspelled or duplicated LICENSE_* 2019-09-17 19:21:45 +00:00
Piotr Kubaj
2abf94ae13 games/el: unbreak on GCC architectures
graphics/cal3d needs a C++11 compiler for el to link.

Approved by:	mentors (implicit approval)
2019-09-17 10:49:14 +00:00
Max Brazhnikov
4eb7b83e22 games/xinvaders3d:
- Fix fetch and undeprecate
- Add LICENSE
- Add dependency on required font
- Install desktop entry
- Update WWW
2019-09-16 19:56:46 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Nikolai Lifanov
b10df2fdf1 update games/wtf to 20190909 snapshot from NetBSD 2019-09-15 16:57:14 +00:00
Jan Beich
e5688543b0 Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
2019-09-14 22:01:13 +00:00
Antoine Brodin
7c76c35dae Mark BROKEN on i386 with lld
Reported by:	pkg-fallout
MFH:		2019Q3
2019-09-14 15:44:21 +00:00
Dmitry Marakasov
86e42cce0c - Fix build on powerpc64
PR:		240554
Submitted by:	pkubaj@FreeBSD.org
2019-09-13 20:44:48 +00:00
Dmitry Marakasov
da3c40159e - Update WWW
Approved by:	portmgr blanket
2019-09-12 09:02:50 +00:00
Fernando Apesteguía
0d4d72d7bb games/barrage: update to 1.0.5
While here, fix USES.

ChangeLog: https://sourceforge.net/p/lgames/news/2019/09/barrage-105-released/

Reported by:	portscout
2019-09-11 15:43:29 +00:00
Tijl Coosemans
b1242228d1 Create USE_LINUX sdlttf keyword and use it in games/linux-dwarffortress. 2019-09-10 19:37:16 +00:00
Danilo Egea Gondolfo
414da504a3 - Update to 1.6.2 2019-09-09 21:22:35 +00:00
Danilo Egea Gondolfo
7c1b061c09 - Update to 1.6.2 2019-09-09 21:22:15 +00:00
Niclas Zeising
ac2904823c games/xpilot-ng-client: deprecate
Deprecate games/xpilot-ng-client and set an expiration date.  This port
depneds on libXxf86misc, which is deprecated.
2019-09-06 23:00:30 +00:00
Nikolai Lifanov
de4fa2bd65 update games/wtf to 20190903 snapshot from NetBSD 2019-09-06 14:42:18 +00:00
Tobias C. Berner
6cfd7cf7ea KDE Applications: update to 19.08.1
September 05, 2019.
Today KDE released the first stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.

More than twenty recorded bugfixes include improvements to Kontact, Dolphin,
Kdenlive, Konsole, Step, among others.

Improvements include:
    * Several regressions in Konsole's tab handling have been fixed
    * Dolphin again starts correctly when in split-view mode
    * Deleting a soft body in the Step physics simulator no longer causes a crash

You can find the full list of changes here:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
2019-09-05 18:20:14 +00:00
Rene Ladan
fc31075d85 Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months
2019-09-04 math/fityk: Broken for more than 6 months
2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months
2019-09-04 math/octave-forge-fits: Broken for more than 6 months
2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months
2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months
2019-09-04 math/octave-forge-parallel: Broken for more than 6 months
2019-09-04 math/octave-forge-strings: Broken for more than 6 months
2019-09-04 math/octave-forge-tisean: Broken for more than 6 months
2019-09-04 math/octave-forge-video: Broken for more than 6 months
2019-09-04 math/py-yt: Depends on expiring graphics/embree
2019-09-04 misc/gnustep-examples: Broken for more than 6 months
2019-09-04 net/turses: Depends on expiring net/py-tweepy
2019-09-04 security/clamcour: Broken for more than 6 months
2019-09-04 security/honeybadger: Broken for more than 6 months
2019-09-04 sysutils/freefilesync: Broken for more than 6 months
2019-09-04 sysutils/log-courier: Broken for more than 6 months
2019-09-04 textproc/py-orange3-text: Broken for more than 6 months
2019-09-05 www/feedjack: Upstream gone
2019-09-04 www/havp: Broken for more than 6 months
2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-wm/golem: Broken for more than 6 months
2019-09-04 x11-wm/pawm: Broken for more than 6 months
2019-09-05 11:40:24 +00:00
Tijl Coosemans
f1d5979836 Replace ${FALSE} with false in DESKTOP_ENTRIES. ${FALSE} is a command.
PR:		239783
2019-09-05 11:26:14 +00:00
Mateusz Piotrowski
6f8c241642 Update WWW 2019-09-05 10:31:56 +00:00
Tijl Coosemans
dc64c34496 - Make fetchable again.
- Fix portlint warnings.
- Add a .desktop file.
- Change startup script so it runs the 64-bit version on amd64.

PR:		239783
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
2019-09-05 10:27:42 +00:00
Tijl Coosemans
4c96e38f5d - Make fetchable again. The checksum has changed. Since this is a binary
only port it's not known what that means.  A timestamp in the selfextractor
  script is now a couple of hours after the previous one so it may simply
  be a release+facepalm+fix+rerelease.  At least it is downloaded from the
  official site now.
- Fix portlint warnings.
- Add a .desktop file.
- Change startup script so it runs the 64-bit version on amd64.

PR:		239783
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
2019-09-05 10:23:56 +00:00
Piotr Kubaj
249992e1be games/openomf: Fix build with non-x86 (non-SSE) architectures
SSE is only available on x86 platforms and forcing it breaks compilation on other platforms.

Clang on 12.0-RELEASE on amd64 enables SSE by default anyway and not-specifying -msse allows to build this port on other, non-SSE architectures.

Also add USES=sdl.

PR:		240093
Approved by:	devel@stasyan.com (maintainer), linimon (mentor)
2019-09-04 09:36:01 +00:00
Jan Beich
b2741b6432 games/openra: regen nupkg distfiles
.signature.p7s was added and timestamps changed due to repacking.
https://devblogs.microsoft.com/nuget/introducing-repository-signatures/

Tested by:	diff <(mtree -k sha256 -cip old) <(mtree -k sha256 -cip new)
2019-09-03 18:47:09 +00:00
Dmitry Marakasov
8a2040d045 - Add USES=gl
- Add USES=sdl
- Fix build when CC/CXX contain full path to the compiler (e.g. when cross compiling with /nxb-bin/usr/bin/cc*)
2019-09-03 18:24:24 +00:00
Jose Alonso Cardenas Marquez
c0b7145df2 - Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
2019-09-03 15:51:50 +00:00
Steve Wills
6ef72109b4 games/dMagnetic: update 0.17
PR:		239490
Submitted by:	Thomas Dettbarn <dettus@dettus.net> (maintainer)
2019-09-02 23:10:40 +00:00
Steve Wills
878406604d games/starfighter: Update to 2.0.0.2
PR:		239772
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-09-02 21:43:54 +00:00
Sean Bruno
e049efc09a games/cockatrice: Update to 2.7.2
https://github.com/Cockatrice/Cockatrice/releases/tag/2019-08-31-Release-2.7.2
2019-09-01 20:18:54 +00:00
Danilo G. Baio
aa103ffc2b games/robocode: Update to 1.9.3.7
Changelog:	https://robo-code.blogspot.com/2019/08/robocode-1937.html
2019-09-01 11:59:04 +00:00
Tobias Kortkamp
3bec4f8b04 games/opentyrian: Fix always broken NETWORK option
There are no MAKE_ON or MAKE_OFF options helpers.

Add missing USES=sdl while here.
2019-08-31 19:03:55 +00:00
Adriaan de Groot
3b5850dfb4 Massage build of linux-dwarffortress
- change back from c6 to the default (c7 now)
 - don't install the bundled libc++, because it requires glibc 2.18
   which c7 doesn't have
 - avoid a runtime error message about sound-not-loading by switching
   off sound in the shipped config files. These are copied to the
   user's ~/.dwarffortress directory and can be edited there if needed.

PR:		240063
2019-08-31 12:56:42 +00:00
Sunpoet Po-Chuan Hsieh
cecbede470 Update to 100.0.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/busyloop/lolcat/commits/master
2019-08-30 00:05:42 +00:00
Emanuel Haupt
3afde5bd64 - Update to 4.8
- Pacify portlint
2019-08-29 18:20:34 +00:00
Mark Linimon
3187b5cd97 These ports now build on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2019-08-26 15:57:51 +00:00
Dmitry Marakasov
d86e2f1b5a - Fix build with SDL2
PR:		240067
Reported by:	shamaz.mazum@gmail.com
2019-08-26 14:58:46 +00:00
Kai Knoblich
3e516d636a games/anki: Update to 2.1.15
Changelog:

* The V2 scheduler now fully randomizes review cards due on a given day.
* Fix flag changes in Browse screen not syncing.
* Cleanup recording wav file when recording canceled.
* Fix the window icon on Wayland.
* Add a progress bar to media deletion.
* Other minor changes.

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15

MFH:		2019Q3
2019-08-25 10:35:38 +00:00
Dmitry Marakasov
ec9edc2cbd - Switch to USES=localbase
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-08-25 09:02:39 +00:00
Adriaan de Groot
8e82e590e9 Urist Beastiewrangler loves Linux CentOS 6 for its 32-bit SDL libraries.
Or, less dwarfishly, DF is tied to C6 because libSDL_image ships 32-bit
libraries there, while C7 only has a 64-bit version. Bump PORTREVISION
because it may have been built against C7 and then it doesn't work.

PR:		240063
2019-08-23 21:38:39 +00:00
Gleb Popov
cdebfe920e games/minecraft-client: Remove BROKEN, fix icon distfile, add dependency on xrandr.
Submitted by:	voidanix@420blaze.it
Differential Revision:	https://reviews.freebsd.org/D21042
2019-08-22 08:50:22 +00:00
Jason Helfman
e3f6eb9ff6 - pet portlint
- define arch
2019-08-22 00:53:37 +00:00
Dmitry Marakasov
983f7d6ecb - Optionize NLS 2019-08-21 20:24:24 +00:00
Jan Beich
8aa87db71c games/onscripter: update to 20190819
Changes:	http://onscripter.osdn.jp/onscripter_devel.2019.html
Reported by:	Repology
2019-08-21 11:45:31 +00:00
Ganael LAPLANCHE
ea57060291 Add forgotten dependencies and USE_LDCONFIG following r509420
PR:		239282
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2019-08-20 16:26:31 +00:00
Ganael LAPLANCHE
432ea66a47 devel/simgear: Use expat from ports instead of internal version
That prepares the port for the upcoming update of textproc/expat2.

As a consequence, Simgear is now provided as a shared library (only). That
commit chases dependencies to Simgear and fixes them for dependent ports [1].

PR:		239282
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	portmgr blanket [1]
2019-08-20 10:55:50 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Adriaan de Groot
a59bab00fc Remove patch that was obsoleted by KDE Applications 19.08
Reported by:	pkg-fallout
2019-08-18 12:07:34 +00:00
Jose Alonso Cardenas Marquez
4b5930e48a - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
  default). fpc is not working with lld. We will use binutils-ports when
  ld.bfd is moved from base if lld not working on future version
  of fpc
- Bump PORTREVISION
2019-08-15 16:11:27 +00:00
Adriaan de Groot
fcf437462e Update KDE Applications to latest upstream release, 19.08
Release announcement
	https://kde.org/announcements/announce-applications-19.08.0.php

Thanks to tcberner for doing most of the prep-work.
2019-08-15 15:38:52 +00:00
Tobias Kortkamp
40666d2b8f lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by:	jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21247
2019-08-15 14:30:16 +00:00
Adriaan de Groot
0a7455c83c Update KDE Frameworks to latest upstream release, 5.61
Release notes at
	https://kde.org/announcements/kde-frameworks-5.61.0.php

Thanks to
	antoine@ for the exp-runs,
	tcberner@ for most of the prep-work,
	the Gentoo community for cherry-picking patches

There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,

PR:		239777
Submitted by:	tcberner
2019-08-15 10:01:34 +00:00
Dmitry Marakasov
855bef4797 - Update to 1.2.7 2019-08-14 18:16:46 +00:00
Dmitry Marakasov
84c28c1619 - Update to 2.1.5 2019-08-14 18:16:34 +00:00
Dmitry Marakasov
9dd911ad3d - Update to 1.3.8 2019-08-14 18:16:27 +00:00
Dmitry Marakasov
f6d0110b58 - Update to 1.1.5 2019-08-14 18:16:03 +00:00
Dmitry Marakasov
d40af1dc45 - Fix build with GCC-based architectures
PR:		239633
Submitted by:	pkubaj@FreeBSD.org
2019-08-14 17:14:23 +00:00
Dmitry Marakasov
12da548bd7 - Add missing USES=sdl
PR:		239632
Submitted by:	pkubaj@FreeBSD.org
2019-08-14 16:30:11 +00:00
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Piotr Kubaj
0a21117033 games/freeminer: enable building on powerpc64
Luajit is not available on powerpc64.
This itself doesn't fix build with GCC on powerpc64 currently, but it does fix build when experimental patches for Clang in base are used.

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D21241
2019-08-13 14:54:59 +00:00
Tobias Kortkamp
5223f58a48 Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted.  Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.

While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21225
2019-08-13 14:46:28 +00:00
Jose Alonso Cardenas Marquez
c3abf7ad65 - Fix build on powerpc64
PR:		239414
Submitted by:	pkubaj
2019-08-13 02:18:11 +00:00
Nikolai Lifanov
0297371193 update games/wtf to 20190728 snapshot from NetBSD 2019-08-11 23:34:16 +00:00
Jan Beich
e0da200162 games/openbor: untabify after r508689 2019-08-11 22:36:31 +00:00
Jan Beich
21ab7fe69d games/openbor: fix free memory stats
source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int'

Reported by:	-fsanitize=integer
2019-08-11 22:24:49 +00:00
Piotr Kubaj
6e6cfacbd2 games/minetest: fix build with GCC-based architectures
New GCC is needed:
  Insufficient gcc version, found 4.2.1.  Version 4.9 or higher is required.

Approved by:	mentors (implicit approval)
2019-08-09 11:36:04 +00:00
Jason Helfman
958e4f1f33 - reclaim 2019-08-08 15:28:13 +00:00
Antoine Brodin
4ff4d574f9 Cleanup LIB_DEPENDS 2019-08-07 16:49:18 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Rene Ladan
860a89e29f Return jgh's ports to the various pools after his commit bit was safekept.
Hat:		portmgr-secretary
2019-08-05 20:07:06 +00:00
Piotr Kubaj
c1e91d0660 games/julius: fix build with SDL 2.0.10
SDL 2.0.10 removed SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH and introduced SDL_HINT_MOUSE_TOUCH_EVENTS and SDL_HINT_TOUCH_MOUSE_EVENTS.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21148
2019-08-05 14:19:52 +00:00
Max Brazhnikov
eb9e4b6680 games/slune:
- Update MASTER_SITES to fix fetch
- Update to 1.0.16
- Install man page
- Install main script to PREFIX/bin otherwise the game is not playable
- Rephase COMMENT
2019-08-05 11:28:37 +00:00
Antoine Brodin
38447593be Mark BROKEN: unfetchable 2019-08-04 11:43:40 +00:00
Antoine Brodin
b16de4c294 Deprecate ports broken for more than 6 months 2019-08-04 09:07:47 +00:00
Antoine Brodin
2f7bd99c13 Mark BROKEN: fails to build
/wrkdirs/usr/ports/games/julius/work/julius-1.1.0/src/platform/julius.c:372:17: error: use of undeclared identifier 'SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH'
    SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "1");

Reported by:	pkg-fallout
2019-08-04 05:37:49 +00:00
Antoine Brodin
23748a98d3 Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.c:24:
In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.h:59:
/usr/local/include/SDL2/close_code.h:30:2: error: close_code.h included without matching begin_code.h

Reported by:	pkg-fallout
2019-08-04 05:36:24 +00:00
Dmitry Marakasov
a30972b49c - Fix WWW
Approved by:	portmgr blanket
2019-08-02 16:16:51 +00:00
Dmitry Marakasov
0433e2d7ef - Add missing USES=iconv
PR:		239041
Reported by:	pkubaj@FreeBSD.org
2019-08-02 16:05:22 +00:00
Piotr Kubaj
80781926e0 games/openrct2: change maintainer address, use WRKSRC_title_sequences and WRKSRC_objects
Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20937
2019-08-01 18:51:50 +00:00
Dmitry Marakasov
315bb03872 - Update to 0.6.1 2019-07-31 22:56:45 +00:00
Dmitry Marakasov
9b15b29325 - Update to 0.6.1 2019-07-31 22:56:32 +00:00
Dmitry Marakasov
80c5da2c00 - Update to 5.0.1
- Install examples and more documentation
- Update LICENSE
- Update WWW

PR:		238064
Submitted by:	crwhipp@gmail.com
2019-07-31 22:51:11 +00:00
Dmitry Marakasov
3b7ec549cd - Update to 5.0.1
- Rework options
- Unbundle dependencies where possible
- Fix minetestserver rc.d script by setting HOME [1]
- Unbreak in powerpc [3]
- Update WWW

PR:		235355 [1], 238064 [2], 239413 [3]
Submitted by:	dch@freebsd.org [1], crwhipp@gmail.com [2], pkubaj@FreeBSD.org [3]
2019-07-31 22:50:15 +00:00
Sunpoet Po-Chuan Hsieh
4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Dmitry Marakasov
ed5c420093 - Update to 2.0.3
- Take maintainership

Though it has graphical problems for me on Intel graphics, the
older version segfaults so it's still better. I hope to resolve
these (see https://github.com/juzzlin/DustRacing2D/issues/58),
or they may not reproduce on other hardware.
2019-07-29 20:51:27 +00:00
Dmitry Marakasov
521db896ee - Update to 1.11 2019-07-28 21:57:42 +00:00
Dmitry Marakasov
f87d8aa1c5 - Update to 1.11 2019-07-28 21:57:38 +00:00
Jan Beich
6f5b8574cc games/openbor: update to 7068
Changes:	07cdde0a...112671a6
2019-07-28 00:49:04 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Fernando Apesteguía
63de09e0e9 games/xdesktopwaves: update to 1.4
* Add LICENSE.

ChangeLog:
 * Added backdrop failure checking, and because this is not always reliable,
   also added an (emergency) exit button.
 * Adapted to new KDE versions.
 * Added support for Hygon Dhyana processor.
 * Fixed some minor portability flaws.
2019-07-25 15:07:28 +00:00
Josh Paetzel
b68601cf07 Update to 1.14.4
Maintainer-timeout

PR:	238357
Submitted by:	Maciej Pasternacki <maciej@pasternacki.net>
Reported by:	J.R. Raith <jrronimo@gmail.com>
2019-07-23 21:54:50 +00:00
Yuri Victorovich
1c93a451b7 games/armagetronad: Fix .desktop and icon locations
Also add -f to some mv commands because they cause interactive prompts.

Reported by:	makc
2019-07-23 17:05:20 +00:00
Yuri Victorovich
dc9a4e46a7 New port: games/armagetronad: Tron clone in 3D 2019-07-23 00:53:33 +00:00
Sunpoet Po-Chuan Hsieh
07286bfb59 Update to 99.9.99
Changes:	https://github.com/busyloop/lolcat/commits/master
2019-07-22 19:04:03 +00:00
Dmitry Marakasov
0329807738 - Add games/voadi
Humorous 2D adventure game for PC, Mac, and Linux, a hypothetical
question is taken to the extreme. Our heroine Rachel is challenged
by the brutality of nature, the politics of species, and the struggle
to persevere. Rachel's vegan ethos is useful, as the island is
brimming with animals that can help her, but winning their support
is no easy task. Rachel must use her communication skills and
problem-solving abilities-rather than coercion-to get what she
wants.

WWW: https://www.voadi.com/
2019-07-22 17:58:39 +00:00
Kurt Jaeger
637748ed72 games/ioquake3: add rc file and example server.cfg file
The port games/ioquake3-server can be used to build a dedicated
server for Quake 3 and derivative games.  However, it doesn't come
with an rc script to launch at system boot or on demand.  This makes
it a bit tricky to run the dedicated server.

ioquake3-server is a "slave port" that depends on the master port
games/ioquake3 to actually retrieve the source and build everything.

This patch adds an rc script plus example server.cfg to the master port,
which is installed when the slave port is installed.

PR:		239180
Submitted by:	kennedy.greg@gmail.com
2019-07-21 19:32:52 +00:00
Piotr Kubaj
b0154d024c games/diameter: fix build on GCC architectures
C++11 compiler is required:
res/3dsloader.cpp:77: error: 'nullptr' was not declared in this scope

Approved by:	mentors (implicit approval)
2019-07-20 20:09:25 +00:00
Piotr Kubaj
cc570047be games/csmash: fix build on GCC architectures
C++11 compiler is necessary:
LobbyClientView.h:85: error: ISO C++ forbids declaration of 'GtkWidget' with no type

Approved by:	mentors (implicit approval)
2019-07-19 08:30:03 +00:00
Greg Lewis
e5c9cd4927 Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
  as "1.6.0" to versions such as "6" (for example).  Modify the Makefile
  checks on JAVA_PORT_VERSION to cope with either format.

PR:		238980
Approved by:	maintainer timeout
2019-07-18 16:48:11 +00:00
Steve Wills
70a1b94123 games/dMagnetic: update to 0.16
PR:		239274
Submitted by:	Thomas Dettbarn <dettus@dettus.net> (maintainer)
2019-07-17 20:08:41 +00:00
Sean Bruno
92b3f175f0 games/cockatrice - update to 2.7.1 release
- release notes https://github.com/Cockatrice/Cockatrice/releases/tag/2019-06-08-Release-2.7.1
2019-07-16 05:15:26 +00:00
Sunpoet Po-Chuan Hsieh
916a6ff2bb Fix gemspec for rubygem-paint 2.1.0 update
- Bump PORTREVISION for package change
2019-07-15 17:44:50 +00:00
Tobias C. Berner
72985eac61 games/multimc: prepare for Qt 5.13
PR:		238782
2019-07-13 18:32:32 +00:00
Mark Linimon
feee6ce9d6 Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".

Approved by:	portmgr (tier-2 blanket)
2019-07-13 00:07:35 +00:00
Mark Linimon
96ec6abecd Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".

This case is an outlier because we need to test for "are we on the ancient
base gcc".
2019-07-12 23:55:54 +00:00
Piotr Kubaj
7a7b9f4c9a games/dxx-rebirth: update to 20190621
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20888
2019-07-12 09:13:33 +00:00
Piotr Kubaj
8b7fbc55f9 games/netradiant: fix packaging on powerpc64
After the last update, this port doesn't need replacing ARCH on powerpc64 and doing it actually breaks packaging:
pkg-static: Unable to access file /wrkdirs/usr/ports/games/netradiant/work/stage/usr/local/share/netradiant/heretic2/h2data.powerpc:No such file or directory

PR:		239054
Approved by:	danfe (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20889
2019-07-12 09:12:12 +00:00
Piotr Kubaj
971f14ce95 games/openrct2: update to 0.2.3
Also update title-sequences to 0.1.2b and objects to 1.0.11.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20923
2019-07-12 09:04:35 +00:00
Tobias C. Berner
37e8575738 KDE Applications: update to 19.04.3
July 11, 2019.
Today KDE released the third stability update for KDE Applications 19.04. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.

Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK,
K3b, Kdenlive, KTouch, Okular, Umbrello, among others.

Improvements include:

  *  Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13
  *  Cutting groups with compositions no longer crashes the Kdenlive video editor
  *  The Python importer in Umbrello UML designer now handles parameters with default arguments

Changelog:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3
2019-07-12 05:32:09 +00:00
Mark Linimon
7bfae932f7 Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base.  Thus, the assumption that "gcc is
in base" (e.g.  libstdc++.so exists) always means "force use of GCC" is
already broken.  It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2019-07-12 02:25:07 +00:00
Tijl Coosemans
7003875294 On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages.  Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available.  The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.

With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64.  Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.

Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
2019-07-10 14:40:02 +00:00
Piotr Kubaj
0645dd0090 games/7kaa: fix build on GCC architectures
Add USES=compiler:c++11-lang to fix:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	mentors (implicit approval)
2019-07-10 11:03:22 +00:00
Sunpoet Po-Chuan Hsieh
d99d942bb0 Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
2019-07-09 17:13:07 +00:00
Nikolai Lifanov
f4c889ff6b update games/wtf to 20190705 snapshot from NetBSD 2019-07-06 23:07:39 +00:00
Sunpoet Po-Chuan Hsieh
70ffc9c0fd Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		238808
Exp-run by:	antoine
2019-07-05 19:08:49 +00:00
Wen Heping
0bd36b0661 - Update to 1.5.9 2019-07-05 06:22:03 +00:00
Jan Beich
45a354eba3 devel/vulkan-*: update to 1.1.108
- Force rebuild all consumers to catch regressions early

Changes:	https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes:	4618b86...c4f8f65
Changes:	https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR:		238945
Submitted by:	Greg V (maintainer)
2019-07-04 20:24:59 +00:00
Tobias Kortkamp
f69160b440 lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by:	jbeich, mikael.urankar@gmail.com
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20810
2019-07-04 14:41:57 +00:00
Jan Beich
8b717a53e2 games/openbor: update to 7066
Changes:	db5f0836...07cdde0a
2019-07-04 00:39:18 +00:00
Dmitry Marakasov
923ec98655 - Update to 2.15.2
- Unbreak on arm
- Move to GitHub
- Optionize NLS
2019-07-03 00:07:57 +00:00
Jan Beich
2fd7276b60 devel/renpy: update to 7.3.2
Changes:	https://www.renpy.org/release/7.3.2 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-3-2
Reported by:	portscout
2019-07-02 16:44:52 +00:00
Piotr Kubaj
ef75c41b9e games/tome4: also add USES=sdl (forgotten before)
PR:		238598
Approved by:	lifanov (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20820
2019-07-01 18:12:17 +00:00
Piotr Kubaj
1fd232376e games/tome4: fix build on powerpc64, add USES=gl
There's no luajit for powerpc64.

PR:		238598
Approved by:	lifanov (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20820
2019-07-01 18:08:45 +00:00
Jan Beich
c8954e66cb devel/renpy: update to 7.3.1
Changes:	https://www.renpy.org/release/7.3.1 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-3-1
Reported by:	portscout
2019-07-01 08:39:17 +00:00
Steve Wills
c547e07773 games/starfighter: update to 1.7
While here, assign maintainership to submitter

PR:		238771
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2019-06-30 20:58:39 +00:00
Steve Wills
7c63e7d6a1 games/galaxis: Update to 1.10
While here, assign maintainership to submitter

PR:		238612
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2019-06-30 20:19:21 +00:00
Steve Wills
e2431d6513 games/bs: update to 2.11
While here, assign maintainership to submitter

PR:		238575
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2019-06-30 20:08:37 +00:00
Piotr Kubaj
0533d2d6a6 games/leela-zero: don't set -march=native
-march=native breaks compilation on powerpc64 and we shouldn't optimize anyway for the CPU in the build cluster.

PR:             238886
Approved by:    yuri (maintainer), tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D20806
2019-06-30 19:44:35 +00:00
Rene Ladan
0856cf2473 Remove expired ports:
2019-06-30 sysutils/cfengine33: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles38: No longer supported upstream
2019-06-30 sysutils/cfengine39: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles37: NO longer supported upstream
2019-06-30 sysutils/cfengine37: No longer supported upstream
2019-06-30 net/morebalance: Abandonware and depends on expiring games/libggz
2019-06-30 sysutils/cfengine36: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles36: No longer supported upstream
2019-06-30 sysutils/cfengine34: No longer supported upstream
2019-06-30 sysutils/cfengine35: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles39: No longer supported upstream
2019-06-30 devel/py-typed-ast12: Use devel/py-typed-ast instead
2019-06-30 devel/rubygem-devise-rails50: Use devel/rubygem-devise (depends on Rails 5.0) instead
2019-06-30 security/rubygem-devise-two-factor-rails50: Use security/rubygem-devise-two-factor (depends on Rails 5.0) instead
2019-06-30 emulators/qemu-riscv: The development has been moved to the upstream
2019-06-30 games/libggz: Abandonware
2019-06-30 games/ggz-txt-client: Abandonware
2019-06-30 games/ggz-sdl-games: Abandonware
2019-06-30 games/ggz-client-libs: Abandonware
2019-06-30 games/ggz-gtk-client: Abandonware
2019-06-30 games/ggz-gtk-games: Abandonware
2019-06-30 sysutils/cfengine38: No longer supported upstream
2019-06-30 devel/llvm40: Obsolete and unmaintained
2019-06-30 www/axis: Abandonware; use www/axis2 instead
2019-06-30 sysutils/cfengine32: No longer supported upstream
2019-06-30 devel/py-msgpack05: Use devel/py-msgpack instead
2019-06-30 devel/rubygem-fastthread: Does not build for all supported Ruby version
2019-06-30 www/rubygem-responders-rails50: Use www/rubygem-responders (depends on Rails 5.0) instead
2019-06-30 11:01:25 +00:00
Rene Ladan
812baad396 games/egoboo: include dirent.h instead of sys/dir.h which is going away.
While here modernize USES

PR:		238614
Submitted by:	rene
Approved by:	maintainer timeout (amdmi3, two weeks)
2019-06-30 09:17:48 +00:00
Jan Beich
6c22d174b4 games/openbor: update to 7061
Changes:	6de201a4...db5f0836
2019-06-30 00:51:38 +00:00
Kai Knoblich
e221f174d4 games/anki: Update to 2.1.14
Changelog:

* Fix a bug in the V2 scheduler that would cause partially learnt cards
  removed from filtered decks to revert to an earlier state.
* Fix a bug in the handling of relearning cards when switching back to the
  V1 scheduler.
* Fix lost space when pasting indented text.
* Limit image height relative to window height, not document height.
* Fix deck list being re-rendered unnecessarily.
* Remove the unable to connect to local port message.

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14
2019-06-29 12:27:12 +00:00
Dmitry Marakasov
80948b43cb - Update WWW
Approved by:	portmgr blanket
2019-06-29 09:02:04 +00:00
Thierry Thomas
6eab0b176b There is no more activity on the SourceForce site, switch to a more
active fork on GitHub.

Update to their latest release.
2019-06-28 17:47:22 +00:00
Alexey Dokuchaev
3186e08e7c Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it.  Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans).  One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable.  It is very old,
there are newer versions available so it should be fixed by updating.

One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.

PR:		229613
Exp-run by:	antoine

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
2019-06-27 09:02:56 +00:00
Dmitry Marakasov
bff4c8bc2b - Update to build20 2019-06-25 15:35:21 +00:00
Dmitry Marakasov
30e6fa3093 - Update WWW
Approved by:	portmgr blanket
2019-06-25 09:32:01 +00:00