Commit Graph

456685 Commits

Author SHA1 Message Date
Antoine Brodin
2063c28c2d MFH: r484021
Mark BROKEN: fails to build

BackupStoreInfo.cpp:154:3: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int32_t' (aka 'int') in initializer list [-Wc++11-narrowing]
                htonl(AccountID), // mAccountID
                ^~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:09:30 +00:00
Antoine Brodin
1b67eb43be MFH: r484019
Mark BROKEN: fails to build

engine/map/minimap.cpp:490:21: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                SDL_Rect drect = {X, Y, 0, 0};
                                  ^

Reported by:	pkg-fallout
2018-11-04 13:04:46 +00:00
Antoine Brodin
c8a4a49584 MFH: r484017
Mark BROKEN: fails to build

bbcp_Protocol.C:928:51: error: non-constant-expression cannot be narrowed from type 'int' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
                        {(char *)" ", 1}, {csVal, csVsz},
                                                  ^~~~~

Reported by:	pkg-fallout
2018-11-04 12:58:17 +00:00
Antoine Brodin
9cb849e63c MFH: r484015
Mark BROKEN: fails to build

/usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                          ^

Reported by:	pkg-fallout
2018-11-04 12:55:16 +00:00
Antoine Brodin
e9ae9c8e74 MFH: r484013
Mark BROKEN: fails to build

PCMParserList.cpp:115:3: error: comparison between pointer and integer ('const char *' and 'int')
  ASDCP_TEST_NULL_STR(argv);
  ^~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 12:52:13 +00:00
Antoine Brodin
3da76ea9b7 MFH: r484011
armagetron fails to build on i386, amd64, and FreeBSD 11 too
2018-11-04 12:49:09 +00:00
Antoine Brodin
5f5a86b04e MFH: r484009
xiphos fails to build on FreeBSD 11 too
2018-11-04 12:43:47 +00:00
Antoine Brodin
86af1becf4 MFH: r484007
Mark BROKEN: fails to build

main.cpp:651:13: error: comparison between pointer and integer ('char *' and 'int')
        if (argv[1]!='\0') {
            ~~~~~~~^ ~~~~

Reported by:	pkg-fallout
2018-11-04 12:38:04 +00:00
Antoine Brodin
e75494ba2c MFH: r484005
Mark BROKEN: fails to build

src/ApvlvCmds.cc:203:41: error: comparison between pointer and integer ('char *' and 'int')
      && (e = strchr ((char *) s, '>')) != '\0' && *(s + 2) != '-')
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~

Reported by:	pkg-fallout
2018-11-04 12:26:34 +00:00
Antoine Brodin
1fc53ade80 MFH: r484003
Mark BROKEN: fails to build

network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to 250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
        char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
                                 ^~~~

Reported by:	pkg-fallout
2018-11-04 12:16:16 +00:00
Antoine Brodin
52134a84a5 MFH: r484001
Mark BROKEN: fails to build

PfPvPlot.cpp:541:36: error: no matching function for call to 'make_pair'
                    dataSet.insert(std::make_pair<double, double>(aepf, cpv));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 12:05:46 +00:00
Antoine Brodin
89d7f7f080 MFH: r483999
Mark BROKEN: fails to build

dump.cpp:1069:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
    result+="content=\"AqMoney "k_AQMONEY_VERSION_STRING"\">\n";
                                ^

Reported by:	pkg-fallout
2018-11-04 12:02:47 +00:00
Antoine Brodin
521e6f8dbc MFH: r483997
Mark BROKEN: fails to build

tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
    if (create_iter != VM_INVALID_PROP)
        ~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 12:00:12 +00:00
Antoine Brodin
8749fa3f4e MFH: r483995
Mark BROKEN: fails to build

src/sshprocess.cpp:146:71: error: invalid operands to binary expression ('__bind<unsigned int &, sockaddr *, unsigned long>' and 'int')
    if (bind(serverSocket,(struct sockaddr*) &address,sizeof(address))!=0)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~

Reported by:	pkg-fallout
2018-11-04 11:54:30 +00:00
Antoine Brodin
f6f336e63e MFH: r483993
Mark BROKEN: fails to build

src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing]
    {'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'},
                                                            ^~~~~~

Reported by:	pkg-fallout
2018-11-04 11:50:55 +00:00
Jan Beich
a4bd83268f MFH: r483990
devel/libepoll-shim: fix underlinking

configure:6453: cc -O2 -pipe  -I/usr/local/include/libepoll-shim -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -I/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -lepoll-shim  -fstack-protector  conftest.c  >&5
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_settime'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_delete'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_getthreadid_np'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_getoverrun'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Obtained from:	upstream
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2018-11-04 10:41:08 +00:00
Jan Beich
b1fa86adf4 MFH: r483989
devel/efl: add missing WAYLAND dependencies

configure: error: pkg-config missing wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.7
/bin/sh: gsed: not found

Approved by:	ports-secteam blanket
2018-11-04 10:37:43 +00:00
Antoine Brodin
304ad2113c MFH: r483980
Mark BROKEN: fails to build

game/g_ascript.cpp:727:47: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing]
        { ASLIB_PROPERTY_DECL(const bool, allSolid), ASLIB_FOFFSET(astrace_t, trace.allsolid) },
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 09:46:27 +00:00
Antoine Brodin
df6bb46c4a MFH: r483978
Mark BROKEN: fails to build

ipmi_con_lan.cpp💯15: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int' in initializer list [-Wc++11-narrowing]
    { data,   data_len },
              ^~~~~~~~

Reported by:	pkg-fallout
2018-11-04 09:43:49 +00:00
Antoine Brodin
e1f06832ce MFH: r483976
Mark BROKEN: fails to build

In file included from lbp.cc:31:
./charset.h:55:21: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
0x47,0x00,0x48,0x00,0x80,0x00,0x82,0x00,0x83,0x00,0x84,
                    ^~~~

Reported by:	pkg-fallout
2018-11-04 09:40:12 +00:00
Antoine Brodin
9cdbe8e4e3 MFH: r483974
Mark BROKEN: fails to build

Build/Editor/EditorItems.cc:295:27: error: non-constant-expression cannot be narrowed from type 'int' to 'INT16' (aka 'short') in initializer list [-Wc++11-narrowing]
                SGPBox const r = { 100, EDITOR_TASKBAR_POS_Y, 60, 80 };
                                        ^~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 09:37:48 +00:00
Thomas Zander
751c9b7ec7 MFH: r483970
Add missing USES=compiler:c++11-lang

Details:
- USES=compiler:c++11-lang is necessary to link multimedia/mkvtoolnix
  on GCC architectures, see PR
- Bump PORTREVISION

PR:		232821
Submitted by:	pkubaj@anongoth.pl

Approved by:	ports-secteam (riggs)
2018-11-04 09:17:03 +00:00
Thomas Zander
58bc82b1c7 MFH: r483968
Add missing USES=compiler:c++11-lang

Details:
- USES=compiler:c++11-lang is necessary to link multimedia/mkvtoolnix
  on GCC architectures, see PR
- Bump PORTREVISION

PR:		232820
Submitted by:	pkubaj@anongoth.pl

Approved by:	ports-secteam (riggs)
2018-11-04 09:14:12 +00:00
Jan Beich
2b79e53162 MFH: r483864
emulators/rpcs3: update to 0.0.5.1010

Changes:	7056b5fc7...43b75ccf0
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-11-03 00:11:15 +00:00
Jan Beich
696c361b65 MFH: r483865
emulators/citra: update to s20181101

Changes:	a753b9c6c...7c3d325af
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-11-03 00:09:21 +00:00
Matthias Fechner
f5108887ca MFH: r483501 r483734
Upgrade to 11.4.3.
For detailed changelog please see here:
https://about.gitlab.com/2018/10/22/gitlab-11-4-released/
https://about.gitlab.com/2018/10/29/security-release-gitlab-11-dot-4-dot-3-released/

Approved by:	mentors (implicit)

Security update to 11.4.4, for more details see here:
https://about.gitlab.com/2018/11/01/critical-security-release-gitlab-11-dot-4-dot-4-released/

Approved by:	mentors (implicit)
Security:	b51d9e83-de08-11e8-9416-001b217b3468

Approved by:	ports-secteam (miwi)
2018-11-02 09:11:15 +00:00
Matthias Fechner
607fcdb577 MFH: r483500
Upgrade to version 7.0.0 which is required for www/gitlab-ce 11.4.x.

Approved by:	mentors (implicit)

Approved by:	ports-secteam (miwi)
2018-11-02 09:09:40 +00:00
Matthias Fechner
96e2f30c99 MFH: r483499 r483733
Renamed the binary installed from github-markup to gitlab-markup to fix a file collision caused by package rubygem-github-markup.

Approved by:	mentors (implicit)

Upgrade to 1.6.5 which includes upstream now the binary rename, so patch removed for it.

Approved by:	mentors (implicit)

Approved by:	ports-secteam (miwi)
2018-11-02 09:08:48 +00:00
Matthias Fechner
8a5316e1b1 MFH: r482097 r483497
Bump PORTREVISION for package change caused by rubygem-bundler 1.16.6 update

Upgrade to version 0.125.1 which is required for www/gitlab-ce 11.4.x.

Approved by:	mentors (implicit)

Approved by:	ports-secteam (miwi)
2018-11-02 09:07:26 +00:00
Matthias Fechner
cdabe5064b MFH: r483498
Upgrade to version 0.118.1 which is required for www/gitlab-ce 11.4.x.

Approved by:	mentors (implicit)

Approved by:	ports-secteam (miwi)
2018-11-02 09:02:54 +00:00
Matthias Fechner
3631915705 MFH: r483496
Upgrade to 0.27.7.

Approved by:	mentors (implicit)

Approved by:	ports-secteam (miwi)
2018-11-02 09:01:13 +00:00
Matthias Fechner
4cd371b56f MFH: r483495
Added new ports required for www/gitlab-ce 11.4.x.

Approved by:	mentors (implicit)

Approved by:	ports-secteam (miwi)
2018-11-02 09:00:05 +00:00
Antoine Brodin
6cc9f8a501 MFH: r482047
Fix build with OpenSSL 1.1.x

While here:
- Pet Portlint

PR:		232221
Submitted by:	Nathan <ndowens@yahoo.com>
Sponsored by:	Netzkommune GmbH
2018-11-02 08:30:02 +00:00
Antoine Brodin
ddc38ed4b8 MFH: r482131
Jettison SSLv2 support. Not only does this allow mail/mailx to
build using openssl111 in base but SSLv2 is insecure.
2018-11-02 08:28:40 +00:00
Antoine Brodin
4e1f8c7591 MFH: r482160
Fix build with OpenSSL 1.1.x

PR:		232220
Submitted by:	Nathan <ndowens@yahoo.com>
Sponsored by:	Netzkommune GmbH
2018-11-02 08:26:39 +00:00
Antoine Brodin
42acd8e668 MFH: r483216
- Update to 0.8.5
- Correct LICENSE info and add LICENSE_FILE, per handbook
- Correct DOC switch

PR:		232337
Submitted by:	ndowens@yahoo.com
2018-11-02 08:23:18 +00:00
Antoine Brodin
f2ab728162 MFH: r483144
* Updated to 161

The added header should fix build on head.

Submitted by:	eric@van^
Differential Revision:	https://reviews.freebsd.org/D17696
2018-11-02 08:19:50 +00:00
Antoine Brodin
64a428dcf6 MFH: r482494
- Fix build after OpenSSL update on FreeBSD 12

PR:		232211
Submitted by:	Nathan <ndowens AT yahoo.com>
2018-11-02 08:18:02 +00:00
Antoine Brodin
15eaf9a54a MFH: r482679
net-im/telegram: Unbreak build on 12.0-CURRENT

Add extra-patch to fix build on 12.0-CURRENT after updating OpenSSL to version 1.1.1

See https://github.com/vysheng/tgl/issues/129
2018-11-02 08:15:05 +00:00
Antoine Brodin
a6473d7212 MFH: r482166
- Fix OpenSSL build (1)

- Enable libnotify

PR:		232234
Submitted by:	Nathan <ndowens (at) yahoo.com> (1)
2018-11-02 08:12:20 +00:00
Florian Smeets
e81b649611 MFH: r483745
Update to 1.5.3

PR:		232897
Submitted by:	stb@lassitu.de (maintainer)
Security:	deb4f633-de1d-11e8-a9fb-080027f43a02

Approved by:	ports-secteam (miwi)
2018-11-02 07:17:05 +00:00
Jan Beich
0d689718fa MFH: r483177 r483768
emulators/ppsspp: update to 1.7.1

Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.6.3...v1.7.1
Approved by:	ports-secteam (miwi)
2018-11-02 05:07:18 +00:00
Antoine Brodin
c479848237 MFH: r483115
devel/gnome-vfs: Fix OpenSSL 1.1.X build

- Patch taken from NetBSD [1]
- Add gnome to USES

 [1] http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/gnome-vfs/patches/patch-libgnomevfs_gnome-vfs-ssl.c?rev=1.1&content-type=text/x-cvsweb-markup

PR:		228896
Submitted by:	Nathan <ndowens@yahoo.com>
Reported by:	brnrd
Approved by:	gnome (maintainer timeout)
Obtained from:	NetBSD
2018-11-01 18:22:25 +00:00
Antoine Brodin
1cf0b1bee9 MFH: r482639
Stop chasing the whims of OpenSSL and use our own -lmd
as the source of various digest-algorithms. Years ago,
when I was undertaking the replacement of the bundled
implementations with those found in the base system, it
seemed like OpenSSL will be more stable... Ha-ha.

Fix the WWW, while I'm here.

PR:		229026
Submitted by:	brnrd
Reported by:	Package Fallout
2018-11-01 18:19:09 +00:00
Antoine Brodin
4cf09c30c6 MFH: r482797 r482800 r482837 r482994
net-im/jabberd:
- add OpenSSL 1.1 patches from upstream
- use autoreconf
- make portlint happier

net-im/jabberd: fix build errors with MariaDB 10.2

PR:		228382
Submitted by:	Fabian Wenk <fabian@wenks.ch>

net-im/jabberd: remove dependency on autoconf-archive

net-im/jabberd: add missing build dependency on pkgconfig
2018-11-01 18:16:33 +00:00
Antoine Brodin
8d60d965da MFH: r482967
multimedia/librtmp: Fix build with OpenSSL 1.1.x

- Update LICENSE and add LICENSE_FILE

PR:		231940
Reported by:	antoine
Approved by:	hrs (maintainer timeout)
Obtained from:	https://github.com/xbmc/inputstream.rtmp/blob/master/depends/common/librtmp/0003-openssl-1.1.patch
2018-11-01 18:13:04 +00:00
Antoine Brodin
2dd101ea70 MFH: r482452
- make ipfwmtad optional
- fix build on FreeBSD-12
2018-11-01 18:10:22 +00:00
Antoine Brodin
a0a89f8324 MFH: r483321 r483371
Fix in head and with openssl-devel.

Obtained from:	openembedded/meta-openembedded

Remove a duplicate patch.

Reported by:	fluffy
2018-11-01 18:06:50 +00:00
Antoine Brodin
58040d82c1 MFH: r483101
security/openca-tools-forked: mark BROKEN on FreeBSD-12

PR:		232441
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2018-11-01 18:04:20 +00:00
Antoine Brodin
a32af49c83 MFH: r483145
- Fix build error with Clang 6.
- Pet portlint.
2018-11-01 18:02:47 +00:00