Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 671707 Details for
Bug 754990
net-p2p/freenet-0.7.5_p1488 should try to avoid pulling in X11 deps via jna:4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to ebuild to avoid using jna:4
ebuildwithoutjna4.diff (text/plain), 1.35 KB, created by
Dennis Nezic
on 2020-11-17 03:26:25 UTC
(
hide
)
Description:
diff to ebuild to avoid using jna:4
Filename:
MIME Type:
Creator:
Dennis Nezic
Created:
2020-11-17 03:26:25 UTC
Size:
1.35 KB
patch
obsolete
>--- ./a/freenet-0.7.5_p1488.ebuild 2020-11-16 22:14:59.778034624 -0500 >+++ ./b/freenet-0.7.5_p1488.ebuild 2020-11-16 22:14:39.544230743 -0500 >@@ -25,7 +25,6 @@ > dev-java/fec:0 > dev-java/java-service-wrapper:0 > dev-java/jbitcollider-core:0 >- dev-java/jna:4 > dev-java/lzma:0 > dev-java/lzmajio:0 > dev-java/mersennetwister:0 >@@ -58,7 +57,7 @@ > EANT_BUILD_TARGET="package" > EANT_TEST_TARGET="unit" > EANT_BUILD_XML="build-clean.xml" >-EANT_GENTOO_CLASSPATH="bcprov-1.54,commons-compress,fec,java-service-wrapper,jbitcollider-core,jna-4,lzma,lzmajio,mersennetwister" >+EANT_GENTOO_CLASSPATH="bcprov-1.54,commons-compress,fec,java-service-wrapper,jbitcollider-core,jna,lzma,lzmajio,mersennetwister" > EANT_EXTRA_ARGS="-Dsuppress.gjs=true -Dlib.contrib.present=true -Dlib.bouncycastle.present=true -Dlib.junit.present=true -Dtest.skip=true" > > S="${WORKDIR}/fred-build0${PV#*p}" >@@ -114,7 +113,7 @@ > IFS=${ifs_original} > echo "wrapper.java.classpath.$((i++))=/usr/share/freenet/lib/ant.jar" >> freenet-wrapper.conf || die > echo "wrapper.java.library.path.2=/usr/$(get_libdir)/java-service-wrapper" >> freenet-wrapper.conf || die >- echo "wrapper.java.library.path.3=/usr/$(get_libdir)/jna-4" >> freenet-wrapper.conf || die >+ echo "wrapper.java.library.path.3=/usr/$(get_libdir)/jna" >> freenet-wrapper.conf || die > > cp "${DISTDIR}"/freenet-ant-1.7.1.jar lib/ant.jar || die > eapply_user
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 754990
: 671707 |
671710