Commit graph

7775 commits

Author SHA1 Message Date
Bryan Drewery
adb5104c6b - Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATA
after r327999 fixed these for stage support

Approved by:	maintainer (bapt)
2013-09-23 15:42:03 +00:00
Baptiste Daroussin
9d3b4b9566 Remove cruft
Reported by:	az
2013-09-23 06:16:05 +00:00
Baptiste Daroussin
b442b62540 Use stage, modernize LIB_DEPENDS 2013-09-23 06:13:32 +00:00
Baptiste Daroussin
adc0325bc8 Use stage 2013-09-23 06:12:57 +00:00
Baptiste Daroussin
54eaea5150 Use stage 2013-09-23 06:12:33 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Kubilay Kocak
4518526cea multimedia/x264: Take maintainership
- Take maintainership
2013-09-21 02:58:29 +00:00
Martin Matuska
e602585c8d Returning maintainership on my multimedia ports to ports@freebsd.org 2013-09-20 21:49:30 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Alex Kozlov
97e5e7dc3d - Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by:	portmgr (bapt)
2013-09-20 10:54:22 +00:00
Sunpoet Po-Chuan Hsieh
ea831540ad - Update to 1.9
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Add LICENSE
  - Cleanup Makefile header

Changes:
- [Fix] VP6 width/height detection
- [Fix] Interpreting invalid data as FLV tag

PR:		ports/182237
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-20 06:34:19 +00:00
Thomas Abthorpe
667d5a45a8 - Update to 2.0.3 2013-09-19 05:15:24 +00:00
William Grzybowski
a4bbc51062 multimedia/py-guessit: update to 0.6.1
- Update to 0.6.1

Changes: https://raw.github.com/wackou/guessit/0.6.1/NEWS.rst
2013-09-18 14:38:15 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Baptiste Daroussin
9f62a1d83d Add an explicit dependency on pkgconf 2013-09-18 08:00:44 +00:00
Juergen Lock
c6a4f22b68 Add LIBSSH2 knob. (default off)
PR:		ports/182166
Submitted by:	pawel
2013-09-17 17:39:21 +00:00
William Grzybowski
d1a0331035 multimedia/cx88: update to 1.4.9
- Update to 1.4.9 [1]
- Convert lib depends to new format

PR:		ports/182132
Submitted by:	Jason Harmening <jason.harmening gmail.com> (maintainer)
2013-09-17 16:18:47 +00:00
William Grzybowski
eafc86cd63 multimedia/libtuner: update to 1.1.1
- Update to 1.1.1, fixes build on CURRENT

PR:		ports/182128
Submitted by:	Jason Harmening <jason.harmening gmail.com> (maintainer)
2013-09-17 16:12:05 +00:00
Erwin Lansing
518f671f6e Mark RESTRICTED instead of NO_CDROM.
Requested by:	core
2013-09-16 06:42:41 +00:00
Andrej Zverev
e47ac01488 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 14:54:36 +00:00
Marcus von Appen
2163b69280 - set CONFLICTS for libav and ffmpeg, since they both install files in
the same location
- bump PORTREVISION, so users can solve the conflict on existing
  installations

Reported by:	kwm@
2013-09-15 08:16:58 +00:00
Marcus von Appen
5c9394ce35 Libav provides cross-platform tools and libraries to convert, manipulate
and stream a wide range of multimedia formats and protocols. It originates
from the FFmpeg codebase, but goes its own way these days, providing its
users with reliable releases and a clear vision how to go forward.

WWW: http://www.libav.org
2013-09-14 21:44:14 +00:00
Rene Ladan
e7f3d9d4ef - Properly fix the "album" and "artist" commands
- Bump PORTREVISION
2013-09-14 20:48:48 +00:00
Ed Schouten
0291358019 Unbreak libxspf on HEAD.
Unlike libstdc++, libc++ does not leak <unistd.h> into the <c*> headers
that examples/read/read.cpp includes. This means that we need to
explicitly include <unistd.h> to get getcwd().
2013-09-14 18:08:03 +00:00
Juergen Lock
c5dfbb4c8c Fix build on recent head with (non-default) PROJM knob. (clang+libc++)
Submitted by:	Gustau Perez i Querol <gustau.perez@gmail.com>
		(via private email)
2013-09-14 14:43:12 +00:00
Sunpoet Po-Chuan Hsieh
4a6e57dd50 - Add missing trailing slash to WWW 2013-09-14 07:43:03 +00:00
Juergen Lock
c2ef816c08 - Fix build on recent head. (cap_rights_t type change in r255219) [1]
- Convert Makefile header.

Reported by:	beefy2 via pkg-fallout [1]
2013-09-13 19:31:56 +00:00
Juergen Lock
34c592d793 Fix build on recent head. (bsdpatch)
Reported by:	beefy2 via pkg-fallout
2013-09-13 19:23:10 +00:00
Juergen Lock
7d8da732bd - Fix bug uncovered by recent clang.
- Bump PORTREVISION.

Reported by:	beefy2 via pkg-fallout
2013-09-13 19:20:11 +00:00
Guido Falsi
42cea4feca - Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)

While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions

Submitted by:	marino [1]
Reported by:	swills, antoine [1]
Submitted by:	bsam [2]
Approved by:	portmgr (bapt, implicit)
2013-09-13 17:14:53 +00:00
Baptiste Daroussin
335c448c1e Adjust OSVERSION properly 2013-09-13 06:18:11 +00:00
Baptiste Daroussin
757526b52c Use clang+libc++ when possible 2013-09-13 06:17:48 +00:00
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
John Marino
72d58e2d78 Add explicit dependency on pkgconf (8 ports) 2013-09-11 17:20:45 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
John Marino
30fb06c870 Add explicit dependency on pkgconf (18 ports) 2013-09-11 16:45:58 +00:00
Mark Felder
871be4db49 - Update to 0.9.8.6.175
Approved by:	swills (mentor)
2013-09-11 11:45:43 +00:00
Rene Ladan
31d132c3df Do not crash on a non-numeric argument to the 'album' or 'artist' command.
Bump PORTREVISION
2013-09-10 21:07:38 +00:00
Rene Ladan
7591188238 Fix some crashes:
- when entering the 'album' or 'artist' command without a parameter
- after displaying the root playlist with 'list'

Bump PORTREVISION
2013-09-10 20:17:11 +00:00
Baptiste Daroussin
b74c9e3309 Add an explicit dependency on pkgconf 2013-09-10 20:01:27 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Juergen Lock
1919fab6ad - Update to 2.0.8 .
- Add subtitle, video, and audio track scrolling to VLC's ncurses.c
  module. [1]
- Add GME knob. (audio/libgme dependency) [2]
- Fix build with clang+libc++. [3]

PR:		ports/181596 [1], ports/181909 [3]
Submitted by:	Cam Karnes <karnes.cameron@gmail.com> [1]
Submitted by:	pawel (on -multimedia) [2]
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>, bapt via pb2 [3]
Obtained from:	vlc upstream git [1]
2013-09-09 18:05:40 +00:00
Bernhard Froehlich
5ceeed9a13 - Add ffmpeg/libav support
- Add libdvbcsa support
- Convert LIB_DEPENDS to new shlib format
- Cleanup CONFIGURE_ENV/CFLAGS/LDFLAGS
- The tvheadend port is mature enough so remove the warnings in pkg-message
- Bump PORTREVISION
2013-09-08 15:03:15 +00:00
Bernhard Froehlich
937a3eebe7 libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm
DVB/CSA - with encryption and decryption capabilities.

As libdvbcsa implements a standard, it is completly legal to use it.

WWW: http://www.videolan.org/developers/libdvbcsa.html
2013-09-08 14:50:34 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Guido Falsi
9f804ea90e Fix build on head after iconv change.
Reported by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Approved by:	portmgr (bapt, implicit)
2013-09-07 14:08:09 +00:00
Sunpoet Po-Chuan Hsieh
36b494255d - Update to 0.4.18
Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-09-07 10:20:20 +00:00