Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227183 Details for
Bug 307549
dev-java/fec-1.0.3-r1 on Hardened Gentoo fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
another modified fec-1.0.4.ebuild for testing
fec-1.0.4.ebuild (text/plain), 1.68 KB, created by
Thomas Sachau
on 2010-04-09 22:19:10 UTC
(
hide
)
Description:
another modified fec-1.0.4.ebuild for testing
Filename:
MIME Type:
Creator:
Thomas Sachau
Created:
2010-04-09 22:19:10 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/fec/fec-1.0.4.ebuild,v 1.3 2010/02/26 12:24:29 ali_bush Exp $ > >JAVA_PKG_IUSE="doc source" > >inherit flag-o-matic java-pkg-2 java-ant-2 toolchain-funcs > >DESCRIPTION="Forword error correction libs" >HOMEPAGE="http://www.onionnetworks.com/developers/" >SRC_URI="mirror://gentoo/${P}.tar.bz2" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="hardened" > >COMMON_DEPEND="dev-java/log4j > dev-java/concurrent-util" > >RDEPEND=">=virtual/jre-1.4 > ${COMMON_DEPEND}" >DEPEND=">=virtual/jdk-1.4 > app-arch/unzip > ${COMMON_DEPEND}" >EANT_BUILD_TARGET="jars" > >src_unpack() { > unpack ${A} > cd "${S}" || die > sed -i -e 's/build.compiler=jikes/#build.compiler=jikes/g' build.properties || die > sed -i -e 's/test.lib/lib/g' build.properties || die > epatch "${FILESDIR}"/${P}-libfec8path.patch > pushd src/csrc > /dev/null > epatch "${FILESDIR}/${P}-soname.patch" > popd > /dev/null > > eant clean > cd lib || die > rm -v *.jar || die > java-pkg_jar-from log4j > java-pkg_jar-from concurrent-util concurrent.jar concurrent-jaxed.jar > cd "${S}" || die > unzip -q common-20020926.zip || die > cd common-20020926 || die > eant clean > cp -r src/com ../src/ || die >} > >src_compile() { > java-pkg-2_src_compile > cd "${S}"/src/csrc > replace-cpu-flags i686 athlon-xp > append-flags -fPIC > emake CC=$(tc-getCC) CFLAGS="${CFLAGS} $(java-pkg_get-jni-cflags)" || die >} > >#there seem to be unit tests, but they are in such a state. > >src_install() { > java-pkg_newjar lib/onion-${PN}.jar ${PN}.jar > use doc && java-pkg_dojavadoc javadoc > use source && java-pkg_dosrc src/com > dolib.so src/csrc/libfec{8,16}.so || die >}
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 307549
:
221887
|
223309
|
223777
|
225371
|
226367
|
226369
|
226371
|
227067
| 227183