summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-01-13 15:28:18 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-01-13 15:28:18 +0000
commitf0343aef87eba8cbef43bf3dd47b1e949c949d6d (patch)
treeeb986001badbb3e8f4541b60de16596ae36cc001 /net-misc/d4x
parentAdd support for building hotsmtpd. Closes #77629. (diff)
downloadhistorical-f0343aef87eba8cbef43bf3dd47b1e949c949d6d.tar.gz
historical-f0343aef87eba8cbef43bf3dd47b1e949c949d6d.tar.bz2
historical-f0343aef87eba8cbef43bf3dd47b1e949c949d6d.zip
add flags to enable downloads of greater than 2G (#73784)
Diffstat (limited to 'net-misc/d4x')
-rw-r--r--net-misc/d4x/ChangeLog7
-rw-r--r--net-misc/d4x/d4x-2.03.ebuild4
-rw-r--r--net-misc/d4x/d4x-2.4.1-r1.ebuild4
-rw-r--r--net-misc/d4x/d4x-2.5.0.ebuild7
-rw-r--r--net-misc/d4x/d4x-2.5.0_rc2.ebuild4
-rw-r--r--net-misc/d4x/d4x-2.5.0_rc4.ebuild4
6 files changed, 17 insertions, 13 deletions
diff --git a/net-misc/d4x/ChangeLog b/net-misc/d4x/ChangeLog
index fe06c1334731..c22dc896c96d 100644
--- a/net-misc/d4x/ChangeLog
+++ b/net-misc/d4x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/d4x
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/ChangeLog,v 1.25 2004/12/05 15:54:36 pyrania Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/ChangeLog,v 1.26 2005/01/13 15:28:18 liquidx Exp $
+
+ 13 Jan 2005; Alastair Tse <liquidx@gentoo.org> d4x-2.5.0.ebuild:
+ add flags to enable downloads of greater than 2G (#73784)
*d4x-2.5.0 (05 Dec 2004)
diff --git a/net-misc/d4x/d4x-2.03.ebuild b/net-misc/d4x/d4x-2.03.ebuild
index 75d49322a124..1ed3a8424d03 100644
--- a/net-misc/d4x/d4x-2.03.ebuild
+++ b/net-misc/d4x/d4x-2.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.03.ebuild,v 1.12 2004/07/15 02:43:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.03.ebuild,v 1.13 2005/01/13 15:28:18 liquidx Exp $
IUSE="nls esd gnome oss"
diff --git a/net-misc/d4x/d4x-2.4.1-r1.ebuild b/net-misc/d4x/d4x-2.4.1-r1.ebuild
index 0f5660791761..3b5a7b93a694 100644
--- a/net-misc/d4x/d4x-2.4.1-r1.ebuild
+++ b/net-misc/d4x/d4x-2.4.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1-r1.ebuild,v 1.10 2004/07/15 02:43:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1-r1.ebuild,v 1.11 2005/01/13 15:28:18 liquidx Exp $
IUSE="nls esd gnome oss kde"
diff --git a/net-misc/d4x/d4x-2.5.0.ebuild b/net-misc/d4x/d4x-2.5.0.ebuild
index 3ab6141e8c4c..8c1ea59eec4e 100644
--- a/net-misc/d4x/d4x-2.5.0.ebuild
+++ b/net-misc/d4x/d4x-2.5.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0.ebuild,v 1.1 2004/12/05 15:54:36 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0.ebuild,v 1.2 2005/01/13 15:28:18 liquidx Exp $
IUSE="nls esd gnome oss kde"
-inherit eutils
+inherit eutils flag-o-matic
S="${WORKDIR}/${P}final"
DESCRIPTION="GTK based download manager for X."
@@ -33,6 +33,7 @@ src_unpack() {
src_compile() {
myconf=""
+ append-flags -D_FILE_OFFSET_BITS=64
use nls \
&& myconf="${myconf} --enable-nls" \
diff --git a/net-misc/d4x/d4x-2.5.0_rc2.ebuild b/net-misc/d4x/d4x-2.5.0_rc2.ebuild
index bdb9ada31680..159f44cc556f 100644
--- a/net-misc/d4x/d4x-2.5.0_rc2.ebuild
+++ b/net-misc/d4x/d4x-2.5.0_rc2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_rc2.ebuild,v 1.7 2004/07/15 02:43:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_rc2.ebuild,v 1.8 2005/01/13 15:28:18 liquidx Exp $
IUSE="nls esd gnome oss kde"
diff --git a/net-misc/d4x/d4x-2.5.0_rc4.ebuild b/net-misc/d4x/d4x-2.5.0_rc4.ebuild
index 9cdc7d7693af..6ec8f6792f68 100644
--- a/net-misc/d4x/d4x-2.5.0_rc4.ebuild
+++ b/net-misc/d4x/d4x-2.5.0_rc4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_rc4.ebuild,v 1.6 2004/10/05 23:52:34 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_rc4.ebuild,v 1.7 2005/01/13 15:28:18 liquidx Exp $
IUSE="nls esd gnome oss kde"