This port is also broken on 4.x. It is scheduled for removal on April 21
if it is still broken at that time.
This commit is contained in:
parent
f2cb2ea46f
commit
3e0b4729b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101639
@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= ffmpeg
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2004-04-21
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
@ -199,10 +203,6 @@ pre-everything::
|
||||
.endif
|
||||
.endif # ${ARCH} == i386
|
||||
|
||||
.if ${OSVERSION} > 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.if ${ARCH} == "i386"
|
||||
# install booktree extension
|
||||
|
@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= ffmpeg
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2004-04-21
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
@ -199,10 +203,6 @@ pre-everything::
|
||||
.endif
|
||||
.endif # ${ARCH} == i386
|
||||
|
||||
.if ${OSVERSION} > 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.if ${ARCH} == "i386"
|
||||
# install booktree extension
|
||||
|
Loading…
Reference in New Issue
Block a user