pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/xz



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Sep 20 12:05:46 UTC 2017

Modified Files:
        pkgsrc/archivers/xz: Makefile options.mk

Log Message:
xz: Honour PKGLOCALEDIR, PR#52552 from Matteo Cypriani.

Bump PKGREVISION as package built previously but with wrong localedir.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/xz/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/xz/options.mk

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

Modified files:

Index: pkgsrc/archivers/xz/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.25 pkgsrc/archivers/xz/Makefile:1.26
--- pkgsrc/archivers/xz/Makefile:1.25   Wed Sep  6 09:03:00 2017
+++ pkgsrc/archivers/xz/Makefile        Wed Sep 20 12:05:46 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2017/09/06 09:03:00 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/09/20 12:05:46 jperkin Exp $
 
 DISTNAME=      xz-5.2.3
+PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  https://tukaani.org/xz/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/archivers/xz/options.mk
diff -u pkgsrc/archivers/xz/options.mk:1.3 pkgsrc/archivers/xz/options.mk:1.4
--- pkgsrc/archivers/xz/options.mk:1.3  Sat Oct  3 14:57:10 2015
+++ pkgsrc/archivers/xz/options.mk      Wed Sep 20 12:05:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2015/10/03 14:57:10 tnn Exp $
+# $NetBSD: options.mk,v 1.4 2017/09/20 12:05:46 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xz
 PKG_SUPPORTED_OPTIONS= nls
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS=  nls
 PLIST_VARS+=           nls
 
 .if !empty(PKG_OPTIONS:Mnls)
+USE_PKGLOCALEDIR=      yes
 PLIST.nls=             yes
 CONFIGURE_ARGS+=       --enable-nls
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index