Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
This commit is contained in:
parent
5078491e94
commit
11275781f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12144
3 changed files with 16 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
11
japanese/expect/files/patch-af
Normal file
11
japanese/expect/files/patch-af
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue