diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-29 13:44:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-29 13:44:25 +0800 |
commit | c169a2a42431af230795359645b7d3cf93535462 (patch) | |
tree | 0042eed23a115cfecb4825842c4e68312f6d8ebc /lang/harbour | |
parent | 7945e47fc386d3c0c9bece136747a323b65f4027 (diff) | |
download | freebsd-ports-gnome-c169a2a42431af230795359645b7d3cf93535462.tar.gz freebsd-ports-gnome-c169a2a42431af230795359645b7d3cf93535462.tar.zst freebsd-ports-gnome-c169a2a42431af230795359645b7d3cf93535462.zip |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/harbour')
-rw-r--r-- | lang/harbour/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index e5fd15d68966..e2356533cf45 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -10,15 +10,13 @@ MASTER_SITES= SF/${PORTNAME}-project/source/${PORTVERSION} MAINTAINER= m.tsatsenko@gmail.com COMMENT= Open source Clipper-compatible compiler -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libslang.so:devel/libslang2\ libpcre.so:devel/pcre BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= does not compile on sparc64: assertion failed +BROKEN_powerpc64= does not build: clang: Command not found +BROKEN_sparc64= does not compile on sparc64: assertion failed PORTDOCS= *.txt *.hbd NEWS INSTALL TODO COPYING ChangeLog |