Date: Sat, 28 Sep 2002 11:49:53 +0100 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net, paul@jibble.org Subject: ports/43445: Fix Port irc/pircbot (wrong jdk) Message-ID: <E17vFAX-0004f0-00@pendennis.ukc.ac.uk>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17vFAX-0004f0-00>