diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-14 07:15:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-14 07:15:14 +0800 |
commit | 03d1a35327a12ab148f38203168eeff6ff36b094 (patch) | |
tree | d01c1895cb59002f3f751452a1c3489b44f7cfb2 /mail/ftrack | |
parent | 795f7b048a36cf58cae37ac19842752ba2423875 (diff) | |
download | freebsd-ports-gnome-03d1a35327a12ab148f38203168eeff6ff36b094.tar.gz freebsd-ports-gnome-03d1a35327a12ab148f38203168eeff6ff36b094.tar.zst freebsd-ports-gnome-03d1a35327a12ab148f38203168eeff6ff36b094.zip |
Mark broken: Does not compile
On 8 and 9:
src/words.c: In function 'void ifParen(FICL_VM*)':
src/words.c:1086: error: cast from 'ficl_word*' to 'int' loses precision
On 10 and head:
g++ -O2 -pipe -fno-strict-aliasing -Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts` -DUNIX -Ihpp -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c src/ficl.c
g++: not found
Reported by: pkg-fallout since august 2013
Diffstat (limited to 'mail/ftrack')
-rw-r--r-- | mail/ftrack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ftrack/Makefile b/mail/ftrack/Makefile index 7a836da38db0..8d987686e076 100644 --- a/mail/ftrack/Makefile +++ b/mail/ftrack/Makefile @@ -13,6 +13,8 @@ DISTNAME= ftr${PORTVERSION:S/.//g}sr MAINTAINER= ports@FreeBSD.org COMMENT= FTN Messages tracker +BROKEN= Does not compile + LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi USE_ZIP= yes |