Commit graph

17297 commits

Author SHA1 Message Date
Dmitry Marakasov
96f82f5d60 - Update to 1.7.1.7
PR:		215924
Submitted by:	monwarez@mailoo.org (maintainer)
2017-01-16 11:55:04 +00:00
Guido Falsi
779ea29e6c Mark broken on head after import of clang 3.9.0. 2017-01-15 21:08:05 +00:00
Sunpoet Po-Chuan Hsieh
a7f22d0aab Update to 1.4.1
- Bump PORTREVISION for archivers/unshield shlib change

Changes:	https://github.com/twogood/unshield/releases
MFH:		2017Q1
2017-01-15 15:21:28 +00:00
Danilo Egea Gondolfo
00f3b45f09 - Update to 4.6.1 2017-01-15 15:12:44 +00:00
Jan Beich
b7a640378c games/openbor: oops, size_t > int on 64bit platforms 2017-01-15 11:48:10 +00:00
Jan Beich
74bbc27a50 games/openbor: warnings
- With `make -s` only compiler warnings are allowed to break silence
- -Wno-unsued-result is no longer fatal after 9.x EOL

source/gamelib/packfile.c: In function 'packfile_music_read':
source/gamelib/packfile.c:1402:13: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
             memset(filelist[i].bgmTracks, 0, 256);
             ^~~~~~
source/scriptlib/Parser.c: In function 'Parser_Unary_expr':
source/scriptlib/Parser.c:1879:30: warning: may write a terminating nul past the end of the destination [-Wformat-length=]
             sprintf(buf, "-%s", pInstruction->theToken->theSource);
                           ~~~^
source/scriptlib/Parser.c:1879:13: note: format output between 2 and 129 bytes into a destination ofsize 128
             sprintf(buf, "-%s", pInstruction->theToken->theSource);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source/scriptlib/Parser.c:1906:30: warning: may write a terminating nul past the end of the destination [-Wformat-length=]
             sprintf(buf, "!%s", pInstruction->theToken->theSource);
                           ~~~^
source/scriptlib/Parser.c:1906:13: note: format output between 2 and 129 bytes into a destination ofsize 128
             sprintf(buf, "!%s", pInstruction->theToken->theSource);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
openbor.c:8224:26: warning: comparison of unsigned expression >= 0 is always true
      [-Wtautological-compare]
        for(i = len-1; i >= 0; i--)
                       ~ ^  ~
openbor.c:21719:68: warning: using integer absolute value function 'abs' when argument is of floating
      point type [-Wabsolute-value]
        if(ent->direction == DIRECTION_RIGHT) ent->velocity.x = -1*abs(ent->velocity.x);
                                                                   ^
openbor.c:21719:68: note: use function 'fabsf' instead
        if(ent->direction == DIRECTION_RIGHT) ent->velocity.x = -1*abs(ent->velocity.x);
                                                                   ^~~
                                                                   fabsf
openbor.c:21720:32: warning: using integer absolute value function 'abs' when argument is of floating
      point type [-Wabsolute-value]
        else ent->velocity.x = abs(ent->velocity.x);
                               ^
openbor.c:21720:32: note: use function 'fabsf' instead
        else ent->velocity.x = abs(ent->velocity.x);
                               ^~~
                               fabsf
openbor.c:25840:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect
      [-Wabsolute-value]
    if (abs(rand32()) % 2)
        ^
openbor.c:25840:9: note: remove the call to 'abs' since unsigned values cannot be negative
    if (abs(rand32()) % 2)
        ^~~
2017-01-15 11:31:24 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Torsten Zuehlsdorff
1121118a8f games/robocode: Update from 1.9.2.5 to 1.9.2.6
Changelog: http://robo-code.blogspot.de/2017/01/robocode-1926.html

Also:
- pass maintainership to dbaio@bsd.com.br
- add NO_ARCH

PR:           215736
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Reported by:  Jochen Neumeister <joneum@bsdproject.de>
2017-01-12 13:22:52 +00:00
Dmitry Marakasov
2d7106354f - Fix LICENSE
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
2017-01-12 11:29:47 +00:00
Dmitry Marakasov
d8dab9d405 - Update to 0.7 2017-01-12 10:04:18 +00:00
Dmitry Marakasov
f1fe405cfc - Update to 0.6.2 2017-01-12 10:04:12 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Rusmir Dusko
79c2907143 - Update to 1.6, announce messages are here:
Project: Starfighter 1.6 Released
https://savannah.nongnu.org/forum/forum.php?forum_id=8641

- Change master site(s) from 1.5 to ${DISTVERSION}
- Change WWW
2017-01-10 15:25:23 +00:00
Nikolai Lifanov
f1c0fe4fb4 add games/redorblack: a simple card game
PR:		209307
Submitted by:	buratello@easy.com
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9110
2017-01-10 02:53:47 +00:00
Sean Bruno
f55fc3ad4f Bump games/cockatrice to the 12/31/2016 release.
"All Hallow's Eve, Revision 1" release.
2017-01-09 19:04:48 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Dmitry Marakasov
3afbd01ca2 - Add LICENSE_FILE
- Switch to USES=localbase
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Simplify installation
2017-01-09 10:05:35 +00:00
Dominic Fandrey
9822ea6c24 games/ioquake3-devel: Update to snapshot 2904
- Update from 2808 to 2904
- Switch to USE_GITHUB for distifles

Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8695
2017-01-06 18:23:11 +00:00
Ganael LAPLANCHE
87b99a924d Update Simgear & Flightgear ports to 2016.4.4 2017-01-06 17:45:29 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Antoine Brodin
e103955dbc Convert to USES=jpeg 2017-01-05 13:09:13 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Dmitry Marakasov
3885c235c1 - Remove always false condition and unneeded patch 2017-01-05 10:50:43 +00:00
Dmitry Marakasov
6ef5e75189 - Switch to USES=localbase
- Remove always-true condition
2017-01-05 10:50:12 +00:00
Dmitry Marakasov
f6714c1eaf - Remove no longer needed workaround 2017-01-05 10:49:36 +00:00
Torsten Zuehlsdorff
dce0597272 games/chocolate-doom: Update from 2.2.1 to 2.3.0
Changelog: https://github.com/chocolate-doom/chocolate-doom/releases/tag/chocolate-doom-2.3.0

PR:           215671
Submitted by: jakub_lach@mailplus.pl (maintainer)
2017-01-04 16:52:10 +00:00
Thomas Zander
644516e6dc Update to upstream version 4.6.4
Detailed log:
- Update to upstream version 4.6.4
- Fix potential security issue (installation of
  globally-writable files)

PR:		214842
Submitted by:	shoesoft@gmx.net
Approved by:	bsd@volki.at (maintainer)
MFH:		2017Q1
2017-01-04 08:01:51 +00:00
Jan Beich
28e7e01df0 Assume "pkg-config zlib" works after 9.x reached EOL 2017-01-03 19:58:37 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Dmitry Marakasov
bd28d2765b - Update to 3.2.2 2017-01-03 12:01:49 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Jan Beich
698ec532bf games/openbor: fix typos in pkg-descr after r430427 2017-01-03 09:04:28 +00:00
Jan Beich
840b02132f games/openbor: update description
Obtained from:	https://sourceforge.net/projects/openbor/
2017-01-03 00:51:45 +00:00
Rusmir Dusko
2dfa300f1a - Update to 1.26, announce message:
Replaced the Forest music
2017-01-02 19:40:58 +00:00
Nikolai Lifanov
a8e8f59b5e update games/wtf to 20170101 snapshot from NetBSD
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9023
2017-01-02 18:58:39 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Sunpoet Po-Chuan Hsieh
ae0b6ebd37 Update MAINTAINER: use @FreeBSD.org 2016-12-31 21:07:50 +00:00
Rene Ladan
0896b32448 Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Jan Beich
5b5ec89494 games/openbor: update to 3.0.r4426
Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
Changes:	svn log -r4426:4421 https://svn.code.sf.net/p/openbor/engine/engine/
2016-12-31 16:05:41 +00:00
Jan Beich
b621c1de4f multimedia/libass: belatedly bump PORTREVISION after r429876
ASS_Style grew in size by |int Justify| member. Old consumers may
not initialize it leading to crashes.

Reported by:	Kevin Oberman
2016-12-30 08:08:19 +00:00
Raphael Kubo da Costa
f2e150649b Update to 1.6.12.24.
PR:		215640
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
2016-12-28 23:00:43 +00:00
Jan Beich
2277ee24a4 games/openbor: yet another buffer overflow fix 2016-12-28 05:36:58 +00:00
Raphael Kubo da Costa
026330182c Update to 1.6.11.5.
Changelog http://manaplus.org/changelog#new_release_16115

PR:		214270
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
2016-12-27 21:00:38 +00:00
Johan van Selst
661c284713 Simplify using USES=localbase (no functional change)
Reported by:	danfe
2016-12-27 20:53:27 +00:00
Rene Ladan
1bdbba09ec games/pyfa: update sqlalchemy dependency to 1.0, bump PORTREVISION
PR:		215229
Submitted by:	rene
Approved by:	maintainer timeout (andrey@bsdnir.info, 16 days)
2016-12-27 11:56:53 +00:00
Rene Ladan
338f62891b games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISION
PR:		215218
Submitted by:	rene
Approved by:	maintainer timeout (trebbu@googlemail.com, 16 days)
2016-12-27 11:54:01 +00:00
Johan van Selst
81adb126bc Update to FreeCiv 2.5.6 (bugfix release)
correct NLS option
2016-12-27 10:09:34 +00:00
Rene Ladan
535b2cd3cf Reset ports per maintainer request.
PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
2016-12-26 11:59:12 +00:00
Dmitry Marakasov
4ceb5bd553 - Add mirror for distfile
- Use standard CC-BY-NC-SA-3.0 license
- Add gl to USE_GL
- Remove bsd.port.options.mk include
- Use new options helpers
- Use EXTRACT_* variables for post-extract target
- Use POST_PLIST for build-plist-empty target

PR:		215539
Submitted by:	lightside@gmx.com (maintainer)
2016-12-26 11:12:53 +00:00
Jan Beich
b4e182a0c7 games/openbor: skip non-existing bor.pak 2016-12-26 05:39:54 +00:00
Jan Beich
978b4da2ed games/openbor: allow to disable HOME hack
Add an environment variable for vendor behavior as unpacked data/
doesn't work with more than one (game) module. Some even mix non-stub
.pak file with data/ which makes re-packing them tricky.
2016-12-26 05:39:42 +00:00
Jan Beich
5e291064ca games/openmw: update to 0.41.0
Changes:	https://github.com/OpenMW/openmw/blob/openmw-0.41.0/CHANGELOG.md#0410
PR:		215564
Submitted by:	Tobias Kortkamp (maintainer)
2016-12-26 05:39:30 +00:00
Raphael Kubo da Costa
cd5e1c2df4 Set ALL_TARGET instead of defining a post-build target
Instead of manually invoking some make targets in post-build, use the
ALL_TARGET variable, which is cleaner and reduces the size of the Makefile.

PR:		215548
Approved by:	m.tsatsenko@gmail.com (maintainer)
2016-12-25 23:41:52 +00:00
Dirk Meyer
7a97406f03 - update miniupnpc to 2.0.20161216
- bump API change
2016-12-25 23:11:36 +00:00
Dmitry Marakasov
adeac03634 CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by:	portmgr blanket
2016-12-25 14:23:38 +00:00
Jan Beich
53b0b62678 Mark simplified MIT as ISCL 2016-12-25 08:31:51 +00:00
Jan Beich
cc496fc413 Simplify spelling for softfp defaults 2016-12-25 00:23:13 +00:00
Dmitry Marakasov
69eaa0adae - Update to 0.4.15 2016-12-24 16:37:37 +00:00
Dmitry Marakasov
838231d129 - Update to 0.4.15
- Remove -ffast-math to fix problems when built with clang 3.8+ ([1])

PR:		215532 [1]
Submitted by:	scf [1]
2016-12-24 16:37:21 +00:00
Jan Beich
cb72028d4d devel/libopenbsd, games/openbor: unbreak BOOTSTRAP build
$ make clean all BOOTSTRAP= -C devel/libopenbsd
===>  Cleaning for libopenbsd-r298107
===>  License ISCL accepted by the user
===>   libopenbsd-r298107 depends on file: /usr/local/sbin/pkg - found
===>   libopenbsd-r298107 depends on executable: svn - found
/bin/mkdir -p /usr/ports/devel/libopenbsd/work
svn export -r298107 https://svn.freebsd.org/base/head/lib/libopenbsd/ /usr/ports/devel/libopenbsd/work/libopenbsd-r298107
A    work/libopenbsd-r298107
A    work/libopenbsd-r298107/sys
A    work/libopenbsd-r298107/Makefile
A    work/libopenbsd-r298107/imsg.c
A    work/libopenbsd-r298107/sys/sysctl.h
A    work/libopenbsd-r298107/getdtablecount.c
A    work/libopenbsd-r298107/unistd.h
A    work/libopenbsd-r298107/README
A    work/libopenbsd-r298107/imsg-buffer.c
A    work/libopenbsd-r298107/imsg.h
A    work/libopenbsd-r298107/imsg_init.3
A    work/libopenbsd-r298107/ohash.h
A    work/libopenbsd-r298107/Makefile.depend
A    work/libopenbsd-r298107/ohash_init.3
A    work/libopenbsd-r298107/ohash_interval.3
A    work/libopenbsd-r298107/ohash.c
Exported revision 298107.
(cd /usr/ports/devel/libopenbsd/work && /usr/bin/tar cJvf  /usr/ports/distfiles//libopenbsd-r298107.tar.xz  --uid 0 --gid 0 libopenbsd-r298107)
a libopenbsd-r298107
a libopenbsd-r298107/imsg.c
a libopenbsd-r298107/imsg.h
a libopenbsd-r298107/imsg_init.3
a libopenbsd-r298107/ohash_init.3
a libopenbsd-r298107/Makefile.depend
a libopenbsd-r298107/Makefile
a libopenbsd-r298107/ohash.c
a libopenbsd-r298107/ohash.h
a libopenbsd-r298107/ohash_interval.3
a libopenbsd-r298107/getdtablecount.c
a libopenbsd-r298107/imsg-buffer.c
a libopenbsd-r298107/README
a libopenbsd-r298107/unistd.h
a libopenbsd-r298107/sys
a libopenbsd-r298107/sys/sysctl.h
/usr/bin/sed -i.bak -i '' '/^PORTVERSION=/s/r.*/r298107/'  /usr/ports/devel/libopenbsd/Makefile
===> Fetching all distfiles required by libopenbsd-r298107 for building
===>  Extracting for libopenbsd-r298107
=> SHA256 Checksum mismatch for libopenbsd-r298107.tar.xz.
===>  Refetch for 1 more times files: libopenbsd-r298107.tar.xz
===>  License ISCL accepted by the user
===>   libopenbsd-r298107 depends on file: /usr/local/sbin/pkg - found
===>   libopenbsd-r298107 depends on executable: svn - found
/bin/mkdir -p /usr/ports/devel/libopenbsd/work
svn export -r298107 https://svn.freebsd.org/base/head/lib/libopenbsd/ /usr/ports/devel/libopenbsd/work/libopenbsd-r298107
svn: E155000: Destination directory exists; please remove the directory or use --force to overwrite
svn: E155000: '/usr/ports/devel/libopenbsd/work/libopenbsd-r298107' already exists
*** Error code 1
2016-12-24 02:31:16 +00:00
Jan Beich
d15a531e64 games/openbor: fix bogus but unused substitution
--- version.sh.bak	2016-11-05 19:01:19 UTC
+++ version.sh
@@ -27,7 +27,7 @@ fi
 }

 # Support the Bazaar VCS as an alternative to SVN through the bzr-svn plugin
-function get_revnum {
+VERSION_BUILD=4420() {
   if test -d "../.svn" || test -d "./.svn"; then
     VERSION_BUILD=`svn info | grep "Last Changed Rev" | sed s/Last\ Changed\ Rev:\ //g`
   elif test -d ".bzr"; then
2016-12-24 00:46:35 +00:00
Jan Beich
397c622dac games/openbor: add missing licenses 2016-12-24 00:37:19 +00:00
Jan Beich
14709a37bf games/openbor: unbreak on DragonFly after r428004
In file included from source/webmlib/halloc/halloc.c:20:0:
source/webmlib/halloc/align.h:42:25: error: conflicting types for 'max_align_t'
 typedef union max_align max_align_t;
                         ^
In file included from source/webmlib/halloc/halloc.h:18:0,
                 from source/webmlib/halloc/halloc.c:19:
/usr/include/stddef.h:74:3: note: previous declaration of 'max_align_t' was here
 } max_align_t;
   ^
2016-12-24 00:06:00 +00:00
Jason Unovitch
78d09b844f games/minecraft-server: update 1.10.2 -> 1.11
PR:		215115
Submitted by:	Jonathan Price <freebsd@jonathanprice.org> (maintainer)
2016-12-23 22:41:30 +00:00
Carlos J. Puga Medina
6f884fedee games/iortcw: Update to 1.5a
- Update iortcw to 1.5a
- Use DISTVERSION instead of PORTVERSION
- Bump PORTEPOCH
- Disable use of OpenAL to fix segmentation faults on FreeBSD 11.0-RELEASE
- Dynamically adjust pkg-message

PR:		214959
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Reviewed by:	junovitch
Approved by:	junovitch (mentor)
2016-12-23 17:30:04 +00:00
Jan Beich
be4e994a24 games/openbor: update to 3.0.r4420
Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
Changes:	svn log -r4420:4419 https://svn.code.sf.net/p/openbor/engine/engine/
2016-12-23 04:42:12 +00:00
Jan Beich
5cdd5ba134 games/openbor: update to 3.0.r4419
Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
Changes:	svn log -r4419:4416 https://svn.code.sf.net/p/openbor/engine/engine/
2016-12-22 15:30:05 +00:00
Danilo Egea Gondolfo
626e1e5de7 - Update to 4.6.0 2016-12-22 14:39:50 +00:00
Dmitry Marakasov
dd57eedd99 - Update to 20161217 2016-12-21 11:32:17 +00:00
Dmitry Marakasov
9dde3afa59 - Mark BROKEN: does not build (Package dependency requirement 'gtk+-3.0 >= 3.19.2' could not be satisfied)
Approved by:	portmgr blanket
2016-12-21 10:27:16 +00:00
Jan Beich
d81fc71fc3 games/openbor: drop extra category from r428686
This port doesn't install tools to develop games.
2016-12-21 05:21:02 +00:00
Jan Beich
9028b71d3a games/openbor: update to 3.0.r4417
Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
2016-12-21 00:53:20 +00:00
Torsten Zuehlsdorff
f3872b695f games/wesnoth: Update from 1.12.5 to 1.12.6
Changelog: https://raw.githubusercontent.com/wesnoth/wesnoth/1.12.6/changelog

The TEST option is broken in FreeBSD 10.x and 9.x but builds fine on 11. This
will investigated later.

PR:          209641
Approved by: mentors (implicit)
2016-12-20 16:36:16 +00:00
Jan Beich
29d0588187 games/openbor: update to 3.0.r4416
Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
2016-12-20 15:19:11 +00:00
Jan Beich
afd65565e9 games/openbor: remove svn:eol-style
Subversion insistence on screwing up EOL markers turns patch
maintenance here into misery as USES=dos2unix breaks |make makepatch|.
2016-12-20 02:30:58 +00:00
Jan Beich
b090948f8c games/openbor: unbreak patching (try#2) 2016-12-20 02:22:08 +00:00
Jan Beich
5e746a7110 games/openbor: unbreak patching 2016-12-20 02:01:06 +00:00
Jan Beich
bcb6acc124 games/openbor: fix off-by-one noticed by gcc6
openbor.c: In function 'common_dot':
openbor.c:20485:39: warning: iteration 10 invokes undefined behavior [-Waggressive-loop-optimizations]
         iDot_time   =   self->dot_time[iIndex]; //Get expire time.
                         ~~~~~~~~~~~~~~^~~~~~~~
openbor.c:20483:5: note: within this loop
     for(iIndex = 0; iIndex <= MAX_DOTS; iIndex++) //Loop through all DOT indexes.
     ^~~
2016-12-20 01:51:59 +00:00
Jan Beich
7cba59cc35 games/openbor: fix inline warnings
In file included from source/scriptlib/Interpreter.c:9:
In file included from ./openborscript.h:12:
In file included from source/scriptlib/Interpreter.h:12:
In file included from source/scriptlib/StackedSymbolTable.h:12:
In file included from source/scriptlib/SymbolTable.h:11:
source/scriptlib/ScriptVariant.h:66:23: warning: inline function 'ScriptVariant_Xor' is not defined
      [-Wundefined-inline]
inline ScriptVariant *ScriptVariant_Xor( ScriptVariant *svar, ScriptVariant *rightChild );
                      ^
source/scriptlib/Interpreter.c:1090:22: note: used here
            BINARYOP(ScriptVariant_Xor);
                     ^
2016-12-20 01:15:58 +00:00
Jan Beich
3dea606a45 games/openbor: update to 3.0.r4415
- Pacify -fsanitize=address a bit since previous update
- Drop pointless USES=dos2unix

Changes:	svn log -r4415:r4391 https://svn.code.sf.net/p/openbor/engine/engine/
2016-12-19 21:54:26 +00:00
Torsten Zuehlsdorff
ebbc51907b games/wesnoth: Enable OPENMP by default
PR:           215357
Submitted by: Jan Beich <jbeich@FreeBSD.org>
Approved by:  mentors (implicit)
2016-12-19 12:30:57 +00:00
Emanuel Haupt
257ae7981c Add license 2016-12-18 10:59:13 +00:00
Mathieu Arnold
74a3b89bf6 Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by:	Absolight
2016-12-17 16:11:01 +00:00
Jan Beich
d7242ea20d List in more categories 2016-12-16 16:21:59 +00:00
Dmitry Marakasov
d0f9b881ed - Switch to options helpers
- Simplify installation
2016-12-16 09:00:51 +00:00
Johan van Selst
2127a44c33 Stepping down as maintainer for some ports. 2016-12-14 21:48:10 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0 - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Mathieu Arnold
cd19d23292 More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
2016-12-14 16:06:19 +00:00
Jan Beich
462423df9d Add missing comments for -Wl,--as-needed in my ports 2016-12-14 15:39:30 +00:00
Nikolai Lifanov
724ebbe5dd update games/wtf to 20161212
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8786
2016-12-14 14:45:37 +00:00
Ganael LAPLANCHE
3fc790d0ab Backport security fix 280cd52
Without this fix, a malicious aircraft maintainer can easily overwrite
arbitrary files the user running FlightGear has write access to.

Reported by:	Florent Rougon <f.rougon@free.fr>
Security:	280cd52368/
2016-12-14 11:12:53 +00:00
Jose Alonso Cardenas Marquez
371c124a82 - Re-add games/alienarena and games/alienarena-data ports 2016-12-14 04:48:47 +00:00
Nikolai Lifanov
8d7993e557 update MAINTAINER to my FreeBSD.org email
Reviewed by:	matthew
Approved by:	matthew (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8782
2016-12-14 03:47:18 +00:00
Rene Ladan
1ffcf3e706 Update sqlalchemy dependency of deskutils/griffith and games/childsplay
to version 1.0

sqlalchemy 0.8 is no longer supported upstream.
2016-12-13 19:47:24 +00:00
Dmitry Marakasov
1a477d2b37 - Fix build with libc++ 3.9
- Add LICENSE_FILE
- Switch to USES=localbase
- Simplify docs installation

PR:		214651
Reported by:	jbeich
Approved by:	maintainer timeout (thierry, 3 weeks)
2016-12-13 16:26:19 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Dmitry Marakasov
bd95d4303f An ASCII-art game like Space Invaders using Curses.
WWW: https://github.com/macdice/ascii-invaders
2016-12-12 10:03:34 +00:00
Antoine Brodin
bfa49f2358 Those ports build fine with bsd make 2016-12-11 17:40:02 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Dmitry Marakasov
e188928ba2 - Add LICENSE_FILE
- Switch to options helpers
2016-12-11 09:00:48 +00:00
Ganael LAPLANCHE
21c435db82 Update Simgear and Flightgear ports to 2016.4.3 2016-12-09 17:50:43 +00:00
Ruslan Makhmatkhanov
a22b323456 libgnome-games-support is a small library intended for internal use by
GNOME Games, but it may be used by others.

WWW: https://github.com/GNOME/libgnome-games-support
2016-12-09 14:48:26 +00:00
Ganael LAPLANCHE
d21964623a Update aircraft to their latest version 2016-12-09 11:11:03 +00:00
Danilo Egea Gondolfo
6a7b31c338 - Update to 1.5.2 2016-12-09 10:31:35 +00:00
Dmitry Marakasov
5ffda9ba9f - Update WWW 2016-12-09 09:08:18 +00:00
Lars Engels
79efd7282d games/scummvm:
- Update to ScummVM 1.9.0
- 1.9.0 isn't hosted on SF anymore so switch MASTER_SITES to scummvm.org
- Switch to using SDL2 which is now ScummVM's default backend.
- SDL2 has an sndio audio backend so this makes it possible to use
  ScummVM with an sndio server.
- Adds an SNDIO option to the port to enable/disable the sndio MIDI
  backend.  Currently this is picked up by accident when users
  have audio/sndio installed and compile ScummVM outside of
  Poudriere/Synth.
- Add a couple of missing LIB_DEPENDS

PR:		215128
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-12-08 20:11:39 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Tijl Coosemans
094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00
Tijl Coosemans
61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Tijl Coosemans
323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00
Tijl Coosemans
5c1d05b7a4 Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
2016-12-08 15:46:46 +00:00
Tijl Coosemans
7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Dmitry Marakasov
94826354b3 - Update to 0.0.20161129
PR:		214977
Submitted by:	lightside@gmx.com (maintainer)
2016-12-07 11:12:31 +00:00
Dmitry Marakasov
34545f092b - Update to 0.6.1 2016-12-07 10:28:27 +00:00
Jan Beich
ca42533c8b games/openbor: update to 3.0.r4390
Changes:	svn log -r4390:4236 https://svn.code.sf.net/p/openbor/engine/engine/
2016-12-06 22:54:15 +00:00
Dmitry Marakasov
186a649fdd Use DIST_SUBDIRs on my mirror to mimic DISTDIR hierarchy, simplify mirroring and fix some portscount false positives 2016-12-06 11:06:42 +00:00
Dmitry Marakasov
0fd344dcd4 - Switch to options helpers 2016-12-05 09:00:48 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Danilo Egea Gondolfo
f492b43714 - Update to 1.5.1 2016-12-01 18:26:37 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Ganael LAPLANCHE
4661c0b581 Update Simgear and Flightgear ports to 2016.4.2 2016-11-30 11:20:06 +00:00
Dmitry Marakasov
acdfb92420 - Add NO_ARCH
- Switch to options helpers
2016-11-30 09:00:41 +00:00
Mark Linimon
0dd7f0e30c Mark as broken on aarch64: runaway process.
Actually, from time to time this builds; but more often, not.
2016-11-28 10:17:39 +00:00
Mark Linimon
79b151ae88 Mark as broken on aarch64. 2016-11-28 10:14:15 +00:00
Dmitry Marakasov
8085ee26f3 - Add LICENSE
- Switch to options helpers
- Regenerate patches
2016-11-28 09:00:44 +00:00
David Naylor
4a9609d5d3 USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]
- Instead of excluding the specific packages added to DISTFILES (but only for
   FreeBSD 9+), exclude all files with a '.nupkg' extension.
 - Move the nuget-extract command to be before post-extract, to allow the port's
   post-extract command to move packages around

audio/libgpod-sharp: add port for mono bindings for libgpod
 - audio/libgpod: [2]
   - USE_GNOME: add missing dependency
   - Remove mono files from pkg-plist (now in audio/libgpod-sharp)
   - Allow relevant variables to be overridden
   - Fix MONO options
   - Patch source to allow building with modern mono
   - Avoid post-install target for slave ports.

devel/monodevelop: update to 4.6.2.7
 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's
   release).
 - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification)
 - LICENSE: Add license of LGPL21
 - LICENSE_FILE: Add license file from source
 - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)

games/openra: simplify post-extract [3]
 - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR
 - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly

lang/fsharp: update to 4.6.2.7
 ChangeLog:
  - Fix #639: Problems with F# scripts on Mono
  - Fix FSharp.Compiler.Tools targets for .NET Core usage
  - Fix FSharp.Compiler.Tools package dependencies

lang/mono: update to 4.6.2.7
 Mono 4.6.2 is the 1st service release to the 4.6 series.
 Changes:
  - LICENSE: Add license of MIT
  - LICENSE_FILE: Add license file from source
  - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
 Bug fixes:
  - #44708 - "TrustFailure (The authentication or decryption has failed.) ...
            Invalid certificate received from server." with "Error code: 0x5"
            or "Error code: 0xffffffff800b010f" when attempting to access
            HTTPS servers on ports other than 443
  - #39832 - SIGSEGV when running roslyn

multimedia/banshee: bump port revision.
 - Update missing port dependencies
 - Convert to use option helpers
 - OPTIONS: Add APPLEDEV (missing dependency added)
 - LICENSE: Add MIT license
 - LICENSE_FILE: Add license file from source
 - PORTSCOUT: Skip alpha release (2.9.1)

x11-toolkits/gnome-sharp20: fix port dependencies
 - Add missing dependencies
 - Convert post-patch to shebangfix
 - LICENSE: add LGPL21 license
 - LICENSE_FILE: use license file from source
 - MKAE_JOBS_UNSAFE: remove, does appear to work

x11-toolkits/gtk-sharp20: update to 2.12.42.

PR:		214680 [2]
PR:		214681
Suggested by:	jbeich [1]
Submitted by:	jbeich [3]
Approved by:	avilla (maintainer; timeout) [2]
2016-11-27 17:00:08 +00:00
Dmitry Marakasov
39d23cfea8 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2016-11-27 09:00:44 +00:00
Matthew Seaman
bac77c855d Update to 20161126
PR:		214850
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-11-26 13:30:35 +00:00
Ganael LAPLANCHE
7f9e7ee6a4 Make QT5 optional
PR:		214748
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
MFH:		2016Q4
2016-11-25 15:39:37 +00:00
Dmitry Marakasov
3e2501b5a2 - Fix build with clang 3.9
PR:		214650
Approved by:	portmgr blanket
2016-11-25 14:27:36 +00:00
Dmitry Marakasov
8fa80c7636 - Mark broken with boost 1.62 2016-11-25 09:35:00 +00:00
Dmitry Marakasov
6c6c4c3976 - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Fix build with clang 3.9
- Regenerate patches

PR:		214647
2016-11-25 09:25:40 +00:00
Dmitry Marakasov
9f5e6c7389 - Fix build with libc++ 3.9
- Regenerate patches

PR:		214648
2016-11-24 16:15:14 +00:00
Dmitry Marakasov
d3000584ef - Fix build with clang 3.9
- Simplify plist

PR:		214646
2016-11-24 11:04:11 +00:00
Torsten Zuehlsdorff
5dcb50529a games/rubygem-fortune_gem: Update from 0.0.8 to 0.0.9
Changelog:
- Update to Rubygems best practices
- ADD MIT LICENCE
- executables must be an array of strings
- Allow this gem to be pushed to any gemserver

PR:           214559
Submitted by: mose <mose@mose.com>
Approved by:  mentors (implicit)
2016-11-23 15:22:24 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Dmitry Marakasov
049d88df5c - Fix fetch: distfile was rerolled
- Difference is only removal of generated files (object files and python cache)
2016-11-23 10:49:54 +00:00
Dmitry Marakasov
e2856b52a4 - Update to 20161031 2016-11-23 10:13:01 +00:00
Antoine Brodin
88c0852ce8 Fix build when python symlink is not present 2016-11-22 22:01:29 +00:00
Antoine Brodin
daac768104 Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
2016-11-22 21:56:37 +00:00
Dmitry Marakasov
8eefc49ca2 - Update to 0.6.0 2016-11-21 16:26:21 +00:00
Dmitry Marakasov
77ccdad9c9 - Update to 0.6.4
MFH:            2016Q4 (security fix)
2016-11-21 15:52:25 +00:00
Dmitry Marakasov
8035720be8 - Add games/asylum
SDL Asylum is a C port of the computer game Asylum, which was
written by Andy Southgate in 1994 for the Acorn Archimedes and is
now public domain.

"Young Sigmund has a few problems. To help him resolve his mental
instability you must enter the surreal world of his inner mind and
shut down the malfunctioning brain cells which are causing him these
problems." -- Instructions file from original game

WWW: http://sdl-asylum.sourceforge.net/
2016-11-21 15:24:34 +00:00
John Marino
97ef0f7c0e games/gtypist: Support ports-bases ncurses
This software must be ancient because it expects the required wide
ncurses headers to be only at <ncursesw/ncurses.h>.  The previous
workaround symlinked the base headers to the work directory.

Instead, fix the 5 source files via sed and bypass the conftest.

Approved by:	ncurses blanket
2016-11-21 15:01:18 +00:00
Dmitry Marakasov
4f13a57d72 - Fix license
- Switch to USES=localbase
- makeparch
- Take maintainership
2016-11-21 14:52:46 +00:00