dmcmahill
b2c719071c
add --disable-threads to CONFIGURE_ARGS so the included glib won't try
...
and build with thread support.
2002-09-29 22:35:21 +00:00
rh
2142930497
Update pkgconfig to 0.13.0. Changes are minor bugfixes:
...
- 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 21:50:26 +00:00
wiz
abf564bcbe
Uses pthreads -- add pthread.buildlink2.mk, bump PKGREVISION.
...
Noted by Julio Merino in PR 18462.
2002-09-29 13:03:43 +00:00
jlam
d4c420280f
buildlink1 -> buildlink2
2002-09-10 19:54:59 +00:00
jlam
efb93b17bd
Merge changes in packages from the buildlink2 branch that have
...
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
seb
db84442a67
Substitute a couple of mkdir' by
${MKDIR}'.
...
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-06-26 10:29:33 +00:00
jlam
fbd972b612
Initial implementation of buildlink.mk that generates a wrapper for
...
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 15:50:02 +00:00
jlam
49657c6529
Only try to remove the pkgconfig directory as other packages may still
...
have files installed there.
2002-03-20 15:43:24 +00:00
jlam
fcac992008
Use LIBTOOL_OVERRIDE instead of duplicating the logic in a private
...
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already
strongly buildlinked.
2002-03-20 15:42:02 +00:00
martti
b97a8f2424
Updated pkgconfig to 0.12.0 (provided by Shell Hung in pkg/15927)
...
* bug fixes (see the Changelog for details)
2002-03-15 12:38:10 +00:00
skrll
08bdd44549
mkdir -> ${MKDIR}
...
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
c72c1cf5f9
Move pkg/ files into package's toplevel directory
2001-11-01 00:57:41 +00:00
rh
196cdc5f75
Correctly create (upon installation) and remove (on deinstall) the
...
pkgconfig directory.
2001-08-13 06:55:41 +00:00
rh
3e1fe2f0af
Initial import of pkgconfig-0.8.0, a system for managing library
...
compile/link flags. (Despite its name, this has nothing to do with
pkgsrc!)
2001-08-11 14:15:37 +00:00