svn commit: r344157 - head/mail/ftrack

Antoine Brodin antoine at FreeBSD.org
Thu Feb 13 23:15:14 UTC 2014


Author: antoine
Date: Thu Feb 13 23:15:14 2014
New Revision: 344157
URL: http://svnweb.freebsd.org/changeset/ports/344157
QAT: https://qat.redports.org/buildarchive/r344157/

Log:
  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

Modified:
  head/mail/ftrack/Makefile

Modified: head/mail/ftrack/Makefile
==============================================================================
--- head/mail/ftrack/Makefile	Thu Feb 13 22:58:37 2014	(r344156)
+++ head/mail/ftrack/Makefile	Thu Feb 13 23:15:14 2014	(r344157)
@@ -13,6 +13,8 @@ DISTNAME=	ftr${PORTVERSION:S/.//g}sr
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	FTN Messages tracker
 
+BROKEN=		Does not compile
+
 LIB_DEPENDS=	smapi.2:${PORTSDIR}/news/husky-smapi
 
 USE_ZIP=	yes


More information about the svn-ports-head mailing list