aboutsummaryrefslogtreecommitdiff
path: root/security/shibboleth-sp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 10:33:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 10:33:03 +0000
commit9bc52272d3acb4f076652bc4b87b0145a29f6202 (patch)
tree41319b792aad35f144eb8eb6b98a41f332da5f4c /security/shibboleth-sp
parent4077815d30a8f7b46fe5530c6fef88ac7e64ad31 (diff)
downloadports-9bc52272d3acb4f076652bc4b87b0145a29f6202.tar.gz
ports-9bc52272d3acb4f076652bc4b87b0145a29f6202.zip
Mark as only for i386-6.
Based on: PR: ports/115474 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=200457
Diffstat (limited to 'security/shibboleth-sp')
-rw-r--r--security/shibboleth-sp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile
index 710cdd5fe0f1..8ba441551a7a 100644
--- a/security/shibboleth-sp/Makefile
+++ b/security/shibboleth-sp/Makefile
@@ -38,4 +38,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|/run|/run/shibboleth|' ${WRKSRC}/configs/Makefile.in
@${REINPLACE_CMD} -e 's|/doc/|/share/doc/|' ${WRKSRC}/doc/Makefile.in
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile; author is investigating
+.endif
+
.include <bsd.port.post.mk>