diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
commit | 0dad469ebecc7feb15d8acf58c45e5fc4c62829b (patch) | |
tree | 4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /graphics | |
parent | a1030d0a8021a1b0b60672b327ac3b4d985f1963 (diff) | |
download | freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.gz freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.zst freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/code-eli/Makefile | 3 | ||||
-rw-r--r-- | graphics/cptutils/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index e14d1a714688..20bc3820fc02 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -33,7 +33,8 @@ DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen DOXYGEN_ALL_TARGET= doc DOXYGEN_PORTDOCS= html latex -BROKEN_armv6= Fails to compile: undefined reference to cbrtl +BROKEN_armv6= fails to compile: undefined reference to cbrtl +BROKEN_powerpc64= fails to compile: there are no arguments to 'printf' that depend on a template parameter post-patch-EXAMPLES-off: ${REINPLACE_CMD} \ diff --git a/graphics/cptutils/Makefile b/graphics/cptutils/Makefile index 31054e269b90..84f6621472ce 100644 --- a/graphics/cptutils/Makefile +++ b/graphics/cptutils/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= gengetopt:devel/gengetopt \ LIB_DEPENDS= libjansson.so:devel/jansson \ libpng.so:graphics/png +BROKEN_powerpc64= fails to build: grd5read.c: \#pragma GCC diagnostic not allowed inside functions + USE_GITHUB= yes GH_ACCOUNT= jjgreen |