The NetBSD Project

CVS log for pkgsrc/devel/pkg-config/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / pkg-config

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 10 07:45:56 2010 UTC (17 months, 2 weeks ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Squash a C++ism: Variable declarations only at the beginning of a block.
Found while building on NetBSD 1.5.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Sep 28 04:52:41 2010 UTC (19 months, 3 weeks ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

patch-ab is upstream now (PKG_CONFIG_LOG support).  Remove the patch to
avoid crashing with double free on glibc.

Bump PKGREVISION for new "not crash" functionality.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 23 07:07:46 2010 UTC (20 months ago) by adam
Branch: MAIN
Changes since 1.15: +9 -14 lines
Diff to previous 1.15 (colored)

Changes 0.25:
* 0.24 included a too strict whitespace/shell metacharacter filter
  leading to some legal characters like = and : being escaped in the
  output.  This has been fixed.
* when building with newer and external libpopt, it would be confused
  over being asked to split an empty string, leading to errors with
  packages that included empty fields in their .pc files.
* Make the COPYING file explicitly GPLv2.  The COPYING file in 0.24
  was inadvertently GPLv3 rather than the correct GPLv2.
* Minor changes to documentation

Changes 0.24:
* Fix up bug in PKG_CONFIG_SYSROOT handling which mangled non-I and
  non-L arguments
* Put /usr/lib/pkgconfig and /usr/share/pkgconfig into the default
  search path when no prefix is passed to configure.
* Portability fixes for Windows and NetBSD
* Various man page updates
* Add logging support to log how pkg-config is being called.
* Skip Requires.private unless we need them for Cflags
* Add a variable, pc_path to the compiled-in pkg-config package that
  you can query for the compiled-in PKG_CONFIG_PC_PATH.
* Various updates to pkg.m4.
* Update rpmvercmp with bugfixes from upstream.
* Add introductory guide to pkg-config, thanks to Dan Nicholson for
  the patch.
* Add listing of variables in a package
* Make it possible to use external popt.
* Add --print-provides and --print-requires(-private) options
* Add support for paths containing whitespace and shell metacharacters

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 18 13:05:07 2010 UTC (22 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored)

Need --tag=CC for libtool-2.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 4 09:22:27 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +10 -13 lines
Diff to previous 1.13 (colored)

Update to 0.23:

 - Add support for setting sysroot through PKG_CONFIG_SYSROOT_DIR in
   the environment.
 - Update included glib to 1.2.10.
 - Other minor fixes, including a segfault.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 31 21:46:43 2008 UTC (4 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Avoid duplicate main() in va_copy tests as reported by Dan McMahill.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 15 22:56:57 2008 UTC (4 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Restore cross-compiling ability.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 30 22:12:07 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.10: +8 -9 lines
Diff to previous 1.10 (colored)

Update to 0.22:

pkg-config 0.22
===
 - Make Requires.private a whole lot more useful by traversing the
   whole tree, not just the top-level, for Cflags.
 - Add support for using the system glib.
 - Update URL to pkg-config website
 - Fix some win32 problems.
 - Other minor fixes.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 21 14:01:16 2007 UTC (4 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Remove calls to gnomeconfig when no matching .pc file was found.
Bump revision.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 3 17:42:58 2007 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add cross-compilation support: realloc(NULL, x) works as expected
on NetBSD, just assume that anything follows the ELF semantic and
has no leading underscore. This doesn't matter much as the module
support of glib is not used by pkg-config. Patch away the check for
ANSI library flags as we only support ANSI C compiler anyway. Move
the checks for the various inline keywords to compile-only. Always
fake the poll results, it doesn't really matter either.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 1 19:03:46 2007 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Fix pkg.m4: it was broken in the case when pkg-config is not installed,
but the path to an installed dependency is passed via FOO_CFLAGS/FOO_LIBS.

Bump PKGREVISION.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 4 18:48:04 2006 UTC (5 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 (colored)

Added a patch so that pkg-config builds with PKGSRC_RUN_TEST. Fixed a
bug in the configure script and added a comment to patch-aa.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 1 08:55:32 2006 UTC (5 years, 7 months ago) by schwarz
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)


added support for non-C99 compilers (patch OK'd by original author)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 22 18:21:22 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Update to 0.21:

pkg-config 0.21
===
 - Fix some cosmetic output from pkg.m4
 - Fix build problems with !gcc due to always passing -Wall
 - Documentation fixes
 - We now always add the Cflags from packages we depend on, whether
   they are public or private dependencies.  The discussion surrouding
   this change can be found in http://bugs.debian.org/340904 .
 - Add internal pkg-config package which can be queried for version
   number and other information.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 22 12:59:14 2005 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (colored)

Update to 0.20:

 - Fix test suite to work on Solaris.  Yay non-POSIX /bin/sh :-(
 - Fix segfault on --help with gcc4.  Fix segfault on bigendian arches
   in some cases.
 - Win32 fixes
 - Add --short-errors, now used by pkg.m4 if available.  This gives a
   better error message if some libraries can't be found.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 16 21:51:29 2005 UTC (6 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Avoid passing a NULL pointer to fprintf, which causes a segfault under
Solaris 9.  My fault; I assumed all implementations could print '(null)'
in that case.  Bump PKGREVISION to 2.  Fixes PR pkg/31838 by John Heasley.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 1 12:52:16 2005 UTC (6 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add support to generate a log file that keeps track of all requests to
pkg-config.  Used by the upcoming pkgtools/verifypc package.  Bump
PKGREVISION to 1.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 21 16:22:42 2005 UTC (6 years, 10 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import pkg-config-0.19, updated version of devel/pkgconfig.
News:

2005-07-16  Tollef Fog Heen

	* configure.in: Release 0.19

2005-07-15  Tollef Fog Heen

	* pkg.c (package_get_var): Make sure to g_strdup all the return
	values and not return some values which should not be freed and
	some which should.  Yay valgrind.  Freedesktop #3682

	* configure.in: Fix default search path to be pkgconfig rather
	than pkg-config again.  Freedesktop #3662

	* pkg.m4: Add a missing AC_MSG_RESULT.  Thanks to Gary Kramlich
	for noticing this and harassing me to fix it.

2005-06-29  Tollef Fog Heen

	* configure.in: Release 0.18.1

	* pkg.m4: Brown bag fix.  pkg_failed was always set to ãà×Öntriedãà
	Debian #316181.

2005-06-27  Tollef Fog Heen

	* configure.in: Rename to pkg-config.

pkg-config 0.18

 The inter-library dependencies check was too tight and caused
 problems if one used the --no-undefined flag to libtool on Solaris
 (since it there expands to -Wl,-z,defs which disallows undefined
 symbols).  Add a new name to .pc files: Libs.private which will
 not be listed in the output of --libs unless --static is also
 given.

 Private libraries are libraries which are needed in the case of
 static linking or on platforms not supporting inter-library
 dependencies.  They are not supposed to be used for libraries
 which are exposed through the library in question.  An example of
 an exposed library is GTK+ exposing Glib.  A common example of a
 private library is libm.

 Generally, if include another library's headers in your own, it's
 a public dependency and not a private one.

 Thanks a lot to James Henstridge for both the bug and the following
 discussion.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 21 16:22:42 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>