summaryrefslogtreecommitdiff
path: root/devel/pkg-config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable pthread support in pkgconfig. pkgconfig doesn't use anyJoe Marcus Clarke2002-11-041-0/+1
| | | | | | | | threading anyway, so this does not add or remove functionality. However, this does allow pkgconfig to build on Sparc64 which is a pre-req for making the release documentation. Submitted by: tmm
* Remove warning when upgrading pkgconfig. Also, make it clear to users thatJoe Marcus Clarke2002-10-221-1/+4
| | | | | | | | the pkgconfig directories should not be removed unless you're removing _all_ GNOME components. PR: 43817 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 0.13.0.Joe Marcus Clarke2002-10-053-46/+3
|
* Make this fetchable.Joe Marcus Clarke2002-09-221-1/+1
| | | | Submitted by: bento
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
|
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
|
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-151-1/+1
|
* Update to the latest GNOME 2 snapshot.Joe Marcus Clarke2002-06-121-1/+1
|
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-281-1/+1
|
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-191-1/+1
|
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-05-121-1/+1
|
* Update to GNOME 2.0 RC 1.Joe Marcus Clarke2002-05-021-1/+1
|
* Use GNOME2 beta4 download location for all GNOME2 ports.Maxim Sobolev2002-04-261-1/+1
|
* Update to GNOME 2.0 beta3.Joe Marcus Clarke2002-04-062-4/+3
| | | | Approved by: sobomax
* On -stable anyway, there is a problem getting "other" libs and cflags fromAde Lovett2002-03-122-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 latestMaxim Sobolev2002-03-112-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.Maxim Sobolev2002-02-171-1/+2
| | | | Submitted by: Joe Clarke <marcus@marcuscom.com>
* Update to 0.10.0.Maxim Sobolev2002-02-073-9/+9
|
* 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>
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | Submitted by: Ports Fury
* - Update to 0.8.0;Maxim Sobolev2001-08-015-17/+47
| | | | - disconnect the build from gtk12 port - it was a bad idea from begining.
* Update to 0.6.0.Maxim Sobolev2001-07-205-15/+30
|
* 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.
* 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.
* Don't warn about non-existing {X11,LOCAL}BASE/libdata/pkgconfig.Maxim Sobolev2001-05-151-6/+29
| | | | Prompted by: olgeni, ade
* 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.
* Fix a typo and slightly expand to match my latest changes.Maxim Sobolev2001-04-291-3/+4
| | | | Submitted by: olgeni
* 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.
* Add pkgconfig 0.5.0, an utility used to retrieve information aboutMaxim Sobolev2001-04-297-0/+85
installed libraries.