aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /chinese
parent88479b1d0703b73d3f20015a53e8a442505bfddd (diff)
downloadports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz
ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'chinese')
-rw-r--r--chinese/tk83/files/patch-aa69
-rw-r--r--chinese/tk83/files/patch-ah49
2 files changed, 9 insertions, 109 deletions
diff --git a/chinese/tk83/files/patch-aa b/chinese/tk83/files/patch-aa
index 8f7de8a0de37..2a934f2b2697 100644
--- a/chinese/tk83/files/patch-aa
+++ b/chinese/tk83/files/patch-aa
@@ -1,5 +1,5 @@
---- configure.orig Thu Feb 10 11:11:02 2000
-+++ configure Wed Feb 21 23:03:47 2001
+--- configure.orig Thu Feb 10 20:11:02 2000
++++ configure Mon Nov 15 10:15:21 2004
@@ -18,6 +18,8 @@
ac_help="$ac_help
--with-tcl directory containing tcl configuration (tclConfig.sh)"
@@ -1380,7 +1380,7 @@
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
-@@ -4049,6 +4097,202 @@
+@@ -4049,6 +4097,143 @@
TK_SHARED_BUILD=${SHARED_BUILD}
#--------------------------------------------------------------------
@@ -1517,65 +1517,6 @@
+ rm -rf ImakeCheck
+fi
+
-+# At last check FreeBSD and have -lxpg4.
-+echo $ac_n "checking system version (for additional locale library)""... $ac_c" 1>&6
-+echo "configure:4234: checking system version (for additional locale library)" >&5
-+if test -f /usr/lib/NextStep/software_version; then
-+ system=NEXTSTEP-`awk '/3/,/3/' /usr/lib/NextStep/software_version`
-+else
-+ system=`uname -s`-`uname -r`
-+ if test "$?" -ne 0 ; then
-+ system=unknown
-+ else
-+ # Special check for weird MP-RAS system (uname returns weird
-+ # results, and the version is kept in special file).
-+
-+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-+ system=MP-RAS-`awk '{print $3}' /etc/.relid'`
-+ fi
-+ if test "`uname -s`" = "AIX" ; then
-+ system=AIX-`uname -v`.`uname -r`
-+ fi
-+ fi
-+fi
-+
-+case $system in
-+ FreeBSD-*)
-+ LIBS="$XLIBSW -lxpg4 $tk_oldLibs"
-+ CFLAGS="$CFLAGS $X11_IMAKE_FLAGS"
-+ cat > conftest.$ac_ext <<EOF
-+#line 4259 "configure"
-+#include "confdefs.h"
-+
-+#include <locale.h>
-+
-+int main() {
-+
-+(void)setlocale(LC_ALL, "");
-+
-+; return 0; }
-+EOF
-+if { (eval echo configure:4270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+ rm -rf conftest*
-+
-+echo "$ac_t""use xpg4 library." 1>&6
-+XLIBSW="$XLIBSW -lxpg4"
-+
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+ rm -rf conftest*
-+
-+echo "$ac_t""no need other libraries." 1>&6
-+
-+fi
-+rm -f conftest*
-+ ;;
-+ *)
-+ echo "$ac_t""No additional library is needed." 1>&6
-+ ;;
-+esac
-+
+CFLAGS=$tk_oldCflags
+LIBS=$tk_oldLibs
+
@@ -1583,7 +1524,7 @@
# The statements below define various symbols relating to creating
# the stub'd version of the Tk library
#
-@@ -4281,10 +4525,12 @@
+@@ -4281,10 +4466,12 @@
s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
s%@TCL_LIB_FILE@%$TCL_LIB_FILE%g
@@ -1596,7 +1537,7 @@
s%@STUB_LIB_FILE@%$STUB_LIB_FILE%g
s%@TK_STUB_LIB_FILE@%$TK_STUB_LIB_FILE%g
s%@TK_STUB_LIB_FLAG@%$TK_STUB_LIB_FLAG%g
-@@ -4327,6 +4573,7 @@
+@@ -4327,6 +4514,7 @@
s%@XINCLUDES@%$XINCLUDES%g
s%@XLIBSW@%$XLIBSW%g
s%@TK_SHARED_BUILD@%$TK_SHARED_BUILD%g
diff --git a/chinese/tk83/files/patch-ah b/chinese/tk83/files/patch-ah
index c865aa3e756f..48ecb7b56b74 100644
--- a/chinese/tk83/files/patch-ah
+++ b/chinese/tk83/files/patch-ah
@@ -1,5 +1,5 @@
---- configure.in.orig Thu Feb 10 11:11:02 2000
-+++ configure.in Wed Feb 21 21:27:45 2001
+--- configure.in.orig Thu Feb 10 20:11:02 2000
++++ configure.in Mon Nov 15 10:10:10 2004
@@ -60,6 +60,12 @@
SC_LOAD_TCLCONFIG
@@ -13,7 +13,7 @@
# Recompute the necessary flags to run the compiler
#--------------------------------------------------------------------
-@@ -372,6 +378,113 @@
+@@ -372,6 +378,72 @@
TK_SHARED_BUILD=${SHARED_BUILD}
#--------------------------------------------------------------------
@@ -79,47 +79,6 @@
+ rm -rf ImakeCheck
+fi
+
-+# At last check FreeBSD and have -lxpg4.
-+AC_MSG_CHECKING([system version (for additional locale library)])
-+if test -f /usr/lib/NextStep/software_version; then
-+ system=NEXTSTEP-`awk '/3/,/3/' /usr/lib/NextStep/software_version`
-+else
-+ system=`uname -s`-`uname -r`
-+ if test "$?" -ne 0 ; then
-+ system=unknown
-+ else
-+ # Special check for weird MP-RAS system (uname returns weird
-+ # results, and the version is kept in special file).
-+
-+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-+ system=MP-RAS-`awk '{print $3}' /etc/.relid'`
-+ fi
-+ if test "`uname -s`" = "AIX" ; then
-+ system=AIX-`uname -v`.`uname -r`
-+ fi
-+ fi
-+fi
-+
-+case $system in
-+ FreeBSD-*)
-+ LIBS="$XLIBSW -lxpg4 $tk_oldLibs"
-+ CFLAGS="$CFLAGS $X11_IMAKE_FLAGS"
-+ AC_TRY_COMPILE([
-+#include <locale.h>
-+], [
-+(void)setlocale(LC_ALL, "");
-+], [
-+AC_MSG_RESULT(use xpg4 library.)
-+XLIBSW="$XLIBSW -lxpg4"
-+], [
-+AC_MSG_RESULT(no need other libraries.)
-+])
-+ ;;
-+ *)
-+ AC_MSG_RESULT(No additional library is needed.)
-+ ;;
-+esac
-+
+CFLAGS=$tk_oldCflags
+LIBS=$tk_oldLibs
+
@@ -127,7 +86,7 @@
# The statements below define various symbols relating to creating
# the stub'd version of the Tk library
#
-@@ -453,5 +566,5 @@
+@@ -453,5 +525,5 @@
AC_SUBST(XINCLUDES)
AC_SUBST(XLIBSW)
AC_SUBST(TK_SHARED_BUILD)