1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Upgrade to 2.4.11

PR:		ports/9015
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 1998-12-09 05:05:33 +00:00
parent a30513e6ea
commit 44ec3ac5cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15214
4 changed files with 62 additions and 58 deletions

View File

@ -1,13 +1,13 @@
# New ports collection Makefile for: rxvt
# Version required: 2.4.8
# Version required: 2.4.11
# Date created: Nov 16 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $Id: Makefile,v 1.6 1998/08/05 09:30:46 asami Exp $
# $Id: Makefile,v 1.7 1998/10/10 01:04:31 vanilla Exp $
#
DISTNAME= rxvt-2.4.8
PKGNAME= zh-rxvt-2.4.8
DISTNAME= rxvt-2.4.11
PKGNAME= zh-rxvt-2.4.11
CATEGORIES= chinese x11
MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ \
ftp://ftp.math.fu-berlin.de/pub/rxvt/
@ -21,4 +21,5 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes
MAN1= crxvt2.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (rxvt-2.4.8.tar.gz) = 79f887255f1aa6683af765d9b165e1a2
MD5 (rxvt-2.4.11.tar.gz) = 806d163e3113d22b31535785088f37c2

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Oct 9 16:38:10 1998
+++ Makefile.in Fri Oct 9 16:38:45 1998
--- Makefile.in.orig Tue Dec 8 21:23:23 1998
+++ Makefile.in Tue Dec 8 21:23:37 1998
@@ -8,7 +8,7 @@
first_rule: all
dummy:
@ -9,51 +9,24 @@
DIST = INSTALL README.configure configure Makefile Makefile.in
--- configure.orig Fri Oct 9 16:03:53 1998
+++ configure Fri Oct 9 16:06:55 1998
@@ -32,6 +32,8 @@
ac_help="$ac_help
--enable-big5 enable big5 support"
ac_help="$ac_help
+ --enable-xcin enable XCIN Chinese input support"
+ac_help="$ac_help
--enable-greek enable greek keyboard support"
ac_help="$ac_help
--enable-ttygid enable tty setting to group \"tty\" - use only if
@@ -723,6 +725,17 @@
if test x$enableval = xyes; then
cat >> confdefs.h <<\EOF
#define ZH 1
+EOF
+
+ fi
+fi
+
+# Check whether --enable-xcin or --disable-xcin was given.
+if test "${enable_xcin+set}" = set; then
+ enableval="$enable_xcin"
+ if test x$enableval = xyes; then
+ cat >> confdefs.h <<\EOF
+#define XCIN 1
EOF
fi
--- doc/Makefile.in.orig Fri Oct 9 16:47:58 1998
+++ doc/Makefile.in Fri Oct 9 16:48:35 1998
--- doc/Makefile.in.orig Wed Nov 18 15:20:14 1998
+++ doc/Makefile.in Tue Dec 8 23:42:24 1998
@@ -55,7 +55,7 @@
tags allbin:
-alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
+alldoc: rxvt.1
+alldoc:
$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)/../src/version.h
$(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@
@@ -83,8 +83,8 @@
$(basedir)/$(VERNAME).lsm: LSM.in ../autoconf/Make.common.in
$(SED) $(SEDREPLACE) < LSM.in > $@
@@ -84,7 +84,7 @@
distclean:
install: rxvt.1
-install: rxvt.1
- $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
+install:
+ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)crxvt2.$(manext)
uninstall:

View File

@ -1,38 +1,68 @@
--- autoconf/acconfig.h.orig Fri Oct 9 16:09:57 1998
+++ autoconf/acconfig.h Fri Oct 9 16:10:32 1998
@@ -35,6 +35,9 @@
--- configure.orig Tue Dec 8 23:17:30 1998
+++ configure Tue Dec 8 23:18:24 1998
@@ -32,6 +32,8 @@
ac_help="$ac_help
--enable-big5 enable big5 support"
ac_help="$ac_help
+ --enable-xcin enable Chinese input support"
+ac_help="$ac_help
--enable-greek enable greek keyboard support"
ac_help="$ac_help
--enable-ttygid enable tty setting to group \"tty\" - use only if
@@ -722,6 +724,18 @@
if test x$enableval = xyes; then
cat >> confdefs.h <<\EOF
#define ZH 1
+EOF
+
+ fi
+fi
+
+
+# Check whether --enable-xcin or --disable-xcin was given.
+if test "${enable_xcin+set}" = set; then
+ enableval="$enable_xcin"
+ if test x$enableval = xyes; then
+ cat >> confdefs.h <<\EOF
+#define XCIN 1
EOF
fi
--- autoconf/acconfig.h.orig Tue Dec 8 21:26:28 1998
+++ autoconf/acconfig.h Tue Dec 8 21:27:20 1998
@@ -34,6 +34,9 @@
/* after compilation, rename executable as `crxvt' */
#undef ZH
+/* Define if you want XCIN Chinese Input support */
+/* Define if you want chinese input support */
+#undef XCIN
+
/* Define if Xlocale support doesn't work */
#undef NO_XLOCALE
--- autoconf/config.h.in.orig Fri Oct 9 16:10:46 1998
+++ autoconf/config.h.in Fri Oct 9 16:11:23 1998
@@ -80,6 +80,9 @@
--- autoconf/config.h.in.orig Tue Dec 8 21:27:34 1998
+++ autoconf/config.h.in Tue Dec 8 21:28:02 1998
@@ -76,6 +76,9 @@
/* after compilation, rename executable as `crxvt' */
#undef ZH
+/* Define if you want XCIN Chinese Input support */
+/* Define if you want chinese input support */
+#undef XCIN
+
/* Define if Xlocale support doesn't work */
#undef NO_XLOCALE
--- autoconf/configure.in.orig Fri Oct 9 16:11:33 1998
+++ autoconf/configure.in Fri Oct 9 16:12:13 1998
--- autoconf/configure.in.orig Tue Dec 8 21:28:18 1998
+++ autoconf/configure.in Tue Dec 8 21:29:12 1998
@@ -82,6 +82,12 @@
AC_DEFINE(ZH)
fi])
+AC_ARG_ENABLE(xcin,
+[ --enable-xcin enable XCIN support],
+[if test x$enableval = xyes; then
+ AC_DEFINE(XCIN)
+fi])
+ [ --enable-xcin enable Chinese input support],
+ [if test x$enableval = xyes; then
+ AC_DEFINE(XCIN)
+ fi])
+
AC_ARG_ENABLE(greek,
[ --enable-greek enable greek keyboard support],