From 872576ece7079b842d449d32ba858cb6fd11142e Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Sep 2007 10:33:03 +0000 Subject: Mark as only for i386-6. Based on: PR: ports/115474 Submitted by: maintainer --- security/shibboleth-sp/Makefile | 7 +++++++ security/shibboleth2-sp/Makefile | 7 +++++++ 2 files changed, 14 insertions(+) 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 diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 710cdd5fe0f1..8ba441551a7a 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-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 -- cgit