| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 May 2013 15:47:15
0.9.2_1
|
bapt  |
Also lookup in /usr/libdata/pkgconfig for .pc files if any
Requested by: emaste |
23 Apr 2013 11:36:29
0.9.2
|
bapt  |
pkgconf update wasn't support to be updated previously, however it is just the
same version as 0.9.1 with our patches included.
Remove the now unnecessary patches. |
23 Apr 2013 10:13:20
0.9.2
|
bapt  |
Convert devel to USES=pkgconfig |
20 Mar 2013 17:03:01
0.9.1_2
|
bapt  |
Fix a corner case usage of pkgconf spotted in webkit-gtk3
Reported by: Gustau Perez i Querol, kwm (both via irc)
Tested by: Gustau Perez i Querol, kwm
Obtained from: pkgconf git |
17 Mar 2013 23:10:18
0.9.1_1
|
bapt  |
- Fix a regression that prevent graphics/dri to correctly build
Reported by: gpalmer, swills
Tested by: zi |
16 Mar 2013 01:23:36
0.9.1
|
bapt  |
- update to 0.9.1 |
11 Mar 2013 17:57:08
0.8.12
|
bapt  |
- update main master_site
Reported by: many |
11 Mar 2013 11:17:22
0.8.12
|
bapt  |
- update to 0.8.12 |
05 Oct 2012 19:13:55
0.8.9
|
bapt  |
provide a new mirror |
28 Sep 2012 12:46:59
0.8.9
|
bapt  |
typo |
28 Sep 2012 12:16:10
0.8.9
|
bapt  |
Improve the comment |
14 Sep 2012 21:36:27
0.8.9
|
bapt  |
- update to 0.8.9
- changes:
* add a trailing space in the end of --cflags, --libs output (for
compatibility with pkg-config
* --about now show the pkg-config equivalent version along with pkgconf
version |
07 Sep 2012 20:51:43
0.8.8
|
bapt  |
- update to 0.8.8
- changes:
* integrate all our patches
* more pkg-config compatibilities |
25 Aug 2012 22:21:58
0.8.7_2
|
bdrewery  |
- Fix crash when running pkgconf with no path separators in the
specified filename
Approved by: bapt (maintainer, mentor)
Obtained from: pkgconf git |
22 Aug 2012 21:59:54
0.8.7_1
|
bapt  |
- fix compatibility with pkg-config when the .pc files have an empty or non
existent Libs or Cflags entry
Reported by: avg, mezz, Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Tested by: avg, mezz, Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Obtain from: pkgconf git |
21 Aug 2012 09:54:26
0.8.7
|
bapt  |
- add a mirror |
20 Aug 2012 10:12:46
0.8.7
|
bapt  |
- update to 0.8.7 |
15 Aug 2012 21:38:52
0.8.6
|
bapt  |
- update to 0.8.6 (plus patches from upstream git)
- patches are:
* fix pkgconf returning 0 when a dependency is missing instead of 1 [1]
* fix \" in cflags being lost [2]
Reported by: Olivier Smedts <olivier@gid0.org> [1], tj@ [2] |
30 Jul 2012 17:04:32
0.8.5
|
bapt  |
- update to 0.8.5
- changes:
* Fix parsing multiline definitions which could lead to segfault [1]
* --variable output compatibility with pkg-config has been improved
* Fix --modversion showing sometime multiple version [2]
Reported by: dougb [1], Adam McDougall (via private mail) [2] |
29 Jul 2012 22:26:20
0.8.4
|
bapt  |
- update to 0.8.4 which include all the changes added in 0.8.3_1 + some code
cleanups |
29 Jul 2012 09:56:03
0.8.3_1
|
bapt  |
- import patches from upstream
- changes:
* add support for --list-all
* --version now shows pkg-config compatibility version (no need to modify
anymore buggy configures that do check for --version instead of
--modversion pkg-conf)
* new --about to show the version of pkgconf
Obtained from: pkgconf git repository |
26 Jul 2012 06:33:35
0.8.3
|
dougb  |
The whole port import was duplicated
Also tab -> space for WWW: |
26 Jul 2012 06:32:22
0.8.3
|
dougb  |
Fix the most obviously broken part, duplicated file |
26 Jul 2012 05:40:24
0.8.3
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |