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: adam
Date: Thu Sep 23 07:07:48 UTC 2010
Modified Files:
pkgsrc/devel/pkg-config: Makefile PLIST distinfo
pkgsrc/devel/pkg-config/patches: patch-ab patch-ac patch-ad patch-ah
patch-ca
Removed Files:
pkgsrc/devel/pkg-config/patches: patch-da patch-db patch-dc patch-dd
patch-de
Log Message:
Changes 0.25:
* 0.24 included a too strict whitespace/shell metacharacter filter
leading to some legal characters like = and : being escaped in the
output. This has been fixed.
* when building with newer and external libpopt, it would be confused
over being asked to split an empty string, leading to errors with
packages that included empty fields in their .pc files.
* Make the COPYING file explicitly GPLv2. The COPYING file in 0.24
was inadvertently GPLv3 rather than the correct GPLv2.
* Minor changes to documentation
Changes 0.24:
* Fix up bug in PKG_CONFIG_SYSROOT handling which mangled non-I and
non-L arguments
* Put /usr/lib/pkgconfig and /usr/share/pkgconfig into the default
search path when no prefix is passed to configure.
* Portability fixes for Windows and NetBSD
* Various man page updates
* Add logging support to log how pkg-config is being called.
* Skip Requires.private unless we need them for Cflags
* Add a variable, pc_path to the compiled-in pkg-config package that
you can query for the compiled-in PKG_CONFIG_PC_PATH.
* Various updates to pkg.m4.
* Update rpmvercmp with bugfixes from upstream.
* Add introductory guide to pkg-config, thanks to Dan Nicholson for
the patch.
* Add listing of variables in a package
* Make it possible to use external popt.
* Add --print-provides and --print-requires(-private) options
* Add support for paths containing whitespace and shell metacharacters
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/pkg-config/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/pkg-config/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/pkg-config/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pkg-config/patches/patch-ab
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/pkg-config/patches/patch-ac \
pkgsrc/devel/pkg-config/patches/patch-ad \
pkgsrc/devel/pkg-config/patches/patch-ah \
pkgsrc/devel/pkg-config/patches/patch-ca
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/pkg-config/patches/patch-da \
pkgsrc/devel/pkg-config/patches/patch-db \
pkgsrc/devel/pkg-config/patches/patch-dc \
pkgsrc/devel/pkg-config/patches/patch-dd \
pkgsrc/devel/pkg-config/patches/patch-de
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