From owner-svn-ports-head@FreeBSD.ORG Tue Dec 24 23:02:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5C77BDE; Tue, 24 Dec 2013 23:02:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9195817B7; Tue, 24 Dec 2013 23:02:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBON2Yoa016897; Tue, 24 Dec 2013 23:02:34 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBON2Yxv016895; Tue, 24 Dec 2013 23:02:34 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201312242302.rBON2Yxv016895@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 24 Dec 2013 23:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337395 - in head/korean/libhangul: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 23:02:34 -0000 Author: jkim Date: Tue Dec 24 23:02:33 2013 New Revision: 337395 URL: http://svnweb.freebsd.org/changeset/ports/337395 Log: - Add a patch from upstram. - Use options framework properly. Added: head/korean/libhangul/files/patch-hangul__hangulctype.c (contents, props changed) Modified: head/korean/libhangul/Makefile Modified: head/korean/libhangul/Makefile ============================================================================== --- head/korean/libhangul/Makefile Tue Dec 24 22:58:42 2013 (r337394) +++ head/korean/libhangul/Makefile Tue Dec 24 23:02:33 2013 (r337395) @@ -3,6 +3,7 @@ PORTNAME= libhangul PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= GOOGLE_CODE @@ -12,6 +13,9 @@ COMMENT= Library for Hangul processing LICENSE= LGPL21 GNU_CONFIGURE= yes +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT=NLS +OPTIONS_SUB= NLS USE_LDCONFIG= yes USES= iconv pkgconfig @@ -20,10 +24,8 @@ USES= iconv pkgconfig .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS= --enable-nls -PLIST_SUB= NLS="" .else CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " .endif .if exists(${LOCALBASE}/libdata/pkgconfig/check.pc) Added: head/korean/libhangul/files/patch-hangul__hangulctype.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/korean/libhangul/files/patch-hangul__hangulctype.c Tue Dec 24 23:02:33 2013 (r337395) @@ -0,0 +1,13 @@ +--- hangul/hangulctype.c.orig 2011-08-28 10:06:23.000000000 -0400 ++++ hangul/hangulctype.c 2013-12-24 17:50:52.000000000 -0500 +@@ -518,6 +518,10 @@ + 0x0000, /* 0xd7c4 */ + 0x0000, /* 0xd7c5 */ + 0x0000, /* 0xd7c6 */ ++ 0x0000, /* 0xd7c7 */ ++ 0x0000, /* 0xd7c8 */ ++ 0x0000, /* 0xd7c9 */ ++ 0x0000, /* 0xd7ca */ + 0x0000, /* 0xd7cb */ + 0x0000, /* 0xd7cc */ + 0x3138, /* 0xd7cd */