FreeBSD Bugzilla – Attachment 44729 Details for
Bug 69157
[PATCH] textproc/saxon-devel: fix javavm issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
saxon-devel-8.0_1.patch
saxon-devel-8.0_1.patch (text/plain), 1.44 KB, created by
Hervé Quiroz
on 2004-07-16 16:50:23 UTC
(
hide
)
Description:
saxon-devel-8.0_1.patch
Filename:
MIME Type:
Creator:
Hervé Quiroz
Created:
2004-07-16 16:50:23 UTC
Size:
1.44 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/saxon-devel.original/Makefile /usr/ports/textproc/saxon-devel/Makefile >--- /usr/ports/textproc/saxon-devel.original/Makefile Fri Jul 16 17:28:04 2004 >+++ /usr/ports/textproc/saxon-devel/Makefile Fri Jul 16 17:36:03 2004 >@@ -7,11 +7,12 @@ > > PORTNAME= saxon > PORTVERSION= 8.0 >+PORTREVISION= 1 > CATEGORIES= textproc java > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} > MASTER_SITE_SUBDIR= saxon > PKGNAMESUFFIX= -devel >-DISTNAME= ${PORTNAME}b${PORTVERSION:S/./-/g} >+DISTNAME= ${PORTNAME}b${PORTVERSION:S,.,-,g} > > MAINTAINER= ports@FreeBSD.org > COMMENT= An XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java >@@ -33,7 +34,7 @@ > .endif > > do-configure: >- @${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%JAVAJARDIR%%|${JAVAJARDIR}|g' \ >+ @${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; s|%%JAVAVM%%|${JAVA}|g' \ > ${FILESDIR}/saxon.sh >${WRKSRC}/saxon > > do-install: >diff -ruN --exclude=CVS /usr/ports/textproc/saxon-devel.original/files/saxon.sh /usr/ports/textproc/saxon-devel/files/saxon.sh >--- /usr/ports/textproc/saxon-devel.original/files/saxon.sh Fri Jul 16 17:28:04 2004 >+++ /usr/ports/textproc/saxon-devel/files/saxon.sh Fri Jul 16 17:29:13 2004 >@@ -3,4 +3,4 @@ > # $FreeBSD: ports/textproc/saxon-devel/files/saxon.sh,v 1.1 2004/07/07 20:36:36 glewis Exp $ > > export CLASSPATH=`%%PREFIX%%/bin/classpath` >-javavm -jar %%JAVAJARDIR%%/saxon8.jar $@ >+JAVAVM=%%JAVAVM%% javavm -jar %%JAVAJARDIR%%/saxon8.jar $@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69157
: 44729