diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-01 04:58:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-01 04:58:17 +0800 |
commit | 92c8a9e62f97fa5364803a0cbde53ff54caa271d (patch) | |
tree | e0f99fee54c93a6be0aff93de7a9e11cf133dae4 | |
parent | c982f5f24a1b9527f81358245460e8be197e2a49 (diff) | |
download | freebsd-ports-gnome-92c8a9e62f97fa5364803a0cbde53ff54caa271d.tar.gz freebsd-ports-gnome-92c8a9e62f97fa5364803a0cbde53ff54caa271d.tar.zst freebsd-ports-gnome-92c8a9e62f97fa5364803a0cbde53ff54caa271d.zip |
Mark broken: Fails to build
On 8 and 9:
/usr/bin/ld: cannot find -lodbcinst
On 10 and head:
gcc: not found
g++: not found
Reported by: pkg-fallout since august 2013
With hat: portmgr
-rw-r--r-- | devel/poco-ssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile index 7147382db439..14e55dcc51d6 100644 --- a/devel/poco-ssl/Makefile +++ b/devel/poco-ssl/Makefile @@ -12,6 +12,8 @@ DISTNAME= poco-${PORTVERSION}p1-all MAINTAINER= wes@FreeBSD.org COMMENT= C++ Portable Components library with NetSSL and Database libraries +BROKEN= Fails to build + CONFLICTS= poco-[0-9]* OPTIONS_DEFINE= TEST SAMPLES MYSQL SQLITE |