aboutsummaryrefslogtreecommitdiff
path: root/print/acrobatviewer/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-29 08:34:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-29 08:34:03 +0000
commit1b69e27a4e0472117d89e9e29b10fe7ec21ecc85 (patch)
treefec33bfd0a3830554d860684dd8c6b6ebecf1564 /print/acrobatviewer/files
parent1fdcbff77843ddc522c0e21561849b32891c5287 (diff)
downloadports-1b69e27a4e0472117d89e9e29b10fe7ec21ecc85.tar.gz
ports-1b69e27a4e0472117d89e9e29b10fe7ec21ecc85.zip
Notes
Diffstat (limited to 'print/acrobatviewer/files')
-rw-r--r--print/acrobatviewer/files/patch-aa48
-rw-r--r--print/acrobatviewer/files/patch-ab11
2 files changed, 59 insertions, 0 deletions
diff --git a/print/acrobatviewer/files/patch-aa b/print/acrobatviewer/files/patch-aa
new file mode 100644
index 000000000000..df5003a9aa94
--- /dev/null
+++ b/print/acrobatviewer/files/patch-aa
@@ -0,0 +1,48 @@
+--- AcrobatViewer.lax.orig Fri Feb 11 18:02:57 2000
++++ AcrobatViewer.lax Fri Feb 11 18:04:07 2000
+@@ -4,7 +4,7 @@
+ # --------------------
+ # name given the launcher in console windows
+
+-lax.application.name=AcrobatViewer.exe
++lax.application.name=AcrobatViewer
+
+
+ # LAX.CLASS.PATH
+@@ -12,7 +12,7 @@
+ # the Java classpath necessary to run this application
+ # Can be separated by colons or semicolons
+
+-lax.class.path=acrobat.jar;lax.jar
++lax.class.path=acrobat.jar:lax.jar
+
+
+ # LAX.COMMAND.LINE.ARGS
+@@ -26,7 +26,7 @@
+ # -------
+ # path to directory holding LaunchAnywhere's native launcher
+
+-lax.dir=C:\\Program Files\\AdobeAcrobatViewer\\
++lax.dir=%INSTDIR%/
+
+
+ # LAX.MAIN.CLASS
+@@ -47,7 +47,8 @@
+ # -----------------
+ # the VM to use for the next launch
+
+-lax.nl.current.vm=C:\\Java\\jdk1.1.8\\bin\\jre.exe
++lax.nl.current.vm=%JAVAVM%
++lax.nl.java.compiler=%JAVAJIT%
+
+
+ # LAX.NL.JAVA.LAUNCHER.MAIN.CLASS
+@@ -104,7 +105,7 @@
+ # --------------------
+ # path to the installdir magic folder
+
+-lax.root.install.dir=C:\\Program Files\\AdobeAcrobatViewer
++lax.root.install.dir=%INSTDIR%
+
+
+ # LAX.STDERR.REDIRECT
diff --git a/print/acrobatviewer/files/patch-ab b/print/acrobatviewer/files/patch-ab
new file mode 100644
index 000000000000..fa7cd1070117
--- /dev/null
+++ b/print/acrobatviewer/files/patch-ab
@@ -0,0 +1,11 @@
+--- launixgc.sh.orig Thu Dec 2 09:30:38 1999
++++ launixgc.sh Fri Feb 11 18:00:40 2000
+@@ -421,6 +421,8 @@
+ if [ ${jittype:-""} = "off" ]
+ then
+ jitinvoc="-Djava.compiler="
++ else
++ jitinvoc="-Djava.compiler=$jittype"
+ fi
+ fi
+