aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pkgconfig
Commit message (Collapse)AuthorAgeFilesLines
* Update to GNOME 2.0 RC 1.marcus2002-05-021-1/+1
|
* Use GNOME2 beta4 download location for all GNOME2 ports.sobomax2002-04-261-1/+1
|
* Update to GNOME 2.0 beta3.marcus2002-04-072-4/+3
| | | | Approved by: sobomax
* On -stable anyway, there is a problem getting "other" libs and cflags fromade2002-03-132-11/+51
| | | | | | | | | | | | dependency packages (for example, from gthread-2.0). This prevents ports like ORbit2 from compiling. It seems to be a pretty serious oversight on the pkgconfig folks, so I'm going to submit this patch to them. Basically, this patch adds recursive scanning capabilities to the other_cflags and other_libs functions. PR: 35831 Submitted by: Joe Clarke <marcus@marcuscom.com>
* Update gtk/glib to the version 2.0 and other related ports to the latestsobomax2002-03-122-6/+6
| | | | | | | versions. PR: 35541, 35744, 35757 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add temporary mirror until www.freedesktop.org is online again.sobomax2002-02-171-1/+2
| | | | Submitted by: Joe Clarke <marcus@marcuscom.com>
* Update to 0.10.0.sobomax2002-02-073-9/+9
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14
| | | | Submitted by: Ports Fury
* - Update to 0.8.0;sobomax2001-08-025-17/+47
| | | | - disconnect the build from gtk12 port - it was a bad idea from begining.
* Update to 0.6.0.sobomax2001-07-205-15/+30
|
* Rework previous commit. Turns out that pkgconfig is not a build-timeade2001-05-242-4/+4
| | | | | dependency for glib12, so remove that, and put pkgconfig back to the way it was before.
* Add the gtk+ distfile for extraction purposes, rather than depending onade2001-05-232-3/+4
| | | | | gtk12, since this causes an infinite loop when we add pkgconfig capability to gtk12 and friends shortly.
* Don't warn about non-existing {X11,LOCAL}BASE/libdata/pkgconfig.sobomax2001-05-151-6/+29
| | | | Prompted by: olgeni, ade
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Fix a typo and slightly expand to match my latest changes.sobomax2001-04-301-3/+4
| | | | Submitted by: olgeni
* In addition to PREFIX/libdata/pkgconfig scan appropriate directory undersobomax2001-04-294-3/+30
| | | | | LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be able to use pkgconfig.
* Add pkgconfig 0.5.0, an utility used to retrieve information aboutsobomax2001-04-297-0/+85
installed libraries.