| Summary: | jed-0.99.16-r2 | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Philippe Trottier (RETIRED) <tchiwam> |
| Component: | Mac OSX | Assignee: | Gentoo for Mac OS X <ppc-macos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | shootingstar |
| Priority: | High | Keywords: | InVCS |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
use __MACH__ to determine defines
patch the build to perform make install in ${S}/src/ |
||
|
Description
Philippe Trottier (RETIRED)
2004-12-02 05:49:50 UTC
Created attachment 66081 [details, diff]
use __MACH__ to determine defines
This patch treats __MACH__ the same as __linux__ in pty.c so that we don't try
and include the (non-existent) STREAMS functions in <stropt.h>.
Created attachment 66082 [details, diff] patch the build to perform make install in ${S}/src/ In addition, as the original report says, make install isn't run (thinking that everything is up to date). If we abstract the Makefile install procedure, cd src/; $(MAKE) install to the ebuild, the install proceeds as expected. This patch adds this to the ebuild (as well as including the epatch function for the previous patch). Portage 2.0.51.22-r2 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0, 8.2.0 Power Macintosh) ================================================================= System uname: 8.2.0 Power Macintosh powerpc macos-20041118 distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] dev-lang/python: [Not Present] sys-apps/sandbox: [Not Present] sys-devel/autoconf: [Not Present] sys-devel/automake: [Not Present] sys-devel/binutils: [Not Present] sys-devel/libtool: [Not Present] virtual/os-headers: 7.1 ACCEPT_KEYWORDS="ppc-macos ~ppc-macos" AUTOCLEAN="yes" CBUILD="powerpc-apple-darwin" CFLAGS="-O2 -pipe" CHOST="powerpc-apple-darwin" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig collision-protect distlocks sfperms userpriv" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="ppc bash-completion emboss gif nls png ppc-macos slang tiff userland_Darwin kernel_Darwin elibc_Darwin" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY aahhhhhhhhhrrrrrrggggggs.... what a HORRIBLE editor!!!! Even quitting it is a daunting task! Anyway, it appears to compile and work indeed. It should be forbidden to work with something else than Vim.nl I checked it still works on x86, and it appears to do so, thus marking it ~ppc-macos in CVS. ohw, and... thanks Mike! |