pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libidn Fix build breakage many people were seein...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/946b80003201
branches:  trunk
changeset: 394506:946b80003201
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 11 07:25:30 2009 +0000

description:
Fix build breakage many people were seeing (interestingly, I couldn't
reproduce it). Patch from drochner@, tested by tron@.

diffstat:

 devel/libidn/distinfo         |   3 ++-
 devel/libidn/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 98dd5f24eead -r 946b80003201 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Thu Jun 11 07:23:24 2009 +0000
+++ b/devel/libidn/distinfo     Thu Jun 11 07:25:30 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.43 2009/06/09 13:17:59 wiz Exp $
+$NetBSD: distinfo,v 1.44 2009/06/11 07:25:30 wiz Exp $
 
 SHA1 (libidn-1.15.tar.gz) = 6321660c7072737110b790044cbf8653a95ea175
 RMD160 (libidn-1.15.tar.gz) = fb02015566838cbd86dda5b74f0da9ef78009b1b
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
 SHA1 (patch-ab) = 850e8f30891c58dc9781c7e891e61136c6ed6d3b
 SHA1 (patch-ac) = 0b2eab310a21ca7ea695d0ee01449b7311338d6f
+SHA1 (patch-ad) = da7391bb9a1e2302882d2f6681304df91db87b00
diff -r 98dd5f24eead -r 946b80003201 devel/libidn/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libidn/patches/patch-ad     Thu Jun 11 07:25:30 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2009/06/11 07:25:31 wiz Exp $
+
+--- doc/Makefile.in.orig       2009-06-08 10:39:58.000000000 +0000
++++ doc/Makefile.in
+@@ -618,7 +618,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE)
+       -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson" \
+       -verbatimcopying
+ 
+-BUILT_SOURCES = Makefile.gdoc
++BUILT_SOURCES = # Makefile.gdoc
+ 
+ #
+ ### idna.c



Home | Main Index | Thread Index | Old Index