Bug 121288 - [PATCH] java/jdk15: fix for pc98
Summary: [PATCH] java/jdk15: fix for pc98
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: 2008-03-02 14:30 UTC by NAKAJI Hiroyuki
Modified: 2008-04-02 15:00 UTC (History)
1 user (show)

See Also:


Attachments
jdk-1.5.0.14p8,1.patch (1.11 KB, patch)
2008-03-02 14:30 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2008-03-02 14:30:01 UTC
HOTSPOT_ARCH should be i486 on FreeBSD/pc98 too. And ARCH defined by "uname -m"
is to be i586.

On recent FreeBSD/pc98, uname's behavior changed.
uname -m:	pc98
uname -p:	i386

Port maintainer (glewis@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-02 21:19:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-02 14:55:35 UTC
glewis      2008-04-02 13:55:24 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk15/files     patch-control::common::Defs-bsd.gmk 
  Log:
  . Fix build by correctly setting the arch on recent FreeBSD/pc98 versions.
  
  PR:             121288
  Submitted by:   NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
  
  Revision  Changes    Path
  1.4       +12 -5     ports/java/jdk15/files/patch-control::common::Defs-bsd.gmk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2008-04-02 14:55:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!