Subject: CVS commit: pkgsrc/devel/ucpp
From: Richard PALO
Date: 2015-09-30 18:39:45
Message id: 20150930163945.8446598@cvs.netbsd.org

Log Message:
Update to ucpp-1.3.2

ucpp-1.3.2
* Fixed Issue 8, Included files missing  a "terminating carriage
  return character" will interrupt preprocessing in sample.c/LEXER
  mode.
  (http://code.google.com/p/ucpp/issues/detail?id=8)

ucpp-1.3.1
* Fixed Issue 5, "\r\n" carriage return characters are double
  counted.
  (http://code.google.com/p/ucpp/issues/detail?id=5)
* Fixed Issue 6, Included files missing a "terminating carriage
  return character" will interrupt preprocessing in ucpp
  (STAND_ALONE mode).
  (http://code.google.com/p/ucpp/issues/detail?id=6)
* Fixed Issue 7, STD_MACROS & STD_ASSERTS undefined when trying to
  build ucpp -DSTAND_ALONE.
  (http://code.google.com/p/ucpp/issues/detail?id=7)
* Build ucpp & libucpp with 'make'.

Files:
RevisionActionfile
1.8modifypkgsrc/devel/ucpp/Makefile
1.4modifypkgsrc/devel/ucpp/distinfo
1.4modifypkgsrc/devel/ucpp/patches/patch-aa
1.1addpkgsrc/devel/ucpp/patches/patch-cpp.c