Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 16:38:59 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304695 - in head/lang/tcl85: . files
Message-ID:  <201209221638.q8MGcxtQ001619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Sep 22 16:38:59 2012
New Revision: 304695
URL: http://svn.freebsd.org/changeset/ports/304695

Log:
  Restore files/patch-uk-locale that was removed from tcl86/files
  
  Although gahr removed the file, the pointyhat really belongs to mi for putting
  such a nasty surprise into an unrelated Makefile...
  
  Noticed by:	David Wolfskill

Added:
  head/lang/tcl85/files/patch-uk-locale
     - copied unchanged from r303095, head/lang/tcl86/files/patch-uk-locale
Modified:
  head/lang/tcl85/Makefile

Modified: head/lang/tcl85/Makefile
==============================================================================
--- head/lang/tcl85/Makefile	Sat Sep 22 16:22:48 2012	(r304694)
+++ head/lang/tcl85/Makefile	Sat Sep 22 16:38:59 2012	(r304695)
@@ -33,7 +33,7 @@ MAKE_ENV=	SHORT_TCL_VER=${SHORT_TCL_VER}
 NOPRECIOUSMAKEVARS=	Too many _MLINKS for README.html
 PLIST_SUB=	TCL_VER=${TCL_VER} SHORT_TCL_VER=${SHORT_TCL_VER}
 EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/
-EXTRA_PATCHES=	${PORTSDIR}/lang/tcl86/files/patch-uk-locale
+EXTRA_PATCHES=	${FILESDIR}/files/patch-uk-locale
 
 .if !defined(BUILDING_TCL_THREADS) && !defined(BUILDING_TCL_TM)
 OPTIONS_DEFINE=	TCL85_MAN TZDATA TCL_MODULES

Copied: head/lang/tcl85/files/patch-uk-locale (from r303095, head/lang/tcl86/files/patch-uk-locale)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/tcl85/files/patch-uk-locale	Sat Sep 22 16:38:59 2012	(r304695, copy of r303095, head/lang/tcl86/files/patch-uk-locale)
@@ -0,0 +1,15 @@
+Fix the misspelled name of "March" in Ukrainian.
+
+Submitted upstream as:
+
+https://sourceforge.net/tracker/?func=detail&aid=3561330&group_id=10894&atid=310894
+
+--- ../library/msgs/uk.msg	2011-04-26 11:14:03.000000000 -0400
++++ ../library/msgs/uk.msg	2012-08-24 12:52:15.000000000 -0400
+@@ -34,5 +34,5 @@
+         "\u0441\u0456\u0447\u043d\u044f"\
+         "\u043b\u044e\u0442\u043e\u0433\u043e"\
+-        "\u0431\u0435\u0440\u0435\u0436\u043d\u044f"\
++        "\u0431\u0435\u0440\u0435\u0437\u043d\u044f"\
+         "\u043a\u0432\u0456\u0442\u043d\u044f"\
+         "\u0442\u0440\u0430\u0432\u043d\u044f"\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209221638.q8MGcxtQ001619>