From 7baa1037357aa89dac0872b7de06327ee546bbee Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 28 Apr 2009 18:40:39 +0000 Subject: Mark not for sparc64 as it turns out that kompozer actually still doesn't run properly there, which doesn't seem to be a problem of a certain binutils or GCC version (see Makefile pre rev. 1.36) though. While at it use NOT_FOR_ARCHS* also for ia64. Reported by: Joseph S. Atkinson Approved by: miwi --- www/kompozer/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 2827e53e201c..92e4124750c3 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -29,17 +29,13 @@ DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \ "${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \ "Application;Network;" true +NOT_FOR_ARCHS= ia64 sparc64 +NOT_FOR_ARCHS_REASON_ia64= does not build +NOT_FOR_ARCHS_REASON_sparc64= crashes in font selection + .include .include "${PORTSDIR}/www/mozilla/Makefile.common" -.if ${ARCH} == "ia64" -BROKEN= does not build -.endif - -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 -.endif - post-patch: @${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/Makefile.in -- cgit