Commit graph

17195 commits

Author SHA1 Message Date
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