1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/chinese/wenju/files
Alexey Dokuchaev bba397e1b4 * 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
2011-05-18 09:06:49 +00:00
..
patch-tests::Makefile.in
patch-tests::wenju.c