Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 May 2010 16:58:57 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        saper@saper.info
Subject:   ports/146213: [PATCH] net/tn5250j: patch for Jython 2.5.1 update
Message-ID:  <20100501085857.386B313204@lwbsd.csie.net>
Resent-Message-ID: <201005010900.o4190CTm076165@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146213
>Category:       ports
>Synopsis:       [PATCH] net/tn5250j: 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:12 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 built correctly.  Please approve this.  Thanks!


Port maintainer (saper@saper.info) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tn5250j-0.6.0_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/tn5250j/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	31 Dec 2009 10:03:32 -0000	1.6
+++ Makefile	1 May 2010 08:58:02 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	tn5250j
 PORTVERSION=	0.6.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net java
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -36,8 +36,7 @@
 MAKE_ENV+=	CLASSPATH=${JYTHON_PREFIX}
 MAKE_ARGS+=	-Dlib.dir=${JAVALIBDIR}
 
-JYTHON_VER?=	22
-JYTHON_PREFIX?=	${LOCALBASE}/lib/jython${JYTHON_VER}
+JYTHON_PREFIX=	${LOCALBASE}/lib/jython
 JYTHON_JAR=	${JYTHON_PREFIX}/jython.jar
 
 DOC_FILES=	CHANGELOG.txt applet.txt filetransfers.txt readme.txt antbuild.txt\
--- tn5250j-0.6.0_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100501085857.386B313204>