diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-20 20:02:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-20 20:02:07 +0800 |
commit | 56d511a435a8db91cbb7081bd0f4fb30317ea7a2 (patch) | |
tree | f214fd97b3e397fb90830db2b455ad9033c3e640 /science | |
parent | 4770a591dedae73a35dfec66e21ed33765da0890 (diff) | |
download | freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.tar.gz freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.tar.zst freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.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 'science')
-rw-r--r-- | science/orthanc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index 6b73f04ddc09..1e27dc93f09f 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -35,7 +35,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgtest.so:devel/googletest \ libpugixml.so:textproc/pugixml -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to configure: CMake: Looking for C++ include pugixml.hpp - not found CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ -DDCMTK_DIR="${LOCALBASE}" \ |