From owner-svn-ports-all@FreeBSD.ORG Sun Jun 14 20:12:34 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 307B893F; Sun, 14 Jun 2015 20:12:34 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E761E6C; Sun, 14 Jun 2015 20:12:34 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5EKCXUp005199; Sun, 14 Jun 2015 20:12:33 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5EKCXSM005198; Sun, 14 Jun 2015 20:12:33 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201506142012.t5EKCXSM005198@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 14 Jun 2015 20:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389653 - head/audio/epos-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 20:12:34 -0000 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