1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net-p2p
Jan Beich b8533f4bc0 net-p2p/verlihub: unbreak build with Clang 6 (C++14 by default)
casyncconn.cpp:585:62: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
        if(bind(sock, (struct sockaddr *)&mAddrIN, sizeof(mAddrIN)) == -1)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
creguserinfo.cpp:156:32: error: non-constant-expression cannot be narrowed from type 'char' to 'unsigned char' in initializer list [-Wc++11-narrowing]
                unsigned char charsalt[2] = {((char*)&str)[0],((char*)&str)[1]};
                                             ^~~~~~~~~~~~~~~~
creguserinfo.cpp:156:32: note: insert an explicit cast to silence this issue
                unsigned char charsalt[2] = {((char*)&str)[0],((char*)&str)[1]};
                                             ^~~~~~~~~~~~~~~~
                                             static_cast<unsigned char>( )
script_api.cpp:221:10: error: cannot initialize return object of type 'char *' with an rvalue of type 'bool'
                return false;
                       ^~~~~
script_api.cpp:226:46: error: cannot initialize return object of type 'char *' with an rvalue of type 'bool'
        if ((!usr) || (usr && !usr->mxConn)) return false;
                                                    ^~~~~

Reported by:	pkg-fallout (blocks 9 ports)
Approved by:	portmgr blanket
2018-01-26 14:39:32 +00:00
..
amule
amule-devel Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
bitcoin devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
bitcoin-daemon devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
bitcoin-utils Use a more modern way of distinguishing "big-endian platforms". 2017-12-21 09:31:25 +00:00
bitflu
bitmessage Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
bnbt
btpd
btsync
couchpotato Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
cpuminer Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
createtorrent
ctcs
ctorrent - cleanup patch 2017-09-17 14:43:20 +00:00
dclib
deluge Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
deluge-cli Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
dogecoin devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
ed2k
edonkey-tool-hash
eiskaltdcpp-cli
eiskaltdcpp-daemon devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
eiskaltdcpp-data
eiskaltdcpp-gtk devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
eiskaltdcpp-lib devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
eiskaltdcpp-qt devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
frost Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
gkremldk
gnewtellium
go-ethereum Update to upstream version 1.7.3 2017-12-02 11:08:41 +00:00
gtk-gnutella net-p2p/gtk-gnutella: Update to 1.1.13 2018-01-14 01:59:26 +00:00
gtorrentviewer
hs-torrent
jackett
jigdo
ktorrent devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
libbt Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
liberator
libktorrent devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
libpdtp
libswift
libtorrent Disable instrumentation on 32-bit PowerPC like we already do for i386/gcc 2017-10-09 09:42:45 +00:00
libtorrent-rasterbar net-p2p/libtorrent-rasterbar: update to 1.1.6 2018-01-18 18:27:26 +00:00
libtorrent-rasterbar-python Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
linuxdcpp devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
litecoin devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
litecoin-daemon net-p2p/litecoin: update to 0.14.2 2017-09-17 00:38:59 +00:00
litecoin-utils net-p2p/litecoin: update to 0.14.2 2017-09-17 00:38:59 +00:00
lopster
microdc2
minder
mktorrent Restore the maximum piece size of 2^30 introduced in r435987. 2017-09-07 15:19:51 +00:00
mldonkey - Patch configure instead of configure.in so we can avoid USES=autoreconf. 2017-12-30 15:21:01 +00:00
mldonkey-core
mldonkey-gui
monero-cli devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
namecoin devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
namecoin-daemon
napshare
ncdc
opendchub
p5-Net-BitTorrent
p5-Net-BitTorrent-File Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-Net-BitTorrent-PeerPacket
p5-Net-DirectConnect Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-WWW-BitTorrent
phex
py-py2play Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-transmissionrpc Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-tremc net-p2p/py-tremc: create port 2017-12-30 20:23:12 +00:00
py-vertex Allow concurrent installation (USE_PYTHON=concurrent) 2017-12-17 15:54:15 +00:00
qbittorrent devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
qbittorrent-nox11
qtum net-p2p/qtum: Fix compilation on FreeBSD 10 (Clang 3.4) 2018-01-23 17:15:59 +00:00
radarr net-p2p/radarr: Update to 0.2.0.910 2017-12-23 22:38:35 +00:00
retroshare Fix build of net-p2p/retroshare with recent versions of clang. 2017-12-21 21:01:37 +00:00
rtorrent Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
shx
sonarr net-p2p/sonarr: Update to 2.0.0.5085 2017-12-23 22:51:32 +00:00
squall
torrent-file-editor Update to version 0.3.10. 2018-01-22 16:40:46 +00:00
torrentcheck
torrentsniff
transmission
transmission-cli net-p2p/transmission-daemon: Mitigate DNS rebinding attack 2018-01-14 22:35:00 +00:00
transmission-daemon net-p2p/transmission-daemon: Improve UPDATING entry and add pkg-message 2018-01-20 01:20:19 +00:00
transmission-gtk
transmission-qt4 Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
transmission-qt5 Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
transmission-remote-gui
tribler - Update WWW 2017-12-30 09:00:42 +00:00
twister devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
uhub
valknut
verlihub net-p2p/verlihub: unbreak build with Clang 6 (C++14 by default) 2018-01-26 14:39:32 +00:00
verlihub-plugins
verlihub-plugins-chatroom Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-floodprotect Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-forbid Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-iplog Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-isp Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-luascript Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-messanger Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
verlihub-plugins-stats Mark these ports as buildable on armv6 after a trybroken run. (Also 2017-12-08 01:46:00 +00:00
vuze
xmrig XMRig is a high performance Monero (XMR) CPU miner written in C++. 2017-12-23 10:14:10 +00:00
xnap
zetacoin devel/boost-*: update to 1.66.0 2018-01-18 04:11:02 +00:00
zetacoin-nox11
Makefile net-p2p/qtum: Add a new port 2018-01-22 12:27:41 +00:00