Commit graph

18317 commits

Author SHA1 Message Date
Nikolai Lifanov
ab99caddfb update games/wtf to 20180704 snapshot from NetBSD 2018-07-08 22:26:42 +00:00
Tobias Kortkamp
b6b32d021e games/xmemory: Fix build with Clang 6
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/xmemory-3.7_3.log
2018-07-07 21:23:07 +00:00
Tobias Kortkamp
17ed645ed4 games/quadra: Fix build with Clang 6
source/update.cpp:83:20: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  buf.append("GET "UPDATE_PATH" HTTP/1.0\r\n");
                   ^

source/update.cpp:84:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  buf.append("Host: "UPDATE_HOST"\r\n");
                     ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473592_s335809/logs/quadra-1.3.0_6.log
2018-07-07 17:34:34 +00:00
Dmitry Marakasov
a2709859a8 - Fix build with clang 6
- Switch to options helpers
2018-07-07 14:14:54 +00:00
Jan Beich
3dad98480a games/openbor: regen patches 2018-07-07 00:40:34 +00:00
Jan Beich
d35cb075e1 games/openbor: update to 6263
Changes:	66ce9c7b...cd8df016
2018-07-07 00:40:09 +00:00
Adriaan de Groot
b42e60c899 Fix build with Clang6
/usr/include/c++/v1/utility:639:1: note: candidate function not viable: 1st
      argument ('const std::string' (aka 'const basic_string<char,
      char_traits<char>, allocator<char> >')) would lose const qualifier
make_pair(_T1&& __t1, _T2&& __t2)

Patch includes more explanation.

Reported by:	linimon
2018-07-05 13:01:55 +00:00
Guido Falsi
0af4f51197 - Update 0ad to Alpha 23 Ken Wood
- Make build verbose
- Rename patches to follow new naming convention
- New version requires WxGTK 3.0 minimum
- Add missing dependency on desktop-file-utils
2018-07-05 09:57:06 +00:00
Dmitry Marakasov
4390b62fc3 - Pet portlint
- Switch to USES=localbase
- Fix build with clang 6
- Add desktop entry
- Switch to options helpers
2018-07-03 16:35:06 +00:00
Jan Beich
56c141667a games/openbor: update to 6235
Changes:	5005b966...66ce9c7b
2018-07-03 00:22:28 +00:00
Dmitry Marakasov
cc3cf5a0d9 - Addempt to fix build with lld 2018-07-02 16:45:53 +00:00
Dmitry Marakasov
3d27a098e3 - Add LICENSE
- Switch to USES=localbase
- Fix build with clang 6
- Switch to options helpers
- Cosmetic fixes
2018-07-02 16:45:05 +00:00
Dmitry Marakasov
37d415c805 - Add LLD_UNSAFE in attempt to fix build with lld 2018-07-02 13:28:46 +00:00
Dmitry Marakasov
84aa65b306 - Update games/freeorion to 0.4.8-rc1 (actually, replace with freshly written port) 2018-07-02 13:23:15 +00:00
Dmitry Marakasov
e774f0183b Readd games/freeorion as a ressurection of port removed in 2012, drop corresponding MOVED entry 2018-07-02 12:53:50 +00:00
Dmitry Marakasov
bed665bb47 Remove incorrectly added games/freeorion 2018-07-02 12:53:29 +00:00
Mark Linimon
aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Nikolai Lifanov
c1071046b6 update games/wtf to 20180627 snapshot from NetBSD 2018-07-01 23:30:50 +00:00
Dmitry Marakasov
b3baeb125c - Switch to USES=localbase
- Fix build with clang 6
- Cosmetic fixes
2018-07-01 17:16:58 +00:00
Dmitry Marakasov
8ad0de218b FreeOrion is a free, open source, turn-based space empire and
galactic conquest (4X) computer game being designed and built by
the FreeOrion project. FreeOrion is inspired by the tradition of
the Master of Orion games, but is not a clone or remake of that
series or any other game.

WWW: http://www.freeorion.org/
2018-07-01 17:00:10 +00:00
Mark Linimon
c7df1277c6 Mark these ports broken on mips64 and/or mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-01 09:17:45 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
David Naylor
7622ad2de8 USES=mono: enhance makenupkg and add NUGET_LAYOUT
Enhance makenupkg to properly generate nupkg-* files when multiple feeds
provide the same package (but different versions).

Add NUGET_LAYOUT to dictate the layout of the package directory.  Sometimes
msbuild (and nuget) does not work with symbolic links and cannot handle the
`legacy` layout.
2018-06-30 07:13:40 +00:00
Jan Beich
d07ef5c049 games/openbor: update to 6219
Changes:	4a717a63...5005b966
2018-06-29 21:54:52 +00:00
Dmitry Marakasov
20dd223af7 - Switch to options helpers
- Fix build with clang 6
2018-06-29 17:49:56 +00:00
Dmitry Marakasov
b0e2c06333 - Pet portlint
- Switch to USES=localbase
- Fix build with clang 6
- Switch to options helpers
- Regenerate patches
2018-06-29 17:13:09 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Dmitry Marakasov
057187219f - Try to fix build with LLD 2018-06-29 11:45:23 +00:00
Dmitry Marakasov
16f1a9acb9 - Update to 15.0 2018-06-29 10:51:56 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Dmitry Marakasov
f18dfc08d5 - (Really) fix build with clanf6 2018-06-28 16:27:21 +00:00
Dmitry Marakasov
c3fc98c9a6 - Fix build with clang 6 2018-06-28 16:26:34 +00:00
Dmitry Marakasov
37ab234d6a - Fix build with clang 6 2018-06-28 16:08:28 +00:00
Dmitry Marakasov
57af8defa6 - Fix build with clang 6 2018-06-28 14:49:36 +00:00
Dmitry Marakasov
3567e08084 - Fix build with clang 6 2018-06-27 16:15:23 +00:00
Dmitry Marakasov
3480f7cb88 - Switch to USES=localbase
- Tweak depends
- Switch to options helpers
- Fix build with clang 6
2018-06-27 14:48:58 +00:00
Dmitry Marakasov
90737a48dd - Try to fix build with LLD 2018-06-27 14:40:51 +00:00
Emanuel Haupt
5fb7b6ec4e Reset maintainer (3+ months of inactivity).
Discussed with:	portmgr (adamw, mat)
2018-06-26 17:06:33 +00:00
Jan Beich
0f8ec4f64f games/openbor: update to 6215
Changes:	50ccb3df...4a717a63
2018-06-26 00:55:16 +00:00
Dmitry Marakasov
252a594208 - Update to 10.4f 2018-06-25 20:32:30 +00:00
Dmitry Marakasov
e6ead4cee8 - Pet portlint
- Fix build with clang 6
2018-06-25 15:08:26 +00:00
Dmitry Marakasov
f2d7da0b2b - Add LICENSE
- Fix build with clang 6
2018-06-25 15:06:22 +00:00
Dmitry Marakasov
94cc9070b9 - Add LICENSE
- Pet portlint
- Fix build with clang 6
2018-06-25 15:02:26 +00:00
Sunpoet Po-Chuan Hsieh
05f155d9b1 Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
2018-06-24 21:11:14 +00:00
Sunpoet Po-Chuan Hsieh
cf03afc451 Update to 3.6.0
Changes:	https://github.com/google/protobuf/releases
2018-06-24 20:19:45 +00:00
Dmitry Marakasov
b89934d704 - Fix build with clang 6 2018-06-24 19:30:54 +00:00
Steve Wills
997d39b6cc games/pysolfc: Update to 2.4.0
PR:		229275
Submitted by:	Kai <freebsd_ports@k-worx.org> (maintainer)
2018-06-24 19:22:02 +00:00
Dmitry Marakasov
235c15a80a - Add missing LIB_DEPEND
- Fix build with clang 6
- Regenerate patches
2018-06-24 18:28:00 +00:00
Dmitry Marakasov
ea30fa9342 - Add missing depends
- Fix build with clang 6
2018-06-23 21:15:16 +00:00
Dmitry Marakasov
3c8db3afa0 - Fix build with clang 6
- Pet portlint
- Regenerate patches
2018-06-22 21:29:21 +00:00