Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 13:26:05 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36720: Update port: textproc/jing - bsd.java.mk-ify
Message-ID:  <20020404042606148.KDKY.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>

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

>Number:         36720
>Category:       ports
>Synopsis:       Update port: textproc/jing - bsd.java.mk-ify
>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:   Wed Apr 03 20:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD ns.test 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #7: Fri Mar 8 10:57:51 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386



>Description:
bsd.java.mk-ify

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/jing/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2002/02/17 06:37:15	1.2
+++ Makefile	2002/04/04 04:25:12
@@ -10,7 +10,7 @@
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.thaiopensource.com/relaxng/
 DISTNAME=	${PORTNAME}
-DISTFILES=	${JAR} jing.html copying.txt
+DISTFILES=	${JARFILE} jing.html copying.txt
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=

@@ -18,22 +18,22 @@

 JAXP?=		crimson # or xalan, saxon

-RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper
-
 .if ${JAXP} == "xalan"
 RUN_DEPENDS+=	${LOCALBASE}/xalan-j2.1.0/bin/${JAXP}.jar:${PORTSDIR}/java/xalan-j
 .else
 RUN_DEPENDS+=	${LOCALBASE}/share/java/classes/${JAXP}.jar:${PORTSDIR}/textproc/${JAXP}
 .endif

+USE_JAVA=	1.1+
+NO_BUILD_DEPENDS_JAVA=	yes
 NO_BUILD=	yes

-JAR=		${DISTNAME}.jar
+JARFILE=	${DISTNAME}.jar
 JAVALIBDIR=	${PREFIX}/share/java/classes

 do-install:
 	${MKDIR} ${JAVALIBDIR}
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JAR} ${JAVALIBDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JARFILE} ${JAVALIBDIR}

 post-install:
 	${MKDIR} ${DOCSDIR}

>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?20020404042606148.KDKY.32433.t-mta7.odn.ne.jp>