Age | Commit message (Collapse) | Author | Files | Lines |
|
PKG_CONFIG_PC_PATH even when PKG_CONFIG_PATH is defined, this is not
good for pkgsrc, apply suggested code by Johnny C. Lam to use
PKG_CONFIG_LIBDIR again.
Now our pkg-config does the following:
* If PKG_CONFIG_LIBDIR is set, use it.
* Otherwise PKG_CONFIG_PATH and default directories are used.
Bump PKGREVISION and sync the bl3 file again.
|
|
* configure.in: Try to detect whether this architecture supports
inter-library dependencies. If so, we default to assuming that
this support is used and link to the minimal set of libraries
rather than traversing the full depends set.
This breaks a number of pkgs, so disable it for now. Bump PKGREVISION.
|
|
Changes from 0.17.1:
- Avoid infinite loop.
|
|
pkg-config 0.17.1
===
- Now actually sets CFLAGS and LIBS instead of trying to set those in
a subshell. (Only affects if you've autoreconfiscated with 0.17)
- Fix detection of inter-library dependencies.
pkg-config 0.17
===
- Evaluate second argument to PKG_CHECK_MODULES again
- Portability fixes (MacOS, BeOS, Cygwin)
- Handle inter-library dependencies and assume those are in place if
the platform supports them. Disable with --enable-indirect-deps.
- Add initial test framework
- Build fixes (make distcheck now works)
|
|
|
|
anymore, we have to use PKG_CONFIG_PATH, this closes my own PR
pkg/29841.
|
|
- Use a search path, rather than a single default directory.
- Fix a bunch of bugs in glib by backporting
- More man page fixes
- Lots of small fixes and cleanups over the place.
|
|
|
|
whole poll() issue is already handled in a cleaner way in
mk/platform/Darwin.mk.
ok'd by grant
This addresses PR 28928 by adrianp@.
|
|
- 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!)
|