summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-22 06:13:02 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-22 06:13:02 +0000
commit482b9335b2444483edba4899d89cc0c908f001be (patch)
tree2222c371e643fef86ce5b3a82c68e12ffacf3194 /x11-libs/Xaw3d
parentadded a libdir sandbox fix (diff)
downloadhistorical-482b9335b2444483edba4899d89cc0c908f001be.tar.gz
historical-482b9335b2444483edba4899d89cc0c908f001be.tar.bz2
historical-482b9335b2444483edba4899d89cc0c908f001be.zip
Added to ~ppc-macos.
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r--x11-libs/Xaw3d/ChangeLog5
-rw-r--r--x11-libs/Xaw3d/Manifest6
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild5
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog
index 3d4c8334704d..2db6225146fe 100644
--- a/x11-libs/Xaw3d/ChangeLog
+++ b/x11-libs/Xaw3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/Xaw3d
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.17 2004/07/24 17:28:28 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.18 2004/09/22 06:13:02 usata Exp $
+
+ 22 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> Xaw3d-1.5-r1.ebuild:
+ Added to ~ppc-macos.
24 Jul 2004; Stephen P. Becker <geoman@gentoo.org> Xaw3d-1.5-r1.ebuild:
Stable on mips.
diff --git a/x11-libs/Xaw3d/Manifest b/x11-libs/Xaw3d/Manifest
index 3ff14e9f0c6b..ceb947e71ebf 100644
--- a/x11-libs/Xaw3d/Manifest
+++ b/x11-libs/Xaw3d/Manifest
@@ -1,5 +1,5 @@
-MD5 643922a5b532d066d6f46b80cdae7068 Xaw3d-1.5-r1.ebuild 1918
-MD5 a14d315881603eb4abb2a32c53406007 ChangeLog 1909
-MD5 8103db23293fc4226cadb7df282f952b files/Xaw3d-out-of-tree.diff 232
+MD5 38b44d8442e047f23c56e5936e02824e ChangeLog 2002
+MD5 c2000f6a5ec9f861fe28984941bca60c Xaw3d-1.5-r1.ebuild 1983
MD5 12f07352cba3c1cfefa93e5f9d10c4a0 files/digest-Xaw3d-1.5-r1 61
+MD5 8103db23293fc4226cadb7df282f952b files/Xaw3d-out-of-tree.diff 232
MD5 014f228d620c9680e30cdf1c068635c2 files/Xaw3d-xfree86.diff 420
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 72cc424f8082..8f58027b0f1e 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.25 2004/07/24 17:28:28 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.26 2004/09/22 06:13:02 usata Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/${P}.tar.gz
LICENSE="X11"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
+KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 ~ppc-macos"
IUSE=""
# There _might_ be something else, but I doubt it.
@@ -48,6 +48,7 @@ src_unpack() {
}
src_compile() {
+ use ppc-macos && export PATH="/usr/X11R6/bin:${PATH}"
# convoluted process for out-of-tree building
mkdir ./X11
cd ./X11 ; ln -sf ../../Xaw3d . ; cd ..