mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Mark as broken on 5.x due to the gcc3.3 import, in this case, the
stricter handling of string continuation across multiple lines. Informed maintainer.
This commit is contained in:
parent
52afb7bc59
commit
c016a6200e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96361
@ -21,6 +21,12 @@ WRKSRC= ${WRKDIR}/${WRKPREFIX}/
|
||||
ALL_TARGET= tac_plus
|
||||
MAN1= tac_plus.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1
|
||||
@ -32,4 +38,4 @@ do-install:
|
||||
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/tac_plus.sh ${PREFIX}/etc/rc.d/tac_plus.sh.sample; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user