summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-13 23:12:30 +0000
committerroot <root@rshg047.dnsready.net>2011-07-13 23:12:30 +0000
commit29657877f6a02dbba1bd58b417b4ccd211939690 (patch)
tree0213b621a87e176f90d19cf8e894d1da8fd0d1b6 /extra
parent079c689ef9b252fd82dbf9b182ec2517c48f8737 (diff)
Wed Jul 13 23:12:30 UTC 2011
Diffstat (limited to 'extra')
-rw-r--r--extra/empathy/PKGBUILD4
-rw-r--r--extra/kdegraphics/PKGBUILD4
-rw-r--r--extra/kdelibs/PKGBUILD16
-rw-r--r--extra/kdelibs/fix-lineedit-clear-button.patch30
-rw-r--r--extra/kdelibs/fix-lineedit-completion-tab.patch56
-rw-r--r--extra/kdemultimedia/PKGBUILD13
-rw-r--r--extra/kdemultimedia/fix-memleak-in-kmix.patch55
-rw-r--r--extra/mkvtoolnix/PKGBUILD6
-rw-r--r--extra/raptor/Allow-instead-of-in-TRiG.patch550
-rw-r--r--extra/raptor/PKGBUILD14
-rw-r--r--extra/squid/PKGBUILD8
11 files changed, 731 insertions, 25 deletions
diff --git a/extra/empathy/PKGBUILD b/extra/empathy/PKGBUILD
index 8b758fd16..7f371fe26 100644
--- a/extra/empathy/PKGBUILD
+++ b/extra/empathy/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 124631 2011-05-23 15:09:42Z ibiru $
+# $Id: PKGBUILD 131265 2011-07-12 13:19:41Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=empathy
pkgver=3.0.2
@@ -24,7 +24,7 @@ sha256sums=('8074f6ce951fb95b1e13c546497e22d487bca9a87d88f1ebb903cdd2fd48bdc2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/empathy \
--disable-static \
diff --git a/extra/kdegraphics/PKGBUILD b/extra/kdegraphics/PKGBUILD
index 37ac0ab2e..4b523eda2 100644
--- a/extra/kdegraphics/PKGBUILD
+++ b/extra/kdegraphics/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 130500 2011-07-06 23:50:56Z andrea $
+# $Id: PKGBUILD 131255 2011-07-12 11:55:31Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -13,7 +13,7 @@ pkgname=('kdegraphics-gwenview'
'kdegraphics-libs'
'kdegraphics-okular')
pkgver=4.6.5
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
diff --git a/extra/kdelibs/PKGBUILD b/extra/kdelibs/PKGBUILD
index ab89b60f9..8e4a0224a 100644
--- a/extra/kdelibs/PKGBUILD
+++ b/extra/kdelibs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 130249 2011-07-04 19:26:50Z andrea $
+# $Id: PKGBUILD 131295 2011-07-12 17:46:50Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=kdelibs
pkgver=4.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -20,11 +20,15 @@ replaces=('arts' 'kdelibs-experimental')
install='kdelibs.install'
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
'kde-applications-menu.patch' 'archlinux-menu.patch'
- 'abs-syntax-highlight.patch')
+ 'abs-syntax-highlight.patch'
+ 'fix-lineedit-clear-button.patch'
+ 'fix-lineedit-completion-tab.patch')
sha1sums=('9bb948769a3a5d4d5b6c65e84a8cf570bd7bc120'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'63a850ab4196b9d06934f2b4a13acd9f7739bc67'
- 'd994f262356af5b9e4e9619646e471bd98c91efb')
+ 'd994f262356af5b9e4e9619646e471bd98c91efb'
+ '3deae3fc6733624759ad8bf5a1560d9a2f792d73'
+ 'a5f223b61499fa03043def0b3a45b1712cc72d70')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -36,6 +40,10 @@ build() {
# add syntax highlightning for PKGBUILD and .install files
patch -p1 -i $srcdir/abs-syntax-highlight.patch
+ # Already fixed upstream
+ patch -p1 -i "${srcdir}"/fix-lineedit-clear-button.patch
+ patch -p1 -i "${srcdir}"/fix-lineedit-completion-tab.patch
+
cd ${srcdir}
mkdir build
cd build
diff --git a/extra/kdelibs/fix-lineedit-clear-button.patch b/extra/kdelibs/fix-lineedit-clear-button.patch
new file mode 100644
index 000000000..315892940
--- /dev/null
+++ b/extra/kdelibs/fix-lineedit-clear-button.patch
@@ -0,0 +1,30 @@
+commit 0b7201c1fe4f12dc7b17abbf19047864d1cca302
+Author: Andrea Iacovitti <aiacovitti@libero.it>
+Date: Sat Jul 9 19:51:40 2011 +0200
+
+ Fix regression about input text clearButton stopping to work on khtml forms
+ BUG: 246513
+ FIXED-IN: 4.7.0
+
+diff --git a/kdeui/widgets/klineedit.cpp b/kdeui/widgets/klineedit.cpp
+index 7382806..8f1c8a4 100644
+--- a/kdeui/widgets/klineedit.cpp
++++ b/kdeui/widgets/klineedit.cpp
+@@ -1116,7 +1116,7 @@ void KLineEdit::mousePressEvent( QMouseEvent* e )
+ if ( (e->button() == Qt::LeftButton ||
+ e->button() == Qt::MidButton ) &&
+ d->clearButton ) {
+- d->clickInClear = d->clearButton == childAt( e->pos() );
++ d->clickInClear = ( d->clearButton == childAt(e->pos()) || d->clearButton->underMouse() );
+
+ if ( d->clickInClear ) {
+ d->possibleTripleClick = false;
+@@ -1145,7 +1145,7 @@ void KLineEdit::mousePressEvent( QMouseEvent* e )
+ void KLineEdit::mouseReleaseEvent( QMouseEvent* e )
+ {
+ if ( d->clickInClear ) {
+- if ( d->clearButton == childAt( e->pos() ) ) {
++ if ( d->clearButton == childAt(e->pos()) || d->clearButton->underMouse() ) {
+ QString newText;
+ if ( e->button() == Qt::MidButton ) {
+ newText = QApplication::clipboard()->text( QClipboard::Selection );
diff --git a/extra/kdelibs/fix-lineedit-completion-tab.patch b/extra/kdelibs/fix-lineedit-completion-tab.patch
new file mode 100644
index 000000000..0c88dffc9
--- /dev/null
+++ b/extra/kdelibs/fix-lineedit-completion-tab.patch
@@ -0,0 +1,56 @@
+--- kdelibs/khtml/rendering/render_form.cpp
++++ kdelibs/khtml/rendering/render_form.cpp
+@@ -1012,11 +1012,11 @@
+ // -----------------------------------------------------------------------------
+
+ RenderLineEdit::RenderLineEdit(HTMLInputElementImpl *element)
+- : RenderFormElement(element)
++ : RenderFormElement(element), m_blockElementUpdates(false)
+ {
+ LineEditWidget *edit = new LineEditWidget(element, view(), view()->widget());
+ connect(edit,SIGNAL(returnPressed()), this, SLOT(slotReturnPressed()));
+- connect(edit,SIGNAL(textEdited(QString)),this,SLOT(slotTextEdited(QString)));
++ connect(edit,SIGNAL(textChanged(QString)),this,SLOT(slotTextChanged(QString)));
+
+ if(element->inputType() == HTMLInputElementImpl::PASSWORD)
+ edit->setEchoMode( QLineEdit::Password );
+@@ -1142,17 +1142,21 @@
+ }
+
+ if (element()->value().string() != widget()->text()) {
++ m_blockElementUpdates = true;
+ int pos = widget()->cursorPosition();
+ widget()->setText(element()->value().string());
+ widget()->setCursorPosition(pos);
++ m_blockElementUpdates = false;
+ }
+ widget()->setReadOnly(element()->readOnly());
+
+ RenderFormElement::updateFromElement();
+ }
+
+-void RenderLineEdit::slotTextEdited(const QString &string)
++void RenderLineEdit::slotTextChanged(const QString &string)
+ {
++ if (m_blockElementUpdates) return;
++
+ // don't use setValue here!
+ element()->m_value = string;
+ element()->m_unsubmittedFormChange = true;
+--- kdelibs/khtml/rendering/render_form.h
++++ kdelibs/khtml/rendering/render_form.h
+@@ -282,12 +282,13 @@
+ void setSelectionRange(long start, long end);
+ public Q_SLOTS:
+ void slotReturnPressed();
+- void slotTextEdited(const QString &string);
++ void slotTextChanged(const QString &string);
+ protected:
+
+ private:
+ virtual bool isEditable() const { return true; }
+ virtual bool canHaveBorder() const { return true; }
++ bool m_blockElementUpdates;
+ };
+
+ // -------------------------------------------------------------------------
diff --git a/extra/kdemultimedia/PKGBUILD b/extra/kdemultimedia/PKGBUILD
index 85973e455..2d943f9b6 100644
--- a/extra/kdemultimedia/PKGBUILD
+++ b/extra/kdemultimedia/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 130262 2011-07-04 19:27:51Z andrea $
+# $Id: PKGBUILD 131350 2011-07-12 19:23:57Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -11,7 +11,7 @@ pkgname=('kdemultimedia-dragonplayer'
'kdemultimedia-kscd'
'kdemultimedia-mplayerthumbs')
pkgver=4.6.5
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
@@ -19,11 +19,16 @@ groups=('kde' 'kdemultimedia')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'tunepimp'
'ffmpeg' 'mplayer' 'pulseaudio' 'libmusicbrainz3')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
- 'mplayerthumbs.config')
+ 'mplayerthumbs.config'
+ 'fix-memleak-in-kmix.patch')
sha1sums=('081bead5ee758d169f3119c138424929b001d04f'
- 'ba016fa2563c14ffcba852c62506b66bfc6ee683')
+ 'ba016fa2563c14ffcba852c62506b66bfc6ee683'
+ '80370de30898f1ba1a6db057d34324abdcc57384')
build() {
+ cd "${srcdir}"/${pkgbase}-${pkgver}
+ patch -p1 -i "${srcdir}"/fix-memleak-in-kmix.patch
+
cd ${srcdir}
mkdir build
cd build
diff --git a/extra/kdemultimedia/fix-memleak-in-kmix.patch b/extra/kdemultimedia/fix-memleak-in-kmix.patch
new file mode 100644
index 000000000..31ea4a606
--- /dev/null
+++ b/extra/kdemultimedia/fix-memleak-in-kmix.patch
@@ -0,0 +1,55 @@
+Index: kdemultimedia/kmix/backends/mixer_pulse.cpp
+===================================================================
+--- kdemultimedia/kmix/backends/mixer_pulse.cpp (revision 1241345)
++++ kdemultimedia/kmix/backends/mixer_pulse.cpp (revision 1241346)
+@@ -754,7 +754,12 @@
+ return;
+ }
+ addDevice((*map)[index]);
+- emit controlsReconfigured(_mixer->id());
++ // Do not emit directly to ensure all connected slots are executed
++ // in their own event loop.
++ QMetaObject::invokeMethod(this,
++ "controlsReconfigured",
++ Qt::QueuedConnection,
++ Q_ARG(QString, _mixer->id()));
+ }
+
+ void Mixer_PULSE::removeWidget(int index)
+@@ -778,7 +783,12 @@
+ {
+ delete *iter;
+ m_mixDevices.erase(iter);
+- emit controlsReconfigured(_mixer->id());
++ // Do not emit directly to ensure all connected slots are executed
++ // in their own event loop.
++ QMetaObject::invokeMethod(this,
++ "controlsReconfigured",
++ Qt::QueuedConnection,
++ Q_ARG(QString, _mixer->id()));
+ return;
+ }
+ }
+@@ -799,7 +809,12 @@
+ delete *iter;
+ m_mixDevices.erase(iter);
+ }
+- emit controlsReconfigured(_mixer->id());
++ // Do not emit directly to ensure all connected slots are executed
++ // in their own event loop.
++ QMetaObject::invokeMethod(this,
++ "controlsReconfigured",
++ Qt::QueuedConnection,
++ Q_ARG(QString, _mixer->id()));
+ }
+
+ void Mixer_PULSE::addDevice(devinfo& dev)
+@@ -990,7 +1005,7 @@
+ kDebug(67100) << "Using PulseAudio for mixer: " << m_mixerName;
+ m_isOpen = true;
+ }
+-
++
+ return 0;
+ }
+
diff --git a/extra/mkvtoolnix/PKGBUILD b/extra/mkvtoolnix/PKGBUILD
index 072898ddc..d79e21519 100644
--- a/extra/mkvtoolnix/PKGBUILD
+++ b/extra/mkvtoolnix/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 131169 2011-07-11 13:15:58Z giovanni $
+# $Id: PKGBUILD 131260 2011-07-12 12:02:03Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=mkvtoolnix
-pkgver=4.9.0
+pkgver=4.9.1
pkgrel=1
pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI version"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
depends=('file' 'boost-libs' 'libmatroska' 'lzo2' 'expat' 'flac' 'libvorbis')
makedepends=('boost' 'ruby')
source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('3f92443fe7897abd3d5e7d61bd758432')
+md5sums=('5981f266e6d25da4a49f7464e4a97cdf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/raptor/Allow-instead-of-in-TRiG.patch b/extra/raptor/Allow-instead-of-in-TRiG.patch
new file mode 100644
index 000000000..21639f600
--- /dev/null
+++ b/extra/raptor/Allow-instead-of-in-TRiG.patch
@@ -0,0 +1,550 @@
+diff -ur ../../raptor2-2.0.3/src/turtle_lexer.c ./src/turtle_lexer.c
+--- ../../raptor2-2.0.3/src/turtle_lexer.c 2011-05-31 21:14:41.000000000 +0200
++++ ./src/turtle_lexer.c 2011-07-12 15:31:39.620638699 +0200
+@@ -62,6 +62,7 @@
+ typedef unsigned char flex_uint8_t;
+ typedef unsigned short int flex_uint16_t;
+ typedef unsigned int flex_uint32_t;
++#endif /* ! C99 */
+
+ /* Limits of integral types. */
+ #ifndef INT8_MIN
+@@ -92,8 +93,6 @@
+ #define UINT32_MAX (4294967295U)
+ #endif
+
+-#endif /* ! C99 */
+-
+ #endif /* ! FLEXINT_H */
+
+ #ifdef __cplusplus
+@@ -167,15 +166,7 @@
+
+ /* Size of default input buffer. */
+ #ifndef YY_BUF_SIZE
+-#ifdef __ia64__
+-/* On IA-64, the buffer size is 16k, not 8k.
+- * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
+- * Ditto for the __ia64__ case accordingly.
+- */
+-#define YY_BUF_SIZE 32768
+-#else
+ #define YY_BUF_SIZE 16384
+-#endif /* __ia64__ */
+ #endif
+
+ /* The state buf must be large enough to hold one state per character in the main buffer.
+@@ -371,7 +362,7 @@
+ flex_int32_t yy_verify;
+ flex_int32_t yy_nxt;
+ };
+-static yyconst flex_int16_t yy_accept[114] =
++static yyconst flex_int16_t yy_accept[112] =
+ { 0,
+ 0, 0, 0, 0, 22, 22, 41, 39, 2, 1,
+ 1, 39, 38, 13, 14, 39, 5, 4, 28, 25,
+@@ -384,8 +375,8 @@
+ 26, 0, 0, 27, 0, 25, 0, 0, 33, 0,
+ 0, 24, 36, 36, 21, 0, 27, 0, 27, 0,
+
+- 0, 0, 0, 24, 36, 17, 0, 10, 0, 18,
+- 0, 9, 0
++ 0, 0, 24, 36, 17, 10, 0, 18, 0, 9,
++ 0
+ } ;
+
+ static yyconst flex_int32_t yy_ec[256] =
+@@ -396,154 +387,157 @@
+ 1, 2, 1, 5, 6, 1, 1, 1, 1, 7,
+ 8, 1, 9, 10, 11, 12, 1, 13, 13, 13,
+ 13, 13, 13, 13, 13, 13, 13, 14, 15, 16,
+- 1, 17, 1, 18, 19, 19, 19, 19, 20, 19,
+- 19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
+- 19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
+- 21, 22, 23, 24, 25, 1, 26, 27, 19, 19,
+-
+- 28, 29, 19, 19, 30, 19, 19, 31, 19, 19,
+- 19, 32, 19, 33, 34, 35, 36, 19, 19, 37,
+- 19, 19, 38, 1, 39, 1, 1, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+-
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+- 40, 40, 40, 40, 40
++ 17, 18, 1, 19, 20, 20, 20, 20, 21, 20,
++ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
++ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
++ 22, 23, 24, 25, 26, 1, 27, 28, 20, 20,
++
++ 29, 30, 20, 20, 31, 20, 20, 32, 20, 20,
++ 20, 33, 20, 34, 35, 36, 37, 20, 20, 38,
++ 20, 20, 39, 1, 40, 1, 1, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
++ 41, 41, 41, 41, 41
+ } ;
+
+-static yyconst flex_int32_t yy_meta[41] =
++static yyconst flex_int32_t yy_meta[42] =
+ { 0,
+ 1, 2, 3, 4, 5, 1, 1, 1, 1, 1,
+- 6, 1, 6, 7, 1, 1, 1, 1, 8, 8,
+- 1, 8, 1, 1, 8, 8, 8, 8, 8, 8,
+- 8, 8, 8, 8, 8, 8, 8, 2, 1, 8
++ 6, 1, 6, 7, 1, 1, 2, 1, 1, 8,
++ 8, 1, 8, 1, 1, 8, 8, 8, 8, 8,
++ 8, 8, 8, 8, 8, 8, 8, 8, 2, 1,
++ 8
+ } ;
+
+-static yyconst flex_int16_t yy_base[126] =
++static yyconst flex_int16_t yy_base[124] =
+ { 0,
+- 0, 0, 40, 0, 78, 79, 285, 299, 259, 299,
+- 257, 80, 83, 299, 299, 76, 299, 246, 78, 90,
+- 299, 227, 67, 81, 299, 229, 299, 207, 215, 83,
+- 93, 83, 299, 299, 299, 225, 299, 211, 105, 107,
+- 219, 108, 221, 299, 109, 217, 0, 114, 299, 218,
+- 207, 112, 117, 121, 133, 133, 208, 136, 299, 201,
+- 149, 191, 183, 189, 151, 200, 299, 0, 117, 86,
+- 211, 198, 299, 153, 154, 155, 206, 299, 299, 153,
+- 157, 169, 197, 196, 165, 170, 188, 196, 299, 172,
+- 177, 0, 135, 153, 299, 191, 188, 187, 186, 190,
+-
+- 192, 170, 154, 0, 160, 133, 194, 299, 125, 100,
+- 83, 299, 299, 232, 240, 248, 255, 263, 266, 269,
+- 272, 280, 287, 88, 290
++ 0, 0, 41, 0, 80, 81, 262, 301, 259, 301,
++ 243, 82, 85, 301, 301, 78, 301, 232, 80, 93,
++ 301, 215, 66, 83, 301, 217, 301, 205, 215, 84,
++ 88, 85, 301, 301, 301, 226, 301, 212, 97, 105,
++ 220, 111, 222, 301, 108, 218, 0, 114, 301, 219,
++ 208, 109, 113, 114, 128, 142, 144, 146, 301, 202,
++ 148, 192, 184, 190, 150, 202, 301, 0, 128, 96,
++ 212, 199, 301, 133, 151, 159, 207, 301, 301, 157,
++ 148, 162, 198, 197, 155, 176, 188, 193, 301, 174,
++ 179, 0, 145, 155, 301, 194, 193, 191, 190, 195,
++
++ 173, 171, 0, 159, 173, 301, 168, 165, 138, 301,
++ 301, 234, 242, 250, 257, 265, 268, 271, 274, 282,
++ 289, 132, 292
+ } ;
+
+-static yyconst flex_int16_t yy_def[126] =
++static yyconst flex_int16_t yy_def[124] =
+ { 0,
+- 113, 1, 113, 3, 114, 114, 113, 113, 113, 113,
+- 113, 115, 116, 113, 113, 113, 113, 113, 113, 117,
+- 113, 118, 113, 119, 113, 120, 113, 113, 113, 119,
+- 119, 31, 113, 113, 113, 113, 113, 121, 122, 122,
+- 113, 122, 113, 113, 115, 113, 115, 116, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 123, 113, 118,
+- 113, 113, 113, 31, 117, 120, 113, 124, 31, 31,
+- 113, 121, 113, 122, 122, 122, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 123, 113, 113, 113, 113,
+- 113, 125, 31, 31, 113, 113, 113, 113, 113, 113,
+-
+- 113, 113, 113, 125, 31, 31, 113, 113, 113, 31,
+- 113, 113, 0, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113
++ 111, 1, 111, 3, 112, 112, 111, 111, 111, 111,
++ 111, 113, 114, 111, 111, 111, 111, 111, 111, 115,
++ 111, 116, 111, 117, 111, 118, 111, 111, 111, 117,
++ 117, 31, 111, 111, 111, 111, 111, 119, 120, 120,
++ 111, 120, 111, 111, 113, 111, 113, 114, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 121, 111, 116,
++ 111, 111, 111, 31, 115, 118, 111, 122, 31, 31,
++ 111, 119, 111, 120, 120, 120, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 121, 111, 111, 111, 111,
++ 111, 123, 31, 31, 111, 111, 111, 111, 111, 111,
++
++ 111, 111, 123, 31, 31, 111, 111, 31, 111, 111,
++ 0, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111
+ } ;
+
+-static yyconst flex_int16_t yy_nxt[340] =
++static yyconst flex_int16_t yy_nxt[343] =
+ { 0,
+ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
+- 16, 18, 19, 20, 21, 22, 8, 23, 24, 24,
+- 25, 26, 27, 28, 29, 30, 24, 24, 31, 24,
+- 24, 24, 24, 24, 32, 24, 24, 33, 34, 26,
+- 35, 36, 35, 35, 35, 35, 35, 35, 35, 35,
+- 35, 35, 35, 37, 35, 35, 35, 35, 38, 38,
+- 35, 38, 35, 35, 35, 38, 38, 38, 38, 38,
+- 38, 38, 38, 38, 38, 38, 38, 35, 35, 38,
+- 40, 40, 41, 41, 46, 49, 50, 51, 52, 54,
+- 52, 56, 56, 62, 65, 92, 65, 55, 63, 42,
+-
+- 42, 47, 66, 57, 66, 55, 65, 75, 64, 75,
+- 113, 64, 74, 78, 66, 70, 49, 50, 69, 112,
+- 66, 94, 66, 54, 52, 64, 76, 59, 76, 53,
+- 47, 55, 66, 81, 56, 56, 80, 56, 56, 55,
+- 82, 83, 64, 83, 80, 84, 57, 93, 82, 57,
+- 87, 87, 56, 56, 111, 75, 75, 113, 64, 74,
+- 64, 96, 88, 96, 57, 97, 100, 100, 105, 81,
+- 59, 56, 56, 59, 76, 76, 82, 98, 64, 98,
+- 106, 99, 109, 57, 82, 64, 89, 110, 59, 87,
+- 87, 100, 100, 107, 107, 107, 107, 108, 99, 99,
+-
+- 97, 88, 59, 97, 103, 102, 101, 59, 84, 84,
+- 95, 73, 71, 65, 64, 91, 90, 61, 85, 53,
+- 49, 79, 43, 77, 73, 89, 71, 59, 68, 89,
+- 67, 89, 39, 39, 39, 39, 39, 39, 39, 39,
+- 45, 45, 65, 61, 45, 45, 45, 45, 48, 48,
+- 48, 48, 48, 48, 48, 48, 58, 58, 53, 44,
+- 43, 58, 58, 60, 60, 60, 60, 60, 60, 60,
+- 60, 64, 64, 64, 66, 66, 66, 72, 72, 72,
+- 74, 74, 74, 74, 113, 74, 74, 74, 86, 86,
+- 113, 113, 86, 86, 86, 104, 113, 104, 7, 113,
+-
+- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 113, 113
++ 16, 18, 19, 20, 21, 22, 8, 8, 23, 24,
++ 24, 25, 26, 27, 28, 29, 30, 24, 24, 31,
++ 24, 24, 24, 24, 24, 32, 24, 24, 33, 34,
++ 26, 35, 36, 35, 35, 35, 35, 35, 35, 35,
++ 35, 35, 35, 35, 37, 35, 35, 35, 35, 35,
++ 38, 38, 35, 38, 35, 35, 35, 38, 38, 38,
++ 38, 38, 38, 38, 38, 38, 38, 38, 38, 35,
++ 35, 38, 40, 40, 41, 41, 46, 49, 50, 51,
++ 52, 54, 52, 62, 56, 56, 65, 65, 63, 75,
++
++ 55, 65, 42, 42, 47, 66, 66, 75, 55, 57,
++ 66, 64, 78, 111, 69, 74, 49, 50, 70, 76,
++ 54, 52, 64, 66, 66, 53, 81, 76, 66, 55,
++ 47, 59, 94, 80, 82, 75, 83, 55, 83, 92,
++ 84, 80, 82, 56, 56, 85, 85, 56, 56, 87,
++ 87, 56, 56, 75, 64, 76, 85, 85, 57, 93,
++ 81, 111, 57, 74, 88, 96, 57, 96, 82, 97,
++ 98, 64, 98, 76, 99, 110, 82, 56, 56, 104,
++ 59, 64, 59, 105, 59, 64, 89, 108, 59, 87,
++ 87, 64, 57, 59, 100, 100, 100, 100, 109, 64,
++
++ 107, 106, 99, 99, 88, 97, 97, 102, 101, 84,
++ 84, 95, 73, 71, 59, 65, 64, 91, 90, 61,
++ 53, 49, 79, 43, 77, 73, 89, 71, 68, 67,
++ 65, 89, 61, 89, 39, 39, 39, 39, 39, 39,
++ 39, 39, 45, 45, 53, 44, 45, 45, 45, 45,
++ 48, 48, 48, 48, 48, 48, 48, 48, 58, 58,
++ 43, 111, 111, 111, 58, 60, 60, 60, 60, 60,
++ 60, 60, 60, 64, 64, 64, 66, 66, 66, 72,
++ 72, 72, 74, 74, 74, 74, 111, 74, 74, 74,
++ 86, 86, 111, 111, 86, 111, 86, 103, 111, 103,
++
++ 7, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111
+ } ;
+
+-static yyconst flex_int16_t yy_chk[340] =
++static yyconst flex_int16_t yy_chk[343] =
+ { 0,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
++ 1, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+- 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+- 5, 6, 5, 6, 12, 13, 13, 16, 16, 19,
+- 19, 20, 20, 23, 24, 124, 30, 19, 23, 5,
++ 3, 3, 5, 6, 5, 6, 12, 13, 13, 16,
++ 16, 19, 19, 23, 20, 20, 24, 30, 23, 39,
+
+- 6, 12, 24, 20, 30, 19, 31, 39, 32, 40,
+- 42, 70, 42, 45, 31, 32, 48, 48, 31, 111,
+- 24, 70, 30, 52, 52, 110, 39, 20, 40, 53,
+- 45, 52, 31, 54, 56, 56, 53, 58, 58, 52,
+- 54, 55, 69, 55, 53, 55, 56, 69, 54, 58,
+- 61, 61, 65, 65, 109, 74, 75, 76, 106, 76,
+- 93, 80, 61, 80, 65, 80, 85, 85, 93, 81,
+- 56, 86, 86, 58, 74, 75, 81, 82, 94, 82,
+- 94, 82, 103, 86, 81, 105, 61, 105, 65, 87,
+- 87, 100, 100, 101, 101, 107, 107, 102, 99, 98,
+-
+- 97, 87, 85, 96, 91, 90, 88, 86, 84, 83,
+- 77, 72, 71, 66, 64, 63, 62, 60, 57, 51,
+- 50, 46, 43, 41, 38, 87, 36, 100, 29, 101,
+- 28, 107, 114, 114, 114, 114, 114, 114, 114, 114,
+- 115, 115, 26, 22, 115, 115, 115, 115, 116, 116,
+- 116, 116, 116, 116, 116, 116, 117, 117, 18, 11,
+- 9, 117, 117, 118, 118, 118, 118, 118, 118, 118,
+- 118, 119, 119, 119, 120, 120, 120, 121, 121, 121,
+- 122, 122, 122, 122, 7, 122, 122, 122, 123, 123,
+- 0, 0, 123, 123, 123, 125, 0, 125, 113, 113,
+-
+- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
+- 113, 113, 113, 113, 113, 113, 113, 113, 113
++ 19, 31, 5, 6, 12, 24, 30, 40, 19, 20,
++ 31, 32, 45, 42, 31, 42, 48, 48, 32, 39,
++ 52, 52, 70, 24, 30, 53, 54, 40, 31, 52,
++ 45, 20, 70, 53, 54, 74, 55, 52, 55, 122,
++ 55, 53, 54, 56, 56, 57, 57, 58, 58, 61,
++ 61, 65, 65, 75, 69, 74, 85, 85, 56, 69,
++ 81, 76, 58, 76, 61, 80, 65, 80, 81, 80,
++ 82, 93, 82, 75, 82, 109, 81, 86, 86, 93,
++ 56, 94, 57, 94, 58, 104, 61, 104, 65, 87,
++ 87, 108, 86, 85, 88, 88, 100, 100, 107, 105,
++
++ 102, 101, 99, 98, 87, 97, 96, 91, 90, 84,
++ 83, 77, 72, 71, 86, 66, 64, 63, 62, 60,
++ 51, 50, 46, 43, 41, 38, 87, 36, 29, 28,
++ 26, 88, 22, 100, 112, 112, 112, 112, 112, 112,
++ 112, 112, 113, 113, 18, 11, 113, 113, 113, 113,
++ 114, 114, 114, 114, 114, 114, 114, 114, 115, 115,
++ 9, 7, 0, 0, 115, 116, 116, 116, 116, 116,
++ 116, 116, 116, 117, 117, 117, 118, 118, 118, 119,
++ 119, 119, 120, 120, 120, 120, 0, 120, 120, 120,
++ 121, 121, 0, 0, 121, 0, 121, 123, 0, 123,
++
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
++ 111, 111
+ } ;
+
+ /* The intent behind this definition is that it'll catch
+@@ -704,7 +698,7 @@
+ */
+ /* similar to SPARQL but no need for <= check here */
+
+-#line 708 "turtle_lexer.c"
++#line 702 "turtle_lexer.c"
+
+ #define INITIAL 0
+ #define PREF 1
+@@ -791,6 +785,10 @@
+
+ void turtle_lexer_set_lineno (int line_number ,yyscan_t yyscanner );
+
++int turtle_lexer_get_column (yyscan_t yyscanner );
++
++void turtle_lexer_set_column (int column_no ,yyscan_t yyscanner );
++
+ /* Macros after this point can all be overridden by user definitions in
+ * section 1.
+ */
+@@ -823,12 +821,7 @@
+
+ /* Amount of stuff to slurp up with each read. */
+ #ifndef YY_READ_BUF_SIZE
+-#ifdef __ia64__
+-/* On IA-64, the buffer size is 16k, not 8k */
+-#define YY_READ_BUF_SIZE 16384
+-#else
+ #define YY_READ_BUF_SIZE 8192
+-#endif /* __ia64__ */
+ #endif
+
+ /* Copy whatever the last rule matched to the standard output. */
+@@ -847,7 +840,7 @@
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
+ { \
+ int c = '*'; \
+- size_t n; \
++ unsigned n; \
+ for ( n = 0; n < max_size && \
+ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
+ buf[n] = (char) c; \
+@@ -945,7 +938,7 @@
+
+
+
+-#line 949 "turtle_lexer.c"
++#line 942 "turtle_lexer.c"
+
+ if ( !yyg->yy_init )
+ {
+@@ -998,13 +991,13 @@
+ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+ {
+ yy_current_state = (int) yy_def[yy_current_state];
+- if ( yy_current_state >= 114 )
++ if ( yy_current_state >= 112 )
+ yy_c = yy_meta[(unsigned int) yy_c];
+ }
+ yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+ ++yy_cp;
+ }
+- while ( yy_current_state != 113 );
++ while ( yy_current_state != 111 );
+ yy_cp = yyg->yy_last_accepting_cpos;
+ yy_current_state = yyg->yy_last_accepting_state;
+
+@@ -1321,7 +1314,7 @@
+ while(1) {
+ int c = yytext[yyleng - 1];
+ if(c == '{' || c == ' ' || c=='\t' || c == '\v' || c == '\n' ||
+- c == ':' || c == '-') {
++ c == '=') {
+ yyleng--;
+ } else
+ break;
+@@ -1398,7 +1391,7 @@
+ #line 439 "./turtle_lexer.l"
+ YY_FATAL_ERROR( "flex scanner jammed" );
+ YY_BREAK
+-#line 1402 "turtle_lexer.c"
++#line 1395 "turtle_lexer.c"
+ case YY_STATE_EOF(INITIAL):
+ case YY_STATE_EOF(PREF):
+ yyterminate();
+@@ -1694,7 +1687,7 @@
+ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+ {
+ yy_current_state = (int) yy_def[yy_current_state];
+- if ( yy_current_state >= 114 )
++ if ( yy_current_state >= 112 )
+ yy_c = yy_meta[(unsigned int) yy_c];
+ }
+ yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+@@ -1723,11 +1716,11 @@
+ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+ {
+ yy_current_state = (int) yy_def[yy_current_state];
+- if ( yy_current_state >= 114 )
++ if ( yy_current_state >= 112 )
+ yy_c = yy_meta[(unsigned int) yy_c];
+ }
+ yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+- yy_is_jam = (yy_current_state == 113);
++ yy_is_jam = (yy_current_state == 111);
+
+ return yy_is_jam ? 0 : yy_current_state;
+ }
+@@ -2130,8 +2123,8 @@
+
+ /** Setup the input buffer state to scan the given bytes. The next call to turtle_lexer_lex() will
+ * scan from a @e copy of @a bytes.
+- * @param yybytes the byte buffer to scan
+- * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
++ * @param bytes the byte buffer to scan
++ * @param len the number of bytes in the buffer pointed to by @a bytes.
+ * @param yyscanner The scanner object.
+ * @return the newly allocated buffer state object.
+ */
+diff -ur ../../raptor2-2.0.3/src/turtle_lexer.h ./src/turtle_lexer.h
+--- ../../raptor2-2.0.3/src/turtle_lexer.h 2011-05-31 21:14:41.000000000 +0200
++++ ./src/turtle_lexer.h 2011-07-12 15:31:39.600648777 +0200
+@@ -58,6 +58,7 @@
+ typedef unsigned char flex_uint8_t;
+ typedef unsigned short int flex_uint16_t;
+ typedef unsigned int flex_uint32_t;
++#endif /* ! C99 */
+
+ /* Limits of integral types. */
+ #ifndef INT8_MIN
+@@ -88,8 +89,6 @@
+ #define UINT32_MAX (4294967295U)
+ #endif
+
+-#endif /* ! C99 */
+-
+ #endif /* ! FLEXINT_H */
+
+ #ifdef __cplusplus
+@@ -132,15 +131,7 @@
+
+ /* Size of default input buffer. */
+ #ifndef YY_BUF_SIZE
+-#ifdef __ia64__
+-/* On IA-64, the buffer size is 16k, not 8k.
+- * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
+- * Ditto for the __ia64__ case accordingly.
+- */
+-#define YY_BUF_SIZE 32768
+-#else
+ #define YY_BUF_SIZE 16384
+-#endif /* __ia64__ */
+ #endif
+
+ #ifndef YY_TYPEDEF_YY_BUFFER_STATE
+@@ -274,6 +265,10 @@
+
+ void turtle_lexer_set_lineno (int line_number ,yyscan_t yyscanner );
+
++int turtle_lexer_get_column (yyscan_t yyscanner );
++
++void turtle_lexer_set_column (int column_no ,yyscan_t yyscanner );
++
+ /* Macros after this point can all be overridden by user definitions in
+ * section 1.
+ */
+@@ -300,12 +295,7 @@
+
+ /* Amount of stuff to slurp up with each read. */
+ #ifndef YY_READ_BUF_SIZE
+-#ifdef __ia64__
+-/* On IA-64, the buffer size is 16k, not 8k */
+-#define YY_READ_BUF_SIZE 16384
+-#else
+ #define YY_READ_BUF_SIZE 8192
+-#endif /* __ia64__ */
+ #endif
+
+ /* Number of entries by which start-condition stack grows. */
+@@ -341,6 +331,6 @@
+ #line 439 "./turtle_lexer.l"
+
+
+-#line 345 "turtle_lexer.h"
++#line 335 "turtle_lexer.h"
+ #undef turtle_lexer_IN_HEADER
+ #endif /* turtle_lexer_HEADER_H */
+diff -ur ../../raptor2-2.0.3/src/turtle_lexer.l ./src/turtle_lexer.l
+--- ../../raptor2-2.0.3/src/turtle_lexer.l 2011-05-31 21:14:36.000000000 +0200
++++ ./src/turtle_lexer.l 2011-07-12 15:28:58.911660781 +0200
+@@ -345,7 +345,7 @@
+ yyterminate(); }
+
+
+-{QUOTEDURI}[\ \t\v\n]*(":-")?[\ \t\v\n]*"{" {
++{QUOTEDURI}[\ \t\v\n]*("=")?[\ \t\v\n]*"{" {
+ raptor_stringbuffer* sb;
+ unsigned char* uri_string;
+
+@@ -377,11 +377,11 @@
+ TURTLE_LEXER_OOM();
+ return GRAPH_NAME_LEFT_CURLY; }
+
+-{QNAME}[\ \t\v\n]*(":-")?[\ \t\v\n]*"{" {
++{QNAME}[\ \t\v\n]*("=")?[\ \t\v\n]*"{" {
+ while(1) {
+ int c = yytext[yyleng - 1];
+ if(c == '{' || c == ' ' || c=='\t' || c == '\v' || c == '\n' ||
+- c == ':' || c == '-') {
++ c == '=') {
+ yyleng--;
+ } else
+ break; \ No newline at end of file
diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD
index 58b3a41d0..70b91af17 100644
--- a/extra/raptor/PKGBUILD
+++ b/extra/raptor/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 130397 2011-07-06 11:19:50Z andrea $
+# $Id: PKGBUILD 131270 2011-07-12 17:27:06Z andrea $
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Contributor: eric <eric@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=raptor
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
arch=('i686' 'x86_64')
url="http://librdf.org/raptor"
@@ -13,20 +13,22 @@ depends=('libxml2>=2.7.8' 'curl>=7.21.7' 'zlib>=1.2.5' 'libxslt>=1.1.26')
license=('LGPL')
options=('!libtool')
source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz"
- 'fix-soprano-bug.patch')
+ 'Allow-instead-of-in-TRiG.patch')
md5sums=('46eff4b20f8752d1146a3e0c8b2168dd'
- 'fd63150d1e9f83bb59af0d86c373c8fa')
+ '73cfb0c1098ded4eff8c7f64bcaa5471')
build() {
cd ${srcdir}/raptor2-${pkgver}
# see http://bugs.librdf.org/mantis/view.php?id=451
- patch -p1 -i "${srcdir}"/fix-soprano-bug.patch
+ patch -p1 -i "${srcdir}"/Allow-instead-of-in-TRiG.patch
# fix build with curl >= 7.21.2
sed -i '/#include <curl\/types.h>/d' src/raptor_internal.h
- ./configure --prefix=/usr --disable-static
+ ./configure --prefix=/usr \
+ --disable-static \
+ --with-yajl=no
make
}
diff --git a/extra/squid/PKGBUILD b/extra/squid/PKGBUILD
index e3611bc0f..0e7b97a7c 100644
--- a/extra/squid/PKGBUILD
+++ b/extra/squid/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 122870 2011-05-07 00:40:13Z kevin $
+# $Id: PKGBUILD 131635 2011-07-13 01:26:21Z kevin $
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=squid
-pkgver=3.1.12
+pkgver=3.1.14
pkgrel=1
pkgdesc="A full-featured Web proxy cache server."
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ backup=(etc/squid/squid.conf etc/squid/mime.conf etc/conf.d/squid)
install=squid.install
source=(http://www.squid-cache.org/Versions/v3/3.1/${pkgname}-${pkgver}.tar.bz2
squid squid.conf.d squid.pam squid.cron squid-3.1.11-unused.patch)
-md5sums=('3b4979e4b44f46d4e13f50326c537d89' 'd213b0cc1db72b749bb8c88716fdab39'
+md5sums=('8f82a451b04c3bf3c29202c548d2f2dd' 'd213b0cc1db72b749bb8c88716fdab39'
'2383772ef94efddc7b920628bc7ac5b0' '270977cdd9b47ef44c0c427ab9034777'
'5e17df989e2a74e869790c066f61225b' '8e59089e4a8556fc18df51979f1cfbff')
@@ -26,7 +26,7 @@ build() {
sed '/^ HUGE_OBJECT_FLAG=/ s/"-fhuge-objects"//' -i configure
# fix compile errors with gcc 4.6
# http://bugs.squid-cache.org/show_bug.cgi?id=3178
- patch -Np1 -i ${srcdir}/squid-3.1.11-unused.patch
+ #patch -Np1 -i ${srcdir}/squid-3.1.11-unused.patch
# fix cache_dir, cache_dir size, and effective group.
sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in