Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71375 Details for
Bug 110407
emerge boost on OSX with DarwinPorts patch files.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff
boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff (text/plain), 2.09 KB, created by
Takenori KUBO
on 2005-10-24 22:54:15 UTC
(
hide
)
Description:
boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff
Filename:
MIME Type:
Creator:
Takenori KUBO
Created:
2005-10-24 22:54:15 UTC
Size:
2.09 KB
patch
obsolete
>*** boost-1.32.0-r4.ebuild Mon Oct 17 22:49:25 2005 >--- boost-1.32.0-r90.ebuild Tue Oct 25 14:06:19 2005 >*************** >*** 12,28 **** > SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2" > LICENSE="freedist Boost-1.0" > SLOT="1" >! KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" > IUSE="debug doc icc pyste static threads threadsonly" > > DEPEND="!icc? ( sys-devel/gcc ) >! icc? ( >=dev-lang/icc-8.0.055 ) > dev-lang/python" > > RDEPEND="pyste? ( dev-cpp/gccxml dev-python/elementtree ) ${DEPEND}" > > S="${WORKDIR}/${PN}_${BOOST_PV}" > > pkg_setup() { > > if [ "${ARCH}" == "amd64" ]; then >--- 12,43 ---- > SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2" > LICENSE="freedist Boost-1.0" > SLOT="1" >! KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ppc-macos" > IUSE="debug doc icc pyste static threads threadsonly" > > DEPEND="!icc? ( sys-devel/gcc ) >! icc? ( >=dev-lang/icc-8.0.055 ) > dev-lang/python" > > RDEPEND="pyste? ( dev-cpp/gccxml dev-python/elementtree ) ${DEPEND}" > > S="${WORKDIR}/${PN}_${BOOST_PV}" > >+ src_unpack() { >+ unpack ${A} >+ cd ${S} >+ if use ppc-macos ; then >+ epatch ${FILESDIR}/patch-Jamfile >+ epatch ${FILESDIR}/patch-darwin-tools.jam >+ epatch ${FILESDIR}/patch-libs-python-build-Jamfile >+ epatch ${FILESDIR}/patch-libs-serialization-build-Jamfile >+ epatch ${FILESDIR}/patch-libs-test-build-Jamfile >+ epatch ${FILESDIR}/patch-tools-build-v1-allyourbase.jam >+ epatch ${FILESDIR}/patch-tools-build-v1-darwin-tools.jam >+ epatch ${FILESDIR}/patch-tools-build-v1-python.jam >+ fi >+ } >+ > pkg_setup() { > > if [ "${ARCH}" == "amd64" ]; then >*************** >*** 169,175 **** > > if use doc ; then > dodoc README >! dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css \ > -A pdf -r more-r people -r doc > > find libs -type f -not -regex '^libs/[^/]*/build/.*' \ >--- 184,190 ---- > > if use doc ; then > dodoc README >! dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css \ > -A pdf -r more-r people -r doc > > find libs -type f -not -regex '^libs/[^/]*/build/.*' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 110407
: 71375