aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
Commit message (Collapse)AuthorAgeFilesLines
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* - Update to 0.8.0;Maxim Sobolev2001-08-015-17/+47
| | | | | | | - disconnect the build from gtk12 port - it was a bad idea from begining. Notes: svn path=/head/; revision=45708
* Update to 0.6.0.Maxim Sobolev2001-07-205-15/+30
| | | | Notes: svn path=/head/; revision=45280
* Rework previous commit. Turns out that pkgconfig is not a build-timeAde Lovett2001-05-242-4/+4
| | | | | | | | dependency for glib12, so remove that, and put pkgconfig back to the way it was before. Notes: svn path=/head/; revision=42992
* Add the gtk+ distfile for extraction purposes, rather than depending onAde Lovett2001-05-232-3/+4
| | | | | | | | gtk12, since this causes an infinite loop when we add pkgconfig capability to gtk12 and friends shortly. Notes: svn path=/head/; revision=42949
* Don't warn about non-existing {X11,LOCAL}BASE/libdata/pkgconfig.Maxim Sobolev2001-05-151-6/+29
| | | | | | | Prompted by: olgeni, ade Notes: svn path=/head/; revision=42614
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Fix a typo and slightly expand to match my latest changes.Maxim Sobolev2001-04-291-3/+4
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=42044
* In addition to PREFIX/libdata/pkgconfig scan appropriate directory underMaxim Sobolev2001-04-294-3/+30
| | | | | | | | LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be able to use pkgconfig. Notes: svn path=/head/; revision=42028
* Add pkgconfig 0.5.0, an utility used to retrieve information aboutMaxim Sobolev2001-04-297-0/+85
installed libraries. Notes: svn path=/head/; revision=42026