Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 06:02:12 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36592: bsd.java.mk-ify port: lang/jython
Message-ID:  <200203312102.g2VL2CnA016152@akaraka.yonsei.ac.kr>

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

>Number:         36592
>Category:       ports
>Synopsis:       bsd.java.mk-ify port: lang/jython
>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:   Sun Mar 31 13:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Mon Apr 1 02:35:17 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386

>Description:
USE_JAVA instead of javavmwrapper
and some style fix

>How-To-Repeat:
>Fix:

diff -ruN jython.orig/Makefile jython/Makefile
--- jython.orig/Makefile	Mon Jan 28 20:28:22 2002
+++ jython/Makefile	Mon Apr  1 05:57:19 2002
@@ -16,15 +16,11 @@
 
 MAINTAINER=	perky@fallin.lv
 
-BUILD_DEPENDS=	${JAVA}:${PORTSDIR}/java/javavmwrapper
-RUN_DEPENDS=	${JAVA}:${PORTSDIR}/java/javavmwrapper
-
-JAVA?=		${LOCALBASE}/bin/javavm
+USE_JAVA=	1.1+
 NO_BUILD=	yes
 
 INST_PACKAGES?=	demo lib source
 INST_TARGET?=	${DISTNAME:S/-//g}
-
 JYTHON_PREFIX=	${PREFIX}/${INST_TARGET}
 PLIST_SUB+=	JYTHON_DIR=${INST_TARGET}
 
diff -ruN jython.orig/pkg-comment jython/pkg-comment
--- jython.orig/pkg-comment	Sat Apr  7 13:56:17 2001
+++ jython/pkg-comment	Mon Apr  1 05:54:16 2002
@@ -1 +1 @@
-An implementation of Python Interpreter with Pure Java
+An implementation of Python Interpreter in Pure Java
diff -ruN jython.orig/pkg-descr jython/pkg-descr
--- jython.orig/pkg-descr	Sat Apr  7 13:56:17 2001
+++ jython/pkg-descr	Mon Apr  1 05:54:37 2002
@@ -6,5 +6,3 @@
 use and is distributed with source code.
 
 WWW: http://www.jython.org/
-
-- Hye Shik Chang, a.k.a. "Perky"
>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?200203312102.g2VL2CnA016152>