From owner-freebsd-ports Sat Sep 28 4: 0:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC69737B401 for ; Sat, 28 Sep 2002 04:00:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F1643E6A for ; Sat, 28 Sep 2002 04:00:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SB0ECo090126 for ; Sat, 28 Sep 2002 04:00:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SB0Eat090122; Sat, 28 Sep 2002 04:00:14 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9869C37B401 for ; Sat, 28 Sep 2002 03:51:00 -0700 (PDT) Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE86A43E42 for ; Sat, 28 Sep 2002 03:50:59 -0700 (PDT) (envelope-from T.D.Bishop@ukc.ac.uk) Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by mercury.ukc.ac.uk with esmtp (Exim 3.22 #4) id 17vFAX-0001h0-00; Sat, 28 Sep 2002 11:49:53 +0100 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.10) id 17vFAX-0004f0-00; Sat, 28 Sep 2002 11:49:53 +0100 Message-Id: Date: Sat, 28 Sep 2002 11:49:53 +0100 From: Tim Bishop Reply-To: Tim Bishop To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net, paul@jibble.org X-Send-Pr-Version: 3.113 Subject: ports/43445: Fix Port irc/pircbot (wrong jdk) 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: 43445 >Category: ports >Synopsis: Fix Port irc/pircbot (wrong jdk) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 04:00:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #11: Sat Sep 7 18:37:32 BST 2002 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: The USE_JDK line of this port was changed to 1.3 when 1.1 broke (due to the compat3x port being forbidden I believe). Seeing as that's now fixed, it'd be good to change this back to 1.1. This is only a very minor change, but it'd be nice to see this get done before 4.7, although I do appreciate this might not be possible. >How-To-Repeat: >Fix: A very simple patch is given here: --- pircbot-0.9.9.jdk.diff begins here --- diff -ruN pircbot.bak/Makefile pircbot/Makefile --- pircbot.bak/Makefile Mon Sep 16 07:13:03 2002 +++ pircbot/Makefile Sat Sep 28 11:40:28 2002 @@ -16,7 +16,7 @@ USE_ZIP= yes NO_BUILD= yes -USE_JAVA= 1.3+ +USE_JAVA= 1.1+ do-install: ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${PREFIX}/share/java/classes --- pircbot-0.9.9.jdk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message