Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-01-04 | Require pkgconfig>=0.14.0 | rh | 1 | -2/+2 | |
2003-01-02 | The lib/pkgconfig has been added to the list of standard directories, so do | jmmv | 1 | -3/+1 | |
not try to remove it, even if empty. | |||||
2002-11-04 | Update to 0.14.0. | wiz | 2 | -5/+5 | |
According to the website, this fixes a 'couple silly yet fairly high- impact bugs'. | |||||
2002-10-09 | Unused. | wiz | 1 | -44/+0 | |
2002-09-29 | add --disable-threads to CONFIGURE_ARGS so the included glib won't try | dmcmahill | 1 | -1/+2 | |
and build with thread support. | |||||
2002-09-29 | Update pkgconfig to 0.13.0. Changes are minor bugfixes: | rh | 2 | -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-29 | Uses pthreads -- add pthread.buildlink2.mk, bump PKGREVISION. | wiz | 1 | -1/+5 | |
Noted by Julio Merino in PR 18462. | |||||
2002-09-10 | buildlink1 -> buildlink2 | jlam | 1 | -2/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -1/+16 | |
buildlink2.mk files back into the main trunk. | |||||
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -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-20 | Initial implementation of buildlink.mk that generates a wrapper for | jlam | 1 | -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-20 | Only try to remove the pkgconfig directory as other packages may still | jlam | 1 | -2/+2 | |
have files installed there. | |||||
2002-03-20 | Use LIBTOOL_OVERRIDE instead of duplicating the logic in a private | jlam | 1 | -7/+5 | |
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already strongly buildlinked. | |||||
2002-03-15 | Updated pkgconfig to 0.12.0 (provided by Shell Hung in pkg/15927) | martti | 3 | -9/+9 | |
* bug fixes (see the Changelog for details) | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-13 | Correctly create (upon installation) and remove (on deinstall) the | rh | 2 | -2/+7 | |
pkgconfig directory. | |||||
2001-08-11 | Initial import of pkgconfig-0.8.0, a system for managing library | rh | 4 | -0/+33 | |
compile/link flags. (Despite its name, this has nothing to do with pkgsrc!) |