diff options
author | marius <marius@FreeBSD.org> | 2009-04-29 02:40:39 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2009-04-29 02:40:39 +0800 |
commit | 7baa1037357aa89dac0872b7de06327ee546bbee (patch) | |
tree | b0b678df806d42ffde97ffd6f75f73a6393be3e0 /www | |
parent | ec52198abe666e1e124a6a4165a1ffbc75764227 (diff) | |
download | freebsd-ports-gnome-7baa1037357aa89dac0872b7de06327ee546bbee.tar.gz freebsd-ports-gnome-7baa1037357aa89dac0872b7de06327ee546bbee.tar.zst freebsd-ports-gnome-7baa1037357aa89dac0872b7de06327ee546bbee.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
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 <bsd.port.pre.mk> .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 |