From owner-freebsd-ports Thu Oct 18 14:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE9D237B40C for ; Thu, 18 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ILe1g87019; Thu, 18 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 4A6E237B40D for ; Thu, 18 Oct 2001 14:30:03 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15uK4V-0000nx-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 19 Oct 2001 09:47:19 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9IKlJN75878; Fri, 19 Oct 2001 09:47:19 +1300 (NZDT) (envelope-from jonc) Message-Id: <200110182047.f9IKlJN75878@jonc.itouch> Date: Fri, 19 Oct 2001 09:47:19 +1300 (NZDT) From: Jonathan Chen Reply-To: Jonathan Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31364: URW fonts needed to run jdk13 jfc demos and apps without complaints Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31364 >Category: ports >Synopsis: URW fonts needed to run jdk13 jfc demos and apps without complaints >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 18 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD jonc.itouch 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Oct 8 06:47:45 NZDT 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC i386 >Description: Running Swing demos and applications under jdk13 will result in lots of warning lines unless the URW fonts are installed. >How-To-Repeat: Make sure URW fonts aren't installed or in the FontPath. > cd /usr/local/jdk1.3.1/demo/jfc/SwingSet2 > /usr/local/jdk1.3.1/bin/java -jar SwingSet2.jar >Fix: Patch to fix included: diff -u /usr/ports/java/jdk13/Makefile ./Makefile --- /usr/ports/java/jdk13/Makefile Wed Oct 17 10:43:56 2001 +++ ./Makefile Fri Oct 19 09:40:40 2001 @@ -20,7 +20,8 @@ gtar:${PORTSDIR}/archivers/gtar \ ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-jdk13 \ ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \ + javavm:${PORTSDIR}/java/javavmwrapper WRKSRC= ${WRKDIR}/j2sdk1.3.1/make Common subdirectories: /usr/ports/java/jdk13/files and ./files >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message