[Glibc-bsd-commits] r3554 - trunk/web/patches

Robert Millan rmh at alioth.debian.org
Sun Jul 10 11:52:18 UTC 2011


Author: rmh
Date: 2011-07-10 11:52:18 +0000 (Sun, 10 Jul 2011)
New Revision: 3554

Removed:
   trunk/web/patches/afbackup.diff
   trunk/web/patches/alex.diff
   trunk/web/patches/apache.diff
   trunk/web/patches/asis.diff
   trunk/web/patches/asmix.diff
   trunk/web/patches/audacity.diff
   trunk/web/patches/avrp.diff
   trunk/web/patches/awstats.sh
   trunk/web/patches/binutils_2.17cvs20070426.diff
   trunk/web/patches/bitscope.diff
   trunk/web/patches/control-center.bash
   trunk/web/patches/coreutils.diff
   trunk/web/patches/crack.diff
   trunk/web/patches/cron.diff
   trunk/web/patches/darkice.diff
   trunk/web/patches/denemo.diff
   trunk/web/patches/hydrogen.diff
   trunk/web/patches/jamin.diff
   trunk/web/patches/libvisual-plugins.diff
   trunk/web/patches/ogle.diff
   trunk/web/patches/openal.diff
   trunk/web/patches/pinball.diff
   trunk/web/patches/polypaudio.diff
   trunk/web/patches/qjackctl.diff
   trunk/web/patches/sooperlooper.diff
   trunk/web/patches/twinkle.diff
Log:
Remove a few patches that have either been merged or obsoleted

Deleted: trunk/web/patches/afbackup.diff
===================================================================
--- trunk/web/patches/afbackup.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/afbackup.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,57 +0,0 @@
-Status: in BTS
-Author: aurel32
-
---- afbackup-3.3.8.1final.orig/budefs.h.in
-+++ afbackup-3.3.8.1final/budefs.h.in
-@@ -225,7 +225,7 @@
- 		/* this might be irritating ^^ it's just to remind me, */
- 		/* that there is an open issue that should be clarified */
- #endif
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- #define DEFAULT_TAPE_DEVICE	"/dev/nsa0"
- #define END_OF_TAPE(e)		(e == ENOSPC)
- #endif
-@@ -237,7 +237,7 @@
- #define	DEFAULT_TAPE_DEVICE	"/dev/rmt/ctape"
- #define	END_OF_TAPE(e)		(e == ENOSPC)
- #endif
--#if ! defined(sun) && ! defined(_AIX) && ! defined(sgi) && ! defined(linux) && ! defined(__osf__) && ! defined(__hpux) && !defined(hpux) && ! defined(__FreeBSD__) && ! defined(__OpenBSD__) && ! defined(__NetBSD__) && ! defined(UnixWare_5)
-+#if ! defined(sun) && ! defined(_AIX) && ! defined(sgi) && ! defined(linux) && ! defined(__osf__) && ! defined(__hpux) && !defined(hpux) && ! defined(__FreeBSD__) && ! defined (__FreeBSD_kernel__) && ! defined(__OpenBSD__) && ! defined(__NetBSD__) && ! defined(UnixWare_5)
- # error		unknown architecture
- #endif
- 
---- afbackup-3.3.8.1final.orig/server.c
-+++ afbackup-3.3.8.1final/server.c
-@@ -2362,6 +2362,11 @@
- #define	FREE_BSD_470000_OR_HIGHER	1
- #endif
- #endif
-+#ifdef	__FreeBSD_kernel_version
-+#if	__FreeBSD_kernel_version >= 470000
-+#define	FREE_BSD_470000_OR_HIGHER	1
-+#endif
-+#endif
- #ifdef	FREE_BSD_470000_OR_HIGHER
- 	/* hooray, the FreeBSD 'SA' driver behaviour has changed with */
- 	/* FreeBSD 4.7 towards one closer to System-V style. Sigh. */
---- afbackup-3.3.8.1final.orig/sysutils.c
-+++ afbackup-3.3.8.1final/sysutils.c
-@@ -1586,7 +1586,7 @@
- #ifdef	HAVE_STATVFS		/* sees to be well-defined */
- 	  if(statvfs(path, &statfsb) == -1)
- #else
--#if defined(_AIX) || defined(linux) || defined(__hpux) || defined(hpux) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
-+#if defined(_AIX) || defined(linux) || defined(__hpux) || defined(hpux) || defined(__FreeBSD__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__NetBSD__)
- 	  if(statfs(path, &statfsb) == -1)
- #else
- #if defined(sun)
-@@ -1786,7 +1786,7 @@
- UChar *
- mount_tab_file()
- {
--#if	defined(linux) || defined(sgi) || ( defined(sun) && ! defined(HAVE_GETMNTENT_TWO_ARGS) )
-+#if	defined(linux) || defined(sgi) || defined(__GLIBC__) || ( defined(sun) && ! defined(HAVE_GETMNTENT_TWO_ARGS) )
- #define	MTABFILE	"/etc/mtab"
- #else
- #if	defined(sun) || defined(__hpux) || defined(hpux) || defined(UnixWare_5)

Deleted: trunk/web/patches/alex.diff
===================================================================
--- trunk/web/patches/alex.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/alex.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,40 +0,0 @@
-Author: aurel32
-Status: in BTS
-Note: Needs config.{guess,sub} update
-
---- alex-2.0.1.orig/configure.ac
-+++ alex-2.0.1/configure.ac
-@@ -188,6 +188,15 @@
-         HostVendor_CPP='unknown'
-         HostOS_CPP='linux'
-         ;;
-+i[3456]86-*-kfreebsd*-gnu)
-+	HostPlatform=i386-unknown-kfreebsdgnu # hack again
-+	TargetPlatform=i386-unknown-kfreebsdgnu
-+	BuildPlatform=i386-unknown-kfreebsdgnu
-+	HostPlatform_CPP='i386_unknown_kfreebsdgnu'
-+	HostArch_CPP='i386'
-+	HostVendor_CPP='unknown'
-+	HostOS_CPP='kfreebsdgnu'
-+	;;
- i[[3456]]86-*-freebsd[[3-9]]*) # FreeBSD 3.0+ uses ELF
- 	HostPlatform=i386-unknown-freebsd # hack again
- 	TargetPlatform=i386-unknown-freebsd
---- alex-2.0.1.orig/configure
-+++ alex-2.0.1/configure
-@@ -1577,6 +1577,15 @@
-         HostVendor_CPP='unknown'
-         HostOS_CPP='linux'
-         ;;
-+i[3456]86-*-kfreebsd*-gnu)
-+	HostPlatform=i386-unknown-kfreebsdgnu # hack again
-+	TargetPlatform=i386-unknown-kfreebsdgnu
-+	BuildPlatform=i386-unknown-kfreebsdgnu
-+	HostPlatform_CPP='i386_unknown_kfreebsdgnu'
-+	HostArch_CPP='i386'
-+	HostVendor_CPP='unknown'
-+	HostOS_CPP='kfreebsdgnu'
-+	;;
- i[3456]86-*-freebsd[3-9]*) # FreeBSD 3.0+ uses ELF
- 	HostPlatform=i386-unknown-freebsd # hack again
- 	TargetPlatform=i386-unknown-freebsd

Deleted: trunk/web/patches/apache.diff
===================================================================
--- trunk/web/patches/apache.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/apache.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,91 +0,0 @@
-diff -u apache-1.3.34/debian/patches/011_find_dbm_libdb41_fix apache-1.3.34/debian/patches/011_find_dbm_libdb41_fix
---- apache-1.3.34/debian/patches/011_find_dbm_libdb41_fix
-+++ apache-1.3.34/debian/patches/011_find_dbm_libdb41_fix
-@@ -2,7 +2,7 @@
- --- build-tree/apache_1.3.34.ORIG/src/helpers/find-dbm-lib	2003-04-26 23:30:40.000000000 +0200
- +++ build-tree/apache_1.3.34/src/helpers/find-dbm-lib	2003-04-26 23:42:30.000000000 +0200
- @@ -13,7 +13,10 @@
-- 	    *-linux* | *-GNU/Hurd*)
-+ 	    *-linux* | *-GNU/*)
-  		# many systems don't have -ldbm
-  		DBM_LIB=""
- -		if ./helpers/TestCompile lib db __db_ndbm_open; then
-diff -u apache-1.3.34/debian/patches/013_hurd_libdb_fix apache-1.3.34/debian/patches/013_hurd_libdb_fix
---- apache-1.3.34/debian/patches/013_hurd_libdb_fix
-+++ apache-1.3.34/debian/patches/013_hurd_libdb_fix
-@@ -6,7 +6,7 @@
-  	found_dbm=0
-  	case "$PLAT" in
- -	    *-linux*)
--+	    *-linux* | *-GNU/Hurd*)
-++	    *-linux* | *-GNU/*)
-  		# many systems don't have -ldbm
-  		DBM_LIB=""
-  		if ./helpers/TestCompile lib db __db_ndbm_open; then
-only in patch2:
-unchanged:
---- apache-1.3.34.orig/debian/patches/000_gnukfreebsd_compile_fix_for_upstream
-+++ apache-1.3.34/debian/patches/000_gnukfreebsd_compile_fix_for_upstream
-@@ -0,0 +1,15 @@
-+--- build-tree/apache_1.3.34.upstream/src/Configure	2004-10-18 18:39:37.000000000 +0200
-++++ build-tree/apache_1.3.34/src/Configure	2005-01-26 14:24:25.000000000 +0100
-+@@ -411,6 +411,12 @@
-+ 	CFLAGS="$CFLAGS -DLINUX=22"
-+ 	LIBS="$LIBS -lm"
-+ 	;;
-++    *-GNU/kFreeBSD*)
-++	DEF_WANTHSREGEX=yes
-++	OS='GNU/kFreeBSD'
-++	CFLAGS="$CFLAGS -DGNUKFREEBSD"
-++	LIBS="$LIBS -lm -lcrypt"
-++	;;
-+     *-GNU*)
-+ 	DEF_WANTHSREGEX=yes
-+ 	OS='GNU/Hurd'
-only in patch2:
-unchanged:
---- apache-1.3.34.orig/debian/patches/001_gnukfreebsd_compile_fix_for_upstream
-+++ apache-1.3.34/debian/patches/001_gnukfreebsd_compile_fix_for_upstream
-@@ -0,0 +1,26 @@
-+--- build-tree/apache_1.3.34.upstream/src/include/ap_config.h	2004-09-16 01:45:17.000000000 +0200
-++++ build-tree/apache_1.3.34/src/include/ap_config.h	2005-01-26 14:26:26.000000000 +0100
-+@@ -487,6 +487,23 @@
-+ #endif
-+ #define AP_ENABLE_EXCEPTION_HOOK
-+ 
-++#elif defined(GNUKFREEBSD)
-++#define NET_SIZE_T socklen_t
-++#define HAVE_SHMGET 1
-++#define USE_SHMGET_SCOREBOARD
-++#define HAVE_MMAP 1
-++#define USE_MMAP_FILES
-++#undef HAVE_GMTOFF
-++#undef NO_KILLPG
-++#undef NO_SETSID
-++#undef NEED_STRDUP
-++#define HAVE_FLOCK_SERIALIZED_ACCEPT
-++#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-++#define HAVE_SYSLOG 1
-++#define SYS_SIGLIST sys_siglist
-++#define AP_ENABLE_EXCEPTION_HOOK
-++#include <sys/time.h>
-++
-+ #elif defined(SCO)
-+ #undef HAVE_GMTOFF
-+ #undef NO_KILLPG
-only in patch2:
-unchanged:
---- apache-1.3.34.orig/debian/patches/002_gnukfreebsd_compile_fix_for_upstream
-+++ apache-1.3.34/debian/patches/002_gnukfreebsd_compile_fix_for_upstream
-@@ -0,0 +1,11 @@
-+--- build-tree/apache_1.3.34.upstream/src/modules/experimental/mod_backtrace.c	2004-02-20 12:41:05.000000000 +0100
-++++ build-tree/apache_1.3.34/src/modules/experimental/mod_backtrace.c	2005-01-26 14:27:40.000000000 +0100
-+@@ -13,7 +13,7 @@
-+  * limitations under the License.
-+  */
-+ 
-+-#if !defined(__linux__) && !defined(__FreeBSD__)
-++#if !defined(__linux__) && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__)
-+ #error This module is currently only implemented for Linux and FreeBSD.
-+ #endif
-+ 

Deleted: trunk/web/patches/asis.diff
===================================================================
--- trunk/web/patches/asis.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/asis.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,44 +0,0 @@
-diff -u asis-3.15p/debian/rules asis-3.15p/debian/rules
---- asis-3.15p/debian/rules
-+++ asis-3.15p/debian/rules
-@@ -9,8 +9,8 @@
- # This has to be exported to make some magic below work.
- export DH_OPTIONS
- 
--ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
--OS = $(ARCH)-linux
-+ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
-+OS = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
- 
- VERSION := $(shell dpkg-parsechangelog | grep "^Version: " | sed 's/^Version: \(.*\)-\(.*\)/\1/')
- REVISION := $(shell dpkg-parsechangelog | grep "^Version: " | sed 's/^Version: \(.*\)-\(.*\)/\2/')
-diff -u asis-3.15p/debian/control asis-3.15p/debian/control
---- asis-3.15p/debian/control
-+++ asis-3.15p/debian/control
-@@ -7,7 +7,7 @@
- Build-Depends: gnat (>= 3.15p-17), debhelper (>= 4.1), libgnatvsn-dev (>= 3.15p-17)
- 
- Package: libasis-3.15p-1-dev
--Architecture: i386 powerpc sparc
-+Architecture: i386 powerpc sparc kfreebsd-i386
- Section: libdevel
- Conflicts: libasis-3.14p-1-dev
- Replaces: libasis-3.14p-1-dev
-@@ -20,7 +20,7 @@
-  This package lets you build ASIS applications with GNAT.
- 
- Package: asis-programs
--Architecture: i386 powerpc sparc
-+Architecture: i386 powerpc sparc kfreebsd-i386
- Section: devel
- Depends: ${shlibs:Depends}
- Description: Ada Semantic Interface Specification (ASIS) example programs
-@@ -32,7 +32,7 @@
-  gnatstub) which are useful to understand or optimize Ada programs.
- 
- Package: libasis-3.15p-1
--Architecture: i386 powerpc sparc
-+Architecture: i386 powerpc sparc kfreebsd-i386
- Section: libs
- Depends: ${shlibs:Depends}
- Description: Ada Semantic Interface Specification (ASIS) runtime library

Deleted: trunk/web/patches/asmix.diff
===================================================================
--- trunk/web/patches/asmix.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/asmix.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,51 +0,0 @@
-Author: aurel32
-Status: in BTS
-
---- asmix-1.3.orig/autoconf/config.h.in
-+++ asmix-1.3/autoconf/config.h.in
-@@ -9,8 +9,8 @@
- /* Define if you have the <linux/soundcard.h> header file.  */
- #undef HAVE_LINUX_SOUNDCARD_H
- 
--/* Define if you have the <machine/soundcard.h> header file.  */
--#undef HAVE_MACHINE_SOUNDCARD_H
-+/* Define if you have the <sys/soundcard.h> header file.  */
-+#undef HAVE_SYS_SOUNDCARD_H
- 
- /* Define if you have the <sys/mount.h> header file.  */
- #undef HAVE_SYS_MOUNT_H
---- asmix-1.3.orig/autoconf/configure.in
-+++ asmix-1.3/autoconf/configure.in
-@@ -58,7 +58,7 @@
- AC_PATH_XTRA
- AC_CHECK_HEADERS(sys/wait.h sys/time.h)
- AC_CHECK_HEADERS(sys/statvfs.h sys/vfs.h sys/mount.h ustat.h)
--AC_CHECK_HEADERS(machine/soundcard.h linux/soundcard.h linux/radio.h)
-+AC_CHECK_HEADERS(sys/soundcard.h linux/soundcard.h linux/radio.h)
- AC_CONFIG_HEADER(config.h)
- 
- dnl# Check for X
---- asmix-1.3.orig/configure
-+++ asmix-1.3/configure
-@@ -2018,7 +2018,7 @@
- fi
- done
- 
--for ac_hdr in machine/soundcard.h linux/soundcard.h linux/radio.h
-+for ac_hdr in sys/soundcard.h linux/soundcard.h linux/radio.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
---- asmix-1.3.orig/asmix.c
-+++ asmix-1.3/asmix.c
-@@ -22,8 +22,8 @@
- #include <sys/errno.h>
- #include <sys/ioctl.h>
- #include <fcntl.h>
--#ifdef HAVE_MACHINE_SOUNDCARD_H
--#  include <machine/soundcard.h>
-+#ifdef HAVE_SYS_SOUNDCARD_H
-+#  include <sys/soundcard.h>
- #endif
- #ifdef HAVE_LINUX_SOUNDCARD_H
- #  include <linux/soundcard.h>

Deleted: trunk/web/patches/audacity.diff
===================================================================
--- trunk/web/patches/audacity.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/audacity.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,53 +0,0 @@
-Status: in BTS
-Author: aurel32
-
---- audacity-1.2.4b.orig/lib-src/libnyquist/snd/sndconfig.h
-+++ audacity-1.2.4b/lib-src/libnyquist/snd/sndconfig.h
-@@ -60,7 +60,7 @@
- #elif defined(IRIX)
-   #include "sndirix.h"
- 
--#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-   #include "sndfreebsd.h"
- 
- #elif defined(_WIN32)
-only in patch2:
-unchanged:
---- audacity-1.2.4b.orig/lib-src/libnyquist/sys/term.c
-+++ audacity-1.2.4b/lib-src/libnyquist/sys/term.c
-@@ -40,7 +40,7 @@
- #else
- 
- #include <termios.h>
--#ifndef __APPLE__
-+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__)
- #include <asm/ioctls.h>
- #endif
- #include <signal.h>
-only in patch2:
-unchanged:
---- audacity-1.2.4b.orig/lib-src/portaudio/pa_unix_oss/pa_unix_oss.c
-+++ audacity-1.2.4b/lib-src/portaudio/pa_unix_oss/pa_unix_oss.c
-@@ -42,6 +42,8 @@
- 
- #ifdef __linux__
- #include <linux/soundcard.h>
-+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-+#include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h> /* JH20010905 */
- #endif
-only in patch2:
-unchanged:
---- audacity-1.2.4b.orig/lib-src/portmixer/px_unix_oss/px_unix_oss.c
-+++ audacity-1.2.4b/lib-src/portmixer/px_unix_oss/px_unix_oss.c
-@@ -37,6 +37,8 @@
- 
- #ifdef __linux__
- #include <linux/soundcard.h>
-+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-+#include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h> /* JH20010905 */
- #endif

Deleted: trunk/web/patches/avrp.diff
===================================================================
--- trunk/web/patches/avrp.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/avrp.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u avrp-1.0beta3/avrp.h avrp-1.0beta3/avrp.h
---- avrp-1.0beta3/avrp.h
-+++ avrp-1.0beta3/avrp.h
-@@ -41,7 +41,7 @@
- #define DEFFILENAME "env:avrp.def"
- #endif
- 
--#if defined(__linux__) || defined(__FreeBSD__) || defined (__GNU__)
-+#if defined(__linux__) || defined(__FreeBSD__) || defined (__GNU__) || defined(__GLIBC__)
- #if defined(DEBIAN)
- #define DEFFILENAME "/etc/avrp.def"
- #else

Deleted: trunk/web/patches/awstats.sh
===================================================================
--- trunk/web/patches/awstats.sh	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/awstats.sh	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,37 +0,0 @@
-#!/bin/sh
-set -e
-
-# Author: rmh
-# Status: in upstream BTS
-
-ln -sf gnu.png wwwroot/icon/os/gnukfreebsd.png
-patch -p1 < $0
-exit 0
-
-diff -ur awstats.old/wwwroot/cgi-bin/lib/operating_systems.pm awstats/wwwroot/cgi-bin/lib/operating_systems.pm
---- awstats.old/wwwroot/cgi-bin/lib/operating_systems.pm	2005-10-09 16:32:40.000000000 +0200
-+++ awstats/wwwroot/cgi-bin/lib/operating_systems.pm	2005-11-19 22:21:40.000000000 +0100
-@@ -42,6 +42,7 @@
- 'hp-ux',
- 'netbsd',
- 'bsdi',
-+'gnu/kfreebsd',									# Must be before freebsd and gnu
- 'freebsd',
- 'openbsd',
- 'gnu.hurd',
-@@ -90,6 +91,7 @@
- 'hp-ux','hp-ux',
- 'netbsd','netbsd',
- 'bsdi','bsdi',
-+'gnu/kfreebsd','gnukfreebsd',								# Must be before freebsd and gnu
- 'freebsd','freebsd',
- 'openbsd','openbsd',
- 'gnu.hurd','gnu',
-@@ -136,6 +138,7 @@
- 'hp-ux','HP Unix',
- 'netbsd','NetBSD',
- 'bsdi','BSDi',
-+'gnukfreebsd','GNU/kFreeBSD',
- 'freebsd','FreeBSD',
- 'openbsd','OpenBSD',
- 'gnu','GNU Hurd',

Deleted: trunk/web/patches/binutils_2.17cvs20070426.diff
===================================================================
--- trunk/web/patches/binutils_2.17cvs20070426.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/binutils_2.17cvs20070426.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,45 +0,0 @@
-Status: partly in BTS #380373 
-
-diff -u binutils-2.17/debian/rules binutils-2.17/debian/rules
---- binutils-2.17/debian/rules
-+++ binutils-2.17/debian/rules
-@@ -69,6 +69,9 @@
- ifeq ($(DEB_HOST_ARCH),i386)
- 	CONFARGS += --enable-targets=x86_64-linux-gnu
- endif
-+ifeq ($(DEB_HOST_ARCH),kfreebsd-i386)
-+	CONFARGS += --enable-targets=x86_64-kfreebsd-gnu
-+endif
- ifeq ($(DEB_HOST_ARCH),mips)
-        CONFARGS += --enable-targets=mips64-linux-gnu
- endif
-@@ -138,7 +141,7 @@
- 	mkdir builddir-multi
- 	cd builddir-multi \
- 	    && env CC="$(CC)" ../configure $(CONFARGS) \
--		--enable-targets=alpha-linux-gnu,arm-linux-gnu,hppa-linux-gnu,i486-linux-gnu,ia64-linux-gnu,m68k-linux-gnu,m68k-rtems,mips-linux-gnu,mipsel-linux-gnu,mips64-linux-gnu,mips64el-linux-gnu,powerpc-linux-gnu,powerpc64-linux-gnu,s390-linux-gnu,s390x-linux-gnu,sh-linux-gnu,sparc-linux-gnu,sparc64-linux-gnu,x86_64-linux,m32r-linux-gnu
-+	        --enable-targets=alpha-linux-gnu,arm-linux-gnu,hppa-linux-gnu,i486-kfreebsd-gnu,i486-linux-gnu,ia64-linux-gnu,m68k-linux-gnu,m68k-rtems,mips-linux-gnu,mipsel-linux-gnu,mips64-linux-gnu,mips64el-linux-gnu,powerpc-linux-gnu,powerpc64-linux-gnu,s390-linux-gnu,s390x-linux-gnu,sh-linux-gnu,sparc-linux-gnu,sparc64-linux-gnu,x86_64-linux,x86_64-kfreebsd-gnu,m32r-linux-gnu
- 	$(MAKE) -C builddir-multi configure-host
- 	touch configure-multi-stamp
- 
-@@ -474,12 +477,18 @@
- ifneq ($(filter sparc-linux-gnu powerpc-linux-gnu mips-linux-gnu, $(TARGET)),)
- ADDITIONAL_TARGETS = --enable-targets=$(TARGET:%-linux-gnu=%64-linux-gnu)
- endif
--ifneq ($(filter i386-linux-gnu i486-linux-gnu i586-linux-gnu x86-linux-gnu, $(TARGET)),)
-+ifneq ($(filter i386-linux-gnu i486-linux-gnu i586-linux-gnu i686-linux-gnu x86-linux-gnu, $(TARGET)),)
- ADDITIONAL_TARGETS = --enable-targets=x86_64-linux-gnu
- endif
-+ifneq ($(filter i386-kfreebsd-gnu i486-kfreebsd-gnu i586-kfreebsd-gnu i686-kfreebsd-gnu x86-kfreebsd-gnu, $(TARGET)),)
-+ADDITIONAL_TARGETS = --enable-targets=x86_64-kfreebsd-gnu
-+endif
- ifeq ($(TARGET), x86_64-linux-gnu)
- ADDITIONAL_TARGETS = --enable-targets=i486-linux-gnu
- endif
-+ifeq ($(TARGET), x86_64-kfreebsd-gnu)
-+ADDITIONAL_TARGETS = --enable-targets=i486-kfreebsd-gnu
-+endif
- ifeq ($(TARGET), mipsel-linux-gnu)
- ADDITIONAL_TARGETS = --enable-targets=mips64el-linux-gnu
- endif
-

Deleted: trunk/web/patches/bitscope.diff
===================================================================
--- trunk/web/patches/bitscope.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/bitscope.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,13 +0,0 @@
-diff -u bitscope-1.1/debian/control bitscope-1.1/debian/control
---- bitscope-1.1/debian/control
-+++ bitscope-1.1/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: Robert Jordens <jordens at debian.org>
--Build-Depends: debhelper (>> 4.1.0), cdbs, dh-buildinfo, libasound2-dev, libjack0.100.0-dev, libgtk2.0-dev, docbook-to-man
-+Build-Depends: debhelper (>> 4.1.0), cdbs, dh-buildinfo, libasound2-dev [!kfreebsd-i386], libjack0.100.0-dev, libgtk2.0-dev, docbook-to-man
- Standards-Version: 3.6.1
- 
- Package: bitscope
-

Deleted: trunk/web/patches/control-center.bash
===================================================================
--- trunk/web/patches/control-center.bash	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/control-center.bash	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,28 +0,0 @@
-#!/bin/bash -e
-
-# Status: in BTS + dirty
-
-cat $0 | patch -p1
-`which autoconf2.50 || which autoconf`
-rm -rf autom4te.cache
-exit 0
-
-diff -ur control-center-2.6.1.old/configure.in control-center-2.6.1/configure.in
---- control-center-2.6.1.old/configure.in	2004-04-15 18:58:03.000000000 +0200
-+++ control-center-2.6.1/configure.in	2004-09-21 11:59:00.000000000 +0200
-@@ -120,14 +120,7 @@
- dnl Check for XRandR, needed for display capplet
- dnl		
- 	
--have_randr=no
--AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
--  [AC_CHECK_HEADER(X11/extensions/Xrandr.h,
--     have_randr=yes
--     RANDR_LIBS="-lXrandr -lXrender"
--     AC_DEFINE(HAVE_RANDR, 1, Have the Xrandr extension library),
--	  :, [#include <X11/Xlib.h>])], : ,
--       -lXrandr -lXrender $x_libs)
-+have_randr=yes
- AM_CONDITIONAL(HAVE_RANDR, [test $have_randr = yes])
- 	
- PKG_CHECK_MODULES(DISPLAY_CAPPLET, $COMMON_MODULES)

Deleted: trunk/web/patches/coreutils.diff
===================================================================
--- trunk/web/patches/coreutils.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/coreutils.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,25 +0,0 @@
-Author: aurel32
-Status: in BTS
-
---- coreutils-5.2.1.orig/debian/patches/40_cp_link_posix.patch
-+++ coreutils-5.2.1/debian/patches/40_cp_link_posix.patch
-@@ -0,0 +1,18 @@
-+--- coreutils-5.2.1.orig/src/copy.c	2005-09-19 00:35:32.000000000 +0200
-++++ coreutils-5.2.1/src/copy.c	2005-09-19 00:34:53.000000000 +0200
-+@@ -1411,7 +1411,15 @@
-+ 	}
-+     }
-+ #endif
-++/* According to POSIX.1-2001, a call to link() should dereference symlinks. cp 
-++   called with the --no-dereference argument should not. */
-++#ifdef LINK_FOLLOWS_SYMLINKS
-++  /* For kernels that do not follow POSIX, don't call link() and make a copy. */
-++  else if (x->hard_link && !(S_ISLNK (src_mode) && x->dereference == DEREF_NEVER))
-++#else
-++  /* For kernels that follow POSIX, use link() in all cases. */
-+   else if (x->hard_link)
-++#endif
-+     {
-+       preserve_metadata = 0;
-+       if (link (src_path, dst_path))
-

Deleted: trunk/web/patches/crack.diff
===================================================================
--- trunk/web/patches/crack.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/crack.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,14 +0,0 @@
-Author: Petr Salinger
-Status: in BTS
-
---- crack-5.0a.orig/src/libdes/read_pwd.c
-+++ crack-5.0a/src/libdes/read_pwd.c
-@@ -55,7 +55,7 @@
-  * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
-  */
- 
--#if defined(sgi) || defined(__sgi)
-+#if defined(sgi) || defined(__sgi) || defined(__GLIBC__)
- #define TERMIOS
- #undef TERMIO
- #undef SGTTY

Deleted: trunk/web/patches/cron.diff
===================================================================
--- trunk/web/patches/cron.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/cron.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,48 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u cron-3.0pl1/compat.h cron-3.0pl1/compat.h
---- cron-3.0pl1/compat.h
-+++ cron-3.0pl1/compat.h
-@@ -63,7 +63,7 @@
- 
- #ifndef POSIX
- # if (BSD >= 199103) || defined(__linux__) || defined(__GNU__) || defined(ultrix) ||\
--        defined(AIX) ||\ defined(HPUX) || defined(CONVEX) || defined(IRIX)
-+        defined(AIX) ||\ defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__)
- #  define POSIX
- # endif
- #endif
-@@ -81,12 +81,12 @@
- #endif
- 
- #if (!defined(BSD) || (BSD < 198902)) && !defined(__linux__) && \
--	!defined(IRIX) && !defined(NeXT) && !defined(HPUX) && !defined(__GNU__)
-+	!defined(IRIX) && !defined(NeXT) && !defined(HPUX) && !defined(__GNU__) && !defined(__GLIBC__)
- # define NEED_STRCASECMP
- #endif
- 
- #if (!defined(BSD) || (BSD < 198911)) && !defined(__linux__) &&\
--	!defined(IRIX) && !defined(UNICOS) && !defined(HPUX) && !defined(__GNU__)
-+	!defined(IRIX) && !defined(UNICOS) && !defined(HPUX) && !defined(__GNU__) && !defined(__GLIBC__)
- # define NEED_STRDUP
- #endif
- 
-@@ -102,7 +102,7 @@
- # define NEED_SETSID
- #endif
- 
--#if (defined(POSIX) && !defined(BSD)) && !defined(__linux__) && !defined(__GNU__)
-+#if (defined(POSIX) && !defined(BSD)) && !defined(__linux__) && !defined(__GNU__) && !defined(__GLIBC__)
- # define NEED_GETDTABLESIZE
- #endif
- 
-@@ -110,7 +110,7 @@
- # define HAVE_SAVED_UIDS
- #endif
- 
--#if !defined(ATT) && !defined(__linux__) && !defined(__GNU__) && !defined(IRIX) && !defined(UNICOS)
-+#if !defined(ATT) && !defined(__linux__) && !defined(__GNU__) && !defined(IRIX) && !defined(UNICOS) && !defined(__GLIBC__)
- # define USE_SIGCHLD
- #endif
- 

Deleted: trunk/web/patches/darkice.diff
===================================================================
--- trunk/web/patches/darkice.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/darkice.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u darkice-0.15/debian/control darkice-0.15/debian/control
---- darkice-0.15/debian/control
-+++ darkice-0.15/debian/control
-@@ -3,7 +3,7 @@
- Priority: optional
- Maintainer: Jochen Friedrich <jochen at scram.de>
- Standards-Version: 3.6.2
--Build-Depends: cdbs, debhelper (>=4.1.0), libvorbis-dev, libasound2-dev, libjack0.100.0-dev
-+Build-Depends: cdbs, debhelper (>=4.1.0), libvorbis-dev, libasound2-dev [!kfreebsd-i386], libjack0.100.0-dev
- 
- Package: darkice
- Architecture: any

Deleted: trunk/web/patches/denemo.diff
===================================================================
--- trunk/web/patches/denemo.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/denemo.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u denemo-0.7.2b+0.7.3beta2/debian/control denemo-0.7.2b+0.7.3beta2/debian/control
---- denemo-0.7.2b+0.7.3beta2/debian/control
-+++ denemo-0.7.2b+0.7.3beta2/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: Guenter Geiger (Debian/GNU) <geiger at debian.org>
--Build-Depends: autoconf, automake1.7, libtool, bison, debhelper (>= 3.0.0), cdbs, flex, gettext, libgtk1.2-dev, libglib2.0-dev, libgtk2.0-dev, libxml2-dev, libasound2-dev
-+Build-Depends: autoconf, automake1.7, libtool, bison, debhelper (>= 3.0.0), cdbs, flex, gettext, libgtk1.2-dev, libglib2.0-dev, libgtk2.0-dev, libxml2-dev, libasound2-dev [!kfreebsd-i386]
- Standards-Version: 3.6.1
- 
- Package: denemo

Deleted: trunk/web/patches/hydrogen.diff
===================================================================
--- trunk/web/patches/hydrogen.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/hydrogen.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u hydrogen-0.9.2final/debian/control hydrogen-0.9.2final/debian/control
---- hydrogen-0.9.2final/debian/control
-+++ hydrogen-0.9.2final/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: Guenter Geiger (Debian/GNU) <geiger at debian.org>
--Build-Depends: debhelper (>> 3.0.0), cdbs, xlibs-dev, libqt3-mt-dev, libz-dev, pkg-config, libaudiofile-dev, libjack-dev, liblrdf-dev, libsndfile1-dev, libflac++-dev, libflac-dev (>= 1.1.1-3), libasound2-dev
-+Build-Depends: debhelper (>> 3.0.0), cdbs, xlibs-dev, libqt3-mt-dev, libz-dev, pkg-config, libaudiofile-dev, libjack-dev, liblrdf-dev, libsndfile1-dev, libflac++-dev, libflac-dev (>= 1.1.1-3), libasound2-dev [!kfreebsd-i386]
- Standards-Version: 3.6.1
- 
- Package: hydrogen

Deleted: trunk/web/patches/jamin.diff
===================================================================
--- trunk/web/patches/jamin.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/jamin.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u jamin-0.95.0/debian/control jamin-0.95.0/debian/control
---- jamin-0.95.0/debian/control
-+++ jamin-0.95.0/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: Robert Jordens <jordens at debian.org>
--Build-Depends: debhelper (>> 4.1.0), cdbs, dh-buildinfo, libasound2-dev, libjack0.100.0-dev, libxml2-dev, libgtk2.0-dev, ladspa-sdk, swh-plugins (>= 0.4.6), fftw3-dev, liblo0-dev, libxml-parser-perl, perl-base, indent, docbook-to-man
-+Build-Depends: debhelper (>> 4.1.0), cdbs, dh-buildinfo, libasound2-dev [!kfreebsd-i386], libjack0.100.0-dev, libxml2-dev, libgtk2.0-dev, ladspa-sdk, swh-plugins (>= 0.4.6), fftw3-dev, liblo0-dev, libxml-parser-perl, perl-base, indent, docbook-to-man
- Standards-Version: 3.6.1
- 
- Package: jamin

Deleted: trunk/web/patches/libvisual-plugins.diff
===================================================================
--- trunk/web/patches/libvisual-plugins.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/libvisual-plugins.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u libvisual-plugins-0.2.0.dfsg.1/debian/control libvisual-plugins-0.2.0.dfsg.1/debian/control
---- libvisual-plugins-0.2.0.dfsg.1/debian/control
-+++ libvisual-plugins-0.2.0.dfsg.1/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: David Schleef <ds at schleef.org>
--Build-Depends: cdbs, debhelper, libvisual0.2-dev, gcc-3.4, g++-3.4, chrpath, libesd0-dev, libjack0.100.0-dev, libgdk-pixbuf-dev, libgtk2.0-dev, xutils, x-dev, libx11-dev, xlibmesa-gl-dev, libxxf86vm-dev, xlibmesa-glu-dev, libasound2-dev
-+Build-Depends: cdbs, debhelper, libvisual0.2-dev, gcc-3.4, g++-3.4, chrpath, libesd0-dev, libjack0.100.0-dev, libgdk-pixbuf-dev, libgtk2.0-dev, xutils, x-dev, libx11-dev, xlibmesa-gl-dev, libxxf86vm-dev, xlibmesa-glu-dev, libasound2-dev [!kfreebsd-i386]
- Standards-Version: 3.5.6
- 
- Package: libvisual0.2-plugins

Deleted: trunk/web/patches/ogle.diff
===================================================================
--- trunk/web/patches/ogle.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/ogle.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u ogle-0.9.2/debian/control ogle-0.9.2/debian/control
---- ogle-0.9.2/debian/control
-+++ ogle-0.9.2/debian/control
-@@ -2,7 +2,7 @@
- Section: graphics
- Priority: optional
- Maintainer: Mikael Hedin <micce at debian.org>
--Build-Depends: debhelper (>> 3.0.0), libxml2-dev, liba52-0.7.4-dev, libdvdread3-dev, libjpeg62-dev, xlibs-dev, zlib1g-dev, libxml2-dev (>= 2.4.5), chrpath, libmad0-dev, libasound2-dev (>= 0.9.3)
-+Build-Depends: debhelper (>> 3.0.0), libxml2-dev, liba52-0.7.4-dev, libdvdread3-dev, libjpeg62-dev, xlibs-dev, zlib1g-dev, libxml2-dev (>= 2.4.5), chrpath, libmad0-dev, libasound2-dev (>= 0.9.3) [!kfreebsd-i386]
- Standards-Version: 3.5.2
- 
- Package: ogle

Deleted: trunk/web/patches/openal.diff
===================================================================
--- trunk/web/patches/openal.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/openal.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u openal-0.2005080600/debian/control openal-0.2005080600/debian/control
---- openal-0.2005080600/debian/control
-+++ openal-0.2005080600/debian/control
-@@ -2,7 +2,7 @@
- Section: libs
- Priority: optional
- Maintainer: Dan Helfman <witten at debian.org>
--Build-Depends: debhelper (>= 4.0.1), texinfo, libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5), libarts1-dev (>= 1.3.0)
-+Build-Depends: debhelper (>= 4.0.1), texinfo, libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev [!kfreebsd-i386] (>= 1.0.5), libarts1-dev (>= 1.3.0)
- Standards-Version: 3.6.2.1
- 
- Package: libopenal-dev

Deleted: trunk/web/patches/pinball.diff
===================================================================
--- trunk/web/patches/pinball.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/pinball.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u pinball-0.3.1/debian/control pinball-0.3.1/debian/control
---- pinball-0.3.1/debian/control
-+++ pinball-0.3.1/debian/control
-@@ -2,7 +2,7 @@
- Section: games
- Priority: optional
- Maintainer: Jochen Friedrich <jochen at scram.de>
--Build-Depends: debhelper (>> 4.0.0), xlibmesa-gl-dev | libgl-dev, libpng-dev, libsdl1.2-dev, glutg3-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libogg-dev, libvorbis-dev, sp, sgmlspl, docbook-utils, libaa1-dev, libasound2-dev, libtiff4-dev
-+Build-Depends: debhelper (>> 4.0.0), xlibmesa-gl-dev | libgl-dev, libpng-dev, libsdl1.2-dev, glutg3-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libogg-dev, libvorbis-dev, sp, sgmlspl, docbook-utils, libaa1-dev, libasound2-dev [!kfreebsd-i386], libtiff4-dev
- Standards-Version: 3.6.2
- 
- Package: pinball

Deleted: trunk/web/patches/polypaudio.diff
===================================================================
--- trunk/web/patches/polypaudio.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/polypaudio.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,24 +0,0 @@
-Author: aurel32
-Status: ugly, don't merge! We need the new dpkg to make a clean patch.
-
-diff -u polypaudio-0.7+20050805/debian/control polypaudio-0.7+20050805/debian/control
---- polypaudio-0.7+20050805/debian/control
-+++ polypaudio-0.7+20050805/debian/control
-@@ -3,7 +3,7 @@
- Priority: optional
- Maintainer: Otavio Salvador <otavio at debian.org>
- Uploaders: Martin Pitt <mpitt at debian.org>
--Build-Depends: cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0), patchutils (>= 0.2.25), m4, libwrap0-dev, libsamplerate0-dev (>= 0.1.0), libsndfile1-dev (>= 1.0.0), libasound2-dev (>= 1.0.0), libglib2.0-dev (>= 2.4.0), libxt-dev, libltdl3-dev
-+Build-Depends: cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0), patchutils (>= 0.2.25), m4, libwrap0-dev, libsamplerate0-dev (>= 0.1.0), libsndfile1-dev (>= 1.0.0), libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !hurd-i386], libglib2.0-dev (>= 2.4.0), libxt-dev, libltdl3-dev
- Standards-Version: 3.6.2
- 
- Package: polypaudio
-@@ -30,7 +30,7 @@
- 
- Package: polypaudio-alsa
- Section: sound
--Architecture: any
-+Architecture: i386 ia64 alpha amd64 arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
- Depends: ${shlibs:Depends}, polypaudio
- Replaces: polypaudio
- Description: ALSA modules for the polypaudio sound server

Deleted: trunk/web/patches/qjackctl.diff
===================================================================
--- trunk/web/patches/qjackctl.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/qjackctl.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u qjackctl-0.2.18/debian/control qjackctl-0.2.18/debian/control
---- qjackctl-0.2.18/debian/control
-+++ qjackctl-0.2.18/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: Guenter Geiger (Debian/GNU) <geiger at debian.org>
--Build-Depends: debhelper (>> 4.0.0), cdbs, libqt3-mt-dev, libjack0.100.0-dev, libasound2-dev
-+Build-Depends: debhelper (>> 4.0.0), cdbs, libqt3-mt-dev, libjack0.100.0-dev, libasound2-dev [!kfreebsd-i386]
- Standards-Version: 3.6.2
- 
- Package: qjackctl

Deleted: trunk/web/patches/sooperlooper.diff
===================================================================
--- trunk/web/patches/sooperlooper.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/sooperlooper.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,15 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u sooperlooper-1.0.5/debian/control sooperlooper-1.0.5/debian/control
---- sooperlooper-1.0.5/debian/control
-+++ sooperlooper-1.0.5/debian/control
-@@ -2,7 +2,7 @@
- Section: sound
- Priority: optional
- Maintainer: Guenter Geiger (Debian/GNU) <geiger at debian.org>
--Build-Depends: debhelper (>= 4.0.0), cdbs, libasound2-dev, libjack0.100.0-dev, liblo-dev, libsigc++-1.2-dev, libwxgtk2.4-dev, libxml2-dev, libsndfile1-dev, libncurses5-dev, libsamplerate-dev
-+Build-Depends: debhelper (>= 4.0.0), cdbs, libasound2-dev [!kfreebsd-i386], libjack0.100.0-dev, liblo-dev, libsigc++-1.2-dev, libwxgtk2.4-dev, libxml2-dev, libsndfile1-dev, libncurses5-dev, libsamplerate-dev
- Standards-Version: 3.6.1.1
- 
- Package: sooperlooper

Deleted: trunk/web/patches/twinkle.diff
===================================================================
--- trunk/web/patches/twinkle.diff	2011-07-10 11:51:39 UTC (rev 3553)
+++ trunk/web/patches/twinkle.diff	2011-07-10 11:52:18 UTC (rev 3554)
@@ -1,16 +0,0 @@
-Author: aurel32
-Status: in BTS
-
-diff -u twinkle-0.3.2/debian/control twinkle-0.3.2/debian/control
---- twinkle-0.3.2/debian/control
-+++ twinkle-0.3.2/debian/control
-@@ -3,7 +3,7 @@
- Priority: optional
- Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
- Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
--Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcommoncpp2-dev (>=1.3.10-4), libccrtp-dev (>=1.3.4), help2man, libqt3-mt-dev (>= 3:3.3.4-4), qt3-apps-dev, automake1.9, libxml2-dev, cdbs, kdelibs-bin, kdelibs4-dev, libasound2-dev, libxml2-dev
-+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcommoncpp2-dev (>=1.3.10-4), libccrtp-dev (>=1.3.4), help2man, libqt3-mt-dev (>= 3:3.3.4-4), qt3-apps-dev, automake1.9, libxml2-dev, cdbs, kdelibs-bin, kdelibs4-dev, libasound2-dev [!kfreebsd-i386], libxml2-dev
- Standards-Version: 3.6.1
- 
- Package: twinkle
-




More information about the Glibc-bsd-commits mailing list