Commit graph

17273 commits

Author SHA1 Message Date
Mark Felder
6a142b392d games/xtux: It has been brought to my attention that UTF-8 is acceptable,
so this commit restores the original author's name

Reported by:	danfe
MFH:		2017Q1
2017-02-10 16:03:34 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Mark Felder
c9b8f4caa4 games/xtux: Fix Makefile encoding to be ASCII
MFH:		2017Q1
2017-02-09 16:44:10 +00:00
John Marino
334369a325 games/ctris: honor LDFLAGS (again)
The previous update removed the LIBS definition of MAKE_ARGS, but it
is still needed for ports ncurses, so return it back (minus the -lm flag
which is no longer needed).

Approved by:	nurses blanket
2017-02-08 17:43:03 +00:00
Dmitry Marakasov
42a370934d - Update to 1.7.2.4
PR:		216827
Submitted by:	monwarez@mailoo.org (maintainer)
2017-02-07 18:36:38 +00:00
Dmitry Marakasov
3802308c57 - Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2017-02-07 09:01:26 +00:00
Mathieu Arnold
f1f7eee952 Here is an example of where not to use GH_TUPLE because it forces to
rewrite all the default values time and time again.

Sponsored by:	Absolight
2017-02-06 16:42:56 +00:00
Jan Beich
40b4bd74d3 games/openbor: update to 3.0.r4432
Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
Changes:	svn log -r4432:4427 https://svn.code.sf.net/p/openbor/engine/engine/
2017-02-06 12:56:58 +00:00
Sunpoet Po-Chuan Hsieh
a9c2ade8fc Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
2017-02-05 11:14:37 +00:00
Thomas Zander
c6d217920a Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by:	robert.burmeister@utoledo.edu (via email)
2017-02-05 08:17:43 +00:00
Jan Beich
094319b8e0 games/super_methane_brothers: use clang and unbreak with gcc5 or later
sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0c = {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
                                                                 ^
sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_0f = {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
                                                                 ^
sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_10 = {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_11 = {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
                                                                 ^
sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_13 = {SPR_ENDSPR_1+0x13,0x00B2,0xFFFFFFFB};
                                                                 ^
sources/misc.cpp:51:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_14 = {SPR_ENDSPR_1+0x14,0x00C2,0xFFFFFFFA};
                                                                 ^
sources/misc.cpp:60:65: error: narrowing conversion of '4294967280u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
 static PARTYOFFS party_1d = {SPR_ENDSPR_1+0x1d,0x0030,0xFFFFFFF0};
                                                                 ^

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 07:18:55 +00:00
Jan Beich
18878f8faf Prefer -std=gnu89 over -fgnu89-inline 2017-02-05 03:30:43 +00:00
Jan Beich
f57478200a games/wizznic: use clang and unbreak with gcc5 or later
board.o: In function `doRules':
board.c:(.text+0x14b1): undefined reference to `getTicks'
draw.o: In function `drawPath':
draw.c:(.text+0x90d): undefined reference to `plotPixel'
draw.o: In function `draw':
draw.c:(.text+0x9aa): undefined reference to `setting'
[...]

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 03:30:25 +00:00
Tobias C. Berner
4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00
Emanuel Haupt
d5a74aea23 Fix build with clang 4.0
PR:		216630 (based on)
Notified by:	jbeich
2017-02-03 12:35:51 +00:00
Kirill Ponomarev
1ac5ff069d Update games/emptyepsilon to 2017.01.19
PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216720
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9414
2017-02-03 06:36:24 +00:00
Emanuel Haupt
f17b5233de - Update to 0.42.1
- Move to GitHub
- Define LICENSE_FILE
2017-02-02 10:20:28 +00:00
Nikolai Lifanov
3564beb6bb update games/wtf to 20170131 snapshot from NetBSD
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9404
2017-02-01 23:38:23 +00:00
Dmitry Marakasov
1f375c4cca - Fix build with clang 4.0 by not defining __linux__
- Add LICENSE
- Switch to options helpers
- Regenerate patches

PR:		216651
Submitted by:	jbeich@FreeBSD.org
2017-02-01 14:40:48 +00:00
Dmitry Marakasov
a7f8d5f93a - Add LICENSE
- Fix build with clang 4.0 by fixing ordered pointer comparisons
2017-02-01 14:20:09 +00:00
Jan Beich
826aa9746c games/eboard: unbreak with libc++ 3.9
ntext.cc:247:5: error: assigning to 'char *' from incompatible type 'const char *'
  p = strchr(text, '\n');
    ^ ~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:26:15 +00:00
Jan Beich
cb55f8c666 games/openbubbles: unbreak with libc++ 3.9
BFont.cpp:322:14: error: assigning to 'char *' from incompatible type 'const char *'
    while ((p=strchr(&text[pos+1],SPACE)) != NULL) {
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
BFont.cpp:362:19: error: assigning to 'char *' from incompatible type 'const char *'
                p = strstr(&text[pos+1]," ");
                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:26:06 +00:00
Jan Beich
32aa72aab8 games/xjig: unbreak with libc++ 3.9
gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *'
        name = strrchr(filename,'/');
             ^ ~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:25:57 +00:00
Jan Beich
4ab4743267 games/xmemory: unbreak with libc++ 3.9
gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *'
        name = strrchr(filename,'/');
             ^ ~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:25:46 +00:00
Jan Beich
18c56793cd games/qtads: update to 2.1.7
Changes:	https://github.com/realnc/qtads/compare/2.1.6...2.1.7
PR:		216357
Submitted by:	kaiwang27@gmail.com (maintainer)
MFH:		2017Q1
2017-02-01 05:30:00 +00:00
Jan Beich
5c65910dd8 games/kajaani-kombat: unbreak with clang 4.0
client_net.cpp:34:12: error: ordered comparison between pointer and zero ('SDL_cond *' and 'int')
  if (cond <0)
      ~~~~ ^~
client_net.cpp:40:13: error: ordered comparison between pointer and zero ('SDL_mutex *' and 'int')
  if (mutex < 0)
      ~~~~~ ^ ~
client_net.cpp:48:16: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
  if (trans_th < 0)
      ~~~~~~~~ ^ ~
client_net.cpp:54:16: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
  if (input_th < 0)
      ~~~~~~~~ ^ ~
game_server.cpp:67:14: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
  if (con_th < 0)
      ~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:27:05 +00:00
Jan Beich
ae71612dea games/edge: unbreak with clang 4.0
src/p_enemy.cc:531:26: error: ordered comparison between pointer and zero
      ('struct mobj_s **' and 'int')
        if (brain_spots.targets > 0)
            ~~~~~~~~~~~~~~~~~~~ ^ ~
src/w_sprite.cc:578:42: error: ordered comparison between pointer and zero
      ('spriteframe_c *' and 'int')
                        if (sprites[states[i].sprite]->frames > 0)
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:26:51 +00:00
Jan Beich
df7e8098b9 games/holotz-castle: unbreak with clang 4.0
JLib/Util/JTextFile.cpp:148:11: error: ordered comparison between pointer and zero ('s8 *'
      (aka 'char *') and 'int')
  if (tmp > 0)
      ~~~ ^ ~
JLib/Util/JTextFile.cpp:156:15: error: ordered comparison between pointer and zero ('s8 *'
      (aka 'char *') and 'int')
      if (tmp > 0)
          ~~~ ^ ~
JLib/Util/JTextFile.cpp:236:8: error: ordered comparison between pointer and zero ('int' and 's8 *'
      (aka 'char *'))
        if (0 >= (end = strstr(ptr, "\"")))
            ~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via exp-run)
2017-02-01 05:26:37 +00:00
Jan Beich
75c92218e8 games/qtads: unbreak with clang 4.0
tads3/vmtz.cpp:1985:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int')
            result->set(tcur > 0 ? tcur - 1 : tcur);
                        ~~~~ ^ ~

PR:		216357
Reported by:	antoine (via exp-run)
Submitted by:	kaiwang27@gmail.com (maintainer)
2017-02-01 05:26:22 +00:00
Jan Beich
03828b46d7 games/frobtads: unbreak with clang 4.0
tads3/vmtz.cpp:1987:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int')
            result->set(tcur > 0 ? tcur - 1 : tcur);
                        ~~~~ ^ ~

PR:		216357
Reported by:	antoine (via exp-run)
Submitted by:	kaiwang27@gmail.com (maintainer)
2017-02-01 05:26:09 +00:00
Jan Beich
9553a446ca games/vegastrike: unbreak with clang 4.0
setup/src/include/central.cpp:37:37: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:45:37: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:57:37: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:67:29: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:77:29: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:87:36: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:112:36: error: ordered comparison between pointer and zero
      ('catagory *' and 'int')
                } while ((NEWCUR = NEWCUR->next) > 0);
                         ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:127:37: error: ordered comparison between pointer and zero
      ('struct group *' and 'int')
        } while ((CURRENT = CURRENT->next) > 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:183:29: error: ordered comparison between pointer and zero
      ('struct catagory *' and 'int')
        } while ((CUR = CUR->next) > 0);
                 ~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:170:52: error: ordered comparison between pointer and zero
      ('char *' and 'int')
            while ( ( n_parm = next_parm( parm ) ) > 0 ) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:191:52: error: ordered comparison between pointer and zero
      ('char *' and 'int')
            while ( ( n_parm = next_parm( parm ) ) > 0 ) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:321:52: error: ordered comparison between pointer and zero
      ('char *' and 'int')
            while ( ( n_parm = next_parm( parm ) ) > 0 ) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/general.cpp:124:46: error: ordered comparison between pointer and zero
      ('char *' and 'int')
        while ((location = strstr(current, search)) > 0) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216072
Reported by:	antoine (via exp-run)
2017-02-01 05:25:55 +00:00
Dmitry Marakasov
cb78a94c65 - Update to 1.1.6
- Take maintainership
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW
2017-01-31 18:35:27 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Dmitry Marakasov
911c6714c9 - Fix versioning
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2017-01-30 16:26:17 +00:00
Dmitry Marakasov
20edf09a4b - Update to 20161228 2017-01-30 15:20:33 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Dmitry Marakasov
4c5b6fd311 - Update to 1.7.1.21
PR:		216525
Submitted by:	monwarez@mailoo.org (maintainer)
2017-01-29 14:29:58 +00:00
Dmitry Marakasov
e2639e2089 - Mark BROKEN: does not fetch
Approved by:	portmgr blanket
2017-01-29 13:42:53 +00:00
Nikolai Lifanov
9e74654f0d update games/wtf to 20170126 snapshot from NetBSD
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9360
2017-01-27 19:22:58 +00:00
Alexey Dokuchaev
c07cff0ac0 - Update `games/qstat' to version 2.14
- Project had moved from SF to GitHub
- Build must be bootstrapped now (USES+=autoreconf)
- Define LICENSE (ART20) and install CHANGES.txt
- Convert two-line pkg-plist into PLIST_FILES
- Remove incomplete list of games from pkg-descr

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1393638577 which corresponds to commit 71f0e4c tagged
as this release.
2017-01-26 10:59:47 +00:00
Nikolai Lifanov
a38803332f update games/wtf to 20170125 snapshot from NetBSD
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9338
2017-01-25 23:32:58 +00:00
Dmitry Marakasov
8642c8b213 - Update WWW 2017-01-24 14:58:45 +00:00
Dmitry Marakasov
b153e077a0 - Update WWW 2017-01-24 12:29:12 +00:00
Dmitry Marakasov
d5b35510d5 - Update WWW 2017-01-24 12:29:03 +00:00
Dmitry Marakasov
7d67d98f5b - Update WWW 2017-01-24 12:22:57 +00:00
Dmitry Marakasov
464da54bfd - Update WWW 2017-01-24 09:34:52 +00:00
Dmitry Marakasov
d3336fea4e - Really fix WWW, freera.org is now a doorway 2017-01-24 09:33:04 +00:00
Dmitry Marakasov
15a699ceca - Update WWW 2017-01-24 09:31:33 +00:00