diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-16 02:45:10 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-16 02:45:10 +0000 |
commit | ae67238a95bd8a4d5d182c242cb7c980c0958978 (patch) | |
tree | 0ad1512fc54fc52ad4c5c863bc758b5e39b5733c /net/asterisk12 | |
parent | b9fb3fe9c8588e0a16860856c9152aebfd4473e3 (diff) | |
download | ports-ae67238a95bd8a4d5d182c242cb7c980c0958978.tar.gz ports-ae67238a95bd8a4d5d182c242cb7c980c0958978.zip |
- 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 <amactaggart@hkis.edu.hk>
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=135316
Diffstat (limited to 'net/asterisk12')
-rw-r--r-- | net/asterisk12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 2ef12fe3a651..8e936ef47a12 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/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/ |