1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/japanese/expect/files/patch-ab
Steve Price 861a2822ef Update to version 5.28.
PR:		8182
Submitted by:	maintainer
1998-10-10 04:09:05 +00:00

45 lines
1.5 KiB
Plaintext

--- configure.in.ORIG Wed Oct 7 14:12:36 1998
+++ configure.in Wed Oct 7 14:13:44 1998
@@ -10,11 +10,14 @@
# note when updating version numbers here, also update pkgIndex.in (see
# comments in Makefile)
EXP_MAJOR_VERSION=5
-EXP_MINOR_VERSION=28
+EXP_MINOR_VERSION_PREFIX=28
+EXP_MINOR_VERSION_L10N=jp
+EXP_MINOR_VERSION=$EXP_MINOR_VERSION_PREFIX$EXP_MINOR_VERSION_L10N
EXP_MICRO_VERSION=1
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_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
@@ -1003,9 +1006,9 @@
if test x"$no_tk" != x"true" ; then
# libexpectk no longer exists
# X_PROGS="expectk \$(LIBEXPECTK)"
- X_PROGS=expectk
+ X_PROGS=expectkjp
# should really generate following symbol, but I'm hitting configure's limit on substs.
- X_PROGS_INSTALLED=expectk_installed
+ X_PROGS_INSTALLED=expectkjp_installed
else
X_PROGS="# no X support on this system"
AC_MSG_WARN([No X based programs will be built])
@@ -1126,6 +1129,7 @@
AC_SUBST(EXP_MINOR_VERSION)
AC_SUBST(EXP_MICRO_VERSION)
AC_SUBST(EXP_VERSION_FULL)
+AC_SUBST(EXP_VERSION_PKG)
AC_SUBST(EXP_VERSION)
AC_SUBST(CC)
AC_SUBST(EXP_CONFIG_SHELL)
@@ -1149,4 +1153,5 @@
AC_SUBST(SETUID)
AC_SUBST(UNSHARED_RANLIB)
AC_SUBST(DEFAULT_STTY_ARGS)
+AC_SUBST(INSTALL_SCRIPT)
AC_OUTPUT(Makefile pkgIndex)