diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-02 08:47:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-02 08:47:14 +0800 |
commit | ff4764da3989fb9d78ff960ea39172daa22c690a (patch) | |
tree | ce0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /devel/smake | |
parent | b84ac62cf7ef55a343688d9f2c94d0a3827a429b (diff) | |
download | freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.tar.gz freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.tar.zst freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.zip |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/smake')
-rw-r--r-- | devel/smake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile index 19b2be990892..038a16251b35 100644 --- a/devel/smake/Makefile +++ b/devel/smake/Makefile @@ -14,8 +14,8 @@ LICENSE_COMB= multi LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt BROKEN_i386= fails to compile -NOT_FOR_ARCHS= aarch64 armv6 armv7 -NOT_FOR_ARCHS_REASON= unknown rule to build: ./RULES/arm-freebsd-/nxb-bin/usr/bin/cc.rul +NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 +NOT_FOR_ARCHS_REASON= unknown rule to build: ./RULES/<arch>-freebsd-/nxb-bin/usr/bin/cc.rul WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g} |