Summary: | [PATCH] chinese/aterm: update to 1.0.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Po-Chien Lin <linpc> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | gugod | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Po-Chien Lin
2013-01-07 11:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Maintainer of chinese/aterm, Please note that PR ports/175097 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175097 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) On 2013/1/7, at =E4=B8=8B=E5=8D=8812:50, Edwin Groothuis = <edwin@FreeBSD.org> wrote: > Maintainer of chinese/aterm, >=20 > Please note that PR ports/175097 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/175097 The patch looks ok. please commit it. -- Kang-min Liu 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |