Update to 1.1.0
* new Provides rule support which brings --print-provides to it's fullest potential * learning of path lists from toolchain environment variables to make the toolchain include flag filtering more accurate * the --pure flag which brings more of the pkgconf linker flag optimizations to --static * a new, more robust .pc file parser * better handling of toolchain flag grouping like -isystem, -idirafter, -Bdynamic and -Bstatic, as well as any -Wl options * deduplication of path lists by device node and inode * a new testsuite based on kyua, the BSD testing framework * a fully stable libpkgconf API and ABI, with documentation: (http://pkgconf.readthedocs.io/en/latest/) announcement: http://kaniini.dereferenced.org/2016/12/31/pkgconf-1.1.0-release.html Exp-run: antoine (on development version)
This commit is contained in:
parent
e09e151f86
commit
06dc5d2b33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430099
3 changed files with 13 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkgconf
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \
|
||||
http://files.etoilebsd.net/pkgconf/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1477423521
|
||||
SHA256 (pkgconf-1.0.2.tar.xz) = a7c67f8603c0d0400be17b2efac0fdc9ff46625f7e50aefe4ad31eff248115dd
|
||||
SIZE (pkgconf-1.0.2.tar.xz) = 247972
|
||||
TIMESTAMP = 1483179368
|
||||
SHA256 (pkgconf-1.1.0.tar.xz) = 5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63
|
||||
SIZE (pkgconf-1.1.0.tar.xz) = 264428
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
bin/pkg-config
|
||||
bin/pkgconf
|
||||
include/pkgconf/bsdstubs.h
|
||||
include/pkgconf/iter.h
|
||||
include/pkgconf/libpkgconf.h
|
||||
include/pkgconf/stdinc.h
|
||||
include/pkgconf/libpkgconf/bsdstubs.h
|
||||
include/pkgconf/libpkgconf/iter.h
|
||||
include/pkgconf/libpkgconf/libpkgconf.h
|
||||
include/pkgconf/libpkgconf/stdinc.h
|
||||
lib/libpkgconf.a
|
||||
lib/libpkgconf.so
|
||||
lib/libpkgconf.so.1
|
||||
lib/libpkgconf.so.1.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
lib/libpkgconf.so.2
|
||||
lib/libpkgconf.so.2.0.0
|
||||
lib/pkgconfig/libpkgconf.pc
|
||||
man/man1/pkgconf.1.gz
|
||||
share/aclocal/pkg.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
Loading…
Reference in a new issue