summaryrefslogtreecommitdiffstats
path: root/japanese/expect/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-27 00:12:17 +0000
committersteve <steve@FreeBSD.org>1998-07-27 00:12:17 +0000
commitf6eadf6096b0f4a23497bf1de8adeab41e9d9236 (patch)
treed5515d6372f423d599c2a80bd03e3063ac4b54c7 /japanese/expect/files
parent14864dcc61e69a98e349f1205f314ecc6f53d3de (diff)
downloadFreeBSD-ports-f6eadf6096b0f4a23497bf1de8adeab41e9d9236.zip
FreeBSD-ports-f6eadf6096b0f4a23497bf1de8adeab41e9d9236.tar.gz
Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Diffstat (limited to 'japanese/expect/files')
-rw-r--r--japanese/expect/files/patch-ab6
-rw-r--r--japanese/expect/files/patch-af11
2 files changed, 14 insertions, 3 deletions
diff --git a/japanese/expect/files/patch-ab b/japanese/expect/files/patch-ab
index d607121..efc794f 100644
--- a/japanese/expect/files/patch-ab
+++ b/japanese/expect/files/patch-ab
@@ -1,5 +1,5 @@
---- configure.in.ORIG Wed Jul 8 09:44:06 1998
-+++ configure.in Wed Jul 8 09:49:30 1998
+--- configure.in.ORIG Tue Jul 21 09:43:58 1998
++++ configure.in Tue Jul 21 09:45:12 1998
@@ -10,11 +10,14 @@
# note when updating version numbers here, also update pkgIndex.in (see
# comments in Makefile)
@@ -11,7 +11,7 @@
EXP_MICRO_VERSION=0
EXP_VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION
EXP_VERSION_NODOTS=$EXP_MAJOR_VERSION$EXP_MINOR_VERSION
- EXP_VERsion_FULL=$EXP_VERSION.$EXP_MICRO_VERSION
+ EXP_VERSION_FULL=$EXP_VERSION.$EXP_MICRO_VERSION
+EXP_VERSION_PKG=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION_PREFIX.$EXP_MICRO_VERSION
# Tcl's handling of shared_lib_suffix requires this symbol exist
VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION
diff --git a/japanese/expect/files/patch-af b/japanese/expect/files/patch-af
new file mode 100644
index 0000000..9e228b4
--- /dev/null
+++ b/japanese/expect/files/patch-af
@@ -0,0 +1,11 @@
+--- aclocal.m4.ORIG Tue Jul 21 09:53:21 1998
++++ aclocal.m4 Tue Jul 21 09:55:25 1998
+@@ -149,7 +149,7 @@
+ # this hack is cause the TCLHDIR won't print if there is a "-I" in it.
+ TCLHDIR="${ac_cv_c_tclh}"
+ TCLHDIRDASHI="-I${ac_cv_c_tclh}"
+- TCL_LIBRARY=`echo $TCLHDIR | sed -e 's/generic//'`library
++ TCL_LIBRARY=`echo $TCLHDIR | sed -e 's/include/lib/' | sed -e s/generic//'`
+ fi
+ fi
+
OpenPOWER on IntegriCloud