aboutsummaryrefslogtreecommitdiff
path: root/textproc/pspell/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-13 23:01:16 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-13 23:01:16 +0000
commitba74761a29d4deccf8c013baaba10333f77f7952 (patch)
tree4618e44575a82d83bdd76187b064c4660f80cebd /textproc/pspell/files
parent4e5bcedf20fd2605ca371da020895676a0eb992a (diff)
downloadports-ba74761a29d4deccf8c013baaba10333f77f7952.tar.gz
ports-ba74761a29d4deccf8c013baaba10333f77f7952.zip
Notes
Diffstat (limited to 'textproc/pspell/files')
-rw-r--r--textproc/pspell/files/patch-aa26
-rw-r--r--textproc/pspell/files/patch-ab11
-rw-r--r--textproc/pspell/files/patch-ac15
3 files changed, 52 insertions, 0 deletions
diff --git a/textproc/pspell/files/patch-aa b/textproc/pspell/files/patch-aa
new file mode 100644
index 000000000000..dee99d8906a7
--- /dev/null
+++ b/textproc/pspell/files/patch-aa
@@ -0,0 +1,26 @@
+--- configure.orig Sun Jun 11 02:08:24 2000
++++ configure Tue Jun 13 13:30:58 2000
+@@ -2268,7 +2268,7 @@
+ objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
+ deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
+ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $lt_target \
++$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+
+ # Reload cache, that may have been modified by ltconfig
+@@ -2676,10 +2676,10 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++# case "$ac_given_INSTALL" in
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/textproc/pspell/files/patch-ab b/textproc/pspell/files/patch-ab
new file mode 100644
index 000000000000..2ca73407ca34
--- /dev/null
+++ b/textproc/pspell/files/patch-ab
@@ -0,0 +1,11 @@
+--- modules/configure.orig Fri Jun 9 20:49:40 2000
++++ modules/configure Tue Jun 13 13:32:00 2000
+@@ -2149,7 +2149,7 @@
+ objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
+ deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
+ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $lt_target \
++$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+
+ # Reload cache, that may have been modified by ltconfig
diff --git a/textproc/pspell/files/patch-ac b/textproc/pspell/files/patch-ac
new file mode 100644
index 000000000000..a0467ba410dc
--- /dev/null
+++ b/textproc/pspell/files/patch-ac
@@ -0,0 +1,15 @@
+--- Makefile.in.orig Sun Jun 11 02:09:26 2000
++++ Makefile.in Tue Jun 13 13:49:49 2000
+@@ -81,7 +81,11 @@
+
+ AUTOMAKE_OPTIONS = foreign
+
+-SUBDIRS = modules @libltdl_dir@ interface manual examples scripts data
++ifndef NOPORTDOCS
++MANUALSUBDIR = manual
++endif
++
++SUBDIRS = modules @libltdl_dir@ interface $(MANUALSUBDIR) examples scripts data
+
+ EXTRA_DIST = README-CVS autoconf-exeext.patch
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4