diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-01 03:49:50 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-01 03:49:50 +0000 |
commit | d0ce8fe37082f0d8cf920857ec356430c056292c (patch) | |
tree | dfe0f621d29ad746810f313a4f30b6c3b7c13511 /print/auctex/patches | |
parent | 5d976e77c4c42b1a918f3b69ce44acb183bdef00 (diff) | |
download | pkgsrc-d0ce8fe37082f0d8cf920857ec356430c056292c.tar.gz |
* Remove dependency to teTeX. Auctex can be installed fine without any teTeX
installed. This addresses PR20532 by Christopher Richards <richards plus
netbsd at CS dot Princeton dot EDU>
* Fix compilation for FSF Emacs 20.7.
The resulting binary package will have a different dependency info, so
different package content, so revision bump.
Diffstat (limited to 'print/auctex/patches')
-rw-r--r-- | print/auctex/patches/patch-aa | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/print/auctex/patches/patch-aa b/print/auctex/patches/patch-aa index e585a11fcfa..04fc9900617 100644 --- a/print/auctex/patches/patch-aa +++ b/print/auctex/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2003/01/11 10:02:04 uebayasi Exp $ +$NetBSD: patch-aa,v 1.5 2003/03/01 03:49:51 uebayasi Exp $ --- Makefile.orig Mon Nov 25 23:43:16 2002 +++ Makefile @@ -20,12 +20,37 @@ $NetBSD: patch-aa,v 1.4 2003/01/11 10:02:04 uebayasi Exp $ ##---------------------------------------------------------------------- ## YOU MAY NEED TO EDIT THESE -@@ -112,7 +112,7 @@ +@@ -108,17 +108,17 @@ + all: lisp - some: $(AUCELC) $(STYLESRC:.el=.elc) + lisp: +- $(ELC) $(AUCSRC) $(STYLESRC) ++ -$(ELC) $(AUCSRC) $(STYLESRC) + +-some: $(AUCELC) $(STYLESRC:.el=.elc) ++some: -$(AUCELC) $(STYLESRC:.el=.elc) -install: install-lisp +install: install-lisp install-info contrib: - $(ELC) bib-cite.el +- $(ELC) bib-cite.el +- $(ELC) font-latex.el +-# $(ELC) tex-jp.el # Doesn't compile without MULE +-# $(ELC) hilit-LaTeX.el # Doesn't compile without X ++ -$(ELC) bib-cite.el ++ -$(ELC) font-latex.el ++# -$(ELC) tex-jp.el # Doesn't compile without MULE ++# -$(ELC) hilit-LaTeX.el # Doesn't compile without X + + install-lisp: some + if [ ! -d $(lispdir) ]; then mkdir $(lispdir); else true; fi ; +@@ -159,7 +159,7 @@ + + + .el.elc: +- $(ELC) $< ++ -$(ELC) $< + + clean: + rm -rf *~ #*# lex.yy.c idetex auctex |