[arch-commits] CVS update of extra/network/dctc (PKGBUILD dctc_gcc4.patch)

Eric Belanger eric at archlinux.org
Fri Dec 14 07:38:16 UTC 2007


    Date: Friday, December 14, 2007 @ 02:38:16
  Author: eric
    Path: /home/cvs-extra/extra/network/dctc

 Removed: PKGBUILD (1.24) dctc_gcc4.patch (1.1)

extra repo cleanup


-----------------+
 PKGBUILD        |   25 -------------------------
 dctc_gcc4.patch |   16 ----------------
 2 files changed, 41 deletions(-)


Index: extra/network/dctc/PKGBUILD
diff -u extra/network/dctc/PKGBUILD:1.24 extra/network/dctc/PKGBUILD:removed
--- extra/network/dctc/PKGBUILD:1.24	Sun Sep 30 07:29:50 2007
+++ extra/network/dctc/PKGBUILD	Fri Dec 14 02:38:16 2007
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD,v 1.24 2007/09/30 11:29:50 tpowa Exp $
-# Maintainer: Arjan Timmerman <arjan at soulfly.nl>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-pkgname=dctc
-pkgver=0.85.9
-pkgrel=6
-pkgdesc="A Direct Connect clone"
-arch=(i686 x86_64)
-depends=('libgcrypt' 'db>=4.6' 'perl' 'glib2' 'zlib' 'libxml2')
-source=(http://ac2i.homelinux.com/$pkgname/$pkgname-$pkgver.tar.gz dctc_gcc4.patch)
-url="http://ac2i.homelinux.com/dctc/"
-md5sums=('3e2772cbbc36fac47fd31d01a7520a2e' 'e4f7d7fb7793f7484f96aaf5e070c529')
-
-build() {
-    cd $startdir/src/$pkgname-$pkgver
-
-    # arch64/gcc4 fix from http://dc.tddm.se/forum/viewtopic.php?p=2986&sid=f0de632773873335c7586ad8ca2c3345
-    #if [ "$CARCH" = "x86_64" ]; then
-	 patch -Np0 -i ../dctc_gcc4.patch || return 1
-    #fi
-
-    ./configure --prefix=/usr
-    make || return 1
-    make DESTDIR=$startdir/pkg install
-}
Index: extra/network/dctc/dctc_gcc4.patch
diff -u extra/network/dctc/dctc_gcc4.patch:1.1 extra/network/dctc/dctc_gcc4.patch:removed
--- extra/network/dctc/dctc_gcc4.patch:1.1	Fri May 26 17:03:17 2006
+++ extra/network/dctc/dctc_gcc4.patch	Fri Dec 14 02:38:16 2007
@@ -1,16 +0,0 @@
---- src/user_manage.h	2003-12-28 09:12:38.000000000 +0100
-+++ src/user_manage.h.new	2006-02-12 13:01:00.000000000 +0100
-@@ -27,11 +27,11 @@
- extern GPtrArray *hub_user_list;    /* list of all users connected to the hub */
- extern GPtrArray *hub_op_list;      /* list of all ops connected to the hub (ops are also in the user_list) */
- 
--extern GPtrArray *hub_user_xtra_info;			/* array of extra data stored for each hub user */
-+static GPtrArray *hub_user_xtra_info;			/* array of extra data stored for each hub user */
-                                     /* the nth pointer of this array is for the nth user of the hub_user_list */
- 												/* a user having no extra info has a null pointer as extra info */
- 
--extern GPtrArray *hub_user_uinfo;     /* it is the result of /UINFO command for each user */
-+static GPtrArray *hub_user_uinfo;     /* it is the result of /UINFO command for each user */
- 
- typedef enum
- {




More information about the arch-commits mailing list