summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-06-12 13:40:40 +0000
committerMichael Januszewski <spock@gentoo.org>2005-06-12 13:40:40 +0000
commit5b782bba8af0420972f7ca4ca2fc11ade8cb1b54 (patch)
treeefebe69a2717d3fcd24f4da4788bd05b39bd8018 /media-gfx
parentStable on alpha. (diff)
downloadhistorical-5b782bba8af0420972f7ca4ca2fc11ade8cb1b54.tar.gz
historical-5b782bba8af0420972f7ca4ca2fc11ade8cb1b54.tar.bz2
historical-5b782bba8af0420972f7ca4ca2fc11ade8cb1b54.zip
Negate -fstack-protector regardless of the 'hardened' USE flag state (fix for bug #71193).
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splashutils/ChangeLog7
-rw-r--r--media-gfx/splashutils/Manifest12
-rw-r--r--media-gfx/splashutils/splashutils-0.9.1.ebuild8
-rw-r--r--media-gfx/splashutils/splashutils-1.1.9.6.ebuild16
4 files changed, 18 insertions, 25 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog
index 6ade817bf3b4..07fdacdae7c3 100644
--- a/media-gfx/splashutils/ChangeLog
+++ b/media-gfx/splashutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.31 2005/06/12 13:38:23 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.32 2005/06/12 13:40:40 spock Exp $
+
+ 12 Jun 2005; Michał Januszewski <spock@gentoo.org>
+ splashutils-0.9.1.ebuild, splashutils-1.1.9.6.ebuild:
+ Negate -fstack-protector regardless of the 'hardened' USE flag state (fix
+ for bug #71193).
12 Jun 2005; Michał Januszewski <spock@gentoo.org>
-splashutils-1.1.9.5.ebuild:
diff --git a/media-gfx/splashutils/Manifest b/media-gfx/splashutils/Manifest
index 0783d8c3c65e..8da96bd4fa42 100644
--- a/media-gfx/splashutils/Manifest
+++ b/media-gfx/splashutils/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 295e358aafabca72a6ffeffab1ab7db4 splashutils-1.1.9.6.ebuild 6845
+MD5 7cf655ad07096faf22e77ac6b023078c splashutils-1.1.9.6.ebuild 6370
MD5 41599e8ec3fb33c0214ab17b80fb750c splashutils-1.1.9.6-r1.ebuild 6012
-MD5 2fe125cd9b44067caa91ea340c935479 splashutils-0.9.1.ebuild 3225
-MD5 165e0c93e491b8f379d781501e22f19d ChangeLog 7531
+MD5 13b41917218dff90a78e1d3a582b86f7 splashutils-0.9.1.ebuild 3195
+MD5 f3e015bbd49114b5a267f1ae4a6ec58d ChangeLog 7737
MD5 cfe1b5f88cc51ac6ffc42809178d2a06 metadata.xml 221
MD5 ae39d33c3d0a3a91709b168706326abf files/digest-splashutils-1.1.9.6-r1 547
MD5 ae39d33c3d0a3a91709b168706326abf files/digest-splashutils-1.1.9.6 547
@@ -12,7 +12,7 @@ MD5 d4d393d10196781338f83d0a795065ae files/digest-splashutils-0.9.1 378
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCrDrnchej4aZK9/cRAqH0AJ46FoxURiZZ1K6soVVojb0si4tyggCeM+oG
-XSV+zhmPwY9RfVo4DZ6iXQA=
-=FsQJ
+iD8DBQFCrDtwchej4aZK9/cRAmJbAJ9WeeLBE49K9EC+e5h55VefRa79JgCfYg7h
+cOKXiap1mPX7he7fcoTdZTU=
+=AXBa
-----END PGP SIGNATURE-----
diff --git a/media-gfx/splashutils/splashutils-0.9.1.ebuild b/media-gfx/splashutils/splashutils-0.9.1.ebuild
index 5fa8e7272374..e1323284ca0e 100644
--- a/media-gfx/splashutils/splashutils-0.9.1.ebuild
+++ b/media-gfx/splashutils/splashutils-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9.1.ebuild,v 1.6 2005/06/05 12:24:47 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9.1.ebuild,v 1.7 2005/06/12 13:40:40 spock Exp $
MISCSPLASH="miscsplashutils-0.1.2"
GENTOOSPLASH="splashutils-gentoo-0.1.4"
@@ -63,10 +63,8 @@ src_unpack() {
fi
# this should make this version of splashutils compile with hardened systems
- if use hardened; then
- sed -e 's@K_CFLAGS =@K_CFLAGS = -fno-stack-protector@' -i ${S}/Makefile
- sed -e 's@CFLAGS =@CFLAGS = -fno-stack-protector@' -i ${S}/libs/klibc-${KLIBC_VERSION}/klibc/MCONFIG
- fi
+ sed -e 's@K_CFLAGS =@K_CFLAGS = -fno-stack-protector@' -i ${S}/Makefile
+ sed -e 's@CFLAGS =@CFLAGS = -fno-stack-protector@' -i ${S}/libs/klibc-${KLIBC_VERSION}/klibc/MCONFIG
}
src_compile() {
diff --git a/media-gfx/splashutils/splashutils-1.1.9.6.ebuild b/media-gfx/splashutils/splashutils-1.1.9.6.ebuild
index 1acf540b0bc5..65a5fda7349c 100644
--- a/media-gfx/splashutils/splashutils-1.1.9.6.ebuild
+++ b/media-gfx/splashutils/splashutils-1.1.9.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.6.ebuild,v 1.4 2005/05/24 21:23:25 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.6.ebuild,v 1.5 2005/06/12 13:40:40 spock Exp $
inherit multilib
@@ -49,14 +49,6 @@ pkg_setup() {
ewarn "with 'hardened' GCC flags. As a workaround, the package will be compiled with"
ewarn "-fno-stack-protector. Hardened GCC features will not be used while building"
ewarn "the fbsplash kernel helper."
- else
- if [[ -n "`echo ${GCC_SPECS} | grep hardened`" ]]; then
- ewarn "It appears that you're using a hardened gcc, even though the 'hardened'"
- ewarn "USE flag is not set. This is a common source of compilation problems with"
- ewarn "splashutils. Please use 'gcc-config' to set a non-hardened profile and"
- ewarn "make sure the environment is up-to-date (especially, that the GCC_SPECS"
- ewarn "env. variable is set correctly)."
- fi
fi
}
@@ -115,10 +107,8 @@ src_unpack() {
fi
# This should make splashutils compile on hardened systems.
- if use hardened; then
- sed -e 's@K_CFLAGS =@K_CFLAGS = -fno-stack-protector@' -i ${S}/Makefile
- sed -e 's@CFLAGS =@CFLAGS = -fno-stack-protector@' -i ${S}/libs/klibc-${V_KLIBC}/klibc/MCONFIG
- fi
+ sed -e 's@K_CFLAGS =@K_CFLAGS = -fno-stack-protector@' -i ${S}/Makefile
+ sed -e 's@CFLAGS =@CFLAGS = -fno-stack-protector@' -i ${S}/libs/klibc-${V_KLIBC}/klibc/MCONFIG
mkdir ${S}/kernel