CVS commit: src/tools/xz-include

2023-06-02 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Fri Jun  2 20:47:27 UTC 2023

Modified Files:
src/tools/xz-include: Makefile.inc

Log Message:
tools: use NONLS= not MKNLS=no


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/xz-include/Makefile.inc

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

Modified files:

Index: src/tools/xz-include/Makefile.inc
diff -u src/tools/xz-include/Makefile.inc:1.2 src/tools/xz-include/Makefile.inc:1.3
--- src/tools/xz-include/Makefile.inc:1.2	Tue Sep 25 17:57:33 2018
+++ src/tools/xz-include/Makefile.inc	Fri Jun  2 20:47:27 2023
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile.inc,v 1.2 2018/09/25 17:57:33 riz Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2023/06/02 20:47:27 lukem Exp $
 
 XZ_TOPLEVEL:=	${.PARSEDIR}/../../external/public-domain/xz
 
-NOMAN=  # defined
+NOMAN=		# defined
+NONLS=		# defined
 MKREPRO=no	# Native toolchain might be unable to do it
-MKNLS=no
 
 CPPFLAGS+=	-std=c99
 



CVS commit: src/tools/xz-include

2023-06-02 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Fri Jun  2 20:47:27 UTC 2023

Modified Files:
src/tools/xz-include: Makefile.inc

Log Message:
tools: use NONLS= not MKNLS=no


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/xz-include/Makefile.inc

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



Re: CVS commit: src/tools/xz-include

2018-09-25 Thread Ryo ONODERA
Hi,

From: "Joerg Sonnenberger" , Date: Tue, 25 Sep 2018 11:41:35 
+

> Module Name:  src
> Committed By: joerg
> Date: Tue Sep 25 11:41:35 UTC 2018
> 
> Modified Files:
>   src/tools/xz-include: Makefile
> 
> Log Message:
> Don't include NLS for the tools build of xz.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.1 -r1.2 src/tools/xz-include/Makefile
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

The following patch may be useful to fix build.sh tools failure.
Your change will also fix the failure.
ENABLE_NLS should be removed?

Index: external/public-domain/xz/bin/xz/Makefile
===
RCS file: /cvsroot/src/external/public-domain/xz/bin/xz/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- external/public-domain/xz/bin/xz/Makefile   25 Sep 2018 05:42:08 -  
1.4
+++ external/public-domain/xz/bin/xz/Makefile   25 Sep 2018 11:49:43 -
@@ -13,7 +13,7 @@
 .include 
 
 CPPFLAGS+= -DPACKAGE=\"xz\"
-.if !defined(HOST_PROG)
+.if !defined(HOSTPROG)
 CPPFLAGS+= -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"
 .endif
 
Thank you.

--
Ryo ONODERA // r...@tetera.org
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3