Commit Graph

363 Commits (94cefeff79d92d02cbe70baab080dce3163ab715)

Author SHA1 Message Date
William Pitcock 94cefeff79 pkgconf 0.8.6 2012-08-10 15:06:02 -05:00
William Pitcock 102becadba buildsys: remove old vestiges of old build system 2012-08-10 12:57:13 -05:00
William Pitcock c3c323981e README: fix distfiles URL 2012-08-10 10:30:19 -05:00
William Pitcock eaf8a64f62 fragment: reparent a fragment-list when a duplicate is encountered (closes issue #34). 2012-08-09 17:14:56 -05:00
William Pitcock 28beb9b65a fragment: add pkg_fragment_lookup(). 2012-08-09 17:06:09 -05:00
William Pitcock 5222dfb28b tests: add tests for issue #34 2012-08-09 16:43:31 -05:00
William Pitcock 4de01dd45b pkg: ensure libs.private merging is always after libs 2012-08-08 11:16:56 -05:00
William Pitcock f334d6d7d7 main: use global fragment lists for --cflags and --libs 2012-08-08 11:07:54 -05:00
William Pitcock 453224c52c pkg: allow pkg_cflags() and pkg_libs() utility functions to have a user-provided list pointer.
Also chase this change in the frontend.
2012-08-08 11:04:07 -05:00
Fabian Groffen 4cf864211d getopt: remove dependency on err.h/warnx() 2012-08-08 10:35:32 -05:00
William Pitcock c19c060845 pkg: fix backwards root-leaf traversal order.
This bug causes occasional problems when calculating inter-module dependencies in complex
dependency graphs, such as ffmpeg when cross-compiled.

Reported-by: Alexander Kojevnikov <alexander@kojevnikov.com>
Closes: Issue #33
2012-08-08 10:22:51 -05:00
William Pitcock 1da84f505d main: add --simulate (related to issue #33) 2012-08-08 10:22:51 -05:00
William Pitcock caf6a98905 pkgconf 0.8.5 2012-07-30 11:53:16 -05:00
William Pitcock 5678fe5785 main: add whitespace control to --variable output (fixes mozilla libxul stuff) 2012-07-30 05:40:16 -05:00
William Pitcock ea4aa94b02 queue: remove maxdepth + 1 hack (long story) 2012-07-30 05:10:43 -05:00
William Pitcock 9797cc1b3a main: print_variable() should add whitespace 2012-07-30 05:09:10 -05:00
William Pitcock d101c1a7c0 pkg: fix tilde operator 2012-07-30 05:03:37 -05:00
Baptiste Daroussin cfb3d8c3d0 pkgconf --variable needs a \n 2012-07-30 05:01:50 -05:00
William Pitcock 3ef9bf4c84 tests: pkg-config treats tilde in reverse of how we got it in 0.8.4. 2012-07-30 05:01:28 -05:00
William Pitcock 1de7d403f1 Revert "main: --exists should search Requires.private."
This reverts commit 980644230d.
2012-07-30 03:08:16 -05:00
William Pitcock 980644230d main: --exists should search Requires.private. 2012-07-30 03:07:14 -05:00
William Pitcock 8f3548c38f pkg: improve conflicts handling 2012-07-30 02:46:03 -05:00
William Pitcock fdbd97b23a main: add logic to make --print-errors actually useful 2012-07-30 02:38:22 -05:00
William Pitcock f3184aee50 main: fix regression caused by moving to bitfield where --cflags or --libs wouldn't cause a newline 2012-07-30 02:06:54 -05:00
William Pitcock 12b5f3cbc6 fileio: add support for quoting to pkg_fgetline(). 2012-07-30 01:53:49 -05:00
William Pitcock e09b46c2c0 tests: add test for multiline crasher 2012-07-30 01:31:14 -05:00
William Pitcock f8eb05fa73 pkgconf 0.8.4 2012-07-29 11:48:48 -05:00
William Pitcock 7865e886c9 main: usage() should list --about 2012-07-29 11:41:49 -05:00
Baptiste Daroussin 4d9d2dff52 Convert all the int want_* to a single bitmap 2012-07-29 11:41:49 -05:00
William Pitcock 74f6f7b858 pkg: add pkg_queue_validate() to compile and validate a pkg_queue_t. 2012-07-29 05:36:21 -05:00
William Pitcock 7719a32491 main: rework to use pkg_queue_apply().
Presently 3 regressions.
2012-07-29 05:28:01 -05:00
William Pitcock 98ed3ca1fd queue: add pkg_queue_apply(). 2012-07-29 04:45:21 -05:00
William Pitcock ce17c7a9e6 main: remove redundant checks made obsolete by depgraph compilation 2012-07-29 04:21:36 -05:00
William Pitcock f6fd6eff7e main: use pkg_queue_compile() and pkg_queue_free(). 2012-07-29 04:05:53 -05:00
William Pitcock 67b53487fc queue: fix iteration ordering bug 2012-07-29 04:04:46 -05:00
William Pitcock cf703f8062 queue: add pkg_queue_compile() and pkg_queue_free(). 2012-07-29 03:56:20 -05:00
William Pitcock da98efb366 queue: new file 2012-07-29 03:50:17 -05:00
William Pitcock 000f97b97a main: remove several symbols from BSS (they are only needed by main()). 2012-07-29 03:30:36 -05:00
William Pitcock 79e9b82fe0 main: move our actual version text to --about, make --version print pkg-config API version
This improves compatibility with broken packages, but really, scripts should depend on:
- --atleast-pkgconfig-version
- --modversion pkg-config

Anything else is just broken, but oh well.
2012-07-29 03:20:24 -05:00
JD Horelick 498d6b98ca README.md: Small updates. 2012-07-27 01:17:38 -05:00
William Pitcock f5267dbf20 main: --list-all shouldn't list 'uninstalled' packages 2012-07-26 00:13:02 -05:00
William Pitcock 916020492d pkg: fix pkg_t.id initialization 2012-07-26 00:12:29 -05:00
William Pitcock 1789daacb4 pkg: call stat(2) in scan function 2012-07-26 00:07:27 -05:00
William Pitcock 84cb26ef6c pkg: bug fixes 2012-07-26 00:01:40 -05:00
William Pitcock bf674d4eff main: add frontend implementation of --list-all 2012-07-25 23:55:53 -05:00
William Pitcock 44776f1d1c pkg: add pkg_scan() and pkg_scan_all() functions. 2012-07-25 23:49:07 -05:00
William Pitcock 002a0a7338 pkgconf 0.8.3. 2012-07-25 21:13:43 -05:00
William Pitcock 0a5cb4c4ec everything: update copyright to note multiple authors 2012-07-25 21:09:31 -05:00
William Pitcock 31b9a53155 tests: remove bashism (noticed on freebsd pointyhat log) 2012-07-25 17:56:10 -05:00
William Pitcock 1db1281593 argvsplit: fix splitting of arguments
There used to be a hack here, which was removed which caused other splitting later.
This was a vestige of that hack, which is no longer needed with proper fragments.
2012-07-25 17:51:40 -05:00