From owner-freebsd-java@FreeBSD.ORG Thu May 17 09:40:04 2007 Return-Path: X-Original-To: freebsd-java@hub.freebsd.org Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A117C16A403 for ; Thu, 17 May 2007 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6218F13C457 for ; Thu, 17 May 2007 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4H9e4l7014547 for ; Thu, 17 May 2007 09:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4H9e4ap014546; Thu, 17 May 2007 09:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 17 May 2007 09:40:04 GMT Resent-Message-Id: <200705170940.l4H9e4ap014546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Nespor Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C2AE16A401 for ; Thu, 17 May 2007 09:36:40 +0000 (UTC) (envelope-from n@nespor.at) Received: from grace.univie.ac.at (grace.univie.ac.at [131.130.3.115]) by mx1.freebsd.org (Postfix) with ESMTP id 0C02813C480 for ; Thu, 17 May 2007 09:36:40 +0000 (UTC) (envelope-from n@nespor.at) Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.67) (envelope-from ) id 1Hoc2N-0004ZD-UX for FreeBSD-gnats-submit@freebsd.org; Thu, 17 May 2007 11:12:43 +0200 Received: from chello213047091187.1.14.univie.teleweb.at ([213.47.91.187] helo=justuss.tulipan.home) by joan.univie.ac.at with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1Hoc2N-0006G4-Rw for FreeBSD-gnats-submit@freebsd.org; Thu, 17 May 2007 11:12:43 +0200 Received: from justuss.tulipan.home (localhost.tulipan.home [127.0.0.1]) by justuss.tulipan.home (8.13.8/8.13.6) with ESMTP id l4H9Cg2b008369 for ; Thu, 17 May 2007 11:12:42 +0200 (CEST) (envelope-from nikolai@justuss.tulipan.home) Received: (from nikolai@localhost) by justuss.tulipan.home (8.13.8/8.13.6/Submit) id l4H9Cgg8008368; Thu, 17 May 2007 11:12:42 +0200 (CEST) (envelope-from nikolai) Message-Id: <200705170912.l4H9Cgg8008368@justuss.tulipan.home> Date: Thu, 17 May 2007 11:12:42 +0200 (CEST) From: Nikolai Nespor To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: java/112729: [PATCH] java/diablo-jdk15: jni.h include error X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikolai Nespor List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2007 09:40:04 -0000 >Number: 112729 >Category: java >Synopsis: [PATCH] java/diablo-jdk15: jni.h include error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 17 09:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nikolai Nespor >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD justuss 6.2-RELEASE-p4 >Description: The include for jni_md.h in include/jni.h is missing the directory "freebsd". >How-To-Repeat: >Fix: --- diablo-jdk1.5.0.patch begins here --- --- jni.h.orig Thu May 17 10:54:55 2007 +++ jni.h Thu May 17 10:23:21 2007 @@ -24,7 +24,7 @@ /* jni_md.h contains the machine-dependent typedefs for jbyte, jint and jlong */ -#include "jni_md.h" +#include "freebsd/jni_md.h" #ifdef __cplusplus extern "C" { --- diablo-jdk1.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: