Commit Graph

3828 Commits

Author SHA1 Message Date
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Vasil Dimov
3fbcdd487a net-p2p/bitcoin: Upgrade from 0.16.0 to 0.16.1
PR:		229096
Submitted by:	kbowling
Approved by:	kbowling (maintainer)
2018-06-25 12:07:19 +00:00
Sunpoet Po-Chuan Hsieh
05f155d9b1 Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
2018-06-24 21:11:14 +00:00
Sunpoet Po-Chuan Hsieh
cf03afc451 Update to 3.6.0
Changes:	https://github.com/google/protobuf/releases
2018-06-24 20:19:45 +00:00
Vasil Dimov
44030f3fbe net-p2p/qtum: Upgrade from 0.15.1 to 0.15.2 2018-06-22 07:36:49 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Yuri Victorovich
e394fa5177 net-p2p/qbittorrent: Limit USE_QT5=svg to @default flavor
It is only needed for the UI.

PR:		229210
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2018-06-21 16:23:15 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
fc7d04ed33 Really clean flavors up.
Sponsored by:	Absolight
2018-06-20 13:37:42 +00:00
Mathieu Arnold
26f3dd78ff Better use flavors.
Sponsored by:	Absolight
2018-06-20 13:35:23 +00:00
Yuri Victorovich
73231f4665 net-p2p/qbittorrent: Update 3.3.16 -> 4.1.1
net-p2p/qbittorrent-nox11 is flavorized in net-p2p/qbittorrent and removed.

Approved by:	portmgr
Differential Revision:	D13416
2018-06-20 08:56:04 +00:00
Mark Felder
ac9af123fb net-p2p/sonarr: Update to 2.0.0.5225 2018-06-19 14:25:16 +00:00
Mark Linimon
a78aef718d Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 14:00:43 +00:00
Emanuel Haupt
d49e5ad744 Update to 2.6.3 2018-06-14 15:17:48 +00:00
Dmitry Marakasov
e978215fdf - Remove always true OSVERSION conditions
Approved by:	portmgr blanket
2018-06-13 12:26:08 +00:00
Dmitry Marakasov
1daf0738e7 - Remove always true OSVERSION conditions
Approved by:	portmgr blanket
2018-06-13 12:25:31 +00:00
Vasil Dimov
eb8069960d net-p2p/monero-cli: Fix compilation on i386
/usr/src/contrib/llvm/tools/lld/ELF/Driver.cpp:126 contains
"elf_i386" as a recognized name, but for some reason monero fails
to link on the i386 build cluster with an error:

  /usr/bin/ld: unrecognised emulation mode: elf_i386
  Supported emulations: elf_i386_fbsd

Thus, change "elf_i386" to "elf_i386_fbsd".
2018-06-13 06:42:52 +00:00
Mark Felder
7d2e01f406 net-p2p/radarr: Update to 0.2.0.1120
Changelog:	https://github.com/Radarr/Radarr/releases/tag/v0.2.0.1120
2018-06-11 16:23:48 +00:00
Tijl Coosemans
6bf99c98aa Restore patch removed in r471914. It is still needed on FreeBSD 10.
Reported by:	exp-run
2018-06-10 12:37:35 +00:00
Vasil Dimov
a47531032f net-p2p/qtum: Upgrade from 0.14.16 to 0.15.1 2018-06-07 13:00:19 +00:00
Vasil Dimov
655cdfc48a net-p2p/monero-cli: Comment about a relevant bug entry 2018-06-07 12:34:23 +00:00
Vasil Dimov
f38f01b8f2 net-p2p/monero-cli: Upgrade from 0.12.0.0 to 0.12.2.0 2018-06-07 10:46:46 +00:00
Jose Alonso Cardenas Marquez
879b2b3782 - Update to 5.15.4 2018-06-03 08:14:32 +00:00
Jochen Neumeister
efd7f43798 net-p2p/go-ethereum: Update to 1.8.9
PR:		228590
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
2018-05-30 17:22:12 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Tobias C. Berner
fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Jose Alonso Cardenas Marquez
ae635a951d - Moved ports to Uses/lazarus.mk
- Add FLAVORS

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D14661
2018-05-25 16:31:21 +00:00
Steve Wills
70ad24d5d5 net-p2p/litecoin: update to 0.15.1 2018-05-23 17:17:00 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Alexey Dokuchaev
e252836800 Fix checking of torrents which contain files larger than 2^31 - 1 bytes.
By default it detects file size by fseek()'ing to its end and ftell()'ing
current position, and these functions take `long offset' as an argument.
It is sufficient on 64-bit architectures where sizeof(long) is 8, but not
so on 32-bit ones where it is 4.

Make it work everywhere by building with -DUSE_FTELLO so it uses fseeko(3)
and ftello(3) functions which take `off_t offset'.

Tested on:	i386, powerpc
2018-05-20 10:46:23 +00:00
Akinori MUSHA
3c7a21a89d Add a utility target: maintainer-makesum 2018-05-18 08:35:08 +00:00
Akinori MUSHA
61be877cf6 Rename btsync to rslsync and update it to 2.5.12
PR:		220871
Submitted by:	knu, joshruehlig@gmail.com (MAINTAINER)
2018-05-14 02:55:52 +00:00
Steve Wills
142143e5a7 Bump PORTREVISION on more opencv consumers due to opencv update 2018-05-09 20:27:51 +00:00
Dirk Meyer
b1026e3cb4 - update to miniupnpc 2.1
PR:		228050
Submitted by:	Hung-Yi Chen

- fix python build
- add LICENSE for slave port
- make portlint happier

- bump PORTREVISION on ports using the shared lib
2018-05-09 05:37:54 +00:00
Jan Beich
67a9073255 Drop FreeBSD 10.3 support
Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
2018-05-07 22:29:46 +00:00
Emanuel Haupt
6192ee0648 Update to 2.6.2 2018-05-07 08:04:03 +00:00
Jan Beich
2ba946f46e net-p2p/retroshare: unbreak with ffmpeg 4.0
gui/VideoProcessor.cpp:456:40: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
    if (encoding_codec->capabilities & CODEC_CAP_TRUNCATED)
                                       ^
gui/VideoProcessor.cpp:457:36: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
        encoding_context->flags |= CODEC_FLAG_TRUNCATED;
                                   ^
gui/VideoProcessor.cpp:458:32: error: use of undeclared identifier 'CODEC_FLAG_PSNR'
    encoding_context->flags |= CODEC_FLAG_PSNR;//Peak signal-to-noise ratio
                               ^
gui/VideoProcessor.cpp:459:32: error: use of undeclared identifier 'CODEC_CAP_PARAM_CHANGE'
    encoding_context->flags |= CODEC_CAP_PARAM_CHANGE;
                               ^
gui/VideoProcessor.cpp:552:39: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
    if(decoding_codec->capabilities & CODEC_CAP_TRUNCATED)
                                      ^
gui/VideoProcessor.cpp:553:36: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
        decoding_context->flags |= CODEC_FLAG_TRUNCATED; // we do not send complete frames
                                   ^
gui/VideoProcessor.cpp:555:33: error: use of undeclared identifier 'CODEC_FLAG2_CHUNKS'
    decoding_context->flags2 |= CODEC_FLAG2_CHUNKS;
                                ^

PR:		227726
Reported by:	antoine (via exp-run)
2018-05-02 17:41:01 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Rene Ladan
2a5c72ab87 Drop support for expired security/polarssl13 2018-05-01 19:03:18 +00:00
Kirill Ponomarev
b4528f75af Update to 0.8.898
PR:		227688
Submitted by:	Michiel van Baak <michiel@vanbaak.eu>
Approved by:	maintainer
2018-04-30 09:36:31 +00:00
Koichiro Iwao
5c339975f3 Fix pkg-plist with TEST option
Also,
- Bring BROKEN_powerpc64 earlier to make portlint happy
- Bump PORTREVISION due to plist change

PR:		225349
Submitted by:	meta
Reported by:	John Smith <godevilove@ya.ru>
Approved by:	rezny (maintainer timeout), pi (mentor)
MFH:		2018Q2
2018-04-27 17:14:33 +00:00
Vasil Dimov
02285f7d99 net-p2p/qtum: Upgrade from 0.14.15 to 0.14.16 2018-04-26 16:41:23 +00:00
Fernando Apesteguía
f4dbb6f1b0 Update net-p2p/go-ethereum to 1.8.5
PR:	227711
Reported by:	me@enriquefynn.com (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15188
2018-04-26 16:19:41 +00:00
Emanuel Haupt
fb9e6e8149 Update to 2.5.3 2018-04-23 11:46:00 +00:00
Ryan Steinmetz
78a860e473 - Update to 0.2.0.1067
Approved by:	feld (maintainer)
2018-04-22 19:40:13 +00:00
Sunpoet Po-Chuan Hsieh
f962491120 Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
2018-04-22 18:29:51 +00:00
Wen Heping
4622e1032d - Update to 1.8.4
PR:		227604
Submitted by:	me@enriquefynn.com(maintainer)
2018-04-22 07:34:57 +00:00
Jan Beich
bb994c7daf net-p2p/monero-cli: switch to upstream patch 2018-04-19 07:28:27 +00:00
Jan Beich
1e53503986 Adjust PORTREVISION order to pet portlint after r467711
Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place
when DISTVERSION*FIX is used.
2018-04-18 14:06:09 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00