Commit graph

17962 commits

Author SHA1 Message Date
Johan van Selst
504a77c381 Unbreak
Simplify setup by using only the default opening books
Don't rebuild the opening book that is also downloaded
Docs are no longer included, but provided online at
http://www.craftychess.com/documentation/craftydoc.html
2018-02-06 11:50:38 +00:00
Jan Beich
76aebc2814 games/openbor: update to 4582
Changes:	2184a29...b8f6610
2018-02-06 00:56:23 +00:00
Nikolai Lifanov
a6436e216a update games/stonesoup to 0.21.1
This is a bugfix release.
Changes: https://crawl.develz.org/wordpress/0-21-1-bugfix-release
2018-02-05 15:13:48 +00:00
Johan van Selst
d5b663c050 Update FreeCiv to 2.5.10 (bugfix release) 2018-02-05 13:07:34 +00:00
Ganael LAPLANCHE
9e4e174b32 Fix build with Clang 6 (C++14 by default) 2018-02-04 16:34:17 +00:00
Sunpoet Po-Chuan Hsieh
fe27a70992 Update WWW
Approved by:	portmgr (blanket)
2018-02-04 10:14:22 +00:00
Jan Beich
0de8fd0786 games/openbor: update to 4578
Changes:	f16756c...2184a29
2018-02-03 00:43:24 +00:00
Warner Losh
21defed3e2 unsigned poison to appease maraduing nitpicky compilers
The hob-nail tennis shoe of progrress is grinding historically
correct, but none-the-less pedantically incorrect, char constants >
0x7f into dust. Appease the compiler by making these arrays unsigned
and rippling that API change out further.

This fixes building on clang 6-based systems.
2018-02-02 19:30:58 +00:00
Dmitry Marakasov
a49671885d - Add LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Add missing qt-corelib dependency
2018-02-02 15:27:41 +00:00
Ganael LAPLANCHE
ab8768cb02 Fix build on -CURRENT 2018-02-02 12:12:31 +00:00
Pawel Pekala
7a6d87cd18 Add patch that forces configuration files in $H/.KeeperRL directory
instead of current working directory
2018-02-01 17:31:35 +00:00
Jose Alonso Cardenas Marquez
1608d91d63 - Bump PORTREVISION. lang/fpc was updated to 3.0.4 2018-02-01 07:30:21 +00:00
Nikolai Lifanov
041fae5447 update games/wtf to 20180130 snapshot from NetBSD 2018-01-31 13:57:00 +00:00
Jan Beich
810632df12 games/openra: de-duplicate dllmap in *.config files
SharpFont.dll.config already has os="freebsd" line but not os="dragonfly".
Due to symlinks this can lead to

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
	<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
	<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
	<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
	<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
	<dllmap dll="freetype6" os="osx" target="/Library/Frameworks/Mono.framework/Libraries/libfreetype.6.dylib" />
	<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
</configuration>
2018-01-30 21:38:18 +00:00
Jan Beich
f61f0b72d0 games/openra: NUGET_PACKAGEDIR is a symlink after r460430
*.config files under thirdparty/download/ didn't have os="freebsd" lines
because find(1) doesn't follow symlinks by default which broke runtime e.g.,

System.DllNotFoundException: soft_oal.dll
  at (wrapper managed-to-native) OpenAL.ALC10:alcOpenDevice (string)
  at OpenRA.Platforms.Default.OpenAlSoundEngine..ctor (System.String deviceName) [0x0003f] in <2342b54840fb4908bd25f1f5db2e89d7>:0
  at OpenRA.Platforms.Default.DefaultPlatform.CreateSound (System.String device) [0x00001] in <2342b54840fb4908bd25f1f5db2e89d7>:0
  at OpenRA.Sound..ctor (OpenRA.IPlatform platform, OpenRA.SoundSettings soundSettings) [0x0001d] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00223] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0
System.DllNotFoundException: soft_oal.dll
  at (wrapper managed-to-native) OpenAL.ALC10:alcOpenDevice (string)
  at OpenRA.Platforms.Default.OpenAlSoundEngine..ctor (System.String deviceName) [0x0003f] in <2342b54840fb4908bd25f1f5db2e89d7>:0
  at OpenRA.Platforms.Default.DefaultPlatform.CreateSound (System.String device) [0x00001] in <2342b54840fb4908bd25f1f5db2e89d7>:0
  at OpenRA.Sound..ctor (OpenRA.IPlatform platform, OpenRA.SoundSettings soundSettings) [0x0001d] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00223] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0
2018-01-30 20:49:14 +00:00
David Naylor
1da3310ac1 lang/mono: update to version 5.2.0.215 (and enhance USES=mono)
Highlights:
 - New Roslyn compiler for C# available
 - Improved support for nuget packages in USES=mono

General:
 - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
 - bump all dependant ports

USES=mono:
 - properly handle caching of nuget packages
 - add support for multiple feeds for nuget packages
 - add support for nuget dependencies in a separate file
 - add support for paket packages

lang/mono:
 - update to version 5.2.0.215
 - automate certificate initialisation [2]
 - increase test coverage
 - mark as conflicting with net/czmq (conflicting on makecert) [1]
 - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono

devel/google-gdata:
 - use nunit.framework nuget package as the Mono shipped version is no longer suppport.
 - switch to using csc(1) for compiling (mcs(1) is depreciated).
 - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing.
 - fix reference to system assemblies (the '.dll' suffix is required).
 - fix reference to HttpUtility: csc(1) is more strict about scoping

devel/monodevelop:
 - reroll distinfo (no changes to content)

lang/fsharp:
 - reroll distinfo (no changes to content)

security/gnome-keyring-sharp:
 - delay sign (then sign with sn(1)) as csc(1) does not support direct signing.

PR:	223188 [1]
PR:	209670 [2]
Differential Revision:	https://reviews.freebsd.org/D13752
2018-01-30 19:00:27 +00:00
Dmitry Marakasov
1f9d298c01 Fix portscout 2018-01-30 17:33:06 +00:00
Ganael LAPLANCHE
2e42bdc4dc Fix URLs for master site perso.b2b2c.ca
(URL of personals pages have recently changed on perso.b2b2c.ca and are now
prefixed with a tilde character)
2018-01-30 12:35:05 +00:00
Jan Beich
7e8c573f13 games/openbor: update to 4575
Changes:	347fd9b...f16756c
2018-01-30 00:54:53 +00:00
Rene Ladan
0c387f0d99 Remove expired ports:
2018-01-27 emulators/raine: Broken for more than 6 months
2018-01-27 mail/libmapi: Broken for more than 6 months
2018-01-27 www/lessc: Broken for more than 6 months
2018-01-27 www/uglifyjs: Broken for more than 6 months
2018-01-27 www/py-octoprint: Broken for more than 6 months
2018-01-27 www/xpi-noscript: Broken for more than 6 months
2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months
2018-01-27 www/caudium14: Depends on expiring lang/pike78
2018-01-27 www/hinventory-client: Broken for more than 6 months
2018-01-27 security/tclgpg: Broken for more than 6 months
2018-01-27 security/pond: Broken for more than 6 months
2018-01-27 security/mdcrack: Broken for more than 6 months
2018-01-27 devel/npm-commander: Broken for more than 6 months
2018-01-27 devel/py-protocols-devel: Broken for more than 6 months
2018-01-27 devel/py-InlineEgg: Broken for more than 6 months
2018-01-27 devel/npm-amdefine: Broken for more than 6 months
2018-01-27 devel/npm-source-map: Broken for more than 6 months
2018-01-27 devel/libical-glib: Broken for more than 6 months
2018-01-27 devel/npm-graceful-readlink: Broken for more than 6 months
2018-01-27 devel/npm-clean-css: Broken for more than 6 months
2018-01-27 devel/py-ruledispatch: Depends on expiring devel/py-protocols-devel
2018-01-27 games/balazarbrothers: Broken for more than 6 months
2018-01-27 games/libretro-cores: Broken for more than 6 months
2018-01-27 games/gish-demo: Broken for more than 6 months
2018-01-27 games/cheech: Broken for more than 6 months
2018-01-27 audio/mbrolavox: Broken for more than 6 months
2018-01-27 audio/linux-mbrola: Depends on expiring audio/mbrolavox
2018-01-27 audio/gigedit: Broken for more than 6 months
2018-01-27 audio/gnomoradio: Broken for more than 6 months
2018-01-27 math/asir2000: Broken for more than 6 months
2018-01-27 multimedia/librespot: Broken for more than 6 months
2018-01-27 multimedia/bombono: Broken for more than 6 months
2018-01-27 lang/gcl: Broken for more than 6 months
2018-01-27 lang/pike78: Broken for more than 6 months
2018-01-27 shells/ambit: Broken for more than 6 months
2018-01-28 01:39:12 +00:00
Carlo Strub
bd065b55cf Update to 1.06.001 2018-01-27 19:05:29 +00:00
Guido Falsi
7789fe84ef Fix build with clang 6.
PR:		225485
Submitted by:	lightside <lightside@gmx.com>
2018-01-27 11:19:06 +00:00
Yuri Victorovich
3e128d16a4 games/fretsonfire: Fixed stage-qa; Added NO_ARCH; Added LICENSE; Renamed into FretsOnFire; Added PY_FLAVOR
Approved by:	tcberner (mentor)
Differential Revision:	D13806
2018-01-27 01:05:18 +00:00
Pawel Pekala
3fdcc07d81 Take the role of an evil wizard and seek the ultimate knowledge of destruction.
Explore the world, murder innocent villagers and burn their homes. Build your
dungeon, lay traps and prepare for an assault of angry heroes.

When you control your minions the game becomes a classic roguelike, with
turn-based and very tactical combat. You can also play as an adventurer and
assault dungeons made by you or other players.

WWW: http://keeperrl.com/
2018-01-26 19:32:07 +00:00
Jan Beich
9e3c4802ec games/crack-attack: unbreak build with Clang 6 (C++14 by default)
libc++ doesn't like "using namespace std" in C++11

Communicator.cxx:139:73: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
    if (bind(connection_socket, (sockaddr *) &address, sizeof(address)) < 0) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2018-01-26 15:17:02 +00:00
Jan Beich
31ab75204c games/xevil: unbreak build with Clang 6 (C++14 by default)
libc++ doesn't like "using namespace std" in C++11

role.cpp:656:62: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
    if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) >= 0) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
role.cpp:1829:70: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
  if (bind(tcpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) {
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
role.cpp:1836:70: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
  if (bind(udpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) {
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
serverping.cpp:173:60: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
  if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) < 0) {
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	pkg-fallout
2018-01-26 15:16:48 +00:00
Jan Beich
9d652e8151 games/eboard: unbreak build with Clang 6 (C++14 by default)
libc++ doesn't like "using namespace std" in C++11

network.cc:466:59: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
  if (bind(netsocket,(struct sockaddr *) &sin,sizeof(sin))==-1) {
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2018-01-26 15:16:30 +00:00
Jan Beich
b964b053b6 multimedia/libvpx: update 1.7.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
2018-01-25 21:20:12 +00:00
Pawel Pekala
da465b1377 OpenDungeons is an open source, real time strategy game sharing game elements
with the Dungeon Keeper series and Evil Genius. Players build an underground
dungeon which is inhabited by creatures. Players fight each other for control
of the underground by indirectly commanding their creatures, directly casting
spells in combat, and luring enemies into sinister traps.

WWW: https://opendungeons.github.io/
2018-01-25 19:44:26 +00:00
Ganael LAPLANCHE
d79ff76e24 Make portlint happier with my ports (reorder variables) 2018-01-25 11:07:50 +00:00
Jan Beich
85cd1b06ff games/openbor: update to 4569
Changes:	5dd6f84...347fd9b
2018-01-25 00:53:24 +00:00
Nikolai Lifanov
4587e11633 update games/wtf to 20180117 snapshot from NetBSD
This fixes "wtf is" invocation to translate "IS" acronym.
2018-01-22 16:03:35 +00:00
Jan Beich
2e809b5518 games/bomns: unbreak build with Clang 6 (C++14 by default)
src/bomns.cpp:565:22: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
  SDL_Rect rcDest = {nX, nY, 15, 20};
                     ^~
src/bomns.cpp:565:22: note: insert an explicit cast to silence this issue
  SDL_Rect rcDest = {nX, nY, 15, 20};
                     ^~
                     static_cast<Sint16>( )
src/bomns.cpp:565:26: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
  SDL_Rect rcDest = {nX, nY, 15, 20};
                         ^~
src/bomns.cpp:565:26: note: insert an explicit cast to silence this issue
  SDL_Rect rcDest = {nX, nY, 15, 20};
                         ^~
                         static_cast<Sint16>( )

Reported by:	pkg-fallout
2018-01-20 17:47:39 +00:00
Jan Beich
9b56895c91 games/bombherman: unbreak build with Clang 6 (C++14 by default)
display/display.cpp:371:17: error: non-constant-expression cannot be narrowed from type 'Uint16' (aka 'unsigned short') to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
        SDL_Rect r = { x, y, w, h };
                       ^
display/display.cpp:371:17: note: insert an explicit cast to silence this issue
        SDL_Rect r = { x, y, w, h };
                       ^
                       static_cast<Sint16>( )
display/display.cpp:391:48: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        TTF_Font * fontTitle = TTF_OpenFont(DATADIR"/"FONT_FILE, (height / fSize));
                                                      ^

display/display.cpp:560:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                                ( ( dh.w - sSize ) / dp.w ) + ( i * dh.x ),
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display/display.cpp:583:6: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing]
                                        wText,
                                        ^~~~~
[...]

Reported by:	pkg-fallout
2018-01-20 17:47:16 +00:00
Jan Beich
bb3ae2b610 games/battletanks: unbreak build with Clang 6 (C++14 by default)
In file included from engine/net/scanner.cpp:1:
In file included from engine/src/config.h:33:
In file included from ./mrt/xml.h:23:
/usr/include/c++/v1/map:629:15: error: object of type 'std::__1::pair<const mrt::Socket::addr, Scanner::Host>' cannot be assigned because its copy assignment operator is implicitly deleted
        {__nc = __v.__cc; return *this;}
              ^
/usr/include/c++/v1/__tree:1645:35: note: in instantiation of member function 'std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>::operator=' requested here
                __cache->__value_ = *__first;
                                  ^
/usr/include/c++/v1/__tree:1575:9: note: in instantiation of function template specialization 'std::__1::__tree<std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>, std::__1::__map_value_compare<const mrt::Socket::addr, std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>, std::__1::less<const mrt::Socket::addr>, true>, std::__1::allocator<std::__1::__value_type<const mrt::Socket::addr, Scanner::Host> > >::__assign_multi<std::__1::__tree_const_iterator<std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>, std::__1::__tree_node<std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>, void *> *, long> >' requested here
        __assign_multi(__t.begin(), __t.end());
        ^
/usr/include/c++/v1/map:912:21: note: in instantiation of member function 'std::__1::__tree<std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>, std::__1::__map_value_compare<const mrt::Socket::addr, std::__1::__value_type<const mrt::Socket::addr, Scanner::Host>, std::__1::less<const mrt::Socket::addr>, true>, std::__1::allocator<std::__1::__value_type<const mrt::Socket::addr, Scanner::Host> > >::operator=' requested here
            __tree_ = __m.__tree_;
                    ^
engine/net/scanner.cpp:256:8: note: in instantiation of member function 'std::__1::map<const mrt::Socket::addr, Scanner::Host, std::__1::less<const mrt::Socket::addr>, std::__1::allocator<std::__1::pair<const mrt::Socket::addr, Scanner::Host> > >::operator=' requested here
        hosts = _hosts;
              ^
/usr/include/c++/v1/utility:325:5: note: copy assignment operator is implicitly deleted because 'pair<const mrt::Socket::addr, Scanner::Host>' has a user-declared move constructor
    pair(pair&&) = default;
    ^

Reported by:	pkg-fallout
2018-01-20 17:46:54 +00:00
Jan Beich
887edb80c9 games/bastet: unbreak build with Clang 6 (C++14 by default)
Ui.cpp:174:18: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'int' in initializer list [-Wc++11-narrowing]
    return (Dot){maxlen+1,splits.size()};
                 ^~~~~~~~

Reported by:	pkg-fallout
2018-01-20 17:46:31 +00:00
Jan Beich
1c266da5ed games/avanor: unbreak build with Clang 6 (C++14 by default)
creature/Uniquem.cpp:628:11: error: cannot initialize return object of type 'int' with an rvalue of
      type 'nullptr_t'
                        return NULL;
                               ^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~

Reported by:	pkg-fallout
2018-01-20 17:46:12 +00:00
Jan Beich
fa88a53434 games/abuse_sdl: unbreak build with Clang 6 (C++14 by default)
fileman.cpp:296:33: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'uint8_t' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
  uint8_t sizes[3]={ CLIENT_NFS,strlen(filename)+1,strlen(mode)+1};
                                ^~~~~~~~~~~~~~~~~~
hmi.cpp:302:97: error: non-constant-expression cannot be narrowed from type 'int' to 'uint8_t'
      (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
  ...0x54, 0x68, 0x64, 0x00, 0x00, 0x00, 0x06, 0x00, 0x01, 0x00, (num_tracks + 1), 0x00, 0xC0 };
                                                                 ^~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-01-20 17:45:52 +00:00
Jan Beich
a567135c93 games/CaribbeanStud: unbreak build with Clang 6 (C++14 by default)
In file included from Seat.cpp:37:
./Bitmaps.h:47:46: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
                                             ^~~~
./Bitmaps.h:47:46: note: insert an explicit cast to silence this issue
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
                                             ^~~~
                                             static_cast<char>( )
Seat.cpp:256:18: error: no matching function for call to 'XCreateBitmapFromData'
      s_map[i] = XCreateBitmapFromData(_dpy,
                 ^~~~~~~~~~~~~~~~~~~~~
/usr/local/include/X11/Xlib.h:1604:15: note: candidate function not viable: no known conversion from
      'const unsigned char [2018]' to 'const char *' for 3rd argument
extern Pixmap XCreateBitmapFromData(
              ^

Reported by:	pkg-fallout
2018-01-20 17:45:32 +00:00
Dmitry Marakasov
892139881b - Add portscout 2018-01-19 18:28:33 +00:00
Alexey Dokuchaev
a1f5cb0b8d There is no need to say "(optional)" about something that is an option.
Suggested by:	mat
2018-01-19 16:10:20 +00:00
Alexey Dokuchaev
fcff2d9942 Unbreak the port presumably everywhere by not trying to redefine GLintptrARB
and GLsizeiptrARB: they are already (correctly) defined in <GL/gl.h>.  While
here, set USE_GL to `gl' instead of old-school, umbrella `yes'.
2018-01-19 15:08:00 +00:00
Alexey Dokuchaev
e388234f5a Revert inadvertent change that crept in the previous commit (r459416). 2018-01-19 15:07:23 +00:00
Alexey Dokuchaev
792550083f - Remove BROKEN_sparc64 that was originally added in r239630 by linimon@
8.5 years ago for version 4.2.7; current version (4.9.1) installs fine
- Correctly set FOO_RUN_DEPENDS knobs and add some readability linefeeds
2018-01-19 14:11:13 +00:00
Guido Falsi
00372c127c - Update netpaanzer to 0.8.7
- Fix build with clang 6
- Convert to PLIST_FILES
- Regenerate patches
2018-01-19 12:25:34 +00:00
Alexey Dokuchaev
73f128faa2 Allow to build on sparc64 and powerpc. 2018-01-19 06:36:37 +00:00
Sunpoet Po-Chuan Hsieh
5444edbb65 Remove BROKEN, DEPRECATED and EXPIRATION_DATE
This port builds fine in poudriere.
This port depends on py-twisted and py-twistedCore has been removed from ports tree.

MFH:		2018Q1
2018-01-18 14:44:07 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Nikolai Lifanov
3d5e6f0084 update games/wtf to 20180113 snapshot from NetBSD 2018-01-16 14:30:04 +00:00
Ganael LAPLANCHE
4a2ce21614 Update to 20171024 and switch to GH 2018-01-16 11:10:14 +00:00