diff options
author | Alexander Gabert <pappy@gentoo.org> | 2004-05-12 13:12:34 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2004-05-12 13:12:34 +0000 |
commit | 1feb1b601dd45d634d03e8bf92cd032e9e3e28f2 (patch) | |
tree | c069da9d59f4c283ffab92373e6e45d56292cccc /sys-fs/dosfstools | |
parent | changed hardened-gcc logic to filter-flags (Manifest recommit) (diff) | |
download | gentoo-2-1feb1b601dd45d634d03e8bf92cd032e9e3e28f2.tar.gz gentoo-2-1feb1b601dd45d634d03e8bf92cd032e9e3e28f2.tar.bz2 gentoo-2-1feb1b601dd45d634d03e8bf92cd032e9e3e28f2.zip |
changed hardened-gcc logic to filter-flags
Diffstat (limited to 'sys-fs/dosfstools')
-rw-r--r-- | sys-fs/dosfstools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/dosfstools/Manifest | 12 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-2.10.ebuild | 11 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-2.9.ebuild | 11 |
4 files changed, 25 insertions, 15 deletions
diff --git a/sys-fs/dosfstools/ChangeLog b/sys-fs/dosfstools/ChangeLog index b38319c98039..49a7a5b02875 100644 --- a/sys-fs/dosfstools/ChangeLog +++ b/sys-fs/dosfstools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/dosfstools # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.10 2004/03/25 00:02:46 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.11 2004/05/12 13:12:34 pappy Exp $ + + 12 May 2004; Alexander Gabert <pappy@gentoo.org> dosfstools-2.10.ebuild, + dosfstools-2.9.ebuild: + changed hardened-gcc logic to filter-flags 25 Mar 2004; <plasmaroo@gentoo.org> dosfstools-2.10.ebuild, files/dosfstools-2.10-2.6.headers.patch: diff --git a/sys-fs/dosfstools/Manifest b/sys-fs/dosfstools/Manifest index afef79a66b4e..5835abcf1404 100644 --- a/sys-fs/dosfstools/Manifest +++ b/sys-fs/dosfstools/Manifest @@ -1,10 +1,10 @@ -MD5 00becc2351a2f963d00f47fe1db34f2a ChangeLog 2502 -MD5 ee5a688d4e3874982dbef43956df4350 dosfstools-2.10.ebuild 1400 -MD5 96caf3a02fb0621de8dc2078717cfb21 dosfstools-2.9.ebuild 1355 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 d412ae45f619887f06153ce29d0e6fc8 ChangeLog 2648 +MD5 f19c50c0df353d0e5eebe0e15ab05770 dosfstools-2.10.ebuild 1438 MD5 3549613f8ab922686f96e974aecc7fd0 dosfstools-2.8-r3.ebuild 1141 -MD5 af6a07ad458852ef02d58a7a3658ca15 files/errno.patch 257 -MD5 6b58c7a85ca01fc79287563b903024ff files/dosfstools-2.10-2.6.headers.patch 357 +MD5 c9e22f34d51abba5bbce6e97a8f66c7a dosfstools-2.9.ebuild 1394 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 9eae6c4e222bcb616db95d21959a7688 files/digest-dosfstools-2.10 70 MD5 51b6aebebdca730b6a304548ec5c6da1 files/digest-dosfstools-2.8-r3 69 MD5 8102aee0611b0b9f797c88f7cc4fd503 files/digest-dosfstools-2.9 69 +MD5 6b58c7a85ca01fc79287563b903024ff files/dosfstools-2.10-2.6.headers.patch 357 +MD5 af6a07ad458852ef02d58a7a3658ca15 files/errno.patch 257 diff --git a/sys-fs/dosfstools/dosfstools-2.10.ebuild b/sys-fs/dosfstools/dosfstools-2.10.ebuild index 655628e49e95..ac9f050b47bd 100644 --- a/sys-fs/dosfstools/dosfstools-2.10.ebuild +++ b/sys-fs/dosfstools/dosfstools-2.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.10.ebuild,v 1.8 2004/03/25 00:02:46 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.10.ebuild,v 1.9 2004/05/12 13:12:34 pappy Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="dos filesystem tools" SRC_URI="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/${P}.src.tar.gz" @@ -23,11 +23,14 @@ src_unpack() { # Bug: 34785 hardened-gcc transparently adds -fPIC so we must filter # that away because this package cant cope. (Nov 30 2003 -solar) - has_version 'sys-devel/hardened-gcc' && \ - sed -i -e "s:^DEBUGFLAGS.*:DEBUGFLAGS=-yet_exec:g" Makefile + # has_version 'sys-devel/hardened-gcc' && \ + # sed -i -e "s:^DEBUGFLAGS.*:DEBUGFLAGS=-yet_exec:g" Makefile } src_compile() { + + filter-flags -fPIC + # this package does *not* play well with optimisations # please dont change to: make OPTFLAGS="${CFLAGS}" make || die diff --git a/sys-fs/dosfstools/dosfstools-2.9.ebuild b/sys-fs/dosfstools/dosfstools-2.9.ebuild index c379fc5fea62..bee53cd50f38 100644 --- a/sys-fs/dosfstools/dosfstools-2.9.ebuild +++ b/sys-fs/dosfstools/dosfstools-2.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.9.ebuild,v 1.3 2004/02/15 17:31:05 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.9.ebuild,v 1.4 2004/05/12 13:12:34 pappy Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="dos filesystem tools" SRC_URI="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/${P}.src.tar.gz" @@ -22,11 +22,14 @@ src_unpack() { # Bug: 34785 hardened-gcc transparently adds -fPIC so we must filter # that away because this package cant cope. (Nov 30 2003 -solar) - has_version 'sys-devel/hardened-gcc' && \ - sed -i -e "s:^DEBUGFLAGS.*:DEBUGFLAGS=-yet_exec:g" Makefile + # has_version 'sys-devel/hardened-gcc' && \ + # sed -i -e "s:^DEBUGFLAGS.*:DEBUGFLAGS=-yet_exec:g" Makefile } src_compile() { + + filter-flags -fPIC + # this package does *not* play well with optimisations # please dont change to: make OPTFLAGS="${CFLAGS}" make || die |