summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
commitc2bc6db2db27f1eceeb621c090b12d958fceced4 (patch)
tree88334cf3909d2e3fcaad36f3f03e487d6acb24da
parent- This also need pear-PEAR. (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=104617
-rw-r--r--chinese/libtabe/Makefile4
-rw-r--r--devel/ossp-l2/Makefile6
-rw-r--r--irc/ircd-ru/Makefile8
-rw-r--r--irc/tr-ircd/Makefile4
-rw-r--r--japanese/ne/Makefile8
-rw-r--r--net/ossp-sa/Makefile8
6 files changed, 35 insertions, 3 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
index 95ea923107bc..5613b24b9efe 100644
--- a/chinese/libtabe/Makefile
+++ b/chinese/libtabe/Makefile
@@ -39,6 +39,10 @@ CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db2
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-fetch:
.if !defined(USE_DB2)
@${ECHO} --
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile
index 57187ae3b49a..0d5296ed2e54 100644
--- a/devel/ossp-l2/Makefile
+++ b/devel/ossp-l2/Makefile
@@ -22,5 +22,11 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
.include "${FILESDIR}/manpages.mk"
+
.include <bsd.port.post.mk>
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile
index 6ebf51001e36..d925efc60a5d 100644
--- a/irc/ircd-ru/Makefile
+++ b/irc/ircd-ru/Makefile
@@ -61,6 +61,12 @@ CONFIGURE_ARGS+=--enable-dnsbl
CONFIGURE_ARGS+=--enable-select
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-build:
@${ECHO_MSG} ""
@${ECHO_MSG} "NOTE:"
@@ -79,4 +85,4 @@ post-install:
@${CHOWN} -R ircd:ircd /var/run/ircd-ru
@cat ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index a0eca603e56d..95f0c47c2863 100644
--- a/irc/tr-ircd/Makefile
+++ b/irc/tr-ircd/Makefile
@@ -41,6 +41,10 @@ CONFIGURE_ARGS+=--enable-small-nets
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--enable-ipv6
.endif
diff --git a/japanese/ne/Makefile b/japanese/ne/Makefile
index 4bdbc0441d0e..1a7d07a0f730 100644
--- a/japanese/ne/Makefile
+++ b/japanese/ne/Makefile
@@ -20,6 +20,12 @@ MANLANG= ja
DOCS= BUGS.jp CHANGES.jp HISTORY.jp INSTALL.jp README.jp TODO.jp
MAKE_ENV= LANG=${MANLANG}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ne
@@ -28,4 +34,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile
index b6fb4d336528..5cd986324072 100644
--- a/net/ossp-sa/Makefile
+++ b/net/ossp-sa/Makefile
@@ -22,4 +22,10 @@ USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
MAN3+= sa.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
+.include <bsd.port.post.mk>