mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark broken on 4.x
PR: 95578
This commit is contained in:
parent
f448f2938c
commit
40b33e8f04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159304
2 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
|
WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
|
||||||
|
|
||||||
|
# In opal's Makefile the default make's target is optshared
|
||||||
ALL_TARGET= optshared
|
ALL_TARGET= optshared
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_AUTOTOOLS= autoconf:259
|
USE_AUTOTOOLS= autoconf:259
|
||||||
|
@ -32,6 +33,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
|
||||||
|
.endif
|
||||||
|
|
||||||
.ifdef (WITH_FFMPEG)
|
.ifdef (WITH_FFMPEG)
|
||||||
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
||||||
CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
|
CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
|
||||||
|
|
|
@ -20,6 +20,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
|
WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
|
||||||
|
|
||||||
|
# In opal's Makefile the default make's target is optshared
|
||||||
ALL_TARGET= optshared
|
ALL_TARGET= optshared
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_AUTOTOOLS= autoconf:259
|
USE_AUTOTOOLS= autoconf:259
|
||||||
|
@ -32,6 +33,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
|
||||||
|
.endif
|
||||||
|
|
||||||
.ifdef (WITH_FFMPEG)
|
.ifdef (WITH_FFMPEG)
|
||||||
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
||||||
CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
|
CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
|
||||||
|
|
Loading…
Add table
Reference in a new issue