svn commit: r409309 - in head/chinese/tin: . files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 21 19:53:10 UTC 2016


Author: rakuco
Date: Sun Feb 21 19:53:08 2016
New Revision: 409309
URL: https://svnweb.freebsd.org/changeset/ports/409309

Log:
  Regenerate a few patches to unbreak after the news/tin update in r406242.

Modified:
  head/chinese/tin/Makefile
  head/chinese/tin/files/patch-attrib.c
  head/chinese/tin/files/patch-cook.c

Modified: head/chinese/tin/Makefile
==============================================================================
--- head/chinese/tin/Makefile	Sun Feb 21 18:53:21 2016	(r409308)
+++ head/chinese/tin/Makefile	Sun Feb 21 19:53:08 2016	(r409309)
@@ -7,8 +7,6 @@ CATEGORIES=	chinese
 
 MAINTAINER=	ports at FreeBSD.org
 
-BROKEN=		fails to patch
-
 EXTRA_PATCHES=	${.CURDIR}/files/patch-attrib.c \
 		${.CURDIR}/files/patch-cook.c \
 		${.CURDIR}/files/patch-mail.c \

Modified: head/chinese/tin/files/patch-attrib.c
==============================================================================
--- head/chinese/tin/files/patch-attrib.c	Sun Feb 21 18:53:21 2016	(r409308)
+++ head/chinese/tin/files/patch-attrib.c	Sun Feb 21 19:53:08 2016	(r409309)
@@ -1,6 +1,6 @@
---- src/attrib.c.orig	2014-07-16 00:41:51.940655746 +0800
-+++ src/attrib.c	2014-07-16 00:43:36.205651630 +0800
-@@ -583,6 +583,9 @@
+--- src/attrib.c.orig	2015-11-22 01:14:29.000000000 +0100
++++ src/attrib.c	2016-02-21 20:49:48.322143000 +0100
+@@ -593,6 +593,9 @@
  		add_scope("*");
  		snprintf(buf, sizeof(buf), "%s", "~/.tin/headers");
  		set_attrib(OPT_ATTRIB_X_HEADERS, "*", "", buf);

Modified: head/chinese/tin/files/patch-cook.c
==============================================================================
--- head/chinese/tin/files/patch-cook.c	Sun Feb 21 18:53:21 2016	(r409308)
+++ head/chinese/tin/files/patch-cook.c	Sun Feb 21 19:53:08 2016	(r409309)
@@ -1,11 +1,11 @@
---- src/cook.c.orig	2014-07-16 00:43:47.656653653 +0800
-+++ src/cook.c	2014-07-16 00:47:26.498655673 +0800
-@@ -471,7 +471,12 @@
+--- src/cook.c.orig	2015-12-23 19:42:27.000000000 +0100
++++ src/cook.c	2016-02-21 20:50:33.672278000 +0100
+@@ -470,7 +470,12 @@
  
  		/* convert network to local charset, tex2iso, iso2asc etc. */
  		ncharset = get_param(part->params, "charset");
 +#ifndef CHARSET_CONVERSION
- 		process_charsets(&line, &max_line_len, ncharset ? ncharset : "US-ASCII" , tinrc.mm_local_charset, curr_group->attribute->tex2iso_conv && art->tex2iso);
+ 		process_charsets(&line, &max_line_len, ncharset ? ncharset : "US-ASCII", tinrc.mm_local_charset, curr_group->attribute->tex2iso_conv && art->tex2iso);
 +#else
 +		/* use undeclared charset */
 +		process_charsets(&line, &max_line_len, get_param(part->params, "charset") ? get_param(part->params, "charset") : curr_group->attribute->undeclared_charset, tinrc.mm_local_charset, curr_group->attribute->tex2iso_conv && art->tex2iso);


More information about the svn-ports-all mailing list