[arch-commits] Commit in libwebkit/trunk (PKGBUILD buildfix_webkit_bison2.4.diff)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jan 14 19:36:02 UTC 2009


    Date: Wednesday, January 14, 2009 @ 14:36:02
  Author: andyrtr
Revision: 24163

upgpkg: libwebkit 1.0.3-0.39852
    new snapshot, revision r39852

Modified:
  libwebkit/trunk/PKGBUILD
Deleted:
  libwebkit/trunk/buildfix_webkit_bison2.4.diff

-------------------------------+
 PKGBUILD                      |    6 +++---
 buildfix_webkit_bison2.4.diff |   37 -------------------------------------
 2 files changed, 3 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-14 10:05:02 UTC (rev 24162)
+++ PKGBUILD	2009-01-14 19:36:02 UTC (rev 24163)
@@ -3,7 +3,7 @@
 
 pkgname=libwebkit
 pkgver=1.0.3 # see configure.ac
-_svnver=39737 # date: 20090109
+_svnver=39852 # date: 20090113
 pkgrel=0.${_svnver}
 pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
 arch=('i686' 'x86_64')
@@ -17,12 +17,12 @@
 source=(http://builds.nightly.webkit.org/files/trunk/src/WebKit-r${_svnver}.tar.bz2
 	buildfix_webkit_bison2.4.diff)
 options=('!libtool')
-md5sums=('2abdb91cf96b247bdabde58f4a4cf6dc'
+md5sums=('89c901c31b29ba21ee696f665ee039be'
          '98c8c22b290160f4de7dfcf62eef67bc')
 
 build() {
   cd ${srcdir}/WebKit-r${_svnver}
-  patch -Np1 -i ${srcdir}/buildfix_webkit_bison2.4.diff || return 1 
+#  patch -Np1 -i ${srcdir}/buildfix_webkit_bison2.4.diff || return 1 
 
   ./autogen.sh --prefix=/usr \
 	--enable-video \

Deleted: buildfix_webkit_bison2.4.diff
===================================================================
--- buildfix_webkit_bison2.4.diff	2009-01-14 10:05:02 UTC (rev 24162)
+++ buildfix_webkit_bison2.4.diff	2009-01-14 19:36:02 UTC (rev 24163)
@@ -1,37 +0,0 @@
-diff --git a/WebCore/css/CSSGrammar.y b/WebCore/css/CSSGrammar.y
-index 9ee9c93..9d0a0c6 100644
---- a/WebCore/css/CSSGrammar.y
-+++ b/WebCore/css/CSSGrammar.y
-@@ -94,6 +94,8 @@ static int cssyylex(YYSTYPE* yylval, void* parser)
- 
- %expect 49
- 
-+%nonassoc LOWEST_PREC
-+
- %left UNIMPORTANT_TOK
- 
- %token WHITESPACE SGML_CD
-@@ -349,7 +351,7 @@ maybe_charset:
- 
- closing_brace:
-     '}'
--  | %prec maybe_sgml TOKEN_EOF
-+  | %prec LOWEST_PREC TOKEN_EOF
-   ;
- 
- charset:
-@@ -1357,10 +1357,10 @@ term:
-       $$.string = $1;
-   }
-   /* We might need to actually parse the number from a dimension, but we can't just put something that uses $$.string into unary_term. */
--  | DIMEN maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_DIMENSION }
--  | unary_operator DIMEN maybe_space { $$.id = 0; $$.string = $2; $$.unit = CSSPrimitiveValue::CSS_DIMENSION }
-+  | DIMEN maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_DIMENSION; }
-+  | unary_operator DIMEN maybe_space { $$.id = 0; $$.string = $2; $$.unit = CSSPrimitiveValue::CSS_DIMENSION; }
-   | URI maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_URI; }
--  | UNICODERANGE maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_UNICODE_RANGE }
-+  | UNICODERANGE maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_UNICODE_RANGE; }
-   | hexcolor { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_PARSER_HEXCOLOR; }
-   | '#' maybe_space { $$.id = 0; $$.string = CSSParserString(); $$.unit = CSSPrimitiveValue::CSS_PARSER_HEXCOLOR; } /* Handle error case: "color: #;" */
-   /* FIXME: according to the specs a function can have a unary_operator in front. I know no case where this makes sense */
-




More information about the arch-commits mailing list