pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit Welcome to the brave new world of gettext-0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0b583b03159
branches:  trunk
changeset: 510601:c0b583b03159
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 31 22:30:02 2006 +0000

description:
Welcome to the brave new world of gettext-0.14.5 -- if a source file
includes <libintl.h>, then we must ensure that the resulting object
is linked against -lintl.  This ensures that the correct *printf()
functions are used across all platforms.

diffstat:

 net/ORBit/distinfo         |   4 ++--
 net/ORBit/patches/patch-ad |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 37040b11ffaf -r c0b583b03159 net/ORBit/distinfo
--- a/net/ORBit/distinfo        Fri Mar 31 22:25:00 2006 +0000
+++ b/net/ORBit/distinfo        Fri Mar 31 22:30:02 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2006/03/12 18:13:53 jschauma Exp $
+$NetBSD: distinfo,v 1.29 2006/03/31 22:30:02 jlam Exp $
 
 SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217
 RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4
@@ -6,7 +6,7 @@
 SHA1 (patch-aa) = 9b8854a5e5e988222de4cb5b27da3e82f87df4e3
 SHA1 (patch-ab) = c2b7cc5f83230035c214600bff59d4dfefd92422
 SHA1 (patch-ac) = b46d9dc6fcb3ca598aa986c25a25053fa3e1410a
-SHA1 (patch-ad) = 6921604d21536762b708aeefb63428987040a1ba
+SHA1 (patch-ad) = 34adb52a135b50ffbc1dbbe54adf7b01fbdd5315
 SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb
 SHA1 (patch-af) = 88b7f08410322b4408d2209762f77cb43758a4ff
 SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
diff -r 37040b11ffaf -r c0b583b03159 net/ORBit/patches/patch-ad
--- a/net/ORBit/patches/patch-ad        Fri Mar 31 22:25:00 2006 +0000
+++ b/net/ORBit/patches/patch-ad        Fri Mar 31 22:30:02 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.8 2006/03/12 18:13:53 jschauma Exp $
+$NetBSD: patch-ad,v 1.9 2006/03/31 22:30:02 jlam Exp $
 
---- popt/Makefile.in.orig      Wed Mar 20 06:46:09 2002
+--- popt/Makefile.in.orig      2002-06-06 07:34:39.000000000 -0400
 +++ popt/Makefile.in
 @@ -114,10 +114,10 @@ INCLUDES = -I$(top_srcdir)
  
@@ -15,3 +15,12 @@
  test2_LDADD = $(noinst_LTLIBRARIES)
  
  noinst_SCRIPTS = testit.sh
+@@ -141,7 +141,7 @@ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ libpopt_la_LDFLAGS = 
+-libpopt_la_LIBADD = 
++libpopt_la_LIBADD = $(INTLLIBS)
+ libpopt_la_OBJECTS =  popt.lo findme.lo poptparse.lo poptconfig.lo \
+ popthelp.lo
+ noinst_PROGRAMS =  test1$(EXEEXT) test2$(EXEEXT)



Home | Main Index | Thread Index | Old Index