From 77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 21 May 2005 18:17:12 +0000 Subject: BROKEN on alpha: Does not compile --- www/mod_jk2/Makefile | 4 ++++ www/roxen/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'www') diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index aa7d087..44e7a91 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2 WITH_APACHE2= yes .endif +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + .if ${ARCH} == "sparc64" && !defined(WITH_APACHE2) BROKEN= "Fails to link on sparc64" .endif diff --git a/www/roxen/Makefile b/www/roxen/Makefile index 7127466..f4c3144 100644 --- a/www/roxen/Makefile +++ b/www/roxen/Makefile @@ -37,6 +37,10 @@ post-install: .include +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + .if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 IGNORE= hang .endif -- cgit v1.1