svn commit: r389653 - head/audio/epos-devel

Johan van Selst johans at FreeBSD.org
Sun Jun 14 20:12:34 UTC 2015


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


More information about the svn-ports-all mailing list