aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aspell/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-02-28 18:25:58 +0800
committerobrien <obrien@FreeBSD.org>1999-02-28 18:25:58 +0800
commitaded41b9586a405d7d8e3f55640161fa0701663b (patch)
tree5e4d63f92c40473de870b9c4556a157616d313db /textproc/aspell/files
parent7ce88711614aba19d0d5b7fa7a1112e285700d5e (diff)
downloadfreebsd-ports-gnome-aded41b9586a405d7d8e3f55640161fa0701663b.tar.gz
freebsd-ports-gnome-aded41b9586a405d7d8e3f55640161fa0701663b.tar.zst
freebsd-ports-gnome-aded41b9586a405d7d8e3f55640161fa0701663b.zip
Upgrade to 0.27.
If "HAVE_EGCS" is defined, aspell will not depend on the STL port and will use the natvie EGCS STL instead.
Diffstat (limited to 'textproc/aspell/files')
-rw-r--r--textproc/aspell/files/patch-aa39
1 files changed, 15 insertions, 24 deletions
diff --git a/textproc/aspell/files/patch-aa b/textproc/aspell/files/patch-aa
index 8551c42f6f0d..3737a8179d67 100644
--- a/textproc/aspell/files/patch-aa
+++ b/textproc/aspell/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in~ Sat Nov 7 22:33:18 1998
-+++ Makefile.in Mon Dec 7 00:15:58 1998
+--- 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@
@@ -7,36 +7,27 @@
-pkgdocdir = ${prefix}/doc/aspell
+pkgdocdir = ${datadir}/doc/aspell
- AUTOMAKE_OPTIONS = foreign
+ pkgdoc_DATA = manual.dvi manual.tex manual2.lyx manual.aux
-@@ -101,7 +101,9 @@
+@@ -78,7 +78,9 @@
- pkgdoc_DATA = manual.dvi manual.tex manual2.lyx manual.aux
+ MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux
+ifndef NOPORTDOCS
SUBDIRS = man-html man-text
+endif
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = as_config.h
-@@ -520,7 +522,11 @@
- install-exec-am: install-libLTLIBRARIES install-binPROGRAMS
+ EXTRA_DIST = ${pkgdoc_DATA} html2txt.pl
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -252,7 +254,11 @@
+ install-data: install-data-recursive
+ install-am: all-am
+ifndef NOPORTDOCS
- install-data-am: install-pkgdataDATA install-pkgdocDATA install-includeHEADERS
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+else
-+install-data-am: install-pkgdataDATA install-includeHEADERS
++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
+endif
-
- uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS uninstall-pkgdataDATA uninstall-pkgdocDATA uninstall-includeHEADERS
-
-@@ -623,7 +629,7 @@
- MAINTAINERCLEANFILES += manual.dvi manual.log manual.aux
-
- english.wrd english.mta: aspell english.wl
-- ./aspell master english < english.wl
-+ ./aspell master english < @WORDLIST@
-
- manual manual.dvi: manual.tex
- perl man-proc.pl
+ install: install-recursive
+ uninstall-am: uninstall-pkgdocDATA
+ uninstall: uninstall-recursive