pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuuid libuuid: disable NLS for everyone for PL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9f0ba3678f
branches:  trunk
changeset: 372633:2d9f0ba3678f
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Dec 12 20:52:19 2017 +0000

description:
libuuid: disable NLS for everyone for PLIST consistency.

configure script is looking for a symbol _nl_expand_alias. AFAIK we don't
have a way to supply this from pkgsrc, so we are left with some operating
systems that pass this test (smartos, linux) and some that don't (netbsd + ??)

This will not change the binary package to anyone who successfully
installed it before, we are missing a NLS-only item in the PLIST.

Report by wilbury.

diffstat:

 devel/libuuid/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r efc6f00f7c2a -r 2d9f0ba3678f devel/libuuid/Makefile
--- a/devel/libuuid/Makefile    Tue Dec 12 20:42:41 2017 +0000
+++ b/devel/libuuid/Makefile    Tue Dec 12 20:52:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/12/08 08:03:35 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/12/12 20:52:19 maya Exp $
 
 .include "Makefile.common"
 
@@ -9,6 +9,11 @@
 
 CONFIGURE_ARGS+=       --enable-libuuid
 CONFIGURE_ARGS+=       --enable-uuidgen
+
+# netbsd libintl lacks _nl_expand_alias, resulting in NLS being
+# disabled. for consistency, disable for all
+CONFIGURE_ARGS+=       --disable-nls
+
 PKGCONFIG_OVERRIDE+=   libuuid/uuid.pc.in
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index