- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:	pointyhat
This commit is contained in:
Martin Wilke 2010-03-20 13:38:17 +00:00
parent ddb8804c0f
commit 9d2eb43f70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251268
2 changed files with 11 additions and 1 deletions

View file

@ -31,4 +31,8 @@ post-install:
CFLAGS+= -fPIC
.endif
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>

View file

@ -27,6 +27,12 @@ DOCS= package/CHANGES package/COPYING package/README \
CONFIG= etc/freebsd/1 etc/2 etc/freebsd/3 etc/freebsd/ctrlaltdel \
etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
do-configure:
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
@ -52,4 +58,4 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>