From 8431636b7ccbd518acde913ee6432450ec082499 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 16 Oct 2003 01:57:27 +0000 Subject: BROKEN on 5.x: does not compile --- devel/stlport/Makefile | 4 ++++ www/mod_watch/Makefile | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 5dd7c2f5c875..8a0b616fefa8 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -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 diff --git a/www/mod_watch/Makefile b/www/mod_watch/Makefile index ae906ed673e7..8ede7d7a152c 100644 --- a/www/mod_watch/Makefile +++ b/www/mod_watch/Makefile @@ -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 + +.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 +.include -- cgit v1.2.3