summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-04-09 01:23:41 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-04-09 01:23:41 +0000
commit85e2b00d4681ccd183c49d563731d0c736e73a4f (patch)
tree8ed5c0c590c78589480abf73657e908ea55f2c09 /x11-base
parentremoved 002_ppc and 003_ppc, coz they don't work anyway -- and added propolic... (diff)
downloadgentoo-2-85e2b00d4681ccd183c49d563731d0c736e73a4f.tar.gz
gentoo-2-85e2b00d4681ccd183c49d563731d0c736e73a4f.tar.bz2
gentoo-2-85e2b00d4681ccd183c49d563731d0c736e73a4f.zip
removed 002_ppc and 003_ppc, coz they don't work anyway -- and added propolice support. The patch tarball is now 1.0.1
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xfree/files/digest-xfree-4.3.0-r22
-rw-r--r--x11-base/xfree/xfree-4.3.0-r2.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-base/xfree/files/digest-xfree-4.3.0-r2 b/x11-base/xfree/files/digest-xfree-4.3.0-r2
index 82f93bfc8a65..41aca977a582 100644
--- a/x11-base/xfree/files/digest-xfree-4.3.0-r2
+++ b/x11-base/xfree/files/digest-xfree-4.3.0-r2
@@ -127,7 +127,7 @@ MD5 b2c509837ddfbd12d8f1ed9b50254f01 /files/4.2.1-r2/lib/libOSMesa.la 788
MD5 18e1ac4e97a57fdba470897aa2cb452e /files/4.2.1-r2/lib/libGLU.la 769
MD5 ee55a387073cca1b14f1b285e1cf33a9 /files/4.2.1-r2/lib/libGL.la 777
MD5 a0ce0f1c8a5771a1194f5895211a3f66 /files/4.2.1-r2/Sessions/Xsession 2187
-MD5 d60e890b9ef9fb77a175889c28cdb20b /xfree-4.3.0-r2.ebuild 29183
+MD5 bf9b6f8f186e52307c0376607fccc804 /xfree-4.3.0-r2.ebuild 29183
MD5 4f241a4f867363f40efa2b00dca292af X430src-1.tgz 10993622
MD5 844c2ee908d21dbf8911fd13115bf8b4 X430src-2.tgz 7962239
MD5 b82a0443e1b7bf860e4343e6b6766cb6 X430src-3.tgz 12366363
diff --git a/x11-base/xfree/xfree-4.3.0-r2.ebuild b/x11-base/xfree/xfree-4.3.0-r2.ebuild
index b51ac3a1fa5b..5b359e0c5718 100644
--- a/x11-base/xfree/xfree-4.3.0-r2.ebuild
+++ b/x11-base/xfree/xfree-4.3.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.3.0-r2.ebuild,v 1.3 2003/04/08 23:36:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.3.0-r2.ebuild,v 1.4 2003/04/09 01:23:37 seemant Exp $
# Make sure Portage does _NOT_ strip symbols. We will do it later and make sure
# that only we only strip stuff that are safe to strip ...
@@ -13,6 +13,8 @@ inherit eutils flag-o-matic gcc
filter-flags "-funroll-loops"
+ALLOWED_FLAGS="-fstack-protector -march -mcpu -O -O2 -O3 -pipe"
+
# Recently there has been a lot of stability problem in Gentoo-land. Many
# things can be the cause to this, but I believe that it is due to gcc3
# still having issues with optimizations, or with it not filtering bad
@@ -38,7 +40,7 @@ strip-flags
# Are we using a snapshot ?
USE_SNAPSHOT="no"
-PATCH_VER="1.0"
+PATCH_VER="1.0.1"
FT2_VER="2.1.3"
SISDRV_VER="060403-1"
SAVDRV_VER="1.1.27t"