From owner-svn-ports-head@freebsd.org Sat Jan 27 10:47:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07952E7DD29; Sat, 27 Jan 2018 10:47:16 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF836820E4; Sat, 27 Jan 2018 10:47:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E5914F6; Sat, 27 Jan 2018 10:47:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0RAlFjE012675; Sat, 27 Jan 2018 10:47:15 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0RAlF30012674; Sat, 27 Jan 2018 10:47:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201801271047.w0RAlF30012674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 27 Jan 2018 10:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460103 - head/misc/gnuit/files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/misc/gnuit/files X-SVN-Commit-Revision: 460103 X-SVN-Commit-Repository: ports 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.25 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: Sat, 27 Jan 2018 10:47:16 -0000 Author: gerald Date: Sat Jan 27 10:47:15 2018 New Revision: 460103 URL: https://svnweb.freebsd.org/changeset/ports/460103 Log: Update this patch to match what I now (again?) tried to push upstream. Modified: head/misc/gnuit/files/patch-lib-Makefile Modified: head/misc/gnuit/files/patch-lib-Makefile ============================================================================== --- head/misc/gnuit/files/patch-lib-Makefile Sat Jan 27 10:24:56 2018 (r460102) +++ head/misc/gnuit/files/patch-lib-Makefile Sat Jan 27 10:47:15 2018 (r460103) @@ -1,4 +1,20 @@ +2018-01-27 Gerald Pfeifer + + * lib/Makefile.am (need_charset_alias): Set to false on FreeBSD. + * lib/Makefile.in: Regenerate. + --- UTC +--- lib/Makefile.am.orig 2009-02-18 02:31:25.000000000 +0000 ++++ lib/Makefile.am 2018-01-27 10:33:43.418893000 +0000 +@@ -381,7 +381,7 @@ + case '$(host_os)' in \ + darwin[56]*) \ + need_charset_alias=true ;; \ +- darwin* | cygwin* | mingw* | pw32* | cegcc*) \ ++ darwin* | cygwin* | freebsd* | mingw* | pw32* | cegcc*) \ + need_charset_alias=false ;; \ + *) \ + need_charset_alias=true ;; \ --- lib/Makefile.in.orig 2009-02-18 03:31:25.000000000 +0100 +++ lib/Makefile.in 2009-02-24 01:10:55.000000000 +0100 @@ -1214,7 +1214,7 @@ @@ -6,7 +22,7 @@ darwin[56]*) \ need_charset_alias=true ;; \ - darwin* | cygwin* | mingw* | pw32* | cegcc*) \ -+ freebsd* | darwin* | cygwin* | mingw* | pw32* | cegcc*) \ ++ darwin* | cygwin* | freebsd* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \