summaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-16 02:45:10 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-16 02:45:10 +0000
commitae67238a95bd8a4d5d182c242cb7c980c0958978 (patch)
tree0ad1512fc54fc52ad4c5c863bc758b5e39b5733c /devel/pwlib
parentUpdate 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 'devel/pwlib')
-rw-r--r--devel/pwlib/files/patch-src_ptlib_common_getdate.y7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-src_ptlib_common_getdate.y b/devel/pwlib/files/patch-src_ptlib_common_getdate.y
new file mode 100644
index 000000000000..b4cd1ac38b9b
--- /dev/null
+++ b/devel/pwlib/files/patch-src_ptlib_common_getdate.y
@@ -0,0 +1,7 @@
+--- src/ptlib/common/getdate.y.orig Fri Jan 24 21:21:06 2003
++++ src/ptlib/common/getdate.y Sun May 15 14:41:11 2005
+@@ -1,3 +1,4 @@
++%pure-parser
+ %{
+ /*
+ ** Originally written by Steven M. Bellovin <smb@research.att.com> while