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 /cad/libopencad | |
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 'cad/libopencad')
-rw-r--r-- | cad/libopencad/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile index 4778aaeb3bf8..438ac7621580 100644 --- a/cad/libopencad/Makefile +++ b/cad/libopencad/Makefile @@ -12,6 +12,9 @@ COMMENT= Library which provides a way to read/write CAD (DWG/DXF/DXFB) files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv6= fails to compile: cadheader.cpp: ambiguous conversion for functional-style cast from 'time_t' to 'CADVariant' +BROKEN_powerpc64= fails to compile: r2000.cpp: 'to_string' was not declared in this scope + USE_GITHUB= yes GH_ACCOUNT= sandyre |