Update to 1.2.0

Changes from 1.1.0 to 1.2.0:
----------------------------

* Features:
  - new --path option lists the .pc files which provided the requested dependencies
  - new path relocation API: pkgconf_path_relocate(), which wraps functions such as
    realpath() and cygwin_conv_path().
  - new --with-path option adds a path to the search list
  - new --define-prefix and --dont-define-prefix features enable automatic prefix
    detection for relocatable SDKs.  this is mostly useful on windows.

* Bug fixes:
  - fragments: fix even more edge cases involving token concatenation
  - path lists: don't attempt to collect path inodes if the filter is disabled
  - path lists: explicitly avoid uninitialised data for the path inode cache
  - client: properly handle --keep-system-cflags and --keep-system-libs

* Enhancements:
  - windows: build libpkgconf as a DLL
  - fragments: only munge fragments if sysroot_dir is actually set
  - overall API: resolver flags have been moved to being a client-object setting
    instead of used for every function invocation
This commit is contained in:
Baptiste Daroussin 2017-01-21 11:33:40 +00:00
parent 8c706ed7cc
commit e3d07727d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432022
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkgconf
PORTVERSION= 1.1.1
PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \
http://files.etoilebsd.net/pkgconf/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483824546
SHA256 (pkgconf-1.1.1.tar.xz) = c47c2c41b4479475d8efe70663395d0c005f4f0858fa5bc989c135033a7ffcd5
SIZE (pkgconf-1.1.1.tar.xz) = 264924
TIMESTAMP = 1484998218
SHA256 (pkgconf-1.2.0.tar.xz) = 7ec3839ed22f9e400fd3e6bf993b69ae74b9c1bf3d407293a7f6786725c2808a
SIZE (pkgconf-1.2.0.tar.xz) = 266588