1. fix build with Big5 enabled (chinese/tintin++) 2. take maintainership How-To-Repeat: % cd /usr/ports/chinese/tintin++ ... ===> Building for zh-tintin-1.98.1 cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c action.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c alias.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c files.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c help.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c highlight.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c strhash.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c llist.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c log.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c main.c cc -Wall -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5 -c misc.c misc.c: In function `do_parse': misc.c:293: error: syntax error before ')' token gmake: *** [misc.o] Error 1 *** Error code 2 Stop in /usr/ports/chinese/tintin++. *** Error code 1 Stop in /usr/ports/chinese/tintin++.
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2008-04-09 08:59:47 UTC FreeBSD ports repository Modified files: net/tintin++-devel Makefile distinfo Added files: net/tintin++-devel/files patch-misc.c Log: 1. fix build with Big5 enabled (chinese/tintin++) 2. take maintainership - the distfile is re-rolled (but no log in Changes :-/) - bump PORTREVISION PR: ports/122541 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh) Revision Changes Path 1.38 +4 -3 ports/net/tintin++-devel/Makefile 1.20 +3 -3 ports/net/tintin++-devel/distinfo 1.1 +11 -0 ports/net/tintin++-devel/files/patch-misc.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank You.