pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/tarsnap



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar 22 12:24:06 UTC 2025

Modified Files:
        pkgsrc/sysutils/tarsnap: Makefile

Log Message:
tarsnap: Requires e2fsprogs on Linux.

Identified by drecklypkg ci on CentOS 7 and recent Ubuntu.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/tarsnap/Makefile

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

Modified files:

Index: pkgsrc/sysutils/tarsnap/Makefile
diff -u pkgsrc/sysutils/tarsnap/Makefile:1.20 pkgsrc/sysutils/tarsnap/Makefile:1.21
--- pkgsrc/sysutils/tarsnap/Makefile:1.20       Fri Mar 21 17:11:46 2025
+++ pkgsrc/sysutils/tarsnap/Makefile    Sat Mar 22 12:24:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/03/21 17:11:46 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/03/22 12:24:06 nia Exp $
 
 DISTNAME=      tarsnap-autoconf-1.0.41
 PKGNAME=       ${DISTNAME:S/-autoconf//}
@@ -19,5 +19,9 @@ TEST_TARGET=          test
 CONF_FILES=    ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf
 
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.fast.prefs.mk"
+.if ${OPSYS} == "Linux"
+.  include "../../sysutils/e2fsprogs/buildlink3.mk"
+.endif
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index