[arch-commits] Commit in dansguardian/trunk (PKGBUILD dg2.10.1.1-missing.stdio.patch)

Kevin Piché kevin at archlinux.org
Sun Sep 13 23:07:57 UTC 2009


    Date: Sunday, September 13, 2009 @ 19:07:56
  Author: kevin
Revision: 51987

upgpkg: dansguardian 2.10.1.1-1
    Updated to latest version.  Fixed FS#14578: missing docs, and FS#16169 gcc 4.4 compile error

Added:
  dansguardian/trunk/dg2.10.1.1-missing.stdio.patch
Modified:
  dansguardian/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |    8 +++++---
 dg2.10.1.1-missing.stdio.patch |   10 ++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-13 22:45:53 UTC (rev 51986)
+++ PKGBUILD	2009-09-13 23:07:56 UTC (rev 51987)
@@ -3,7 +3,7 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=dansguardian
-pkgver=2.10.0.3
+pkgver=2.10.1.1
 pkgrel=1
 pkgdesc="Squid plugin for web content filtering."
 url="http://dansguardian.org"
@@ -13,11 +13,13 @@
 install=$pkgname.install
 backup=(etc/dansguardian/dansguardian.conf etc/dansguardian/dansguardianf1.conf)
 source=(http://dansguardian.org/downloads/2/Stable/${pkgname}-${pkgver}.tar.gz
-dansguardian)
-md5sums=('68c8e9a97a3b58d2467a19cb15db5599' 'a65a2cb6309670ad8978f1544907d290')
+dansguardian dg2.10.1.1-missing.stdio.patch)
+md5sums=('0987a1c9bfbdf398118386f10279611a' 'a65a2cb6309670ad8978f1544907d290'
+         '3444718c00cc17337cba711ceaa1c0e5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/dg2.10.1.1-missing.stdio.patch
   ./configure --prefix="/usr" --with-proxyuser=proxy --with-proxygroup=proxy \
               --sysconfdir=/etc --localstatedir=/var --enable-email
   make || return 1

Added: dg2.10.1.1-missing.stdio.patch
===================================================================
--- dg2.10.1.1-missing.stdio.patch	                        (rev 0)
+++ dg2.10.1.1-missing.stdio.patch	2009-09-13 23:07:56 UTC (rev 51987)
@@ -0,0 +1,10 @@
+--- src/downloadmanagers/fancy.cpp.orig	2009-09-13 18:37:56.000000000 -0400
++++ src/downloadmanagers/fancy.cpp	2009-09-13 18:38:14.000000000 -0400
+@@ -32,6 +32,7 @@
+ #include <unistd.h>
+ #include <iostream>
+ #include <math.h>
++#include <cstdio>
+ 
+ 
+ // GLOBALS




More information about the arch-commits mailing list