aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Remove X11BASE referencesMichael Johnson2007-07-043-9/+3
| | | | | | | Submitted by: mezz Notes: svn path=/head/; revision=194910
* Update to 0.22Michael Johnson2007-07-042-6/+7
| | | | Notes: svn path=/head/; revision=194908
* Update to 0.21.Joe Marcus Clarke2006-09-112-5/+4
| | | | Notes: svn path=/head/; revision=172801
* Special case -Wl,-rpath and -Wl,--rpath so that their arguments areJoe Marcus Clarke2006-09-022-9/+22
| | | | | | | | treated separately. Without this, mixing -rpath and --rpath can cause strange linker problems. Notes: svn path=/head/; revision=171901
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-2/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163666
* Add a missing ${PC_PATH} to the first expanded PC_PATH declaration toJoe Marcus Clarke2006-05-011-2/+2
| | | | | | | | | fix missing .pc files in ${LOCALBASE}. Reported by: mux Notes: svn path=/head/; revision=160996
* Teach pkg-config to look in the default lib/pkgconfig subdirectories alongJoe Marcus Clarke2006-05-013-3/+12
| | | | | | | | | | | | with the FreeBSD-specific, hier(7)-friendly libdata/pkgconfig subdirectories. This is being done to be developer-friendly. A port SHOULD NEVER install a pkg-config (.pc) file to a lib/pkgconfig subdirectory. PR: 91213 Submitted by: anholt (with some modifications) Notes: svn path=/head/; revision=160992
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove traling whitespaces.Alexander Nedotsukov2006-01-021-2/+2
| | | | | | | Noticed by: anholt Notes: svn path=/head/; revision=152587
* - Avoid duplicates in built-in PC_PATH.Alexander Nedotsukov2005-11-141-4/+9
| | | | | | | - Remove obsolete LIBTOOL* hints. Notes: svn path=/head/; revision=148229
* - Update to 0.20Alexander Nedotsukov2005-11-142-3/+4
| | | | | | | - Add SHA256 checksum. Notes: svn path=/head/; revision=148219
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-054-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly. Notes: svn path=/head/; revision=147261
* - libdata/pkgconfig is now part of mtreePav Lucistnik2005-05-162-9/+0
| | | | Notes: svn path=/head/; revision=135345
* Update to 0.17.2.Joe Marcus Clarke2005-04-173-24/+3
| | | | Notes: svn path=/head/; revision=133502
* * Use gnometargetJoe Marcus Clarke2005-04-132-19/+20
| | | | | | | | | * Fix an infinite loop when duplicate components' libs are requested [1] Obtained from: Freedesktop.org CVS [1] Notes: svn path=/head/; revision=133266
* - Update to 0.17.1 (only bugfix for .m4 file)Michael Johnson2005-04-132-3/+3
| | | | Notes: svn path=/head/; revision=133204
* Update to 0.17.Adam Weinberger2005-04-126-85/+30
| | | | | | | It's now significantly easier to change the pkg-config search path. Notes: svn path=/head/; revision=133165
* We don't need to distinuish between %%LOCALBASE%% and %D anymore in the plist.Joe Marcus Clarke2004-12-282-4/+2
| | | | Notes: svn path=/head/; revision=125312
* ${X11BASE}/libdata/pkgconfig was added to mtree, so we no longer need toJoe Marcus Clarke2004-12-282-3/+2
| | | | | | | | | handle it here. Reported by: pointyhat via kris Notes: svn path=/head/; revision=125311
* Update WWW: lineMichael Johnson2004-12-011-2/+1
| | | | Notes: svn path=/head/; revision=122942
* Now I can finally say that I've done a grammar tweak onAdam Weinberger2004-07-111-1/+1
| | | | | | | a pkg-plist. Notes: svn path=/head/; revision=113375
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* minor $COMMENT fix: "An utility" -> "A utility"Tim Vanderhoek2003-05-201-1/+1
| | | | Notes: svn path=/head/; revision=81515
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.15.0.Joe Marcus Clarke2003-01-223-10/+11
| | | | Notes: svn path=/head/; revision=73829
* Update to 0.14.0.Joe Marcus Clarke2003-01-192-3/+3
| | | | Notes: svn path=/head/; revision=73516
* 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 Notes: svn path=/head/; revision=69457
* 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> Notes: svn path=/head/; revision=68567
* Update to 0.13.0.Joe Marcus Clarke2002-10-053-46/+3
| | | | Notes: svn path=/head/; revision=67327
* Make this fetchable.Joe Marcus Clarke2002-09-221-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67044
* 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. Notes: svn path=/head/; revision=66862
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62009
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-151-1/+1
| | | | Notes: svn path=/head/; revision=61311
* Update to the latest GNOME 2 snapshot.Joe Marcus Clarke2002-06-121-1/+1
| | | | Notes: svn path=/head/; revision=61139
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-281-1/+1
| | | | Notes: svn path=/head/; revision=60202
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-191-1/+1
| | | | Notes: svn path=/head/; revision=59482
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-05-121-1/+1
| | | | Notes: svn path=/head/; revision=58959
* Update to GNOME 2.0 RC 1.Joe Marcus Clarke2002-05-021-1/+1
| | | | Notes: svn path=/head/; revision=58444
* Use GNOME2 beta4 download location for all GNOME2 ports.Maxim Sobolev2002-04-261-1/+1
| | | | Notes: svn path=/head/; revision=58178
* Update to GNOME 2.0 beta3.Joe Marcus Clarke2002-04-062-4/+3
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57392
* 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> Notes: svn path=/head/; revision=55956
* 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> Notes: svn path=/head/; revision=55874
* Add temporary mirror until www.freedesktop.org is online again.Maxim Sobolev2002-02-171-1/+2
| | | | | | | Submitted by: Joe Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54814
* Update to 0.10.0.Maxim Sobolev2002-02-073-9/+9
| | | | Notes: svn path=/head/; revision=54307
* 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