1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Mark BROKEN everywhere: fails to build

Error log on 9.3:
src/mgui/ffviewer.cpp: In function 'bool SeekSetTime(FFViewer&, double)':
src/mgui/ffviewer.cpp:1123: error: 'struct AVFormatContext' has no member named 'data_offset'
scons: *** [build/src/mgui/ffviewer.o] Error 1

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-11-27 19:22:39 +00:00
parent cbce4a7dba
commit 406024fa91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402491

View File

@ -34,11 +34,7 @@ MAKE_ARGS= DVDREAD_INCLUDE=${LOCALBASE}/include \
CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \
CC="${CC}" CXX="${CXX}"
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
BROKEN= does not build on 10.x+
.endif
BROKEN= does not build
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct
@ -47,4 +43,4 @@ post-install:
cd ${WRKSRC}/docs/man/man1 && ${INSTALL_MAN} bombono-dvd.1 \
mpeg2demux.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>
.include <bsd.port.mk>