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
    Alexey Dokuchaev 
    danfe at FreeBSD.org
       
    Wed May 18 09:06:49 UTC 2011
    
    
  
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
    
    
More information about the cvs-all
mailing list