From 840ce55af962114ebf681866c42acab40f5d8178 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 26 Aug 1999 20:48:31 +0000 Subject: Update to version 0.28.2.1 This port requires gcc 2.95.1 to build, so USE_NEWGCC isn't set until -current is upgraded to that version. PR: 13166 Submitted by: Ade Lovett --- textproc/aspell/files/patch-aa | 21 ++++++--------------- textproc/aspell/files/patch-ah | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 15 deletions(-) create mode 100644 textproc/aspell/files/patch-ah (limited to 'textproc/aspell/files') diff --git a/textproc/aspell/files/patch-aa b/textproc/aspell/files/patch-aa index 3737a8179d67..5d38107e6922 100644 --- a/textproc/aspell/files/patch-aa +++ b/textproc/aspell/files/patch-aa @@ -1,15 +1,6 @@ ---- manual/Makefile.in.orig Mon Feb 22 22:47:08 1999 -+++ manual/Makefile.in Sat Feb 27 20:23:24 1999 -@@ -70,7 +70,7 @@ - RANLIB = @RANLIB@ - VERSION = @VERSION@ - --pkgdocdir = ${prefix}/doc/aspell -+pkgdocdir = ${datadir}/doc/aspell - - pkgdoc_DATA = manual.dvi manual.tex manual2.lyx manual.aux - -@@ -78,7 +78,9 @@ +--- manual/Makefile.in.orig Tue Jul 27 19:07:44 1999 ++++ manual/Makefile.in Thu Aug 19 11:03:13 1999 +@@ -85,7 +85,9 @@ MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux @@ -17,9 +8,9 @@ SUBDIRS = man-html man-text +endif - EXTRA_DIST = ${pkgdoc_DATA} html2txt.pl - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -252,7 +254,11 @@ + EXTRA_DIST = ${pkgdoc_DATA} html.sty html2txt.pl edit-man manual.per man-proc.pl + +@@ -260,7 +262,11 @@ install-data: install-data-recursive install-am: all-am diff --git a/textproc/aspell/files/patch-ah b/textproc/aspell/files/patch-ah new file mode 100644 index 000000000000..749ecceac3c0 --- /dev/null +++ b/textproc/aspell/files/patch-ah @@ -0,0 +1,20 @@ +--- configure.orig Mon Jul 26 12:31:53 1999 ++++ configure Thu Aug 19 11:42:57 1999 +@@ -2581,7 +2581,7 @@ + \ + dictdir=$enable_dict_dir + else +- dictdir=${libdir}/aspell ++ dictdir=${datadir}/aspell + fi + + +@@ -2592,7 +2592,7 @@ + \ + pkgdocdir=$enable_doc_dir + else +- pkgdocdir=\${prefix}/doc/aspell ++ pkgdocdir=\${prefix}/share/doc/aspell + fi + + -- cgit