pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net6 fix the gnutls hack so that the installed .pc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a48d13818b1f
branches:  trunk
changeset: 394936:a48d13818b1f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jun 25 09:41:45 2009 +0000

description:
fix the gnutls hack so that the installed .pc file doesn't contain
unresolved variables
bump PKGREVISION

diffstat:

 net/net6/Makefile         |   3 ++-
 net/net6/distinfo         |   4 ++--
 net/net6/patches/patch-aa |  12 ++++++------
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r fd9a78d7a879 -r a48d13818b1f net/net6/Makefile
--- a/net/net6/Makefile Thu Jun 25 09:38:25 2009 +0000
+++ b/net/net6/Makefile Thu Jun 25 09:41:45 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/06/13 12:28:44 hasso Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/25 09:41:45 drochner Exp $
 #
 
 DISTNAME=      net6-1.3.9
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://releases.0x539.de/net6/
 
diff -r fd9a78d7a879 -r a48d13818b1f net/net6/distinfo
--- a/net/net6/distinfo Thu Jun 25 09:38:25 2009 +0000
+++ b/net/net6/distinfo Thu Jun 25 09:41:45 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/06/13 12:28:44 hasso Exp $
+$NetBSD: distinfo,v 1.4 2009/06/25 09:41:45 drochner Exp $
 
 SHA1 (net6-1.3.9.tar.gz) = 86c15f3b3bcd89bfa8da9cef68518b32349ba36f
 RMD160 (net6-1.3.9.tar.gz) = 178c0093edfc9edc3f11afed06c4743ef86052e8
 Size (net6-1.3.9.tar.gz) = 449368 bytes
-SHA1 (patch-aa) = af9e96ff38f967c93ca60f56200694c4976e2a10
+SHA1 (patch-aa) = 4cbce62de477d34a0fab810a57646de0bf528834
diff -r fd9a78d7a879 -r a48d13818b1f net/net6/patches/patch-aa
--- a/net/net6/patches/patch-aa Thu Jun 25 09:38:25 2009 +0000
+++ b/net/net6/patches/patch-aa Thu Jun 25 09:41:45 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2009/06/13 12:28:44 hasso Exp $
+$NetBSD: patch-aa,v 1.2 2009/06/25 09:41:45 drochner Exp $
 
---- configure.ac.orig  2009-06-12 19:09:16 +0300
-+++ configure.ac       2009-06-12 19:09:53 +0300
-@@ -73,17 +73,7 @@ AM_CONDITIONAL(WIN32, test x$win32 = xtr
+--- configure.ac.orig  2009-01-03 21:56:07.000000000 +0100
++++ configure.ac
+@@ -73,16 +73,8 @@ AM_CONDITIONAL(WIN32, test x$win32 = xtr
  
  # Checks for libraries.
  PKG_CHECK_MODULES([libnet6], [sigc++-2.0])
@@ -16,8 +16,8 @@
 -]]))
 -addlibs="$addlibs $LIBGNUTLS_LIBS"
 -addcflags="$LIBGNUTLS_CFLAGS"
--AC_SUBST(addcflags)
 +PKG_CHECK_MODULES([LIBGNUTLS], [gnutls])
++addcflags="$LIBGNUTLS_CFLAGS"
+ AC_SUBST(addcflags)
  
  # gettext / i18n
- AM_GNU_GETTEXT([external])



Home | Main Index | Thread Index | Old Index