pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Update to 0.17.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e99de14ded49
branches:  trunk
changeset: 492549:e99de14ded49
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 15 12:15:06 2005 +0000

description:
Update to 0.17.1:

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)

diffstat:

 devel/pkgconfig/Makefile |  4 ++--
 devel/pkgconfig/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 6eee88b02b33 -r e99de14ded49 devel/pkgconfig/Makefile
--- a/devel/pkgconfig/Makefile  Fri Apr 15 11:45:16 2005 +0000
+++ b/devel/pkgconfig/Makefile  Fri Apr 15 12:15:06 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:45:36 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/15 12:15:06 wiz Exp $
 #
 
-DISTNAME=      pkgconfig-0.16.0
+DISTNAME=      pkgconfig-0.17.1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.freedesktop.org/software/pkgconfig/releases/
 
diff -r 6eee88b02b33 -r e99de14ded49 devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Fri Apr 15 11:45:16 2005 +0000
+++ b/devel/pkgconfig/distinfo  Fri Apr 15 12:15:06 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2005/03/28 19:48:14 wiz Exp $
+$NetBSD: distinfo,v 1.14 2005/04/15 12:15:06 wiz Exp $
 
-SHA1 (pkgconfig-0.16.0.tar.gz) = 640d4cf5e80b0b80e56d35c90daf5e205e7c9358
-RMD160 (pkgconfig-0.16.0.tar.gz) = be7570066712ff5f1b16b12ac45e48793d50bdfe
-Size (pkgconfig-0.16.0.tar.gz) = 957975 bytes
+SHA1 (pkgconfig-0.17.1.tar.gz) = b4731470aa39d90073c045ab64f1bef5f397e730
+RMD160 (pkgconfig-0.17.1.tar.gz) = 9c83b0fe2c6cb715d856faae0e9f2c1748d0c437
+Size (pkgconfig-0.17.1.tar.gz) = 964840 bytes



Home | Main Index | Thread Index | Old Index