diff options
author | glewis <glewis@FreeBSD.org> | 2008-02-07 01:11:43 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2008-02-07 01:11:43 +0800 |
commit | 0b281d1b4e17b77b099ea1e7ed2260c416c9b12d (patch) | |
tree | f93c4ee1cac080583c1db1fbec7c9dff7176cff7 /print/acrobatviewer/files | |
parent | 76485c0d220d383037cbc3ccf2af8e5779391582 (diff) | |
download | freebsd-ports-gnome-0b281d1b4e17b77b099ea1e7ed2260c416c9b12d.tar.gz freebsd-ports-gnome-0b281d1b4e17b77b099ea1e7ed2260c416c9b12d.tar.zst freebsd-ports-gnome-0b281d1b4e17b77b099ea1e7ed2260c416c9b12d.zip |
. Make this port run. Its always built correctly, but I've had problems
running it. The changes include:
. Pull in stubs for the MRJToolkit classes. These are not used, but
some are imported, so the app was failing with NoClassDef errors.
. Eliminate the build dependency on Perl.
. Use standard ways of depending on Java.
. Don't install unnecessary stuff.
. Install in appropriate directories and respect NOPORTDOCS.
. Replace the relatively complicated and non-working launcher script
supplied with a simple version that uses javavm(1).
Diffstat (limited to 'print/acrobatviewer/files')
-rw-r--r-- | print/acrobatviewer/files/patch-aa | 48 | ||||
-rw-r--r-- | print/acrobatviewer/files/patch-ab | 11 |
2 files changed, 0 insertions, 59 deletions
diff --git a/print/acrobatviewer/files/patch-aa b/print/acrobatviewer/files/patch-aa deleted file mode 100644 index df5003a9aa94..000000000000 --- a/print/acrobatviewer/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ ---- 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 deleted file mode 100644 index fa7cd1070117..000000000000 --- a/print/acrobatviewer/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |