Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 650262 Details for
Bug 733630
dev-java/netty-tcnative-1.1.33.15 is not compatible with current dev-libs/openssl:0/1.1, it needs version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for dev-java/netty-tcnative-2.0.31
netty-tcnative-2.0.31.ebuild (text/plain), 1.64 KB, created by
ZongyuZ
on 2020-07-23 08:29:30 UTC
(
hide
)
Description:
ebuild for dev-java/netty-tcnative-2.0.31
Filename:
MIME Type:
Creator:
ZongyuZ
Created:
2020-07-23 08:29:30 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 > >JAVA_PKG_IUSE="doc source" > >inherit autotools versionator java-pkg-2 java-pkg-simple > >MY_P="${PN}-parent-${PV}.Final" >MAVEN_ID="io.netty:netty-tcnative:2.0.31" > >DESCRIPTION="Fork of Tomcat Native that incorporates various patches" >HOMEPAGE="https://netty.io/wiki/forked-tomcat-native.html" >SRC_URI="https://github.com/netty/netty-tcnative/archive/${MY_P}.tar.gz" >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >CDEPEND="dev-libs/apr:1= > dev-libs/openssl:0=" > >RDEPEND="${CDEPEND} > >=virtual/jre-1.7" > >DEPEND="${CDEPEND} > >=virtual/jdk-1.7 > app-arch/unzip > dev-java/maven-hawtjni-plugin:0" > >S="${WORKDIR}/${PN}-${MY_P}" >JAVA_SRC_DIR="${S}/openssl-dynamic/src/main/java" >NATIVE_DIR="${S}/openssl-dynamic/src/main/native-package" > >java_prepare() { > cd "${NATIVE_DIR}" || die > ln -sn ../c src || die > ln -sn . project-template || die > > # Provides missing m4 files and Makefile.am template. > unzip -n $(java-pkg_getjars --build-only maven-hawtjni-plugin) project-template/\* || die > > sed -i \ > -e "s:@PROJECT_NAME@:${PN}:g" \ > -e "s:@PROJECT_NAME_UNDER_SCORE@:${PN//-/_}:g" \ > -e "s:@PROJECT_SOURCES@:$(echo src/*.c):g" \ > Makefile.am || die > > # Avoid dummy version and tedious symlink. > sed -i "s/-release @VERSION@/-avoid-version/g" configure.ac || die > > eautoreconf >} > >src_configure() { > cd "${NATIVE_DIR}" || die > econf --with-apr=/usr/bin/apr-1-config --with-ssl=/usr >} > >src_compile() { > java-pkg-simple_src_compile > emake -C "${NATIVE_DIR}" >} > >src_install() { > java-pkg-simple_src_install > java-pkg_doso "${NATIVE_DIR}"/.libs/lib${PN}.so > dodoc README.md >}
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 733630
: 650262 |
650264
|
650266