Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 20:12:33 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389653 - head/audio/epos-devel
Message-ID:  <201506142012.t5EKCXSM005198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Jun 14 20:12:33 2015
New Revision: 389653
URL: https://svnweb.freebsd.org/changeset/ports/389653

Log:
  - Use yadd, rather than depending on bison and running it in yacc-compat mode
    This avoids additional issues with bison 3
  - Bump PORTREVISION for changed dependencies
  
  PR:		200833

Modified:
  head/audio/epos-devel/Makefile

Modified: head/audio/epos-devel/Makefile
==============================================================================
--- head/audio/epos-devel/Makefile	Sun Jun 14 20:10:26 2015	(r389652)
+++ head/audio/epos-devel/Makefile	Sun Jun 14 20:12:33 2015	(r389653)
@@ -3,6 +3,7 @@
 
 PORTNAME=	epos
 PORTVERSION=	2.5.37
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}
 
@@ -12,9 +13,9 @@ COMMENT=	Text-to-Speech system
 LICENSE=	GPLv2 LGPL20
 LICENSE_COMB=	multi
 
-USES=		bison gmake
+USES=		gmake
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	ac_cv_lib_stdcpp_main=no
+CONFIGURE_ENV=	ac_cv_lib_stdcpp_main=no YACC=${YACC}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in



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