summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-27 00:12:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-27 00:12:17 +0000
commit11275781f876c5c2de370920a8e1deef46f9ccea (patch)
treea5df8d109fa7dcdcf52e5194aa56591cc5fb7b68 /japanese
parentFix a couple of minor nits. (diff)
Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Notes
Notes: svn path=/head/; revision=12144
Diffstat (limited to 'japanese')
-rw-r--r--japanese/expect/Makefile6
-rw-r--r--japanese/expect/files/patch-ab6
-rw-r--r--japanese/expect/files/patch-af11
3 files changed, 16 insertions, 7 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile
index 77f62642322d..def23f734a0e 100644
--- a/japanese/expect/Makefile
+++ b/japanese/expect/Makefile
@@ -3,19 +3,17 @@
# Date created: 17 Oct 1997
# Whom: taguchi
#
-# $Id: Makefile,v 1.8 1998/07/03 23:18:22 steve Exp $
+# $Id: Makefile,v 1.9 1998/07/21 13:26:01 asami Exp $
#
DISTNAME= expect-5.26
PKGNAME= ja-expect-5.26
-CATEGORIES= japanese lang tk42
+CATEGORIES= japanese lang tk80
MAINTAINER= taguchi@tohoku.iij.ad.jp
LIB_DEPENDS= tk80jp\\.1\\.:${PORTSDIR}/japanese/tk80
-BROKEN= patch
-
FILESDIR= ${.CURDIR}/../../lang/expect/files
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
diff --git a/japanese/expect/files/patch-ab b/japanese/expect/files/patch-ab
index d6071219d6cd..efc794f654c5 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 000000000000..9e228b4ef354
--- /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
+