Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 16:06:28 +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: r316946 - head/devel/bison
Message-ID:  <201304301606.r3UG6SO8097526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Tue Apr 30 16:06:27 2013
New Revision: 316946
URL: http://svnweb.freebsd.org/changeset/ports/316946

Log:
  Explicitly list minimal version of GNU M4 to use (1.4.16);
  may avoid issues for people who haven't updated m4 in over 2 years

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Tue Apr 30 16:06:18 2013	(r316945)
+++ head/devel/bison/Makefile	Tue Apr 30 16:06:27 2013	(r316946)
@@ -10,8 +10,8 @@ MASTER_SITES=	GNU
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
 
-BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
-RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
+BUILD_DEPENDS=	m4>=1.4.16,1:${PORTSDIR}/devel/m4
+RUN_DEPENDS=	m4>=1.4.16,1:${PORTSDIR}/devel/m4
 
 USES=		charsetfix
 USE_XZ=		yes



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