head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.8
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.6
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.4
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.2
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2010Q2:1.1.0.34
	pkgsrc-2010Q2-base:1.1
	pkgsrc-2010Q1:1.1.0.32
	pkgsrc-2010Q1-base:1.1
	pkgsrc-2009Q4:1.1.0.30
	pkgsrc-2009Q4-base:1.1
	pkgsrc-2009Q3:1.1.0.28
	pkgsrc-2009Q3-base:1.1
	pkgsrc-2009Q2:1.1.0.26
	pkgsrc-2009Q2-base:1.1
	pkgsrc-2009Q1:1.1.0.24
	pkgsrc-2009Q1-base:1.1
	pkgsrc-2008Q4:1.1.0.22
	pkgsrc-2008Q4-base:1.1
	pkgsrc-2008Q3:1.1.0.20
	pkgsrc-2008Q3-base:1.1
	cube-native-xorg:1.1.0.18
	cube-native-xorg-base:1.1
	pkgsrc-2008Q2:1.1.0.16
	pkgsrc-2008Q2-base:1.1
	cwrapper:1.1.0.14
	pkgsrc-2008Q1:1.1.0.12
	pkgsrc-2008Q1-base:1.1
	pkgsrc-2007Q4:1.1.0.10
	pkgsrc-2007Q4-base:1.1
	pkgsrc-2007Q3:1.1.0.8
	pkgsrc-2007Q3-base:1.1
	pkgsrc-2007Q2:1.1.0.6
	pkgsrc-2007Q2-base:1.1
	pkgsrc-2007Q1:1.1.0.4
	pkgsrc-2007Q1-base:1.1
	pkgsrc-2006Q4:1.1.0.2
	pkgsrc-2006Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.09.22.09.33.42;	author obache;	state dead;
branches;
next	1.1;

1.1
date	2006.12.28.11.10.08;	author hira;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update mlterm to 3.0.1.
Based on PR#43822 by YAMASHIRO, Jun.
Additional clean up by me.

pkgsrc changes:
* set LICENSE=modified-bsd (with uim option, gnu-lgpl-v2 additionally).
* add m17nlib option.

ver 3.0.1
* Improvements for performance of changing 256 colors by
  "\x1b]4;N;rgb:RR/GG/BB\x07" sequence. (Thanks to Konosuke Watanabe san)
* Support "ESC[9Nm" and "ESC[10Nm" sequences.
* Add --button3/button3_behavior option. (If "menu1" is specified, pressing
  button3 shows conf_menu_path_1 program (mlterm-menu) like gnome-terminal.)
* Add "Copy" & "Paste" menus to mlterm-menu.
* Improvements for compatibility with xterm about RGB of system colors.
* Add 'col_size_of_width_a' to configuration protocol. (doc/en/PROTOCOL)
* Merge SF patches:
  #2988801, #2987646 (Thanks to Ahmed El-Mahmoudy)
* Other bug fixes:
  #2818015(partly),#2818018 (Thanks to Thomas Wolff)

ver 3.0.0
* Support 256 colors. (Thanks to Shinichiro Hamaji san)
* Character convertion tables are separated from libmkf library.
* Support win32(Windows 2000-XP) native GUI.
  ('--with-gui=win32' in mingw, msys and cygwin)
* Support font and color configuration protocol.
  (doc/en/PROTOCOL.font,PROTOCOL.color)
* Change 'aafont' format as follows. (Elements in parentheses are optional.)
  [Family]-[Encoding](:[Percentage])
  => [Family]( [Weight] [Slant] [Size]-[Encoding]:[Percentage])
* Add 'DEFAULT' key which specifies fonts used by default
  for font configuration files.
* Add --maxptys option.
* Add 'mlclient', 'mlclientx', 'static_backscroll_mode' and 'type_engine' to
  configuration protocol. (doc/en/PROTOCOL)
* Add 'mlclientx' command.
* Merge SF patches -
  #1574764 (Thanks to Christian Biere)
  #        (Thanks to Frederic Heulin)
  #2879800 (Thanks to Kouichi Kusanagi san)
* Other bug fixes:
  #1999220 (Thanks to Christian Biere)

ver 2.9.4
* Arabic translation of mlconfig [Khaled Hosny]
* Selected region can be expanded by right-clicking [minami]
  (Thanks to ssakane)
* New config key string "title" to allow change pty title [minami]
* Set DISPLAY correctly for ptys opened by -P option [nokada] (SF Bug #1534313)
* Fixed compile errors with gcc 4.3 [mfabian]
* Fixed a potentiol off-by-one bug [mfabian] (Thanks to Dominique Leuenberger)
* Fixed compile errors on biarch systems [Kenshi Muto] (Debian Bug #396532)
* Plugged file-desctiptor leaks [Christian Biere] (SF Patch #1576044)
* Made "restore cursor" work properly with alternate screens [minami]
  (SF Bug#1472143)
* Fixed broken handling of Atom [Kusanagi Kouichi]
* Other bug fixes:
 - Debian BUG #329194 [David Kolovratnik]
 - SF Bug #1568596 [nokada]
 - SF Patch #1574241 [Christian Biere]
@
text
@$NetBSD: patch-ap,v 1.1 2006/12/28 11:10:08 hira Exp $

--- contrib/scrollbar/extra/Makefile.in.orig	2006-12-28 15:23:38.000000000 +0900
+++ contrib/scrollbar/extra/Makefile.in	2006-12-28 15:39:29.000000000 +0900
@@@@ -29,26 +29,22 @@@@
 
 all: athena motif mozmodern next
 athena: $(ATHENA_OBJ)
-	$(LIBTOOL_LINK) -o libathena.la $(ATHENA_OBJ:.o=.lo) \
-	-rpath $(libdir)/mlterm \
+	$(LIBTOOL_LINK) -o libathena.la $(ATHENA_OBJ:.o=.lo) -rpath $(LIBDIR) \
 	-module -avoid-version @@NO_UNDEFINED_FLAG@@ \
 	@@X_LIBS@@ @@X_PRE_LIBS@@ -lX11 @@X_EXTRA_LIBS@@
 
 motif: $(MOTIF_OBJ)
-	$(LIBTOOL_LINK) -o libmotif.la $(MOTIF_OBJ:.o=.lo) \
-	-rpath $(libdir)/mlterm \
+	$(LIBTOOL_LINK) -o libmotif.la $(MOTIF_OBJ:.o=.lo) -rpath $(LIBDIR) \
 	-module -avoid-version @@NO_UNDEFINED_FLAG@@ \
 	@@X_LIBS@@ @@X_PRE_LIBS@@ -lX11 @@X_EXTRA_LIBS@@
 
 mozmodern: $(MOZMODERN_OBJ)
-	$(LIBTOOL_LINK) -o libmozmodern.la $(MOZMODERN_OBJ:.o=.lo) \
-	-rpath $(libdir)/mlterm \
+	$(LIBTOOL_LINK) -o libmozmodern.la $(MOZMODERN_OBJ:.o=.lo) -rpath $(LIBDIR) \
 	-module -avoid-version @@NO_UNDEFINED_FLAG@@ \
 	@@X_LIBS@@ @@X_PRE_LIBS@@ -lX11 @@X_EXTRA_LIBS@@
 
 next: $(NEXT_OBJ)
-	$(LIBTOOL_LINK) -o libnext.la $(NEXT_OBJ:.o=.lo) \
-	-rpath $(libdir)/mlterm \
+	$(LIBTOOL_LINK) -o libnext.la $(NEXT_OBJ:.o=.lo) -rpath $(LIBDIR) \
 	-module -avoid-version @@NO_UNDEFINED_FLAG@@ \
 	@@X_LIBS@@ @@X_PRE_LIBS@@ -lX11 @@X_EXTRA_LIBS@@
 
@


1.1
log
@Pass -R${X11BASE}/lib to extra scrollbars.  Bump PKGREVISION.
@
text
@d1 1
a1 1
$NetBSD$
@

