diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-22 05:55:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-22 05:55:08 +0800 |
commit | 46cb2aeb8c975eed72a92e539d1f62fc8f03beaf (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /chinese | |
parent | e171d3545f3606492ded6952cbf8ed84e7bf6412 (diff) | |
download | freebsd-ports-gnome-46cb2aeb8c975eed72a92e539d1f62fc8f03beaf.tar.gz freebsd-ports-gnome-46cb2aeb8c975eed72a92e539d1f62fc8f03beaf.tar.zst freebsd-ports-gnome-46cb2aeb8c975eed72a92e539d1f62fc8f03beaf.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pyzy/Makefile | 5 | ||||
-rw-r--r-- | chinese/telnet/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index 973fbe45a479..78b1e066ca6f 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -21,8 +21,9 @@ SHEBANG_FILES= data/db/android/create_db.py USE_GNOME= glib20 USE_LDCONFIG= yes -BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 -BROKEN_armv6= Fails to compile: error: constant expression evaluates to -1 +BROKEN_aarch64= fails to compile: constant expression evaluates to -1 +BROKEN_armv6= fails to compile: constant expression evaluates to -1 +BROKEN_powerpc64= fails to compile: narrowing conversion of '-1' from 'int' to 'char' GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-boost diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile index a5d50228d979..f979cee5fce0 100644 --- a/chinese/telnet/Makefile +++ b/chinese/telnet/Makefile @@ -25,7 +25,7 @@ IGNORE= need to build this port with the source code of telnet .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 -BROKEN= does not build +BROKEN= does not build: libtelnet/Makefile: Could not find src.opts.mk .endif BROKEN_DragonFly= does not build |