From owner-freebsd-ports Thu Dec 10 16:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11205 for freebsd-ports-outgoing; Thu, 10 Dec 1998 16:01:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from esmeralda.xaa.iae.nl (esmeralda.xaa.iae.nl [194.151.75.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11140 for ; Thu, 10 Dec 1998 16:01:28 -0800 (PST) (envelope-from freebsd@xaa.iae.nl) Received: from ariel.xaa.iae.nl (ariel.xaa.iae.nl [194.151.75.10]) by esmeralda.xaa.iae.nl (Postfix) with ESMTP id BBEA71B1; Fri, 11 Dec 1998 01:01:17 +0100 (MET) Received: by ariel.xaa.iae.nl (Postfix, from userid 1008) id 5B9803EC5; Fri, 11 Dec 1998 01:01:17 +0100 (CET) Date: Fri, 11 Dec 1998 01:01:17 +0100 From: Mark Huizer To: freebsd-ports@FreeBSD.ORG Subject: bugfix for kaffe-1.0b3:ports/9046 addition Message-ID: <19981211010117.B810@ariel.xaa.iae.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=8t9RHnE3ZwKMSgU+ X-Mailer: Mutt 0.94.10i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii well, since I still haven't found a way of telling diff that creating a file is so close to a diff from an empty file, here comes attached the patch-ab file for ports/9046 Mark -- Nice testing in little China... --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ab --- libraries/javalib/java/awt/ScrollPane.java.orig Fri Dec 11 00:12:45 1998 +++ libraries/javalib/java/awt/ScrollPane.java Fri Dec 11 00:12:57 1998 @@ -21,9 +21,9 @@ extends Container implements AdjustmentListener, FocusListener { - final static int SCROLLBARS_AS_NEEDED = 0; - final static int SCROLLBARS_ALWAYS = 1; - final static int SCROLLBARS_NEVER = 2; + public final static int SCROLLBARS_AS_NEEDED = 0; + public final static int SCROLLBARS_ALWAYS = 1; + public final static int SCROLLBARS_NEVER = 2; int policy; SPAdjustable hScroll; SPAdjustable vScroll; --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message