From 73125b7a20f1ef65cdb31ba308dbe804155a9d16 Mon Sep 17 00:00:00 2001 From: Ganael LAPLANCHE Date: Wed, 2 May 2012 07:43:09 +0000 Subject: Mark as BROKEN with Python >= 3.2.3 while waiting for a proper fix. See this thread : http://lists.freebsd.org/pipermail/freebsd-python/2012-April/003978.html Discussed with: erwin --- sysutils/dvdvideo/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/dvdvideo/Makefile b/sysutils/dvdvideo/Makefile index b7a55ed02adc..ac298d3a3d80 100644 --- a/sysutils/dvdvideo/Makefile +++ b/sysutils/dvdvideo/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvdvideo PORTVERSION= 20120126 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils multimedia MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -36,6 +36,10 @@ DVDCSS_LIBVERSION= 3 .include +.if ${PYTHON_REL} >= 323 +BROKEN= bad plist with latest python +.endif + .if defined(WITH_DVDCSS) LIB_DEPENDS+= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss .endif -- cgit v1.2.3