CVS commit: src/external/public-domain/xz/bin/xz

2018-09-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Sep 25 12:34:42 UTC 2018

Modified Files:
src/external/public-domain/xz/bin/xz: Makefile

Log Message:
Fix spelling of HOSTPROG to not enable NLS for tools build.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/xz/bin/xz/Makefile

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

Modified files:

Index: src/external/public-domain/xz/bin/xz/Makefile
diff -u src/external/public-domain/xz/bin/xz/Makefile:1.4 src/external/public-domain/xz/bin/xz/Makefile:1.5
--- src/external/public-domain/xz/bin/xz/Makefile:1.4	Tue Sep 25 05:42:08 2018
+++ src/external/public-domain/xz/bin/xz/Makefile	Tue Sep 25 12:34:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/09/25 05:42:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/25 12:34:42 joerg Exp $
 
 PROG=	xz
 BINDIR=	/usr/bin
@@ -13,7 +13,7 @@ USETBL=	yes
 .include 
 
 CPPFLAGS+=	-DPACKAGE=\"xz\"
-.if !defined(HOST_PROG)
+.if !defined(HOSTPROG)
 CPPFLAGS+=	-DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"
 .endif
 



CVS commit: src/external/public-domain/xz/bin/xz

2015-04-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Apr 21 10:12:04 UTC 2015

Modified Files:
src/external/public-domain/xz/bin/xz: Makefile

Log Message:
help sun2


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/xz/bin/xz/Makefile

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

Modified files:

Index: src/external/public-domain/xz/bin/xz/Makefile
diff -u src/external/public-domain/xz/bin/xz/Makefile:1.2 src/external/public-domain/xz/bin/xz/Makefile:1.3
--- src/external/public-domain/xz/bin/xz/Makefile:1.2	Fri Apr 17 14:49:23 2015
+++ src/external/public-domain/xz/bin/xz/Makefile	Tue Apr 21 06:12:04 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/17 18:49:23 christos Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/21 10:12:04 christos Exp $
 
 PROG=	xz
 BINDIR=	/usr/bin
@@ -40,4 +40,7 @@ FILESNAME_${XZSRCDIR}/po/${lang}.gmo=	xz
 .endfor
 .endif
 
+LDADD+=	-lpthread
+DPADD+=	${LIBPTHREAD}
+
 .include bsd.prog.mk