Date: Sat, 27 Jan 2018 10:47:15 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460103 - head/misc/gnuit/files Message-ID: <201801271047.w0RAlF30012674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gerald@pfeifer.com> + + * 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 ;; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801271047.w0RAlF30012674>