pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cproto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 16 09:23:50 UTC 2015

Modified Files:
        pkgsrc/devel/cproto: Makefile distinfo

Log Message:
Update to 4.7l, set LICENSE.

2014/01/01 (4.7l)
- add "docs" rule to makefile.
- correct configure check for yyname vs yytname, broken by 4.7i changes
- update config.guess

2013/10/25 (4.7k)
- modify configure script, etc., to support cross-compiles, e.g., to MinGW.
- updated configure macros
  - support --datarootdir option
  - various portability fixes for CF_XOPEN_SOURCE
  - add checks for clang
  - improve macros for checking for standard C compiler
  - modified macros to support third parameter of AC_DEFINE used by autoheader
- update config.guess, config.sub

2011/01/02 (4.7j)
- amend a check for function name to allow cases such as this:
  int (foo)();
  which is distinct from a function-pointer, e.g.,
  int (*foo)();
- modified configure script to deprecate ${name-value} in favor of standard
  ${name:-value}.
- update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cproto/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cproto/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index