Age | Commit message (Collapse) | Author | Files | Lines |
|
- Darwin has no prototype for poll(), so in glib, do what it already did
for Solaris.
fixes build on Darwin.
bump PKGREVISION for dlcompat dependency.
|
|
|
|
(Happens to fix the build under IRIX.)
|
|
Close file descriptor leak; make --list-all work if you have more pc
files than the file descriptor limit allows.
Submitted to freedesktop bugzilla as
http://freedesktop.org/bugzilla/show_bug.cgi?id=1006
|
|
|
|
at all.
|
|
|
|
it fails to re-read the config.cache. Don't use a cache under IRIX, then.
(At least this way we can build this package which otherwise would break
some 650 dependencies.)
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
pkg-config to only look in ${BUILDLINK_DIR}/lib/pkgconfig for *.pc files.
This will correctly hide the presence of software from configure scripts
that query pkg-config for that information.
Idea suggested by Julio M. Merino Vidal.
|
|
and using them to set up the CONFIGURE_ENV.
Fixes at least xcursor in buildlink2 mode.
|
|
that configure does not need to look for it and it can be used in Makefiles.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
|
|
|
|
recommended by seb :)
|
|
|
|
buildlink3 framework.
|
|
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
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)
|
|
|
|
not try to remove it, even if empty.
|
|
According to the website, this fixes a 'couple silly yet fairly high-
impact bugs'.
|
|
|
|
and build with thread support.
|
|
- 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
|
|
Noted by Julio Merino in PR 18462.
|
|
|
|
buildlink2.mk files back into the main trunk.
|
|
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!
|
|
pkg-config. We use a BUILD_DEPENDS instead of a regular DEPENDS since
pkg-config is only useful when configuring and building the package.
|
|
have files installed there.
|
|
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already
strongly buildlinked.
|
|
* bug fixes (see the Changelog for details)
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
|
|
pkgconfig directory.
|
|
compile/link flags. (Despite its name, this has nothing to do with
pkgsrc!)
|