Alberto Villa
a7daa54c98
- Fix RUN_DEPENDS
...
Reported by: pkg-fallout
2017-01-10 11:41:57 +00:00
Dmitry Marakasov
9d79e7b146
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
...
Approved by: portmgr blanket
2017-01-09 13:16:49 +00:00
Alberto Villa
85c60133c9
- Remove soversion from RUN_DEPENDS
...
Reported by: adamw
2017-01-09 07:00:47 +00:00
Ben Woods
8e1ec2423b
multimedia/plexhometheater: Pet portlint (no-op)
...
- Re-generate patches with makepatch (pet portlint)
- Remove blank lines between BUILD/LIB/RUN_DEPENDS (pet portlint)
- Add LICENSE_FILE
2017-01-08 15:29:22 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3
Add more PLIST_SUB to Mk/Uses/python.mk
...
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION
This change would help:
- Build databases/postgresql*-plpython with Python 3
(It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile
PR: 205807
Differential Revision: https://reviews.FreeBSD.org/D4758
Exp-run by: antoine
2017-01-07 21:42:28 +00:00
Jan Beich
24bce6e056
textproc/hunspell: update to 1.6.0
...
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
2017-01-07 14:43:11 +00:00
Thomas Zander
a5aedafd1a
Update to upstream version 2.8.3
2017-01-07 12:25:47 +00:00
Adam Weinberger
c3142025cd
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
...
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
2017-01-07 01:07:55 +00:00
Jan Beich
59e02117ae
devel/boost-*: update to 1.63.0
...
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
2017-01-06 08:45:03 +00:00
Thomas Zander
73154f5802
Resolve dependency conflicts with www/py-requests; bump PORTREVISION
...
PR: 213999
Submitted by: kaltheat@gmail.com
MFH: 2017Q1
2017-01-05 17:30:55 +00:00
Dmitry Marakasov
7b80c803dd
- Add LICENSE
...
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-01-05 09:01:04 +00:00
Jan Beich
28e7e01df0
Assume "pkg-config zlib" works after 9.x reached EOL
2017-01-03 19:58:37 +00:00
Mathieu Arnold
2664dec570
Upstream moved to GitHub.
...
Reported by: Mark Noirot (upstream)
Sponsored by: Absolight
2017-01-03 18:54:54 +00:00
Mathieu Arnold
d83ff1e42e
Never set WRKSRC when using USE_GITHUB.
...
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
32d56ae68a
Assume "pkg-config zlib" works after 9.x reached EOL
...
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Jan Beich
9e58624042
Drop pre-10.3 support in my ports
...
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
2017-01-03 12:49:39 +00:00
Alberto Villa
97296617e1
- Update to 17.01
...
- Update WWW
This version is just bug fixes plus a Chinese translation for Taiwan
was added.
Reported by: portscout
2017-01-03 11:54:30 +00:00
Thomas Zander
e3c8a23fb6
Unbundle libass from mplayer / mencoder
...
Log:
- Use libass from ports instead of bundled version (this likely
addresses some vulnerabilities since bundled libass is from 2013)
- New default OPTION ASS
- Bump portrevision
Reported by: jbeich
MFH: 2017Q1
2017-01-02 21:15:34 +00:00
Steve Wills
d278c5733f
x11/rubygem-gnome2: update to 3.1.0
...
Update x11/rubygem-gnome2 and friends to 3.1.0
2017-01-01 18:57:52 +00:00
Thomas Zander
90286075f1
Simplify handling of CFLAGS, retire OCFLAGS OPTION
...
Log:
- Remove OCFLAGS option. This is no longer a big topic since all
computationally expensive code is handled via external ffmpeg
libraries now
- Remove BUILD_DEPENDS on yasm. No yasm asm files are compiled
during mplayer / mencoder build process anymore
- Bump PORTREVISION
2017-01-01 18:55:22 +00:00
Thomas Zander
4f39e2c85f
Modernise handling of OPTIMIZED_CFLAGS
...
Log:
- Use vendor-selected OPTIMIZED_CFLAGS
- Add them to OPTIONS_DEFAULT
- Bump PORTREVISION
PR: 215402
Submitted by: jbeich
2017-01-01 18:47:01 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f
Remove BROKEN_FreeBSD_9
...
Approved by: portmgr (blanket)
2017-01-01 03:45:12 +00:00
Rene Ladan
0896b32448
Drop support for Linux Fedora 10 (ports part)
...
games/dsnake only worked with linux-f10
Should fix INDEX
audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Jan Beich
e6f1bc3694
multimedia/mpc-qt: update to 0.0.0.s20161230
...
Changes: 165c793...54b0be7
2016-12-31 16:05:50 +00:00
Alberto Villa
459f6b98b2
- Fix build on FreeBSD 9
...
FreeBSD 10+ has bmake(1) from NetBSD, which ignores stale .depend
entries. To successfully build on older releases, we have to remove
the incriminated file.
2016-12-31 14:28:37 +00:00
Ben Woods
20a3b6c52e
multimedia/emby-server: Update to 3.1.2
...
Changes this release:
https://github.com/MediaBrowser/Emby/releases/tag/3.1.2
2016-12-30 16:27:28 +00:00
Jan Beich
b621c1de4f
multimedia/libass: belatedly bump PORTREVISION after r429876
...
ASS_Style grew in size by |int Justify| member. Old consumers may
not initialize it leading to crashes.
Reported by: Kevin Oberman
2016-12-30 08:08:19 +00:00
Thomas Zander
362a63e294
Log:
...
- Update to upstream snapshot as of 2016-12-28
- Unbundle ffmpeg; uses multimedia/ffmpeg now
- Refactor shared Makefile target
- GNU_CONFIGURE -> HAS_CONFIGURE
Differential Revision: https://reviews.freebsd.org/D8930
2016-12-30 07:28:12 +00:00
Jan Beich
b6b2b31496
multimedia/ffmpeg: restore -L${LOCALBASE}/lib after r428893
...
ld.bfd from devel/binutils by default looks under LOCALBASE/lib. If we
revert to ld.bfd (or even ld.lld) from base the following would happen.
===> Configuring for ffmpeg-3.2.2_2,1
ERROR: gmp not found
Submitted by: marino
2016-12-29 18:46:16 +00:00
Ruslan Makhmatkhanov
e95be89324
multimedia/gpodder: update to 3.9.3
...
- replace feedparser with podcastparser. This change was done upstream in
version 3.9.2, so the current version is broken, and this is why I requesting
MFH.
- add patch to make network detection routine work with wireless interfaces in
FreeBSD
MFH: 2016Q4
2016-12-29 17:54:35 +00:00
Alberto Villa
42a3fb2365
Shotcut is a free, open source, cross-platform video editor for
...
Windows, Mac and Linux. Major features include support for a wide
range of formats; no import required meaning native timeline editing;
Blackmagic Design support for input and preview monitoring; and
resolution support to 4k.
WWW: https://shotcutapp.com
2016-12-29 15:20:17 +00:00
Thomas Zander
3849519a83
Update to upstream version 0.13.5
2016-12-29 08:23:58 +00:00
Alberto Villa
08280fb6f4
WebVfx is a video effects framework that allows video effects
...
(filters, transitions, etc.) to be authored using web technologies
(HTML, CSS, JavaScript, WebGL, etc.) or with Qt Quick QML (a
declarative CSS and JavaScript like language).
WebVfx includes plugins for the MLT open source multimedia framework.
WWW: https://www.mltframework.org/doxygen/webvfx/
2016-12-29 01:47:00 +00:00
Dmitry Marakasov
1cef483223
- Add LICENSE_FILE
...
- Pet portlint
- Fix build on 11+
Approved by: portmgr blanket
2016-12-28 17:50:02 +00:00
Thomas Zander
4ded66481c
Update to upstream version 9.7.1
...
Details:
- Now requires Qt5Concurrent
- Now requires a c++14 compiler
2016-12-28 14:38:08 +00:00
Dmitry Marakasov
cd69e4a20e
Fix daemon inability to bind to the sockey with the following error:
...
http_bindsock: error binding on 127.0.0.1 port 8081
this problem was already fixed upstream.
2016-12-28 13:56:45 +00:00
Dmitry Marakasov
d8cc188d2f
- Add LICENSE
...
- Don't install license with docs
- Remove bogus HAVE_CONFIGURE
- Switch to options helpers
2016-12-28 09:00:59 +00:00
Vanilla I. Shu
c7cfe07041
Update to 17.0.0.
2016-12-28 08:36:21 +00:00
Alberto Villa
5abbcc54eb
- Add dependency on MLT Qt 4 plugin
...
- Bump PORTREVISION
2016-12-28 05:12:46 +00:00
Alberto Villa
7bd5ac5e98
- Split MLT Qt plugins into their own ports [1]
...
- Cleanup the Python slave port [2]
- Bump PORTREVISION.
[1] Ports can now force the dependency on Qt plugin, which is needed
by Kdenlive. Having two different (conflicting) versions will help
with the transition to the KF5-dependent Kdenlive.
[2] Creating slave ports for other SWIG bindings should now be easy.
2016-12-28 05:05:46 +00:00
Ben Woods
2a355c2a1b
multimedia/emby-server: Update to 3.1.1
...
Changes this release:
https://github.com/MediaBrowser/Emby/releases/tag/3.1.1
2016-12-28 04:15:57 +00:00
Dmitry Marakasov
0190983d13
- Remove bogus (in presence of USE_GITHUB) USES=tar*
...
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
2016-12-27 12:20:41 +00:00
Jan Beich
090b73fd90
multimedia/mpv: update to 0.23.0
...
- Since ENCA is gone enable UCHARDET by default
- Reduce maintenance by using the same waf version as bootstrap.py
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.23.0
Approved by: cpm (maintainer)
Differential Revision: https://reviews.freebsd.org/D8912
2016-12-26 14:08:44 +00:00
Dmitry Marakasov
19a0be2914
- Mark broken on FreeBSD 9.x i386
...
- Switch to options helpers
Approved by: portmgr blanket
2016-12-26 08:46:36 +00:00
Dmitry Marakasov
adeac03634
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
...
Approved by: portmgr blanket
2016-12-25 14:23:38 +00:00
Jan Beich
53b0b62678
Mark simplified MIT as ISCL
2016-12-25 08:31:51 +00:00
Jan Beich
fa1dfa7566
multimedia/vapoursynth-l-smash-works: update to 0.0.921
...
Changes: a1a280b...2f9d499
2016-12-25 07:28:58 +00:00
Jan Beich
3ac70fd534
multimedia/x264: update to 0.148.2728
...
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=4d5c8b01a48f72f9c40651e92c39294326a0863f
2016-12-25 07:28:01 +00:00
Thomas Zander
fad92b334d
Chase libdc1394 update. Bump PORTREVISION of dependent ports
2016-12-23 14:24:08 +00:00
Thomas Zander
d24519b18a
Update to upstream version 2.2.5
2016-12-23 14:13:17 +00:00