diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 01:19:52 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 01:19:52 +0800 |
commit | c16c8640d37f00a9918b31954aacc681cb032cbc (patch) | |
tree | f12a388b64bb8f1fcce940e1ca2d81d8944c4f49 /textproc/aspell/files | |
parent | 2e80543037bf837c954d3adef3e9f27fa1d1023d (diff) | |
download | freebsd-ports-gnome-c16c8640d37f00a9918b31954aacc681cb032cbc.tar.gz freebsd-ports-gnome-c16c8640d37f00a9918b31954aacc681cb032cbc.tar.zst freebsd-ports-gnome-c16c8640d37f00a9918b31954aacc681cb032cbc.zip |
Update to 0.50.1
Give maintainership to originator
PR: 42051
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc/aspell/files')
-rw-r--r-- | textproc/aspell/files/patch-aj | 11 | ||||
-rw-r--r-- | textproc/aspell/files/patch-ak | 15 | ||||
-rw-r--r-- | textproc/aspell/files/patch-configure | 10 |
3 files changed, 0 insertions, 36 deletions
diff --git a/textproc/aspell/files/patch-aj b/textproc/aspell/files/patch-aj deleted file mode 100644 index a53d6777aef5..000000000000 --- a/textproc/aspell/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.in.orig Sat Jun 10 23:53:37 2000 -+++ data/Makefile.in Tue Jun 13 14:13:47 2000 -@@ -82,7 +82,7 @@ - pkgdata_DATA = *.dat *.map - - --pspelldatadir = `${bindir}/pspell-config pkgdatadir` -+pspelldatadir = ${datadir}/pspell - - pspelldata_DATA = en-american-aspell.pwli en-aspell.pwli - diff --git a/textproc/aspell/files/patch-ak b/textproc/aspell/files/patch-ak deleted file mode 100644 index 28c00c58c95f..000000000000 --- a/textproc/aspell/files/patch-ak +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig Mon Jan 29 10:13:57 2001 -+++ Makefile.in Fri Feb 16 19:58:25 2001 -@@ -84,7 +84,11 @@ - - AUTOMAKE_OPTIONS = foreign - --SUBDIRS = util filter lib src data scripts manual pspell-module -+ifndef NOPORTDOCS -+MANUALSUBDIR = manual -+endif -+ -+SUBDIRS = util filter lib src data scripts $(MANUALSUBDIR) pspell-module - - EXTRA_DIST = TODO misc/* README-bin mkbindist.sh long_name_test.hh ltcf-c.sh ltcf-cxx.sh - diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure deleted file mode 100644 index 4873484420c4..000000000000 --- a/textproc/aspell/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Jul 3 19:22:07 2002 -+++ configure Wed Jul 3 19:22:16 2002 -@@ -12335,6 +12335,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |