Date: Wed, 18 May 2011 09:06:49 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/wenju Makefile distinfo pkg-descr pkg-plist ports/chinese/wenju/files patch-src::tim::timtable.c patch-src::wrap::wrap.c patch-tests::Makefile.in Message-ID: <201105180906.p4I96n8Y047401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
danfe 2011-05-18 09:06:49 UTC
FreeBSD ports repository
Modified files:
chinese/wenju Makefile distinfo pkg-descr pkg-plist
chinese/wenju/files patch-tests::Makefile.in
Removed files:
chinese/wenju/files patch-src::tim::timtable.c
patch-src::wrap::wrap.c
Log:
* Update to version 1.6
* Remove two offending and incorrect patches: GNU getline() should be
replaced by standard fgets() with care, as they two return different
things (number of characters read vs. pointer to the string). These
two patches simply replaced one call with the other, leaving return
value unmodified according to what caller had expected, which leads
to all sorts of weird crashes and segfaults. Port itself checks for
getline() presence and uses bundled implementation if it's not found
* As usual, clean up Makefile and port description while I'm here
Revision Changes Path
1.35 +7 -11 ports/chinese/wenju/Makefile
1.7 +2 -2 ports/chinese/wenju/distinfo
1.2 +0 -20 ports/chinese/wenju/files/patch-src::tim::timtable.c (dead)
1.2 +0 -11 ports/chinese/wenju/files/patch-src::wrap::wrap.c (dead)
1.4 +5 -5 ports/chinese/wenju/files/patch-tests::Makefile.in
1.2 +7 -2 ports/chinese/wenju/pkg-descr
1.11 +3 -2 ports/chinese/wenju/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105180906.p4I96n8Y047401>
