diff options
author | riggs <riggs@FreeBSD.org> | 2015-07-03 03:40:15 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-07-03 03:40:15 +0800 |
commit | c2783499b2a7eb36c5b79ac4a9fb033a292dc737 (patch) | |
tree | aba8644b51022cc7b8b513dc973d4d5ade949abe /graphics | |
parent | f50d8705f3dc28e35de2c901ee77c82f85aee480 (diff) | |
download | freebsd-ports-gnome-c2783499b2a7eb36c5b79ac4a9fb033a292dc737.tar.gz freebsd-ports-gnome-c2783499b2a7eb36c5b79ac4a9fb033a292dc737.tar.zst freebsd-ports-gnome-c2783499b2a7eb36c5b79ac4a9fb033a292dc737.zip |
- Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
UPDATING
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bugle/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index fa9ec2e54445..0b0836ece5ae 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -40,6 +40,12 @@ READLINE_CONFIGURE_WITH= readline THREADS_CONFIGURE_ON= --with-threads=pthreads THREADS_CONFIGURE_OFF= --with-threads=single +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MFFMPEG} +BROKEN= Does not build with ffmpeg-2.7 +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|=-lpthread|=-pthread|g' ${WRKSRC}/configure |