ports/146212: [PATCH] databases/isql-viewer: patch for Jython 2.5.1 update

Li-Wen Hsu lwhsu at FreeBSD.org
Sat May 1 09:00:12 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list