diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 22:40:31 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 22:40:31 +0800 |
commit | fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch) | |
tree | acb4b2fabfae7f10029c7fcb78c44f91b703fedb /sysutils/condor | |
parent | eeb17e1ca98491961c26e52c69d27894af6a85aa (diff) | |
download | freebsd-ports-gnome-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz freebsd-ports-gnome-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.zst freebsd-ports-gnome-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/condor')
-rw-r--r-- | sysutils/condor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 892b8c2d4f9f..67b69656e51d 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -17,7 +17,7 @@ COMMENT= High-throughput computing on distributively owned resources LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt -BROKEN_powerpc64= fails to build +BROKEN_powerpc64= fails to link: test_unit.hpp:249: undefined reference to boost::unit_test::ut_detail::normalize_test_case_name LIB_DEPENDS= libkrb5support.so:security/krb5 \ libpcre.so:devel/pcre \ |