pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pkg-config added support for non-C99 compilers (...
details: https://anonhg.NetBSD.org/pkgsrc/rev/11df9321bf54
branches: trunk
changeset: 519290:11df9321bf54
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Sun Oct 01 08:55:32 2006 +0000
description:
added support for non-C99 compilers (patch OK'd by original author)
diffstat:
devel/pkg-config/distinfo | 3 ++-
devel/pkg-config/patches/patch-aa | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 903669b23890 -r 11df9321bf54 devel/pkg-config/distinfo
--- a/devel/pkg-config/distinfo Sun Oct 01 08:52:01 2006 +0000
+++ b/devel/pkg-config/distinfo Sun Oct 01 08:55:32 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/08/22 18:21:22 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/10/01 08:55:32 schwarz Exp $
SHA1 (pkg-config-0.21.tar.gz) = b2508ba8404cad46ec42f6f58cbca43ae59d715f
RMD160 (pkg-config-0.21.tar.gz) = 6d48e449a3cedb576c0f54b08825be6ab684d955
Size (pkg-config-0.21.tar.gz) = 998420 bytes
+SHA1 (patch-aa) = c70e2133db34a6afe1b201a699300becad16c7e7
SHA1 (patch-ab) = b4c43bd021cca8b5fc78c268d52e3e96daf6c280
diff -r 903669b23890 -r 11df9321bf54 devel/pkg-config/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pkg-config/patches/patch-aa Sun Oct 01 08:55:32 2006 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.3 2006/10/01 08:55:32 schwarz Exp $
+
+--- pkg.c.orig 2006-09-19 01:21:12.000000000 +0200
++++ pkg.c 2006-09-19 01:21:50.000000000 +0200
+@@ -58,11 +58,11 @@
+ gboolean ignore_private_libs = TRUE;
+
+ static Package pkg_config_package = {
+- .key = PACKAGE,
+- .name = PACKAGE,
+- .version = VERSION, /* .version */
+- .description = "returns metainformation about installed libraries",
+- .url = "http://pkg-config.freedesktop.org",
++ PACKAGE,
++ PACKAGE,
++ VERSION, /* .version */
++ "returns metainformation about installed libraries",
++ "http://pkg-config.freedesktop.org",
+ 0 /* keep the rest as null */
+ };
+
Home |
Main Index |
Thread Index |
Old Index