Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 14:33:00 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407471 - head/editors/abiword
Message-ID:  <201601291433.u0TEX0Q2027003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jan 29 14:33:00 2016
New Revision: 407471
URL: https://svnweb.freebsd.org/changeset/ports/407471

Log:
  The MATHVIEW option needs bison instead of byacc to generate correct code.
  
  While here remove double MATHVIEW option in OPTIONS_DEFINE.
  
  PR:		206718
  Reported by:	w.schwarzenfeld@utanet.at

Modified:
  head/editors/abiword/Makefile

Modified: head/editors/abiword/Makefile
==============================================================================
--- head/editors/abiword/Makefile	Fri Jan 29 14:13:16 2016	(r407470)
+++ head/editors/abiword/Makefile	Fri Jan 29 14:33:00 2016	(r407471)
@@ -36,7 +36,7 @@ INSTALL_TARGET=	install-strip
 PLIST_SUB+=	ABIVERSION=3.0
 
 OPTIONS_DEFINE=	AIKSAURUS CLIPART DEBUG MATHVIEW NLS OTS PSION \
-		TEMPLATES MATHVIEW WP
+		TEMPLATES WP
 OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES
 OPTIONS_SUB=	yes
 
@@ -106,6 +106,7 @@ DEBUG_CONFIGURE_ENABLE=		debug
 
 GRAMMAR_LIB_DEPENDS=		liblink-grammar.so:${PORTSDIR}/textproc/link-grammar
 
+MATHVIEW_USES=			bison
 MATHVIEW_LIB_DEPENDS=		libmathview.so:${PORTSDIR}/x11-toolkits/gtkmathview
 
 NLS_USES=			gettext



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