Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 11:54:17 +0800 (CST)
From:      Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17369: Update port: chinese/autoconvert to 0.3.5
Message-ID:  <200003140354.LAA02500@Crazyman.Dorm13.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         17369
>Category:       ports
>Synopsis:       Update port: chinese/autoconvert to 0.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 13 20:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yin-Jieh Chen
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
NCTU CSIE FreeBSD Users' Group
>Environment:
FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.4-STABLE FreeBSD 3.4-STABLE #9: Fri Mar 10
 22:45:43 CST 2000     root@Crazyman.Dorm13.NCTU.edu.tw:/usr/src/sys/compile/YIN
JIEH  i386

	ports CTM updated to : ports-cur 3211

>Description:

	update chinese/autoconvert to 0.3.5
	Makefile, files/md5, patches/patch-aa, patches/patches-ab
	are modified.

	Please update this port for me, thanks.
	
>How-To-Repeat:

	N/A

>Fix:

diff -ruN /usr/ports/chinese/autoconvert/Makefile autoconvert/Makefile
--- /usr/ports/chinese/autoconvert/Makefile	Wed Feb 16 20:38:48 2000
+++ autoconvert/Makefile	Sat Mar 11 14:33:57 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	autoconvert
-# Version required:	0.3.3
+# Version required:	0.3.5
 # Date created:		26 Oct 1999
 # Whom:			Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
 #
 # $FreeBSD: ports/chinese/autoconvert/Makefile,v 1.3 2000/01/14 18:19:12 imura Exp $
 #
 
-DISTNAME=	autoconvert-0.3.4
+DISTNAME=	autoconvert-0.3.5
 CATEGORIES=	chinese
 MASTER_SITES=	http://www.linuxfocus.org/~yu.guanghui/ \
 		ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/
diff -ruN /usr/ports/chinese/autoconvert/files/md5 autoconvert/files/md5
--- /usr/ports/chinese/autoconvert/files/md5	Wed Feb 16 20:38:48 2000
+++ autoconvert/files/md5	Sat Mar 11 14:34:54 2000
@@ -1 +1 @@
-MD5 (autoconvert-0.3.4.tar.gz) = 49406843a315d4471b1165dc9175955b
+MD5 (autoconvert-0.3.5.tar.gz) = 6670956d42013fdbd58bc3e2fcfac06f
diff -ruN /usr/ports/chinese/autoconvert/patches/patch-aa autoconvert/patches/patch-aa
--- /usr/ports/chinese/autoconvert/patches/patch-aa	Wed Feb 16 20:23:38 2000
+++ autoconvert/patches/patch-aa	Sat Mar 11 14:42:20 2000
@@ -1,9 +1,10 @@
---- Makefile.orig	Mon Oct 25 19:00:37 1999
-+++ Makefile	Tue Oct 26 08:29:33 1999
-@@ -1,5 +1,5 @@
+--- Makefile.orig	Sat Mar 11 14:41:18 2000
++++ Makefile	Sat Mar 11 14:41:24 2000
+@@ -1,6 +1,6 @@
+ 
  CC=gcc
--CFLAG=-O2 -g
-+CFLAG+=-O2
+-CFLAG=-O2 -g -Iinclude
++CFLAG+=-O2 -g -Iinclude
  
  
- all:lib.o autob5 autogb hzlib 
+ all: autob5 autogb hzlib 
diff -ruN /usr/ports/chinese/autoconvert/patches/patch-ab autoconvert/patches/patch-ab
--- /usr/ports/chinese/autoconvert/patches/patch-ab	Wed Feb 16 20:38:48 2000
+++ autoconvert/patches/patch-ab	Sun Mar 12 18:55:43 2000
@@ -1,14 +1,17 @@
---- hzconvert/Makefile.orig	Wed Jan  5 14:33:47 2000
-+++ hzconvert/Makefile	Wed Jan  5 14:34:35 2000
-@@ -2,10 +2,10 @@
- CFLAGS+=-O2
- #OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
- OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
-+all:libhzconvert.a
+--- hzconvert/Makefile.orig	Wed Jan  5 13:12:31 2000
++++ hzconvert/Makefile	Sun Mar 12 18:39:46 2000
+@@ -1,12 +1,12 @@
+ CC=gcc -I../include
+ CFLAGS=-O2
+ OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o
++all:libhzconvert
  %.o:%c
  	$(CC) $(CFLAGS) -c $<
  
--all:libhzconvert.a
- libhzconvert.a:$(OBJS)
- 	ar rs  libhzconvert.a $(OBJS)
+-all:libhzconvert
+ libhzconvert:$(OBJS)
+ 	ar rs  ../lib/libhz.a $(OBJS)
+-	gcc -shared  -o ../lib/libhz.so  $(OBJS) -ldl
++	gcc -shared  -o ../lib/libhz.so  $(OBJS)
  clean:
+ 	rm -f *.o *~ ../lib/libhz.a ../lib/libhz.so

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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