From owner-freebsd-ports Tue Apr 4 13:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDDD937BAFF for ; Tue, 4 Apr 2000 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45333; Tue, 4 Apr 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 9168037B7FF for ; Tue, 4 Apr 2000 13:42:33 -0700 (PDT) (envelope-from jake@io.yi.org) Received: (from root@localhost) by io.yi.org (8.9.3/8.9.3) id NAA12431; Tue, 4 Apr 2000 13:42:40 -0700 (PDT) (envelope-from jake) Message-Id: <200004042042.NAA12431@io.yi.org> Date: Tue, 4 Apr 2000 13:42:40 -0700 (PDT) From: Jake Burkholder Reply-To: jburkhol@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17798: ports/java/jdk: headers incorrectly check __FreeBSD__ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17798 >Category: ports >Synopsis: ports/java/jdk: headers incorrectly check __FreeBSD__ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 4 13:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: 5.0-CURRENT >Description: The headers included with the jdk port currently only work for __FreeBSD__ <= 4 because of the follwing ifdef in jdk1.1.8/include/freebsd/typedefs_md.h:35 #if (__FreeBSD__ <= 4) typedef unsigned int uint_t; typedef int int_t; #endif This file is included by jdk1.1.8/include/sys_api.h which expects uint_t to be a valid type. >How-To-Repeat: Try to build the tya or shujit ports on 5.0-current. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message