summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-05-04 08:42:05 +0000
committeruebayasi <uebayasi>2002-05-04 08:42:05 +0000
commitda3834bd555e9fc36e1db4dd9968541e6bfbe15b (patch)
tree65ee0eef597cd757cc8549d4099a5bd59e5a1876 /x11
parent817d863abc473a20f1bff1c5033e539ebf2944f4 (diff)
downloadpkgsrc-da3834bd555e9fc36e1db4dd9968541e6bfbe15b.tar.gz
Update to 2.4.0.
* #RRGGBB format is supported for specifying fg/bg color. * All color names defined in rgb.txt are available for specifying fg/bg color. * Bidi processing is improved for practical use.(Thanks to Nadim Shaikli) * Even if console applications don't support character combining, -J/--dyncomb option enables them to show combining characters correctly. * Shortcut keys for scrolling which are not compatible with xterm are disabled by default. -q/--extkey option enables them. * And many monor bus are fixed. Also, enable anti-alias configure option suggested by Rui-Xiang Guo in pkg/16042.
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile14
-rw-r--r--x11/mlterm/distinfo6
2 files changed, 13 insertions, 7 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 0a5923d96e5..069a431b9e3 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2002/03/15 11:23:16 uebayasi Exp $
+# $NetBSD: Makefile,v 1.5 2002/05/04 08:42:05 uebayasi Exp $
-DISTNAME= mlterm-2.3.1
+DISTNAME= mlterm-2.4.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
@@ -20,16 +20,22 @@ LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/autoconf/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/libtool
+CONFIGURE_ARGS+=--enable-imlib
+CONFIGURE_ARGS+=--enable-anti-alias
+
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | \
while read f; do \
${MV} $$f $${f}.orig; \
- ${SED} -e 's|\(-[ILR]\)/usr/local|\1${LOCALBASE}|g' \
- -e 's|\(-[ILR]\)/usr/X11R6|\1${X11BASE}|g' \
+ ${SED} \
+ -e 's|\(-[IL]\)/usr/local|\1${BUILDLINK_DIR}|g' \
+ -e 's|\(-[IL]\)/usr/X11R6|\1${BUILDLINK_X11_DIR}|g' \
+ -e 's|\(-[R]\)/usr/local[^[:space:]][^[:space:]]*||g' \
$${f}.orig > $$f; \
done
.include "../../devel/glib/buildlink.mk"
+.include "../../graphics/imlib/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index ae4c38aae20..3bd27595c67 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/03/15 11:23:16 uebayasi Exp $
+$NetBSD: distinfo,v 1.4 2002/05/04 08:42:05 uebayasi Exp $
-SHA1 (mlterm-2.3.1.tar.gz) = fc5545c1fad3a7955b803050030418589798d082
-Size (mlterm-2.3.1.tar.gz) = 1547094 bytes
+SHA1 (mlterm-2.4.0.tar.gz) = 7c84e4c4e8264efe054de74b77b6d4c6efe96eb4
+Size (mlterm-2.4.0.tar.gz) = 1555594 bytes