diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 18:33:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 18:33:03 +0800 |
commit | 872576ece7079b842d449d32ba858cb6fd11142e (patch) | |
tree | d856fa64a38f4c91fcc3010fa475f52853008886 /security | |
parent | ef30b42bc7cde2a34f1df90eb75dcdbd3f9e06de (diff) | |
download | freebsd-ports-gnome-872576ece7079b842d449d32ba858cb6fd11142e.tar.gz freebsd-ports-gnome-872576ece7079b842d449d32ba858cb6fd11142e.tar.zst freebsd-ports-gnome-872576ece7079b842d449d32ba858cb6fd11142e.zip |
Mark as only for i386-6.
Based on:
PR: ports/115474
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/shibboleth-sp/Makefile | 7 | ||||
-rw-r--r-- | security/shibboleth2-sp/Makefile | 7 |
2 files changed, 14 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> 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 <bsd.port.post.mk> |