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 /comms | |
parent | Update to 0.2.5 (diff) |
- 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 'comms')
-rw-r--r-- | comms/pstngw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/pstngw/Makefile b/comms/pstngw/Makefile index 5e01cb774f22..a2693bf958a3 100644 --- a/comms/pstngw/Makefile +++ b/comms/pstngw/Makefile @@ -7,6 +7,7 @@ PORTNAME= pstngw PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.openh323.org/bin/ DISTNAME= pstngw_${PORTVERSION} |