aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-11 05:14:31 +0800
committerkris <kris@FreeBSD.org>2005-04-11 05:14:31 +0800
commitec6ed26fd9d1da6be7aa6e5c3641ee7bf0a81ac9 (patch)
treea393220e5b90d90c51b1c801a6eccd158702a810
parent0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc (diff)
downloadfreebsd-ports-graphics-ec6ed26fd9d1da6be7aa6e5c3641ee7bf0a81ac9.tar.gz
freebsd-ports-graphics-ec6ed26fd9d1da6be7aa6e5c3641ee7bf0a81ac9.tar.zst
freebsd-ports-graphics-ec6ed26fd9d1da6be7aa6e5c3641ee7bf0a81ac9.zip
Now builds on sparc64
-rw-r--r--comms/obexapp/Makefile4
-rw-r--r--devel/p5-Net-LibIDN/Makefile4
-rw-r--r--dns/p5-Net-LibIDN/Makefile4
-rw-r--r--editors/lpe/Makefile8
-rw-r--r--japanese/xjman/Makefile4
-rw-r--r--lang/xsb/Makefile4
-rw-r--r--www/mod_snake/Makefile8
7 files changed, 4 insertions, 32 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index b94594a7a16..62fc298a3a0 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -33,8 +33,4 @@ IGNORE= Needs 5.x from 20 Jan 2004 or later (sdpd)
ONLY_FOR_ARCHS= i386
.endif
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-BROKEN= "Does not compile on !x86"
-.endif
-
.include <bsd.port.post.mk>
diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile
index 25afda533be..cef95611e16 100644
--- a/devel/p5-Net-LibIDN/Makefile
+++ b/devel/p5-Net-LibIDN/Makefile
@@ -29,8 +29,4 @@ MAN3= Net::LibIDN.3
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
-.endif
-
.include <bsd.port.post.mk>
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile
index 25afda533be..cef95611e16 100644
--- a/dns/p5-Net-LibIDN/Makefile
+++ b/dns/p5-Net-LibIDN/Makefile
@@ -29,8 +29,4 @@ MAN3= Net::LibIDN.3
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
-.endif
-
.include <bsd.port.post.mk>
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index 61dff34fa95..05a799f2c0c 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -29,10 +29,4 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
MAN1= lpe.1
MANLANG= "" bg cs de es fr pl ru
-.include <bsd.port.pre.mk>
-
-.if ( ${ARCH} == "sparc64" )
-BROKEN= "Does not compile on sparc64 (dynamic lib issues)"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
index 8c0e289a14e..39df3c6b9dc 100644
--- a/japanese/xjman/Makefile
+++ b/japanese/xjman/Makefile
@@ -30,10 +30,6 @@ MANSECS= 1 3 5
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-BROKEN= "Does not compile on !i386 and !amd64"
-.endif
-
post-extract:
.for i in Makefile Makefile.inc
@${CP} ${FILESDIR}/$i ${WRKSRC}
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile
index 1248799585d..7204f8b8c13 100644
--- a/lang/xsb/Makefile
+++ b/lang/xsb/Makefile
@@ -28,8 +28,8 @@ PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
+BROKEN= "Does not compile on !i386 and !sparc64"
.endif
do-build:
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile
index 83c395b6974..5910e00ac42 100644
--- a/www/mod_snake/Makefile
+++ b/www/mod_snake/Makefile
@@ -25,10 +25,4 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs="${APXS}"
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386" && ${ARCH} != "alpha"
-BROKEN= "Doesn't work on 64bit systems, see ports/57523"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>