svn commit: r506902 - in head/korean/libhangul: . files

Jung-uk Kim jkim at FreeBSD.org
Fri Jul 19 00:09:36 UTC 2019


Author: jkim
Date: Fri Jul 19 00:09:35 2019
New Revision: 506902
URL: https://svnweb.freebsd.org/changeset/ports/506902

Log:
  - Fix build without NLS.
  - Appease portlint.

Modified:
  head/korean/libhangul/Makefile
  head/korean/libhangul/files/patch-hangul__hangulctype.c

Modified: head/korean/libhangul/Makefile
==============================================================================
--- head/korean/libhangul/Makefile	Fri Jul 19 00:00:32 2019	(r506901)
+++ head/korean/libhangul/Makefile	Fri Jul 19 00:09:35 2019	(r506902)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/check.pc:devel/check
 
+USES=		autoreconf iconv libtool pathfix pkgconfig
+
 GH_ACCOUNT=	choehwanjin
 GH_TAGNAME=	9fe2d4e
 USE_GITHUB=	yes
@@ -22,12 +24,13 @@ GNU_CONFIGURE=	yes
 TEST_TARGET=	test
 TEST_WRKSRC=	${WRKSRC}/test
 USE_LDCONFIG=	yes
-USES=		autoreconf iconv libtool pathfix pkgconfig
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
+
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
+NLS_USES_OFF=	gettext-tools
 
 post-test:
 	@${TEST_WRKSRC}/test

Modified: head/korean/libhangul/files/patch-hangul__hangulctype.c
==============================================================================
--- head/korean/libhangul/files/patch-hangul__hangulctype.c	Fri Jul 19 00:00:32 2019	(r506901)
+++ head/korean/libhangul/files/patch-hangul__hangulctype.c	Fri Jul 19 00:09:35 2019	(r506902)
@@ -1,6 +1,6 @@
---- 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 @@
+--- hangul/hangulctype.c.orig	2011-10-16 15:03:13 UTC
++++ hangul/hangulctype.c
+@@ -518,6 +518,10 @@ hangul_jamo_to_cjamo(ucschar c)
  	0x0000,     /* 0xd7c4 */
  	0x0000,     /* 0xd7c5 */
  	0x0000,     /* 0xd7c6 */


More information about the svn-ports-head mailing list