diff options
author | vd <vd@FreeBSD.org> | 2007-10-10 02:42:05 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-10-10 02:42:05 +0800 |
commit | 8cb5bb4ec348dc2cdaededcce70ec83ad301ceeb (patch) | |
tree | 5ef4d3194b574914c342345179ada6a3b64854dd /graphics | |
parent | b21c8f8e5f675996050a4bf766a5014853755923 (diff) | |
download | freebsd-ports-gnome-8cb5bb4ec348dc2cdaededcce70ec83ad301ceeb.tar.gz freebsd-ports-gnome-8cb5bb4ec348dc2cdaededcce70ec83ad301ceeb.tar.zst freebsd-ports-gnome-8cb5bb4ec348dc2cdaededcce70ec83ad301ceeb.zip |
Mark graphics/xaralx with NO_PACKAGE instead of BROKEN, the build on
pointyhat fails due to a filesize limit.
Discussed and advised by linimon@.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index 12af0ed7f0ef..57704379d654 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -63,18 +63,16 @@ PLIST_SUB+= PKGNAMESUFFIX=${PKGNAMESUFFIX} \ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} \ PIXMAPSDIR=${PIXMAPSDIR:S|^${PREFIX}/||} +# building with gcc 4.2 results in libKernel.a becoming 800+ MB +# and hitting the 400 MB file limit on pointyhat +NO_PACKAGE= yes + .include <bsd.port.pre.mk> .if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc" BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH} .endif -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - post-patch: ${REINPLACE_CMD} -E \ -e 's/^Name=Xara Xtreme$$/Name=Xara Xtreme ${PORTVERSION}/' \ |