pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/dar
Module Name: pkgsrc
Committed By: cheusov
Date: Wed May 1 19:31:21 UTC 2024
Modified Files:
pkgsrc/archivers/dar: Makefile options.mk
Log Message:
Include ../../devel/gettext-lib/buildlink3.mk only if "nls" option is enabled
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/archivers/dar/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/dar/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/dar/Makefile
diff -u pkgsrc/archivers/dar/Makefile:1.65 pkgsrc/archivers/dar/Makefile:1.66
--- pkgsrc/archivers/dar/Makefile:1.65 Wed Nov 8 13:18:02 2023
+++ pkgsrc/archivers/dar/Makefile Wed May 1 19:31:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2023/11/08 13:18:02 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2024/05/01 19:31:21 cheusov Exp $
DISTNAME= dar-2.7.7
PKGREVISION= 4
@@ -67,7 +67,6 @@ BUILDLINK_TRANSFORM+= l:execinfo:execinf
.include "../../archivers/zstd/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/libexecinfo/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../net/librsync/buildlink3.mk"
Index: pkgsrc/archivers/dar/options.mk
diff -u pkgsrc/archivers/dar/options.mk:1.3 pkgsrc/archivers/dar/options.mk:1.4
--- pkgsrc/archivers/dar/options.mk:1.3 Wed May 1 19:20:47 2024
+++ pkgsrc/archivers/dar/options.mk Wed May 1 19:31:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2024/05/01 19:20:47 cheusov Exp $
+# $NetBSD: options.mk,v 1.4 2024/05/01 19:31:21 cheusov Exp $
## Our threading check here is the same as the one used in devel/perl5.
#
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+= --disable-thread-safe
# nls option
.if !empty(PKG_OPTIONS:Mnls)
+.include "../../devel/gettext-lib/buildlink3.mk"
CONFIGURE_ARGS+= --enable-nls
PLIST.nls= yes
.else
Home |
Main Index |
Thread Index |
Old Index