Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] Java virtuals, etc
Date: Sun, 07 Aug 2005 12:42:16
Message-Id: 42F60186.6030403@gentoo.org
1 Folks,
2
3 I got repoman telling me I didn't have any Java installed on my OSX
4 system. I took a look into the macos/virtuals file and
5 macos/10.4/package.provided file and figured there seems to be an
6 inconsistency.
7
8 package provided says:
9
10 dev-java/sun-jdk-1.4.2.08
11
12 while virtuals says:
13
14 virtual/jdk dev-java/sun-j2sdk
15
16 To 'fix' this issue, I altered virtuals like this:
17
18 --- default-darwin/macos/virtuals 6 Aug 2005 22:43:40 -0000 1.7
19 +++ default-darwin/macos/virtuals 7 Aug 2005 12:35:48 -0000
20 @@ -12,5 +12,6 @@
21 virtual/xft x11-base/apple-xfree
22 virtual/opengl x11-base/apple-xfree
23 virtual/blackbox x11-wm/fluxbox
24 -virtual/jdk dev-java/sun-j2sdk
25 +virtual/jdk dev-java/sun-jdk
26 virtual/jre dev-java/sun-jre-bin
27
28 note that the virual/jre seems to be fine and in line with package.provided.
29
30 are there any objections to this change? should it be the other way
31 around (the edit in package.provided)? ... or can I just check it in?
32
33
34 --
35 Fabian Groffen
36 eBuild && Porting
37 Gentoo for Mac OS X
38 --
39 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] Java virtuals, etc Hasan Khalil <gongloo@g.o>