Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 13:41:27 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341039 - head/graphics/gnash
Message-ID:  <201401251341.s0PDfREC027013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Jan 25 13:41:26 2014
New Revision: 341039
URL: http://svnweb.freebsd.org/changeset/ports/341039
QAT: https://qat.redports.org/buildarchive/r341039/

Log:
  - set BROKEN from FreeBSD-10, fails in boost ABI

Modified:
  head/graphics/gnash/Makefile

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Sat Jan 25 13:27:29 2014	(r341038)
+++ head/graphics/gnash/Makefile	Sat Jan 25 13:41:26 2014	(r341039)
@@ -73,6 +73,10 @@ CYGNAL_CONFIGURE_ENABLE=	cygnal
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} > 1000000
+BROKEN=	unable to link in libboost_system
+.endif
+
 # Cygnal option processing
 .if ${PORT_OPTIONS:MCYGNAL}
 CONFIG_FILES+=	cygnalrc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401251341.s0PDfREC027013>