summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-17 23:00:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-17 23:00:55 +0000
commit3d926a8789427d9b0fdddcd698e78a84a5484aea (patch)
treeca658c840d0fcdf928949765717cec0b5263adb8 /sysutils
parent- Fix a bug in mod_ssl. When client aborts connection, mod_ssl still try (diff)
ffmpeg-0.4.9 has changed its API.
Mark broken untill a fix is found. Reported by: kris via pointyhat.
Notes
Notes: svn path=/head/; revision=124336
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xvidcap/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile
index 02f749eb9236..7a495490c647 100644
--- a/sysutils/xvidcap/Makefile
+++ b/sysutils/xvidcap/Makefile
@@ -18,6 +18,8 @@ COMMENT= Capture your X display to individual frames or MPEG video
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
RUN_DEPENDS= animate:${PORTSDIR}/graphics/ImageMagick
+BROKEN= "Does not compile with ffmpeg-0.4.9.p1"
+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \