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
This commit is contained in:
parent
2c0e73a187
commit
73125b7a20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295848
1 changed files with 5 additions and 1 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 323
|
||||
BROKEN= bad plist with latest python
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DVDCSS)
|
||||
LIB_DEPENDS+= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue