BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2003-10-16 01:57:27 +00:00
parent 2b018847da
commit 8431636b7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91383
2 changed files with 11 additions and 1 deletions

View File

@ -23,6 +23,10 @@ COMMENT?= Adaptation of SGI's Standard Template Library
BROKEN= "Requires /usr/include/wchar.h for compilation"
.endif
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src
PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}
USE_GMAKE= yes

View File

@ -32,6 +32,12 @@ DOCS= apache2mrtg.html index.shtml mailto.js mod_watch.html style.css
DOCS_HTMLIMAGES= apache-header-476-62.png mrpixel.gif mrtg-bar.png \
sun-logo.jpg wave1.jpg
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
${PERL} -pi -e "s@^APXS.*@@" ${WRKSRC}/Makefile
@ -54,4 +60,4 @@ do-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>