Mark Linimon
4bead65980
Previous commit should have been for armv6.
...
Note: the last release of this code was 2012. Remember to take some
antacids if you try to read this code.
Approved by: portmgr (tier-2 blanket)
2017-03-01 01:47:30 +00:00
Jose Alonso Cardenas Marquez
5230cebbff
- Fix build
2017-02-28 13:30:50 +00:00
Ben Woods
7f22de1ade
multimedia/emby-server: Update to 3.2.5
...
Changes this release:
https://github.com/MediaBrowser/Emby/releases/tag/3.2.5
2017-02-28 12:57:38 +00:00
Mathieu Arnold
8f570a803c
Fix USE_GITHUB's GH_TAGNAME usage.
...
Sponsored by: Absolight
2017-02-28 08:33:44 +00:00
Mark Felder
14d4d635e5
multimedia/plexmediaserver{-plexpass}: Add option for Plex Relay
...
Plex Relay is a process which allows remote access to your Plex server
behind restrictive firewalls by proxing through the cloud. If you do not
want your Plex server to be available publicly or only under strict
firewall rules you can disable this port option to prevent the binary
from being installed.
Submitted by: zi
2017-02-28 01:52:03 +00:00
Dmitry Marakasov
4b4e000712
- lincese
...
- Add missing USES=jpeg
- Regenerate patches
2017-02-27 12:51:52 +00:00
Dmitry Marakasov
9bf00ee878
- Add LICENSE
...
- Regenerate patches
2017-02-27 12:51:06 +00:00
Jose Alonso Cardenas Marquez
4cafc7579e
- Bump PORTREVISION. Freepascal was updated
2017-02-26 17:51:43 +00:00
Mark Linimon
89d2c5da0e
Mark various ports as broken on armv6: invokes x86 asm.
...
Approved by: portmgr (tier-2 blanket)
2017-02-26 12:56:41 +00:00
Muhammad Moinur Rahman
aadfdee0e0
multimedia/py-tvnamer: Update version 2.3=>2.4
...
- Mark NO_ARCH
2017-02-26 11:14:17 +00:00
Ben Woods
ef6a85cd32
multimedia/emby-server: Update to 3.2.4
2017-02-25 18:21:04 +00:00
Ben Woods
bc139dc7cf
multimedia/emby-server: Update to 3.2.3
...
Changes this release:
https://github.com/MediaBrowser/Emby/releases/tag/3.2.3
2017-02-25 14:37:24 +00:00
Dmitry Marakasov
a449f36540
- Add LICENSE
...
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-24 09:01:40 +00:00
Carlos J. Puga Medina
317b4cfa10
Mark deprecated and set to expire at 2017-03-25
...
MPlayer2 development stopped back in 2013. mpv was forked of mplayer2
and effectively its successor.
Discussed with: lme by email
2017-02-24 01:13:11 +00:00
Carlos J. Puga Medina
23cfa4834a
- Update to 11.8
...
- Add LICENSE
- Silence explictly called command
PR: 216769
Submitted by: Demetris Procopiou (maintainer)
2017-02-24 00:13:45 +00:00
Guido Falsi
b13dda510e
- Update multimedia/libva to 1.7.3
...
- Update multimedia/libva-intel-driver to 1.7.3
- Both project moved to github
2017-02-23 14:27:40 +00:00
Jan Beich
ab73167615
multimedia/mpc-qt: update to 0.0.0.s20170221
...
Changes: 54b0be7...1aee565
2017-02-22 02:29:19 +00:00
Mark Felder
7caf106752
multimedia/plexmediaserver-plexpass: Update to 1.4.2
...
Changelog: https://forums.plex.tv/discussion/comment/1376437/#Comment_1376437
2017-02-21 13:51:30 +00:00
Dmitry Marakasov
799c75736b
- Add LICENSE
...
- Don't install license with docs
- Switch to options helpers
- Pet portlint
2017-02-21 09:01:34 +00:00
Thomas Zander
488f7f5cdd
Chase libass runtime fix r434477; bump PORTREVISION on consumers
...
PR: 216837
Reported by: cpm
MFH: 2017Q1
2017-02-20 18:00:05 +00:00
Thomas Zander
cff69eae2c
Fix stack alignment on i386, may cause runtime crashes
...
PR: 216837
Submitted by: cpm
MFH: 2017Q1
2017-02-20 17:51:19 +00:00
Dmitry Marakasov
64ca64fa0f
- Add LICENSE
...
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
- Pet portlint
2017-02-20 09:01:38 +00:00
Mikhail Teterin
d2711f4ea6
Upgrade PORTREVISION because, ah, x265 was upgraded and now
...
installs a shared-library with a newer major-number.
Requested by: jbeich
2017-02-18 21:35:20 +00:00
Tobias C. Berner
01128f34c7
Update KDE Frameworks to 5.31
...
* New port: x11-toolkits/kirigami2
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Tobias C. Berner
f3c180c343
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
...
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Mikhail Teterin
748a0f2465
Upgrade from 2.2 to 2.3.
2017-02-18 19:42:23 +00:00
Sunpoet Po-Chuan Hsieh
09834e5309
Update WWW
2017-02-18 16:09:32 +00:00
Sunpoet Po-Chuan Hsieh
471e11e044
Update WWW
2017-02-18 16:09:28 +00:00
Sunpoet Po-Chuan Hsieh
798bcc77b1
Update RUN_DEPENDS
...
- While I'm here, update WWW
- Bump PORTREVISION for dependency change
PR: 200337
Reported by: olivierd
2017-02-18 16:09:23 +00:00
Sunpoet Po-Chuan Hsieh
f2d72da4df
Update PORTSCOUT and WWW
2017-02-18 16:09:19 +00:00
Sunpoet Po-Chuan Hsieh
dec6122391
Update PORTSCOUT and WWW
2017-02-18 16:09:14 +00:00
Sunpoet Po-Chuan Hsieh
23875b6342
Update PORTSCOUT and WWW
2017-02-18 16:09:10 +00:00
Thomas Zander
8215c086e5
Chase wavpack update: bump PORTREVISION on ports linking to it by default
...
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
2017-02-18 15:23:53 +00:00
Raphael Kubo da Costa
b1b5d1a690
Add upstream patch to fix the build with the SKINS option after r434332.
...
PR: 217051
2017-02-18 15:11:37 +00:00
Thomas Zander
96551d6b4d
Use c++11 by default, in preparation for Qt 5.7.1 update
...
PR: 217051
Submitted by: rakuco
2017-02-18 08:20:45 +00:00
Jan Beich
d57f72f5c8
multimedia/kvazaar: update to 1.1.0
...
Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.1.0
ABI: https://people.freebsd.org/~jbeich/compat_reports/kvazaar/1.0.0_to_1.1.0/compat_report.html
MFH: 2017Q1
2017-02-17 23:32:24 +00:00
Jan Beich
b45599bba8
multimedia/x265: always build shared library with -fPIC
...
This should unbreak build on sparc64, powerpc64 and reduce text
relocations on i386.
2017-02-17 23:32:09 +00:00
Mathieu Arnold
b9ee513e08
There were a few others _FreeBSD_9 things around.
...
Sponsored by: Absolight
2017-02-17 16:54:34 +00:00
Kevin Lo
a9906944ca
Update to 0.2.2.13
2017-02-17 00:44:28 +00:00
Tijl Coosemans
d3aa620b91
- Add --enable-pic to CONFIGURE_ARGS. It eliminates text relocations in
...
shared libraries. This only affects i386 because it is already the
default on other architectures.
- Enable verbose build.
2017-02-16 16:17:05 +00:00
Tobias Kortkamp
98058b8684
Update MAINTAINER to tobik@FreeBSD.org for my ports
...
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00
Kevin Lo
011dade4bd
Update to 0.2.2.12
2017-02-15 05:48:28 +00:00
Tijl Coosemans
8f3d6a3309
- Simply enable pic for all architectures. Upstream configure already does
...
that in most cases.
- Enable verbose build.
2017-02-14 20:33:44 +00:00
William Grzybowski
9375e1cb42
multimedia/py-guessit: update to 2.1.1
...
PR: 217059
Submitted by: Andrej Ebert
2017-02-14 18:48:25 +00:00
Sunpoet Po-Chuan Hsieh
063184211b
Add missing LIB_DEPENDS
...
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
2017-02-14 14:33:12 +00:00
Sunpoet Po-Chuan Hsieh
5bf1a03ff2
Add LICENSE_FILE
2017-02-14 14:33:08 +00:00
Sunpoet Po-Chuan Hsieh
eba29a4788
Update LICENSE
2017-02-14 14:33:03 +00:00
Sunpoet Po-Chuan Hsieh
aa9f6471f8
Update LICENSE
2017-02-14 14:32:58 +00:00
Sunpoet Po-Chuan Hsieh
5594426659
Update LICENSE and add LICENSE_FILE
2017-02-14 14:32:53 +00:00
Mark Felder
ac64959bf2
multimedia/plexmediaserver-plexpass: Update to 1.4.1
...
Changelog: http://forums.plex.tv/discussion/comment/1370306/#Comment_1370306
2017-02-14 14:26:14 +00:00