diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-30 07:37:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-30 07:37:46 +0000 |
commit | fe42e31eba777969270a24b82d73764dbb8df7e0 (patch) | |
tree | 2ff3a48968309bcd771724eefeff806998fdb5be /devel/bonobo-activation | |
parent | c04f3c7ce3527f2eda72a8521e73a02483d96c53 (diff) | |
download | FreeBSD-ports-fe42e31eba777969270a24b82d73764dbb8df7e0.zip FreeBSD-ports-fe42e31eba777969270a24b82d73764dbb8df7e0.tar.gz |
Remove patch I forgot in the last commit.
Reminded by: adamw
John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r-- | devel/bonobo-activation/files/patch-temp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/bonobo-activation/files/patch-temp b/devel/bonobo-activation/files/patch-temp deleted file mode 100644 index e9ea286..0000000 --- a/devel/bonobo-activation/files/patch-temp +++ /dev/null @@ -1,15 +0,0 @@ -This patch corrects an incompatibility problem with bison 1.50 and above. -It was taken from bonobo-activation CVS, and can be removed in the next release -of the port. - ---- server/activation-context-query-parser.y.orig Sat Oct 26 16:51:45 2002 -+++ server/activation-context-query-parser.y Sat Oct 26 16:52:00 2002 -@@ -155,7 +155,7 @@ - stringlist: P_CONST_STRING { $$ = g_slist_prepend (NULL, $1); } - | stringlist COMMA P_CONST_STRING { $$ = g_slist_append ($1, $3); }; - --expr_variable: P_DOLLAR P_CONST_ID { $$ = qexp_variable_new ($2); } -+expr_variable: P_DOLLAR P_CONST_ID { $$ = qexp_variable_new ($2); }; - - expr_function: P_CONST_ID LPAREN exprlist RPAREN { $$ = qexp_function_new ($1, $3); } - | P_CONST_ID LPAREN RPAREN { $$ = qexp_function_new ($1, NULL); } |