Bug 52195 - java/jdk13 does not autodetect itself
Summary: java/jdk13 does not autodetect itself
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 22:50 UTC by David Yeske
Modified: 2003-08-02 18:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Yeske 2003-05-13 22:50:13 UTC
NATIVE_BOOTSTRAP is not automatically set when the native jdk13 is installed

Fix: 

http://futurebsd.sourceforge.net/freebsd/ports/patch-jdk13

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
How-To-Repeat: run portupgrade after installation of jdk13 and it will require linux-sun-jdk13 if the revision of
jdk13 has changed
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2003-05-14 00:00:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

I should probably be responsible given this is my port.
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-05-20 00:37:57 UTC
Adding to the audit trail ...

: Message-Id: <20030514.125107.74756915.haro@kgt.co.jp>
: Date: Wed, 14 May 2003 12:51:07 +0900 (JST)
: From: Munehiro Matsuda <haro@kgt.co.jp>
:
: Hello David,
:
: From: David Yeske <dyeske@yahoo.com>
: Date: Tue, 13 May 2003 14:42:06 -0700 (PDT)
: ::>Description:
: ::NATIVE_BOOTSTRAP is not automatically set when the native jdk13 is installed
: ::
: ::>How-To-Repeat:
: ::run portupgrade after installation of jdk13 and it will require linux-sun-jdk13 if the revision of
: ::jdk13 has changed
:
: I'm not sure, if this is the way to go.
:
: I myself add a following line (or similar one) in MAKE_ARGS section of
: /usr/local/etc/pkgtools.conf file for portupgrade to work.
:
:     'java/jdk13' => 'NATIVE_BOOTSTRAP=1',
:
: Hope this helps,
:   Haro
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2003-08-02 18:30:30 UTC
State Changed
From-To: open->closed

Similar patch committed, thanks!