- Mark BROKEN on CURRENT
Reported by: pointyhat
This commit is contained in:
parent
c313046dd7
commit
b672832d45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213060
2 changed files with 11 additions and 1 deletions
|
@ -25,6 +25,10 @@ MLINKS= star.1 ustar.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
if ${OSVERSION} >= 800032
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.if ${MACHINE_ARCH} != "i386" || ${CC} != "cc"
|
||||
@${LN} -sf i386-freebsd-cc.rul \
|
||||
|
|
|
@ -20,6 +20,12 @@ USE_GMAKE= yes
|
|||
MAKE_ENV= MAKEPROG=${GMAKE} CCOM=${CC}
|
||||
MAN1= srmt.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800032
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.if ${MACHINE_ARCH} != "i386" || ${CC} != "cc"
|
||||
@${LN} -sf i386-freebsd-cc.rul \
|
||||
|
@ -43,4 +49,4 @@ do-install:
|
|||
fi
|
||||
@${CHMOD} u+s ${PREFIX}/sbin/srmt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue