Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249205 Details for
Bug 339378
Working Gentoo/FreeBSD8.1 build on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-freebsd/freebsd-contrib-8.1
freebsd-contrib-8.1.ebuild (text/plain), 1.45 KB, created by
Andreas Turriff
on 2010-10-01 19:25:11 UTC
(
hide
)
Description:
sys-freebsd/freebsd-contrib-8.1
Filename:
MIME Type:
Creator:
Andreas Turriff
Created:
2010-10-01 19:25:11 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-8.0.ebuild,v 1.1 2010/03/19 11:50:58 aballier Exp $ > >inherit bsdmk freebsd flag-o-matic > >DESCRIPTION="Contributed sources for FreeBSD." >SLOT="0" >KEYWORDS="~sparc-fbsd ~x86-fbsd" >LICENSE="BSD GPL-2 as-is" > >IUSE="" > >SRC_URI="mirror://gentoo/${GNU}.tar.bz2 > mirror://gentoo/${P}.tar.bz2" > >RDEPEND="" >DEPEND="=sys-freebsd/freebsd-sources-${RV}* > =sys-freebsd/freebsd-mk-defs-${RV}*" > >S="${WORKDIR}/gnu" > >src_unpack() { > echo ">>> Unpacking needed parts of ${GNU}.tar.bz2 to ${WORKDIR}" > tar -jxpf "${DISTDIR}/${GNU}.tar.bz2" gnu/lib/libdialog gnu/usr.bin/sort gnu/usr.bin/patch > echo ">>> Unpacking needed parts of ${CONTRIB}.tar.bz2 to ${WORKDIR}" > tar -jxpf "${DISTDIR}/${CONTRIB}.tar.bz2" contrib/gnu-sort > > freebsd_do_patches > freebsd_rename_libraries >} > >src_compile() { > cd "${S}/lib/libdialog" > freebsd_src_compile > > cd "${S}/usr.bin/sort" > freebsd_src_compile > > cd "${S}/usr.bin/patch" > freebsd_src_compile >} > >src_install() { > use profile || mymakeopts="${mymakeopts} NO_PROFILE= " > mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= " > > cd "${S}/lib/libdialog" > mkinstall || die "libdialog install failed" > > cd "${S}/usr.bin/sort" > mkinstall BINDIR="/bin/" || die "libdialog install failed" > > cd "${S}/usr.bin/patch" > mkinstall BINDIR="/usr/bin/" || die "libdialog install failed" >}
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 Raw
Actions:
View
Attachments on
bug 339378
:
249202
|
249203
|
249204
| 249205 |
249206
|
249208
|
249210
|
249211
|
249212
|
249213
|
249214
|
249215
|
249216
|
249218
|
249220
|
249221
|
263269