pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkg-config



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 12 16:28:06 UTC 2012

Modified Files:
        pkgsrc/devel/pkg-config: Makefile distinfo
Added Files:
        pkgsrc/devel/pkg-config/patches: patch-configure
            patch-glib_m4macros_Makefile.in
Removed Files:
        pkgsrc/devel/pkg-config/patches: patch-ac patch-ad patch-ah patch-ca
            patch-cb

Log Message:
Update to 0.27:

pkg-config 0.27
===

 - Drop usage of popt for equivalent API in glib2.
 - Add back an internal snapshot of glib2 to break circular dependency.
   This can be used by passing --with-internal-glib to configure. On
   Windows it may still be required to use an installed glib.
 - Fix --exists to check for Requires and Requires.private. This ensures
   that all necessary packages are installed prior to using --cflags,
   --libs, etc.
 - Various fixes for MinGW which should allow it to be used unpatched on
   that system.
 - New autoconf macros PKG_INSTALLDIR and PKG_NOARCH_INSTALLDIR to help
   determine the .pc file install directory.
 - Fix handling of --exact/atleast/max-version vs. =/>=/<=.
 - Fix errors in man page source.
 - Ensure testing only searches in the check directory.
 - Bump glib requirement to 2.16 to avoid deprecated
   g_win32_get_package_installation_subdirectory().
 - Autotools refresh and update. The required versions now are
   autoconf-2.62, automake-1.11 and libtool-2.2.
 - Use g_alloca from glib instead of figuring out alloca ourselves.
 - Remove search for setresuid & setreuid only needed for internal popt.
 - Bugs fixed: 833, 2458, 5214, 5326, 5703, 6074, 8653, 9135, 9143,
   9584, 10652, 11464, 14396, 17053, 23922, 28776, 29011, 29801, 31699,
   31700, 32622, 34382, 37266, 39646, 41081, 43149, 44843, 45599, 45742,
   48743

pkg-config 0.26
===

 - Build system fixes
 - More tests
 - pkg.m4 fixups which makes autoconf 2.66 happier.
 - Drop support for legacy -config scripts.  Those should already be
   gone and cause problems in cross-compilation environments.
 - Drop embedded glib
 - Fix up pkg.m4 to handle the case of --exists working and --cflags
   or --libs failing.
 - Various documentation updates
 - Allow $() through without escaping it.
 - Add --with-system-include-path instead of hard-coding
   /usr/include.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/pkg-config/Makefile \
    pkgsrc/devel/pkg-config/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/pkg-config/patches/patch-ac \
    pkgsrc/devel/pkg-config/patches/patch-ad \
    pkgsrc/devel/pkg-config/patches/patch-ca
cvs rdiff -u -r1.5 -r0 pkgsrc/devel/pkg-config/patches/patch-ah
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/pkg-config/patches/patch-cb
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/pkg-config/patches/patch-configure \
    pkgsrc/devel/pkg-config/patches/patch-glib_m4macros_Makefile.in

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