Commit graph

8175 commits

Author SHA1 Message Date
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Thomas Abthorpe
e75ba5211b - Support STAGEDIR
- Thanks to antoine@ who did all the real work to clean this up

Submitted by:	antoine
2014-01-21 13:53:43 +00:00
Grzegorz Blach
f71d3beb84 - Remove OPTIONS_DEFAULT=SMB, this line was only for testing purposes. 2014-01-20 18:40:57 +00:00
Grzegorz Blach
fa07010222 - Update to 0.3.3
- Fix build when devel/talloc is installed
2014-01-20 18:38:14 +00:00
Dmitry Marakasov
83a19eb528 - Mark BROKEN, DEPRECATED and set EXPIRATION_DATA: the app segfaults and is unusable, upstream development ceased
PR:		177327
Submitted by:	Luke <lukek@rogers.com>
2014-01-20 01:40:41 +00:00
Rusmir Dusko
cbc37d463e - Update to 3.0.9
- Change license GPLv3 to ART20 GPLv3
- Change dependencies according to Build.PL,
  and add net/p5-Socket
- Add DOCS Option
- Add CLI to defualt Options
- Support STAGEDIR and add OPTIONS_SUB
- Remove obsolete REINPLACE_CMD after changes Build.PL
- Break lines around 80 characters
- Symlink the icon and Desktop entry file

Reviewed by:	horia
2014-01-20 01:24:53 +00:00
Martin Wilke
088cc466d0 - Fix build with clang
PR:		185330
Submitted by:	ports fury
2014-01-19 13:44:36 +00:00
Thomas Zander
d25214b38d - Stagify
- Use new LIB_DEPENDS format
- Detect awk properly

Approved by:	portmgr (implicit, blanket), thierry (mentor)
2014-01-17 21:38:50 +00:00
Pietro Cerutti
56cd15615a - Fix build by linking against libcrypto 2014-01-17 17:07:23 +00:00
Martin Wilke
e069ca2802 - Update to 2.6.1
PR:		180703
Submitted by:	ports fury
2014-01-17 16:52:55 +00:00
Max Brazhnikov
32b81de694 - Update to 0.7.4
- Fix build with non-default options
- Remove obsolete patch (CMAKE_INSTALL_RPATH_USE_LINK_PATH is now set globally)

PR:		ports/185219
Submitted by:	RyoTa SimaMoto (maintainer)
2014-01-17 16:00:09 +00:00
Jimmy Olgeni
060e35f91c Unbreak on FreeBSD 10. 2014-01-17 13:31:29 +00:00
Pietro Cerutti
9fa2614546 - Convert to USES=tk
- STAGE-clean
2014-01-17 11:28:38 +00:00
Juergen Lock
6a305cc3e4 Sync with multimedia/xbmc-addon-pvr update. 2014-01-16 23:30:59 +00:00
Bernhard Froehlich
7b2ddadce3 - Update to github master rev 9021115 to work with updated multimedia/xbmc
Submitted by:	Antoine Brodin <antoine@FreeBSD.org>
2014-01-16 21:45:46 +00:00
Thomas Zander
a3d52bd9db Fix build problem (subtitler looks for freetype headers in the wrong dir)
PR:		ports/185248
Submitted by:	Kevin Oberman <rkoberman@gmail.com>
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer), thierry (mentor)
2014-01-16 20:03:32 +00:00
Mark Felder
0101c45d3d Mark BROKEN on 10.0+. Bundled python missing patch
Approved by:	swills (mentor, implicit)
MFH:	2014Q1
2014-01-16 15:46:00 +00:00
Pawel Pekala
afc02a1dff Fix build after last commit, QMAKE_ARGS contains $(..) shell invocations
which are interpreted by gmake as variables, escape them.

MFH:		2014Q1
2014-01-15 20:41:46 +00:00
Grzegorz Blach
2d1a99cef5 - Update to 0.3.2 2014-01-15 12:07:20 +00:00
Emanuel Haupt
4b4a4ea94f Update to 6.7.0
Changelog:
http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
http://www.bunkus.org/blog/
2014-01-14 10:06:44 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Rene Ladan
1f0dd45ffd - Also apply shebangfix to files installed in PREFIX/bin
- Bump PORTREVISION

Submitted by:	antoine
2014-01-12 23:24:30 +00:00
Rene Ladan
a88aa94419 - Fix playback by updating to latest GitHub version
- Fix QA targets:
  - apply shebangfix to spotify_web/spotify.py
  - do not compile files for ${PREFIX}/bin [1]
- Bump PORTREVISION

Discussed at:	#freebsd-python [1]
2014-01-12 22:59:06 +00:00
Antoine Brodin
393b3728ac - Update to 13.0 Alpha 11
- Remove external FFMPEG support, xbmc needs a patched one
- New option XRANDR (requested by nox)

PR:		ports/184021
PR:		ports/185466
PR:		ports/185475
Submitted by:	Mickael Maillot (maintainer)
2014-01-12 16:54:01 +00:00
Ashish SHUKLA
a04d8f3d28 - Fix breakage on 9-STABLE due to GCC changes in r260075
PR:		ports/185657
Submitted by:	Helge Oldach <ports-libvpx-jan14 at oldach.net>
2014-01-12 16:08:27 +00:00
Baptiste Daroussin
6fadca7ae4 Switch to lua 5.2 2014-01-12 15:18:33 +00:00
Bernhard Froehlich
0d64ed1ae4 - Add missing DISTNAME which was forgotten in previous commit
Submitted by:	pkg-fallout
Pointyhat to:	decke
2014-01-10 21:11:36 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Ashish SHUKLA
60f674b64a - Update to 1.3.0
- Use distfile provided by Debian
- Add dependency on GCC from ports when building on 8.x (amd64) due
  to code generation issue with built-in GCC

PR:		ports/185212
Submitted by:	Jan Beich <jbeich at tormail.org>
2014-01-09 11:30:53 +00:00
Rusmir Dusko
e6c572b764 - Support STAGEDIR
- Add DOCS Option
- Change pkg-plist, remove DOCS
2014-01-07 19:48:48 +00:00
Max Brazhnikov
ba079c9d30 Add port for Qt Designer plugin for Phonon 2014-01-07 10:46:31 +00:00
Max Brazhnikov
1527bd924f - Convert to USES=qmake
Approved by:	maintainer
2014-01-06 16:18:18 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Jimmy Olgeni
b7921e5526 Add staging support. 2014-01-06 11:01:05 +00:00
Andrej Zverev
cdc0ff7798 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:14:19 +00:00
Andrej Zverev
d7a605a2ef - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:20:02 +00:00
Bernhard Froehlich
3050a079df - Remove traces to my fork on github and fallback to MASTER_SITES.
We will switch to the official tvheadend repository with the next update.
2014-01-04 21:25:31 +00:00
Rene Ladan
ceef4a45c4 Remove expired ports:
2014-01-04 net-im/xfce4-messenger-plugin: Deprecated and no update for 7 years
2014-01-04 multimedia/xfce4-media: Upstream development dead, use multimedia/xfce4-parole instead
2014-01-04 11:53:30 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Marcus von Appen
003c3fd620 - Unbreak build with the new freetype version
- Add X11GRAB option
- Rename V4L2 option to V4L
2014-01-02 10:17:37 +00:00
Tilman Keskinoz
9c913b50d2 New years resolution: Reduce the number of ports i maintain, but don't use 2014-01-02 09:15:39 +00:00
Koop Mast
330437c238 Remove left over directory.
Submitted by:	QaT
2014-01-01 09:07:27 +00:00
Rene Ladan
c7dbe51927 Remove multimedia/linux-ov511-kmod, it is broken and according to the SVN log
only for FreeBSD up to 7.X
2013-12-31 19:23:40 +00:00
Juergen Lock
3b6920e741 Deprecate: Depends on expired multimedia/xbmc-pvr.
PR:		ports/185368
Submitted by:	rene
2013-12-31 17:57:25 +00:00
Koop Mast
b5c929033a Deprecate and mark for expire.
Not developed since 2009 and declared dead upstream in 05 08 2013.
2013-12-30 22:49:33 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Koop Mast
2dba4b6fda Update to 1.2.2.
Remove vaapi from plugin list in bsd.gstreamer.mk it accidently snuck in.

Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-December/045238.html
2013-12-30 12:56:11 +00:00
Mark Felder
9dcaf5d01a Update to 0.9.8.18.290
Approved by:		swills (mentor)
2013-12-30 02:21:31 +00:00
Baptiste Daroussin
84ff337b02 Support stage 2013-12-28 16:37:41 +00:00