Bug 36720 - Update port: textproc/jing - bsd.java.mk-ify
Summary: Update port: textproc/jing - bsd.java.mk-ify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 05:30 UTC by Kimura Fuyuki
Modified: 2002-04-04 06:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-04-04 05:30:01 UTC
bsd.java.mk-ify

Fix: cvs server: Diffing .


@@ -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}--7ubexRbKFnRpz2c50POKJhb4E8lt3czZM26k2dpYXShU4OAq
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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=
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-04-04 06:18:08 UTC
State Changed
From-To: open->closed

Committed, Thanks!