pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mk-configure



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Sun Jul 13 15:52:36 UTC 2014

Modified Files:
        pkgsrc/devel/mk-configure: Makefile PLIST distinfo mk-c.mk

Log Message:
Update to version 0.27.0

  Fix pkg-config support (github issue #8).
  Thanks to Andrew Shadura for the report.

  Fix support for mixed C/C++ projects.

  Fixes for Interix and Cygwin where users and groups may have spaces.
  Thanks to Michael Crogan for the report.

  Fix in mkc_imp.f_SLIST.mk (we have to restore original MKC_NOAUTO)

  mkc.lib.mk:
    - MKPIE=yes also turns on PIC

  pre_*, do_* and post_* targets were introduced. ALLTARGETS was
  introduced which lists all targets with pre_/do_/post_
  counterparts.

  examples/hello_superfs:
    - new interesting feature proposed by Michael Crogan

  As makedepend(1) is broken on Linux, {b}mkdep(1) is used for
  generating .depend by default.

  mkc_install:
    - new option -l for symlinking
    - fixes for files and directories with spaces


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/mk-configure/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/mk-configure/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mk-configure/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/mk-configure/mk-c.mk

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