Subject: CVS commit: pkgsrc/devel/gperf
From: Thomas Klausner
Date: 2017-01-12 02:25:03
Message id: 20170112012503.CB205FBA6@cvs.NetBSD.org

Log Message:
Updated gperf to 3.1.

Add test target.

New in 3.1:
* The generated C code is now in ANSI-C by default. If you want to support
  pre-ANSI-C compilers, you need to provide the option --language=C on the
  command line or %language=C in the source file.
* The 'len' parameter of the hash function and of the lookup function is now
  of type 'size_t' instead of 'unsigned int'. This makes it safe to call these
  functions with strings of length > 4 GB, on 64-bit machines.
* Added option --constants-prefix.
* Added declaration %define constants-prefix.

Files:
RevisionActionfile
1.30modifypkgsrc/devel/gperf/Makefile
1.10modifypkgsrc/devel/gperf/distinfo
1.8modifypkgsrc/devel/gperf/patches/patch-aa