Commit graph

436073 commits

Author SHA1 Message Date
Mikhail Teterin
adfc6a946c Upgrade from 1.3.1-4 to 1.3.1-10 (security fixes).
Resolve errors triggered on -current by the use of C++17

PR:		225299
2018-01-21 01:09:18 +00:00
Jason E. Hale
87c4e43124 Update security/pinentry* to 1.1.0 [1]
Add security/pinentry-fltk, fltk frontend [2]

PR:		225190 [1], 225191 [2]
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-01-21 00:38:29 +00:00
Jason E. Hale
b05e175fde Fix build with clang 6
cardcommander.cpp:48:47: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  "cardcommander v0.4  (part of libchipcard v"k_CHIPCARD_VERSION_STRING")\n"\

Reported by:	pkg-fallout
2018-01-20 23:59:11 +00:00
Raphael Kubo da Costa
bcfe94d00d Backport a few upstream patches to fix the build with clang 6 (-std=gnu++14)
PR:		224945
2018-01-20 23:58:54 +00:00
Jason E. Hale
5e0df537c5 Fix build with clang 6
hbcixml.cpp:67:37: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  MYNAME " v1.99  (part of AqHBCI v"AQHBCI_VERSION_STRING")\n"\

Reported by:	pkg-fallout
2018-01-20 23:52:37 +00:00
Jason E. Hale
ebd334649f Fix build with clang6 [1]
Use a different distfile that has a properly versioned directory. The checksum
has changed, but there are no file changes, only the WRKSRC has been renamed
from the confusing "libcoverart-{PROJECT_VERSION}" to "libcoverart-1.0.0".

Reported by:	pkg-fallout [1]
2018-01-20 23:06:41 +00:00
Jan Beich
1d745a68ea devel/git-cinnabar: update to 0.5.0.b2.12 to unbreak after r459462
./helper/cinnabar-helper.c:405:2: warning: implicit declaration of function 'DIFF_OPT_SET' is invalid in C99 [-Wimplicit-function-declaration]
        DIFF_OPT_SET(&revs.diffopt, RECURSIVE);
        ^
./helper/cinnabar-helper.c:405:30: error: use of undeclared identifier 'RECURSIVE'
        DIFF_OPT_SET(&revs.diffopt, RECURSIVE);
                                    ^
Changes:	c3e5bce...826f1d8
Reported by:	pkg-fallout
2018-01-20 21:42:38 +00:00
Steve Wills
a48979e9b9 java/visualvm: update to 1.4 2018-01-20 21:32:07 +00:00
Thomas Zander
a58f726f39 Update to upstream version 20.0.0
Details:
- Update to upstream version 20.0.0
  a.o. removal of deprecated options in command line clients, see
  Changelog: https://mkvtoolnix.download/doc/NEWS.md
- QT version now requires textproc/cmark
2018-01-20 20:43:27 +00:00
Sofian Brabez
de254df5b0 - Update to 1.0.2 2018-01-20 20:39:30 +00:00
Antoine Brodin
c15935b440 Fix build with clang 6
/wrkdirs/usr/ports/devel/powerpc64-gcc/work/gcc-6.3.0/gcc/ubsan.c:1474:20: error: comparison between pointer and integer ('const char *' and 'int')
      || xloc.file == '\0' || xloc.file[0] == '\xff'
         ~~~~~~~~~ ^  ~~~~

PR:		224669
Reported by:	pkg-fallout
2018-01-20 20:32:20 +00:00
Antoine Brodin
46978fb686 Fix build with clang 6
em.cpp:1242:59: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long &>' and 'int')
                if (bind (sd, (struct sockaddr *)&bind_to, bind_to_len) < 0) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		225304
Reported by:	pkg-fallout
2018-01-20 20:27:51 +00:00
Antoine Brodin
4ca0470386 Do not use %%PYTHON_PYOEXTENSION%% in python2 plists
With hat:	portmgr
2018-01-20 20:21:16 +00:00
Sofian Brabez
5121b1070e - Update to 17.5.0 2018-01-20 20:18:51 +00:00
Sofian Brabez
82ca5164c1 - Update to 2.4.0 2018-01-20 20:11:21 +00:00
Antoine Brodin
69c6989413 Fix packaging with python 3 by using py3kplist 2018-01-20 20:08:15 +00:00
Larry Rosenman
7305930a6d astro/boinc-setiathome: fix build on i386.
Submitted by:	dim
Reported by:	pkg-fallout
2018-01-20 19:56:03 +00:00
Sofian Brabez
ac7e96668b - Update to 1.10.1 2018-01-20 19:54:39 +00:00
Sofian Brabez
383511dd49 - Update to 1.7.1 2018-01-20 19:46:15 +00:00
Sergey A. Osokin
abf4b6b3b9 Add back LOG/RUN directories creation to fix unit's start-up.
Bump PORTREVISION.

PR:	225213
2018-01-20 19:36:17 +00:00
Sergey A. Osokin
f2558404c1 Reset rc.subr to empty to fix the installation issue.
<Error message>

Installing unit-php56-0.3...
pkg-static: unit-php56-0.3 conflicts with unit-0.3 (installs files into the same place).
Problematic file: /usr/local/etc/rc.d/unitd
*** Error code 70

</Error message>

PR:	225212
2018-01-20 19:23:58 +00:00
Antoine Brodin
66913d0851 Fix dependencies
Reported by:	pkg-fallout
2018-01-20 18:48:05 +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
Roman Bogorodskiy
0c78434847 deskutils/spice-gtk: update to 0.34
- Update to 0.34;
 - Drop SPICE_SLAVE block as the slave port was removed (see
   r459530 for details);
 - Explicitly add libepoxy and opus to LIB_DEPENDS as they're
   unconditionally enabled if found by configure script;
 - Add LZ4 option for liblz4 support (enabled by default);
 - Drop NOAUDIO option: the older --with-audio configure flag
   that allowed to choose one of gstreamer, pulse, auto or none
   is now deprecated and it's possible to choose backends independently.
   Also, not as it's possible to have both gstreamer and pulse,
   enable both by default;
 - When gstreamer is enabled for audio, also enable it for video;
 - Pet portlint.

PR:		225028 (based on)
Submitted by:	maintainer
2018-01-20 17:46:37 +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
Florian Smeets
2f92266b54 Update to 2.3.2
PR:		225075
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	maintainer
2018-01-20 17:37:32 +00:00
Roman Bogorodskiy
6889f8df02 deskutils/py-spice-gtk: remove port
spice-gtk dropped support of the old style Python bindings (non-gir based)
quite some time ago [1]. So keeping this port no longer makes sense as
it's not different from the master port.

1: 0917002c48
2018-01-20 17:37:21 +00:00
Florian Smeets
99beda8a53 Update to 3.3.2
PR:		225074
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2018-01-20 17:35:06 +00:00
Jimmy Olgeni
5c58def317 Update devel/py-twilio to version 6.10.1. 2018-01-20 16:31:13 +00:00
Jochen Neumeister
46323b1ca8 Update third-party-module:
http-auth-nginx-module to 7e028a5
http_auth_ldap to 42d195d
fastdfs-nginx-module to 85347be
headers-more-nginx-module to 55fbdab
nginx-dav-ext-module to 0.1.0
nginx-eval-module to 582bd25
nchan (aka push) to 1.1.14
nginx-push-stream-module to 0.5.4
nginx_tarantool to 9e38881
nginx-upload-progress-module to 0.9.2
nginx_upstream_check_module to 9aecf15
nginx-video-thumbextractor-module to 0.9.0
drizzle-nginx-module to 0.1.10
ngx_dynamic_upstream to 0.1.6
encrypted-session-nginx-module to 0.07
nginx-gridfs mongo-c-driver to 0.4
lua-nginx-module to 0.10.11
ModSecurity to 3.0.0
ModSecurity-nginx to c0ae166
naxsi to 0.55.3
rds-csv-nginx-module to 0.08
redis2-nginx-module to 0.14
ginx-rtmp-module to 1.2.1
set-misc-nginx-module to cda7e50
nginx-sflow-module to f15c87f
nginx-http-shibboleth to f07bf3c
ngx_small_light zo 0.9.2
srcache-nginx-module to 0.31
njs to 4ed8a0b
ngx_brotli to 47550a2

- Bump PORTREVISION

Approved by:	mentors (implicit)
MFH:		2018Q1
2018-01-20 15:22:09 +00:00
Steve Wills
800e47a693 devel/jenkins-lts: update to 2.89.3 2018-01-20 15:10:00 +00:00
Raphael Kubo da Costa
5285671738 Update to 0.7.11.
While here, set LICENSE_FILE.

Release notes:
https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.11/
2018-01-20 14:52:15 +00:00
Diane Bruce
f2f5885ed0 Update to 4.0.15
=Version 4.0.15=

2018-01-18  David Freese  <w1hkj@bellsouth.net>

	e87f41a: ARQ server
	5ab6914: Signal gain

Reported by:	portscout
2018-01-20 13:33:11 +00:00
Sunpoet Po-Chuan Hsieh
914f11b529 Update to 3.11.2
Changes:	https://github.com/puma/puma/releases
		https://github.com/puma/puma/commits/master
2018-01-20 13:18:09 +00:00
Sunpoet Po-Chuan Hsieh
74bd699582 Fix gemspec for rubygem-faraday 0.14.0 update
- Bump PORTREVISION for package change
2018-01-20 13:18:03 +00:00
Sunpoet Po-Chuan Hsieh
a2ad4546f9 Update to 5.90116
Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
2018-01-20 13:17:58 +00:00
Sunpoet Po-Chuan Hsieh
073ab36ed2 Update to 0.14.0
Changes:	https://github.com/lostisland/faraday/releases
2018-01-20 13:17:53 +00:00
Sunpoet Po-Chuan Hsieh
72367a35c5 Update to 0.77.0
Changes:	https://gitlab.com/gitlab-org/gitaly-proto/commits/master
2018-01-20 13:17:48 +00:00
Adriaan de Groot
6a6e8b19af Allow ALSA aliases in the Qt5 sound devices list.
Patch by Stephen Hurd, seems to be ignored upstream. The new patch describes
what it does and why it is needed.

PR:		208570
Submitted by:	Stephen Hurd
Reported by:	Stephen Hurd
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13992
2018-01-20 12:45:13 +00:00
Sunpoet Po-Chuan Hsieh
856421a627 Update USES=python usage
With hat:	python
2018-01-20 12:38:20 +00:00
Sunpoet Po-Chuan Hsieh
e8f26ee65a Update USES=python usage
With hat:	python
2018-01-20 12:38:15 +00:00
Sunpoet Po-Chuan Hsieh
c1e1460cf6 Update USES=python usage
- Convert to options helper

With hat:	python
Approved by:	portmgr (blanket)
2018-01-20 12:38:10 +00:00
Sunpoet Po-Chuan Hsieh
59534038c8 Update USES=python usage
With hat:	python
2018-01-20 12:38:05 +00:00
Sunpoet Po-Chuan Hsieh
1ea5592d58 Update USES=python usage
With hat:	python
2018-01-20 12:37:59 +00:00
Sunpoet Po-Chuan Hsieh
098e6323ee Fix space/tab 2018-01-20 12:37:54 +00:00