aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pwlib
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-05-16 10:45:10 +0800
committerlawrance <lawrance@FreeBSD.org>2005-05-16 10:45:10 +0800
commitfdd09e46ef5e60d23deed526d96c36c31dc5e9fb (patch)
tree0ec09425e40e26f388e90595f8c529e86653c99c /devel/pwlib
parent142e9b9a8e386f918042c45e6f2db06793673995 (diff)
downloadfreebsd-ports-gnome-fdd09e46ef5e60d23deed526d96c36c31dc5e9fb.tar.gz
freebsd-ports-gnome-fdd09e46ef5e60d23deed526d96c36c31dc5e9fb.tar.zst
freebsd-ports-gnome-fdd09e46ef5e60d23deed526d96c36c31dc5e9fb.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)
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