Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2013 06:58:36 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310125 - in head/chinese/aterm: . files
Message-ID:  <201301090658.r096wajj075872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jan  9 06:58:36 2013
New Revision: 310125
URL: http://svnweb.freebsd.org/changeset/ports/310125

Log:
  - Update to 1.0.1
  - Update patch and extract patches from single patch
  
  PR:		ports/175097
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
  Approved by:	Kang-min Liu <gugod@gugod.org> (maintainer)

Added:
  head/chinese/aterm/files/patch-autoconf__config.h.in   (contents, props changed)
  head/chinese/aterm/files/patch-autoconf__configure.in   (contents, props changed)
  head/chinese/aterm/files/patch-configure   (contents, props changed)
Deleted:
  head/chinese/aterm/files/patch-aa
Modified:
  head/chinese/aterm/Makefile   (contents, props changed)
  head/chinese/aterm/distinfo   (contents, props changed)

Modified: head/chinese/aterm/Makefile
==============================================================================
--- head/chinese/aterm/Makefile	Wed Jan  9 06:51:24 2013	(r310124)
+++ head/chinese/aterm/Makefile	Wed Jan  9 06:58:36 2013	(r310125)
@@ -1,12 +1,8 @@
-# New ports collection Makefile for: aterm
-# Date created:         Oct 1 2001
-# Whom:                 gugod@gugod.org
+# Created by: gugod@gugod.org
 # $FreeBSD$
-#
 
 PORTNAME=	aterm
-PORTVERSION=	0.4.2
-PORTREVISION=	2
+PORTVERSION=	1.0.1
 CATEGORIES=	chinese x11
 MASTER_SITES=	SF
 
@@ -15,8 +11,7 @@ COMMENT=	A color vt102 terminal emulator
 
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
-PATCH_WRKSRC=	${WRKSRC}/..
-CONFIGURE_ARGS=	--enable-fading --enable-xim --enable-big5
+CONFIGURE_ARGS=	--enable-xim --enable-big5
 
 post-install:
 	@${CHMOD} 4711 ${PREFIX}/bin/aterm

Modified: head/chinese/aterm/distinfo
==============================================================================
--- head/chinese/aterm/distinfo	Wed Jan  9 06:51:24 2013	(r310124)
+++ head/chinese/aterm/distinfo	Wed Jan  9 06:58:36 2013	(r310125)
@@ -1,2 +1,2 @@
-SHA256 (aterm-0.4.2.tar.gz) = 364b432da6dfa5ff052d02041834a8e963cf9a513084a3a732a33bbbf64bfe83
-SIZE (aterm-0.4.2.tar.gz) = 312730
+SHA256 (aterm-1.0.1.tar.gz) = 0b385c7d00ffdd488f7950e0de109576f55a04b4c056dce426ae2f8ed564f214
+SIZE (aterm-1.0.1.tar.gz) = 320805

Added: head/chinese/aterm/files/patch-autoconf__config.h.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/aterm/files/patch-autoconf__config.h.in	Wed Jan  9 06:58:36 2013	(r310125)
@@ -0,0 +1,11 @@
+--- ./autoconf/config.h.in.orig	2013-01-04 19:40:08.000000000 +0800
++++ ./autoconf/config.h.in	2013-01-04 20:41:33.000000000 +0800
+@@ -132,6 +132,8 @@
+ /* Disable the secondary screen (Esc(47h) / Esc(47l)) */
+ #undef NO_SECONDARY_SCREEN
+ 
++#undef USE_XIM
++
+ /* Define is setlocale (defined to Xsetlocale) doesn't work */
+ #undef NO_SETLOCALE
+ 

Added: head/chinese/aterm/files/patch-autoconf__configure.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/aterm/files/patch-autoconf__configure.in	Wed Jan  9 06:58:36 2013	(r310125)
@@ -0,0 +1,12 @@
+--- ./autoconf/configure.in.orig	2013-01-04 19:40:13.000000000 +0800
++++ ./autoconf/configure.in	2013-01-04 19:47:51.000000000 +0800
+@@ -48,6 +48,9 @@
+ AC_ARG_ENABLE(big5,  [  --enable-big5           enable big5 support],
+   [if test x$enableval = xyes; then  AC_DEFINE(ZH,1,[Define if you want chinese support]) fi])
+ 
++AC_ARG_ENABLE(xim, [  --enable-xim           enable xim support],
++  [if test x$enableval = xyes; then AC_DEFINE(USE_XIM,1,[Define if you want XIM support]) fi])
++
+ AC_ARG_ENABLE(greek, [  --enable-greek          enable greek keyboard support],
+   [if test x$enableval = xyes; then    AC_DEFINE(GREEK_SUPPORT,1,[Define if you want support for Greek Elot-928 & IBM-437 keyboard]) fi])
+ 

Added: head/chinese/aterm/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/aterm/files/patch-configure	Wed Jan  9 06:58:36 2013	(r310125)
@@ -0,0 +1,27 @@
+--- ./configure.orig	2013-01-04 20:51:05.000000000 +0800
++++ ./configure	2013-01-04 20:46:12.000000000 +0800
+@@ -1293,6 +1293,7 @@
+   --enable-wtmp           enable wtmp support if you have utmp/utmpx support
+   --enable-kanji          enable kanji support
+   --enable-big5           enable big5 support
++  --enable-xim            enable xim support
+   --enable-greek          enable greek keyboard support
+   --enable-thai           enable thai support
+   --enable-ttygid         enable tty setting to group \"tty\" - use only if
+@@ -1864,6 +1865,16 @@
+ fi
+ 
+ 
++# Check whether --enable-xim was given.
++if test "${enable_xim+set}" = set; then
++  enableval=$enable_xim; if test x$enableval = xyes; then
++cat >> confdefs.h <<\_ACEOF
++#define USE_XIM 1
++_ACEOF
++ fi
++fi
++
++
+ # Check whether --enable-greek was given.
+ if test "${enable_greek+set}" = set; then
+   enableval=$enable_greek; if test x$enableval = xyes; then



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301090658.r096wajj075872>