diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-04-04 21:25:50 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-04-04 21:25:50 +0000 |
commit | 90519a925a4c871bea2df42b86e54f72d9fad422 (patch) | |
tree | de767c29f971682723cea526840071165f8bf8cd /java/janosvm | |
parent | Nuked at maintainer's request now that pam_passwdqc is in the base system. (diff) |
Port does not generate DVI files anymore. This is done
in order to remove the dependency on latex.
PR: 36754
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=57327
Diffstat (limited to 'java/janosvm')
-rw-r--r-- | java/janosvm/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | java/janosvm/pkg-plist | 14 |
2 files changed, 11 insertions, 14 deletions
diff --git a/java/janosvm/files/patch-Makefile.in b/java/janosvm/files/patch-Makefile.in new file mode 100644 index 000000000000..540a9cef048c --- /dev/null +++ b/java/janosvm/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Apr 4 17:27:44 2002 ++++ Makefile.in Thu Apr 4 17:28:00 2002 +@@ -140,7 +140,7 @@ + + AUTOMAKE_OPTIONS = foreign 1.3e + +-SUBDIRS = . config include libltdl doc libraries kaffe test ++SUBDIRS = . config include libltdl libraries kaffe test + + EXTRA_DIST = \ + ChangeLog.1 \ diff --git a/java/janosvm/pkg-plist b/java/janosvm/pkg-plist index 8ec6abfaecd9..cae38bfa411b 100644 --- a/java/janosvm/pkg-plist +++ b/java/janosvm/pkg-plist @@ -373,22 +373,11 @@ share/kaffe/tools.jar %%PORTDOCS%%share/doc/janosvm/doc/janosvm/extras/doc-license.html %%PORTDOCS%%share/doc/janosvm/doc/janosvm/extras/overview.html %%PORTDOCS%%share/doc/janosvm/doc/janosvm/index.html -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/install.aux -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/introduction.aux %%PORTDOCS%%share/doc/janosvm/doc/janosvm/introduction.html -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/jos-substrate.aux -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/jsihey-use.aux %%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual-pdf.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual-www.tex -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.aux -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.bbl -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.dvi -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.log %%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.ps %%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.tex -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/manual.toc -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/overview.aux -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/preface.aux %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/body.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/commands.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/declarations.tex @@ -398,14 +387,12 @@ share/kaffe/tools.jar %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/janosvm.bib %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/jos-substrate.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/jsihey-use.tex -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/manual.bbl %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/overview.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/preface.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/tex4ht.cfg %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/texmf.cnf %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/tutorial.tex %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tex/use.tex -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial.aux %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial/CrossTeamHello.html %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial/HelloBackEnd.java %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial/HelloHandle.java @@ -418,7 +405,6 @@ share/kaffe/tools.jar %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial/index.html %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial/programming-janosvm.html %%PORTDOCS%%share/doc/janosvm/doc/janosvm/tutorial/tutorial.config -%%PORTDOCS%%share/doc/janosvm/doc/janosvm/use.aux %%PORTDOCS%%share/doc/janosvm/doc/kaffe/AUTHORS %%PORTDOCS%%share/doc/janosvm/doc/kaffe/ChangeLog %%PORTDOCS%%share/doc/janosvm/doc/kaffe/ChangeLog.1 |