William Pitcock
e0789ca650
Add pkgconf(1) manual page. ( closes #55 )
2013-12-27 11:13:55 +00:00
William Pitcock
f35a9b7425
README: document --with-system-includedir and --with-system-libdir ( closes #57 )
2013-10-06 12:34:09 +00:00
William Pitcock
2ae72283fc
Merge pull request #53 from tonytheodore/keep-system-libs
...
Test failure with default prefix and parsing of keep-system-* args
2013-08-24 11:17:15 -07:00
William Pitcock
99c41040f6
Merge pull request #52 from tonytheodore/multiple-deps
...
Add test for multiple dependencies on base package
2013-08-24 11:16:26 -07:00
Tony Theodore
bc661124da
fix keep-system-* arg parsing and test with default prefix
2013-08-24 15:19:41 +10:00
Tony Theodore
dd975df1cb
Add test for multiple dependencies on base package
2013-08-24 13:58:41 +10:00
William Pitcock
36827a3204
pkgconf 0.9.3.
2013-08-23 04:08:06 +00:00
William Pitcock
501d7dc25f
main: update copyright years
2013-08-23 04:04:16 +00:00
William Pitcock
9d960fb9d4
fragment: use forward-merge for static linking ( closes #51 )
2013-08-23 03:44:33 +00:00
William Pitcock
2a638d4f32
Add test for Libs.private deduplication (issue #51 ).
2013-08-23 02:41:59 +00:00
William Pitcock
da179fd8cf
Merge pull request #50 from tonytheodore/master
...
Feature Request: Add Cflags.private fragment
2013-08-18 20:19:36 -07:00
Tony Theodore
1c658f0383
add Cflags.private fragment
2013-08-14 15:36:43 +10:00
William Pitcock
595e0965b2
getopt: document what is different about our getopt verses normal netbsd getopt_long.
2013-07-22 01:08:38 -05:00
William Pitcock
fe8186aa8f
Merge pull request #48 from wojdyr/master
...
support out-of-source build
2013-07-17 18:18:53 -07:00
Marcin Wojdyr
a56d5c52db
Makefile.in: support out-of-source build
2013-06-29 17:18:07 +01:00
William Pitcock
6db657c5ec
testsuite: fix testsuite typos
2013-04-09 07:39:27 -05:00
William Pitcock
cd0f7fec1d
pkgconf 0.9.2
2013-04-09 07:35:02 -05:00
Baptiste Daroussin
83877eb2f7
Do not ignore PKG_CONFIG_PATH if a direct path to a .pc file is supplied
2013-03-20 17:52:17 +01:00
Baptiste Daroussin
1d0f990afa
Add a test case showing a regression where PKG_CONFIG_PATH is ignored
2013-03-20 14:51:15 +01:00
Baptiste Daroussin
24207bd1d6
Do not overwrite eflags with walking though a long list of packages
2013-03-17 23:45:51 +01:00
Baptiste Daroussin
1178ab257d
Add a test case about a regression
2013-03-17 23:15:33 +01:00
William Pitcock
c17ab79a23
pkgconf 0.9.1
2013-03-15 20:19:13 -05:00
William Pitcock
994f1eb769
tests: fix last test
2013-03-15 20:18:45 -05:00
Baptiste Daroussin
ce1fd58aa6
Add a test case for pkgconf --exists --print-errors "mjpegtools > 1.6.0 mjpegtools < 1.8.0"
2013-03-16 02:11:30 +01:00
William Pitcock
18153786a2
pkg: list all depgraph breaks (this is technically different than pkg-config, but nobody reads stderr)
2013-03-15 20:09:54 -05:00
William Pitcock
f9d93a1f81
main: --simulate: enhancements
2013-03-15 19:59:20 -05:00
William Pitcock
74c33b9f61
dependency: reset parser state on new package atom
...
resolves minor issue seen here: http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082063.html
2013-03-15 19:44:11 -05:00
William Pitcock
d7643ed2b6
main: --simulate: print bytecode program as a human-readable AST parsable by mowgli.config_parse
2013-03-15 19:36:37 -05:00
William Pitcock
8980ae5f76
main: --simulate: print depgraph operations
2013-03-15 19:20:35 -05:00
William Pitcock
129030c282
pkgconf 0.9.
2013-03-15 18:24:03 -05:00
William Pitcock
1554c3577f
pkg: rework PKG_CONFIG_PATH handling code.
...
As a side effect, the dependency resolver now understands that it should
check in the parent directory as well for dependencies if given a literal
path to a .pc file. (pkg-config 0.28 does not do this, it should.)
2013-03-15 18:11:43 -05:00
William Pitcock
48c6e4c383
pkg: improve pkg scandir target building
2013-03-15 17:55:44 -05:00
William Pitcock
874bd58ef0
pkg: clarify pkg not found error message
2013-03-15 17:40:25 -05:00
William Pitcock
8fbecafdae
fragment: special-case `-framework` handling and implement merge-back strategy for -F flags ( closes #47 )
2013-03-15 17:29:07 -05:00
William Pitcock
4381d4609b
tests: fix multi-recursion -framework test (ref #47 )
2013-03-15 17:27:22 -05:00
William Pitcock
7ecf1e278d
tests: add tests for bug #47
2013-03-15 17:12:06 -05:00
William Pitcock
c04a64352f
cache: handle pkg being NULL on pkg_cache_add()/pkg_cache_remove()
2013-03-15 16:50:30 -05:00
William Pitcock
1a49758792
buildsys: add support for building a profiled executable
2013-03-01 12:17:16 -06:00
William Pitcock
d6fb7881d4
pkg: remove pkg_t.uninstalled, use a property flag instead
2013-03-01 12:06:52 -06:00
William Pitcock
1fd95f90eb
dependency: refactor to use pkg_list_t framework
2013-03-01 11:36:21 -06:00
William Pitcock
8330056dc1
fragment: refactor using pkg_list_t framework
2013-03-01 11:10:43 -06:00
William Pitcock
74e40fd128
tuple: refactor to use pkg_list_t framework
2013-03-01 10:45:55 -06:00
William Pitcock
ae063d8922
queue: refactor to use pkg_list_t framework
2013-03-01 10:24:57 -06:00
William Pitcock
b475859cfa
cache: use new pkg_list_t framework
2013-03-01 10:14:20 -06:00
William Pitcock
6c2de79349
pkg: add generic linked list iterator code
2013-03-01 10:09:22 -06:00
William Pitcock
dd53cd57f4
pkg: implement refcounting and a deeper cache
2013-02-25 23:29:57 -06:00
William Pitcock
e3d8475c36
pkg: readd cached sentinel
2013-02-25 22:47:32 -06:00
William Pitcock
c9831c1ed0
pkg: use pkg_cache APIs.
2013-02-25 22:40:30 -06:00
William Pitcock
9439b02936
cache: add high-level cache API
2013-02-25 17:36:09 -06:00
William Pitcock
de29503013
pkgconf 0.8.12.
2013-02-25 09:03:50 -06:00