From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2180533 for ; Sat, 14 Sep 2013 05:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 818CB2270 for ; Sat, 14 Sep 2013 05:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5U0ip084922 for ; Sat, 14 Sep 2013 05:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5U0iD084921; Sat, 14 Sep 2013 05:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 05:30:00 GMT Resent-Message-Id: <201309140530.r8E5U0iD084921@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henry Hu 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 ESMTP id CFDE24F0 for ; Sat, 14 Sep 2013 05:22:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDC76224F for ; Sat, 14 Sep 2013 05:22:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E5MLdY032297 for ; Sat, 14 Sep 2013 05:22:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E5MLFW032229; Sat, 14 Sep 2013 05:22:21 GMT (envelope-from nobody) Message-Id: <201309140522.r8E5MLFW032229@oldred.freebsd.org> Date: Sat, 14 Sep 2013 05:22:21 GMT From: Henry Hu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182079: [patch] chinese/sunpinyin: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:30:00 -0000 >Number: 182079 >Category: ports >Synopsis: [patch] chinese/sunpinyin: fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 05:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Henry Hu >Release: FreeBSD 10-CURRENT >Organization: Columbia University >Environment: FreeBSD pepsi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250457M: Tue Jun 4 20:59:11 PDT 2013 root@pepsi:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: Fix build of sunpinyin under latest 10-CURRENT. Remove detection of iconv.h. Disable iconv functionality. >How-To-Repeat: Build chinese/sunpinyin with world built with WITH_ICONV=yes in src.conf. >Fix: Patch attached with submission follows: Index: chinese/sunpinyin/files/patch-SConstruct =================================================================== --- chinese/sunpinyin/files/patch-SConstruct (版本 327212) +++ chinese/sunpinyin/files/patch-SConstruct (工作副本) @@ -1,5 +1,5 @@ ---- SConstruct.orig 2012-07-17 23:25:59.000000000 -0500 -+++ SConstruct 2012-07-17 23:40:11.633113871 -0500 +--- SConstruct.orig 2012-07-18 00:25:59.000000000 -0400 ++++ SConstruct 2013-09-14 00:38:38.866083185 -0400 @@ -176,10 +176,12 @@ def CreateEnvironment(): libln_builder = Builder(action='ln -s ${SOURCE.name} ${TARGET.name}', @@ -17,7 +17,15 @@ env.Append(BUILDERS={'InstallAsSymlink': libln_builder}) return env -@@ -420,7 +422,7 @@ def DoInstall(): +@@ -324,7 +326,6 @@ def DoConfigure(): + conf.CheckFunc('getopt_long') + conf.CheckFunc('getpagesize') + conf.CheckFunc('get_opt') +- conf.CheckCHeader('iconv.h') + conf.CheckCHeader('inttypes.h') + conf.CheckCHeader('locale.h') + conf.CheckCHeader('libintl.h') +@@ -420,7 +421,7 @@ def DoInstall(): lib_target_bin), ] >Release-Note: >Audit-Trail: >Unformatted: