ports/57796: patch

Cheng-Lung Sung clsung at dragon2.net
Thu Oct 9 12:30:29 UTC 2003


>Number:         57796
>Category:       ports
>Synopsis:       patch
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 09 05:30:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
	customize to Big5 environment
>How-To-Repeat:
	Not issued here.
>Fix:

diff -ruN /usr/ports/chinese/tin/Makefile tin/Makefile
--- /usr/ports/chinese/tin/Makefile	Thu Oct  9 12:14:26 2003
+++ tin/Makefile	Thu Oct  9 20:18:41 2003
@@ -3,7 +3,7 @@
 # Date created:		2 Dev 1997
 # Whom:			Yen-Shuo Su <yssu at CCCA.NCTU.edu.tw>
 #
-# $FreeBSD: ports/chinese/tin/Makefile,v 1.32 2003/10/09 04:14:26 clive Exp $
+# $FreeBSD: ports/chinese/tin/Makefile,v 1.31 2003/01/23 13:34:37 leeym Exp $
 #
 
 CATEGORIES=	chinese
@@ -19,4 +19,5 @@
 
 .include "${MASTERDIR}/Makefile"
 
-CONFIGURE_ARGS+=	--disable-locale --with-screen=termcap
+CONFIGURE_ARGS+=	--disable-locale --with-screen=termcap \
+			--with-mime-default-charset=Big5
diff -ruN /usr/ports/chinese/tin/files/patch-attrib.c tin/files/patch-attrib.c
--- /usr/ports/chinese/tin/files/patch-attrib.c	Tue Sep  9 20:56:45 2003
+++ tin/files/patch-attrib.c	Thu Oct  9 20:08:40 2003
@@ -8,7 +8,7 @@
 +		fprintf(fp, _("# set charset to Big5 in all newsgroups\n"));
 +		fprintf(fp, "scope=*\n");
 +		fprintf(fp, "mm_network_charset=Big5\n");
-+		printf(fp, "undeclared_charset=Big5\n");
++		fprintf(fp, "undeclared_charset=Big5\n");
  	} else {
  		char *ptr;
  		char buf[LEN];

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list