svn commit: r460103 - head/misc/gnuit/files

Gerald Pfeifer gerald at FreeBSD.org
Sat Jan 27 10:47:16 UTC 2018


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 at 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 ;; \


More information about the svn-ports-all mailing list