summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
AgeCommit message (Collapse)AuthorFilesLines
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-14Update to version 0.15.salo3-7/+7
Patch from Juan RP via PR pkg/20236. Changes: 0.15 ==== - add PKG_CONFIG_LIBDIR for cross-compiling (David Schleef) - add --libs-only-other/--cflags-only-other (Zack Rusin) - apply man page fixes (Pter Breitenlohner) - C portability fix (David Robins) - fix to win32 build (Tor Lillqvist)
2003-01-04Require pkgconfig>=0.14.0rh1-2/+2
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-3/+1
not try to remove it, even if empty.
2002-11-04Update to 0.14.0.wiz2-5/+5
According to the website, this fixes a 'couple silly yet fairly high- impact bugs'.
2002-10-09Unused.wiz1-44/+0
2002-09-29add --disable-threads to CONFIGURE_ARGS so the included glib won't trydmcmahill1-1/+2
and build with thread support.
2002-09-29Update pkgconfig to 0.13.0. Changes are minor bugfixes:rh2-9/+5
- remove bogus pthread requirement - handle recursive other_cflags, other_libs - strip all "system directories" in C_INCLUDE_PATH out of pkg-config output to make gcc 3.2 happy - some win32 fixes - couple other minor things
2002-09-29Uses pthreads -- add pthread.buildlink2.mk, bump PKGREVISION.wiz1-1/+5
Noted by Julio Merino in PR 18462.
2002-09-10buildlink1 -> buildlink2jlam1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-1/+16
buildlink2.mk files back into the main trunk.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-03-20Initial implementation of buildlink.mk that generates a wrapper forjlam1-0/+44
pkg-config. We use a BUILD_DEPENDS instead of a regular DEPENDS since pkg-config is only useful when configuring and building the package.
2002-03-20Only try to remove the pkgconfig directory as other packages may stilljlam1-2/+2
have files installed there.
2002-03-20Use LIBTOOL_OVERRIDE instead of duplicating the logic in a privatejlam1-7/+5
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already strongly buildlinked.
2002-03-15Updated pkgconfig to 0.12.0 (provided by Shell Hung in pkg/15927)martti3-9/+9
* bug fixes (see the Changelog for details)
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-13Correctly create (upon installation) and remove (on deinstall) therh2-2/+7
pkgconfig directory.
2001-08-11Initial import of pkgconfig-0.8.0, a system for managing libraryrh4-0/+33
compile/link flags. (Despite its name, this has nothing to do with pkgsrc!)