NOTICE: This package has been removed from pkgsrc

./wip/pkg-config, System for managing library compile/link flags

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.27, Package name: pkg-config-0.27, Maintainer: pkgsrc-users

pkg-config is a system for managing library compile/link flags that
works with automake and autoconf. It replaces the ubiquitous
*-config scripts you may have seen with a single tool.

Despite its name, this project is not related to the NetBSD package
system!


Required to run:
[devel/glib2]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: ca2ffd312b37064f0afeb352185485ef9205cab9
RMD160: c47ec7442bf536af657fda2f8a63fc87206c33da
Filesize: 1867.74 KB

Version history: (Expand)


CVS history: (Expand)


   2012-08-12 18:29:17 by Thomas Klausner | Files touched by this commit (6) | Package removed
Log message:
Remove pkg-config, now again in pkgsrc itself.
   2012-08-12 18:20:29 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 0.27 (not using --with-internal-glib yet):

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
   2012-03-07 15:57:07 by Thomas Klausner | Files touched by this commit (6) | Imported package
Log message:
Initial import of pkg-config-0.26 (the version depending on glib2).

TODO:

There is pushback against having pkg-config depend on glib2,
so for now this version is only in wip, but available for those
who want to use it.
-- wiz 20120307