mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Mark IGNORE for versions of FreeBSD before than 8.0. The version of
the sound subsystem on those is just too incomplete. PR: 156983
This commit is contained in:
parent
2297c4042d
commit
290d1d4127
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274147
@ -114,8 +114,8 @@ CONFIGURE_ARGS+= --without-openal
|
||||
RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 603000
|
||||
IGNORE= fails to properly work on versions of FreeBSD before 6.3
|
||||
.if ${OSVERSION} < 800000
|
||||
IGNORE= lacks required sound support on FreeBSD before 8.0
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -114,8 +114,8 @@ CONFIGURE_ARGS+= --without-openal
|
||||
RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 603000
|
||||
IGNORE= fails to properly work on versions of FreeBSD before 6.3
|
||||
.if ${OSVERSION} < 800000
|
||||
IGNORE= lacks required sound support on FreeBSD before 8.0
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user