Folks,

I got repoman telling me I didn't have any Java installed on my OSX system. I took a look into the macos/virtuals file and macos/10.4/package.provided file and figured there seems to be an inconsistency.

package provided says:

dev-java/sun-jdk-1.4.2.08

while virtuals says:

virtual/jdk            dev-java/sun-j2sdk

To 'fix' this issue, I altered virtuals like this:

--- default-darwin/macos/virtuals       6 Aug 2005 22:43:40 -0000       1.7
+++ default-darwin/macos/virtuals       7 Aug 2005 12:35:48 -0000
@@ -12,5 +12,6 @@
 virtual/xft            x11-base/apple-xfree
 virtual/opengl         x11-base/apple-xfree
 virtual/blackbox       x11-wm/fluxbox
-virtual/jdk            dev-java/sun-j2sdk
+virtual/jdk            dev-java/sun-jdk
 virtual/jre            dev-java/sun-jre-bin

note that the virual/jre seems to be fine and in line with package.provided.

are there any objections to this change? should it be the other way around (the edit in package.provided)? ... or can I just check it in?


--
Fabian Groffen
eBuild && Porting
Gentoo for Mac OS X
--
[email protected] mailing list

Reply via email to