aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aspell/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-27 04:48:31 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-08-27 04:48:31 +0800
commit840ce55af962114ebf681866c42acab40f5d8178 (patch)
tree4ebbb2c28193073f8292af8b9efdfcbb339ffe33 /textproc/aspell/files
parent193a4ea660fe4a35318291d2bcf259527a41f785 (diff)
downloadfreebsd-ports-gnome-840ce55af962114ebf681866c42acab40f5d8178.tar.gz
freebsd-ports-gnome-840ce55af962114ebf681866c42acab40f5d8178.tar.zst
freebsd-ports-gnome-840ce55af962114ebf681866c42acab40f5d8178.zip
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 <ade@lovett.com>
Diffstat (limited to 'textproc/aspell/files')
-rw-r--r--textproc/aspell/files/patch-aa21
-rw-r--r--textproc/aspell/files/patch-ah20
2 files changed, 26 insertions, 15 deletions
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
+
+