mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add a conditional BROKEN line for 5.x. This port uses the cout.form
operator, which is deprecated in GCC 3, meaning that extensive patches will be necessary to make it work under 5.x.
This commit is contained in:
parent
12d451bcd2
commit
083a9ce257
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71077
@ -21,10 +21,16 @@ MAN1= qmp3check.1 qmp3cut.1 qmp3info.1 qmp3join.1 qmp3report.1 \
|
||||
qwavcut.1 qwavfade.1 qwavheaderdump.1 qwavinfo.1 qwavjoin.1 \
|
||||
qwavsilence.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "does not build on FreeBSD 5.x; cout.form cannot be used with GCC 3.x"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.for F in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${F} ${PREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${F:S/.1//g} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user