pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmake Welcome to the brave new world of gettext-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c0d0b822598
branches:  trunk
changeset: 507733:2c0d0b822598
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 07 18:31:57 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:

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

diffs (31 lines):

diff -r 5beaf62c9ad8 -r 2c0d0b822598 devel/gmake/distinfo
--- a/devel/gmake/distinfo      Tue Feb 07 18:16:18 2006 +0000
+++ b/devel/gmake/distinfo      Tue Feb 07 18:31:57 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 22:24:15 agc Exp $
+$NetBSD: distinfo,v 1.13 2006/02/07 18:31:57 jlam Exp $
 
 SHA1 (make-3.80.tar.gz) = 12cd7822d9cd7c1f12cc50df87366ec61915a277
 RMD160 (make-3.80.tar.gz) = c89488af208e5871d199857600f16e156de03cd7
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 7874662cb9345c4107fcc2aab7184ccd4c93090d
 SHA1 (patch-ae) = 7baeabf65a5ceee682134edf90654c53bfb9ee11
 SHA1 (patch-af) = 40b0298a2b9d62ea127e07fcb317c1e38d86a35b
+SHA1 (patch-ag) = 8aa14e44c82c8ac21085ad3c5e82b84b4447012e
diff -r 5beaf62c9ad8 -r 2c0d0b822598 devel/gmake/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gmake/patches/patch-ag      Tue Feb 07 18:31:57 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/02/07 18:31:57 jlam Exp $
+
+--- Makefile.in.orig   2002-10-03 22:56:12.000000000 -0400
++++ Makefile.in
+@@ -209,7 +209,7 @@ inst_group = @KMEM_GROUP@
+ noinst_PROGRAMS = loadavg
+ loadavg_SOURCES = loadavg.c
+ loadavg_CFLAGS = -DTEST
+-loadavg_LDADD = @GETLOADAVG_LIBS@
++loadavg_LDADD = @GETLOADAVG_LIBS@ @LIBINTL@
+ 
+ # > check-regression
+ #



Home | Main Index | Thread Index | Old Index