pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Dec 12 20:52:19 UTC 2017

Modified Files:
        pkgsrc/devel/libuuid: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libuuid/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libuuid/Makefile
diff -u pkgsrc/devel/libuuid/Makefile:1.21 pkgsrc/devel/libuuid/Makefile:1.22
--- pkgsrc/devel/libuuid/Makefile:1.21  Fri Dec  8 08:03:35 2017
+++ pkgsrc/devel/libuuid/Makefile       Tue Dec 12 20:52:19 2017
@@ -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 @@ LICENSE=       modified-bsd
 
 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