diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2000-03-19 03:14:37 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2000-03-19 03:14:37 +0000 |
commit | 8157d73db66eb0801e6f542ad18a13fadce38d9d (patch) | |
tree | 6ce039034756312d46c5f30662172fdc958ad290 /chinese | |
parent | 4416dfd133d5fcdbdb57346a227cfa251e5226d3 (diff) | |
download | ports-8157d73db66eb0801e6f542ad18a13fadce38d9d.tar.gz ports-8157d73db66eb0801e6f542ad18a13fadce38d9d.zip |
PR: 17369
Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
Update to 0.3.5, patches submitted by port's maintainer.
Notes
Notes:
svn path=/head/; revision=26809
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 4 | ||||
-rw-r--r-- | chinese/autoconvert/distinfo | 2 | ||||
-rw-r--r-- | chinese/autoconvert/files/patch-aa | 13 | ||||
-rw-r--r-- | chinese/autoconvert/files/patch-ab | 23 |
4 files changed, 23 insertions, 19 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 52119b56e2f8..41812ff0d23c 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -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$ # -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 --git a/chinese/autoconvert/distinfo b/chinese/autoconvert/distinfo index c3981a89bdc3..b8cf2bd72edd 100644 --- a/chinese/autoconvert/distinfo +++ b/chinese/autoconvert/distinfo @@ -1 +1 @@ -MD5 (autoconvert-0.3.4.tar.gz) = 49406843a315d4471b1165dc9175955b +MD5 (autoconvert-0.3.5.tar.gz) = 6670956d42013fdbd58bc3e2fcfac06f diff --git a/chinese/autoconvert/files/patch-aa b/chinese/autoconvert/files/patch-aa index e6d57b162fdc..dffefb51f3d3 100644 --- a/chinese/autoconvert/files/patch-aa +++ b/chinese/autoconvert/files/patch-aa @@ -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 --git a/chinese/autoconvert/files/patch-ab b/chinese/autoconvert/files/patch-ab index 1c7d33b5d244..7b4e77b118ea 100644 --- a/chinese/autoconvert/files/patch-ab +++ b/chinese/autoconvert/files/patch-ab @@ -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 |