summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2004-02-09 04:12:24 +0000
committerBrad House <brad_mssw@gentoo.org>2004-02-09 04:12:24 +0000
commit442c009b8189a76ea2bf6fd77ef08eac4d3e3ebe (patch)
tree49b5362b30ea72df22308d52f939c7fe79ab5903
parentppc64 fixes (Manifest recommit) (diff)
downloadgentoo-2-442c009b8189a76ea2bf6fd77ef08eac4d3e3ebe.tar.gz
gentoo-2-442c009b8189a76ea2bf6fd77ef08eac4d3e3ebe.tar.bz2
gentoo-2-442c009b8189a76ea2bf6fd77ef08eac4d3e3ebe.zip
ppc64 fixes
-rw-r--r--sys-apps/baselayout/ChangeLog5
-rw-r--r--sys-apps/baselayout/baselayout-1.8.6.13.ebuild8
-rw-r--r--sys-devel/gettext/ChangeLog5
-rw-r--r--sys-devel/gettext/gettext-0.11.5-r1.ebuild7
4 files changed, 19 insertions, 6 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog
index 07cf59e2f486..b795d8d04424 100644
--- a/sys-apps/baselayout/ChangeLog
+++ b/sys-apps/baselayout/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for sys-apps/baselayout
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.117 2004/02/08 15:08:58 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.118 2004/02/09 04:12:24 brad_mssw Exp $
# See the gentoo-src rc-scripts ChangeLog for up-to-date release information:
# http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup
+ 08 Feb 2004; Brad House <brad_mssw@gentoo.org> baselayout-1.8.6.13.ebuild:
+ ppc64 fixes
+
*baselayout-1.8.6.13 (08 Feb 2004)
08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
diff --git a/sys-apps/baselayout/baselayout-1.8.6.13.ebuild b/sys-apps/baselayout/baselayout-1.8.6.13.ebuild
index 5c0674b5cf02..2faedf12663f 100644
--- a/sys-apps/baselayout/baselayout-1.8.6.13.ebuild
+++ b/sys-apps/baselayout/baselayout-1.8.6.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.6.13.ebuild,v 1.2 2004/02/08 23:44:52 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.6.13.ebuild,v 1.3 2004/02/09 04:12:24 brad_mssw Exp $
# This ebuild needs to be merged "live". You can't simply make a package
# of it and merge it later.
@@ -173,6 +173,10 @@ create_dev_nodes() {
einfo "Using generic-powerpc to make device nodes..."
${D}/sbin/MAKEDEV generic-powerpc
;;
+ ppc64)
+ einfo "Using generic-powerpc to make device nodes..."
+ ${D}/sbin/MAKEDEV generic-powerpc
+ ;;
sparc)
einfo "Using generic-sparc to make device nodes..."
${D}/sbin/MAKEDEV generic-sparc
@@ -216,7 +220,7 @@ src_install() {
# Symlinks so that LSB compliant apps work
# /lib64 is especially required since its the default place for ld.so
- if [ "${ARCH}" = "amd64" ]
+ if [ "${ARCH}" = "amd64" -o "${ARCH}" = "ppc64" ]
then
dosym lib /lib64
dosym lib /usr/lib64
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog
index 930539480ca2..f4f343943412 100644
--- a/sys-devel/gettext/ChangeLog
+++ b/sys-devel/gettext/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gettext
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.37 2004/02/08 13:13:38 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.38 2004/02/09 04:08:17 brad_mssw Exp $
+
+ 08 Feb 2004; Brad House <brad_mssw@gentoo.org> gettext-0.11.5-r1.ebuild:
+ ppc64 fixes
08 Feb 2004; Martin Schlemmer <azarah@gentoo.org> gettext-0.12.1-r1.ebuild:
Fix it to actually do as advertised.
diff --git a/sys-devel/gettext/gettext-0.11.5-r1.ebuild b/sys-devel/gettext/gettext-0.11.5-r1.ebuild
index 9791ab8f2fbd..ff25f6a159ff 100644
--- a/sys-devel/gettext/gettext-0.11.5-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.11.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.17 2003/12/17 04:15:38 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.18 2004/02/09 04:08:18 brad_mssw Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU locale utilities"
@@ -33,6 +33,9 @@ src_compile() {
PATH=$(echo ":${PATH}" | sed 's|:/opt/compaq-j[^:]*||g; s/^://')
unset JAVA_HOME CLASSPATH JDK_HOME JAVAC
fi
+ if use ppc64 ; then
+ unset JAVA_HOME CLASSPATH JDK_HOME JAVAC
+ fi
econf \
--with-included-gettext \