Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122024 - dev-java/ibm-jdk-bin needs porting to modular X
Summary: dev-java/ibm-jdk-bin needs porting to modular X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 12:37 UTC by Markus Rothe (RETIRED)
Modified: 2006-02-11 09:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Rothe (RETIRED) gentoo-dev 2006-02-07 12:37:04 UTC
Hi,

yet another package that needs porting. I followed spyderous howto and I got this:

#############################################################################
--- ibm-jdk-bin-1.5.0.ebuild.orig  2006-01-21 16:35:47.000000000 +0000
+++ ibm-jdk-bin-1.5.0.ebuild       2006-02-05 11:09:43.858427000 +0000
@@ -23,9 +23,16 @@
 KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
 RESTRICT="fetch"

-DEPEND="virtual/libc
-       X? ( virtual/x11 )"
-RDEPEND="${DEPEND}"
+DEPEND="virtual/libc"
+RDEPEND="${DEPEND}
+               X? ( ( x11-libs/libX11
+                       x11-libs/libXext
+                       x11-libs/libXi
+                       x11-libs/libXmu
+                       x11-libs/libXp
+                       x11-libs/libXt
+                       x11-libs/libXtst )
+                       virtual/x11 )"

 IUSE="X javacomm browserplugin mozilla"
#############################################################################

This is my first application I tried to port to modular X, so please double check if this are the correct dependencies!

Thanks!
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-02-07 17:12:51 UTC
By all means, make the commit the necessary changes.

I attempted to make the changes myself a day or so ago, but seem to have some hardware issues, where my machine consistently locked while running repoman scan in dev-java/ibm-jdk-bin :-X
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-02-07 23:42:34 UTC
Fixed in portage.  Please sync and try again in ~2 hours.