From fdd09e46ef5e60d23deed526d96c36c31dc5e9fb Mon Sep 17 00:00:00 2001 From: lawrance Date: Mon, 16 May 2005 02:45:10 +0000 Subject: - Add a bison %pure-parser declaration in pwlib. The build was depending on old bison behaviour (#define YYPURE) which no longer works. Fixes crash of opengk and maybe more. - Bump PORTREVISION of ports using pwlib (they link with it statically) PR: ports/61053 Submitted by: Andrew MacTaggart Approved by: clement (mentor) --- net/asterisk10/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/asterisk10') diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 2ef12fe3a651..8e936ef47a12 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ -- cgit