Commit graph

11781 commits

Author SHA1 Message Date
Thomas Zander
0cd590839a Add port vor vlc3 until 2.x is deprecated and removed
Differential Revision:	https://reviews.freebsd.org/D14842
2018-09-29 07:31:08 +00:00
Thomas Zander
48ce50200d Register depreciation (2018-12-31)
Details:
- No more upstream support for 2.x and qt4
- Register CONFLICTS with vlc3
- Bump PORTREVISION
2018-09-29 07:26:03 +00:00
Thomas Zander
ab68073203 Update FreeBSD videodev headers in preparation vor vlc3 2018-09-29 07:23:14 +00:00
Thomas Zander
7f507d748d Update to upstream release 27.0.0 2018-09-29 07:09:06 +00:00
Ed Maste
8399ead6f8 Add -znotext to LDFLAGS on i386, for lld
These ports link some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864
Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
2018-09-26 16:12:12 +00:00
Brooks Davis
3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00
Dmitry Marakasov
99fb532082 - Switch to USES=localbase
- Silence patching
- Update WWW
2018-09-26 09:38:31 +00:00
Mark Felder
3915e3ad04 multimedia/plexmediaserver{-plexpass}: Update to 1.13.8.5395
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/234
2018-09-25 15:47:26 +00:00
Serhii (Sergey) Kozlov
f4f6422df2 Change MAINTAINER in my ports to @FreeBSD.org email
Approved By: sbruno
Differential Revision: https://reviews.freebsd.org/D17284
2018-09-23 08:13:44 +00:00
Matthias Andree
d1cfeab07e Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
2018-09-22 10:15:22 +00:00
Mark Linimon
aecf049634 Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-22 05:30:31 +00:00
Steve Wills
721f6caf4b multimedia/din: update to 37a
PR:		231539
Submitted by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
2018-09-21 21:24:05 +00:00
Thomas Zander
fec7912991 Update to upstream snapshot as of 2018-09-20
Details:
- Update to latest upstream snapshot as of 2018-09-20
- Fix build warnings due to USES for gnome and gl
2018-09-21 09:41:54 +00:00
Ed Maste
40d07c6c3c multimedia/x265: add -znotext to LDFLAGS on i386, for lld
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
2018-09-20 18:33:21 +00:00
Steve Wills
a21584456a multimedia/py-PySceneDetect: update to 0.5 2018-09-20 17:25:40 +00:00
Steve Wills
3f0ab2a29e multimedia/gtk-youtube-viewer: Update to 3.5.0
PR:		231478
Submitted by:	Nathan <ndowens@yahoo.com> (maintainer)
2018-09-19 23:48:57 +00:00
Ed Maste
176251159f Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.

Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068

Reported by:	antoine
Approved by:	antoine
2018-09-18 19:20:17 +00:00
Steve Wills
77caf6c3af multimedia/handbrake: Update to 1.1.2
PR:		231276
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
2018-09-18 18:06:15 +00:00
Ed Maste
2bdeb107ae multimedia/openh264: add -znotext to LDFLAGS on i386, for lld
Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
    local symbol in readonly segment; recompile object files with -fPIC

This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17179
2018-09-18 16:06:56 +00:00
Ed Maste
d43312d77a multimedia/xvid: link with -znotext on i386
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864, 230208
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17195
2018-09-18 16:04:19 +00:00
Ed Maste
bef9749811 multimedia/libdv: add -znotext to LDFLAGS on i386, for lld
Example error:

/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
    symbol: dv_vlc_class_index_mask in readonly segment; recompile
    object files with -fPIC
>>> defined in .libs/vlc.o
>>> referenced by .libs/vlc_x86.o:(.text+0xF)

This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17220
2018-09-18 14:53:04 +00:00
Guido Falsi
782ee63898 - Update audaciouss ports to 3.10
- Add explicit FILEWRITER option to control the filewriter plugin
  (enabled by default)
- Group output plugins
- Remove some unnecessary patches
- Modernise and cleanup

PR:		231427
Submitted by:	Nathan <ndowens@yahoo.com>
2018-09-18 14:50:27 +00:00
Ed Maste
635e6cc2e3 Hoist LDFLAGS_${ARCH} logic into bsd.port.mk
Approved by:	portmgr (bapt)
Sponsored by:	The FreeBSD Foundation
2018-09-18 14:48:48 +00:00
Ed Maste
fdb2e51c21 multimedia/libx264: add -znotext to LDFLAGS on i386, for lld
Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_PC32 against
    symbol: gettimeofday in readonly segment; recompile object files
    with -fPIC

This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864, 230214
Reviewed by:	koobs
Approved by:	koobs
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17201
2018-09-18 14:00:44 +00:00
Ed Maste
069892a490 multimedia/openquicktime: add -fPIC to i386 CFLAGS
By default lld disallows relocations in read-only segments; shared
objects should be built as PIC.

PR:		214864
Approved by:	bapt
2018-09-18 13:57:03 +00:00
Mark Linimon
90b93f532a Fix build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:31:51 +00:00
Mark Linimon
2e7f27934a More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:14:23 +00:00
Tobias Kortkamp
7a8c0de6e5 Add SNDIO option to multimedia/audacious-plugins{,-gtk3} 2018-09-18 06:40:32 +00:00
Tobias C. Berner
437aeb55a0 Update KDE Frameworks to 5.50
* net/syndication has become a framework and been moved to net/kf5-syndication.

Exp-run by:	antoine
PR:		231263
2018-09-17 18:45:07 +00:00
Danilo Egea Gondolfo
c46d9f8fd0 - Update to 1.5.15 2018-09-16 18:17:56 +00:00
Ed Maste
08da05bc18 multimedia/xmms: add -znotext to LDFLAGS on i386, for lld
Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
    local symbol in readonly segment; recompile object files with -fPIC

This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
2018-09-15 17:22:04 +00:00
Dmitry Marakasov
7492b17025 - Pet portlint
- Switch to USES=localbase
- Regenerate patches
- Update WWW
2018-09-15 09:38:22 +00:00
Tijl Coosemans
0624cb8040 Bump PORTREVISION for mbedtls update (r479770). 2018-09-14 15:44:40 +00:00
Jan Beich
0f3a05b652 multimedia/ffmpeg: expose libopenmpt after r479565 2018-09-12 04:16:43 +00:00
Sunpoet Po-Chuan Hsieh
dd12505fc9 Update to 18.08.1
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
		https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2018-09-11 19:00:00 +00:00
Sunpoet Po-Chuan Hsieh
febc4ae867 Update to 18.08.1
Changes:	https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
		https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
2018-09-11 18:59:54 +00:00
Sunpoet Po-Chuan Hsieh
c712703fcc Update to 18.08.1 (0.4.37)
Changes:	https://github.com/MediaArea/ZenLib/blob/master/History.txt
2018-09-11 18:59:49 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Mark Felder
e052a81ba0 multimedia/plexmediaserver-plexpass: 1.13.7.5369
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/232
2018-09-11 16:00:35 +00:00
Tobias Kortkamp
dfc143a2a1 multimedia/kodi-devel: Update to 18.0b2 2018-09-10 15:36:42 +00:00
Mathieu Arnold
2cd8808f7d Add NLS option to ports using it but not defining it. 2018-09-10 14:40:53 +00:00
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Tobias C. Berner
60768bf27d Update Qt5 to 5.11.1
Big thanks to
        * brnrd for the libressl patches in net/qt5-network
        * jhale for fixing the bulk load of ports

PR:		230884
Exp-run by:	antoine
2018-09-09 11:12:14 +00:00
Tobias Kortkamp
3e342e62b8 Cleanup multimedia/gxine
- Add NLS option
- Drop GNOME option which does not do anything anymore without
  gnome-screensaver which was removed in 2014
- Fix build of LIRC option

Submitted by:	ndowens@yahoo.com
Reviewed by:	mat, tobik
Differential Revision:	https://reviews.freebsd.org/D16978
2018-09-07 17:16:02 +00:00
Adriaan de Groot
023390aaa6 Update the current KDE Applications to 18.08.1, the latest release.
https://www.kde.org/announcements/announce-applications-18.08.1.php

The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.

Submitted by:	tcberner
2018-09-06 21:06:47 +00:00
Steve Wills
e741ebaae5 multimedia/py-soco: update to 0.16
PR:		231168
Submitted by:	Conall O'Brien <conall@conall.net> (maintainer)
2018-09-06 19:27:37 +00:00
Sunpoet Po-Chuan Hsieh
29632fcc45 Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		231007
Exp-run by:	antoine
2018-09-05 22:01:55 +00:00
Ed Maste
46afeb65cb Revert r479024 due to build breakage
PR:             230214
2018-09-05 14:48:12 +00:00
Ed Maste
43daaf5913 multimedia/libx264: set LLD_UNSAFE for i386 and armv7
libx264 has relocations against readonly segment(s) and lld exits with
an error suggesting recompiling with -fPIC.  As this may introduce a
performance impact, for now just fall back to GNU ld.bfd.

PR:		230214
Approved by:	koobs (maintainer)
MFH:		2018Q3
2018-09-05 14:15:28 +00:00