From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 1 09:00:12 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE65D1065672 for ; Sat, 1 May 2010 09:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 73FE38FC13 for ; Sat, 1 May 2010 09:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4190Bja076149 for ; Sat, 1 May 2010 09:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4190BDX076148; Sat, 1 May 2010 09:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 1 May 2010 09:00:11 GMT Resent-Message-Id: <201005010900.o4190BDX076148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4DEA106564A for ; Sat, 1 May 2010 08:57:49 +0000 (UTC) (envelope-from lwhsu@lwbsd.csie.net) Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id 677688FC16 for ; Sat, 1 May 2010 08:57:47 +0000 (UTC) Received: from lucky7.csie.net (localhost [127.0.0.1]) by lucky7.csie.net (Postfix) with ESMTP id 8427F147CB6; Sat, 1 May 2010 16:57:45 +0800 (CST) Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197]) by lucky7.csie.net (Postfix) with ESMTP id 81689147CB5; Sat, 1 May 2010 16:57:45 +0800 (CST) Received: by lwbsd.csie.net (Postfix, from userid 1001) id 71267131F3; Sat, 1 May 2010 16:57:45 +0800 (CST) Message-Id: <20100501085745.71267131F3@lwbsd.csie.net> Date: Sat, 1 May 2010 16:57:45 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stefan.schmidt@stadtbuch.de Subject: ports/146212: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2010 09:00:12 -0000 >Number: 146212 >Category: ports >Synopsis: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 01 09:00:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 8.0-STABLE FreeBSD 8.0-STABLE #0: Sat Mar 27 06:50:34 CST 2010 >Description: I'm planning updating Jython to 2.5.1, here is the patch: http://people.freebsd.org/~lwhsu/jython/jython.diff and attached is a patch for this port, which depends on Jython, can be build correctly. Please approve this. Thanks! Port maintainer (stefan.schmidt@stadtbuch.de) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- isql-viewer-2.1.8_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/isql-viewer/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 22 Aug 2009 00:17:31 -0000 1.6 +++ Makefile 1 May 2010 08:52:04 -0000 @@ -7,7 +7,7 @@ PORTNAME= isql-viewer PORTVERSION= 2.1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases java MASTER_SITES= SF/isql/Stand%20Alone%20Jars/Version%20${PORTVERSION}:isql \ ${MASTER_SITE_APACHE:S/$/:bsf/} @@ -36,8 +36,7 @@ BSF_JAR= bsf.jar DEST_BSF_JAR= ibm-${BSF_JAR} -JYTHON_PORT= ${PORTSDIR}/lang/jython -JYTHON_PREFIX= ${LOCALBASE}/lib/jython22 +JYTHON_PREFIX= ${LOCALBASE}/lib/jython JYTHON_JAR= jython.jar JARFILES= ${DEST_ISQL_JAR} \ --- isql-viewer-2.1.8_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: