pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ups-nut
Module Name: pkgsrc
Committed By: gdt
Date: Thu Aug 11 16:00:17 UTC 2022
Modified Files:
pkgsrc/sysutils/ups-nut: Makefile PLIST
Log Message:
sysutils/ups-nut: Install nut-scanner
Depend on libltldl so that nut-scanner is built. While the program
isn't that useful, it resolves the issue that the package has a man
page for a program that is not install.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/sysutils/ups-nut/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/ups-nut/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ups-nut/Makefile
diff -u pkgsrc/sysutils/ups-nut/Makefile:1.65 pkgsrc/sysutils/ups-nut/Makefile:1.66
--- pkgsrc/sysutils/ups-nut/Makefile:1.65 Tue Jun 28 11:36:06 2022
+++ pkgsrc/sysutils/ups-nut/Makefile Thu Aug 11 16:00:17 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2022/06/28 11:36:06 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2022/08/11 16:00:17 gdt Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "Makefile.common"
PKGNAME= ups-${DISTNAME}
@@ -75,4 +75,6 @@ post-install:
${INSTALL_DATA} $$f ${DESTDIR}${NUT_DOCDIR}/cables/; \
done
+# nut-scanner needs libltdl, but this is not documented
+.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/ups-nut/PLIST
diff -u pkgsrc/sysutils/ups-nut/PLIST:1.29 pkgsrc/sysutils/ups-nut/PLIST:1.30
--- pkgsrc/sysutils/ups-nut/PLIST:1.29 Tue Apr 26 23:28:25 2022
+++ pkgsrc/sysutils/ups-nut/PLIST Thu Aug 11 16:00:17 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.29 2022/04/26 23:28:25 gdt Exp $
+@comment $NetBSD: PLIST,v 1.30 2022/08/11 16:00:17 gdt Exp $
+bin/nut-scanner
bin/upsc
bin/upscmd
bin/upslog
@@ -15,6 +16,7 @@ include/parseconf.h
include/upsclient.h
lib/libnutclient.la
lib/libnutclientstub.la
+lib/libnutscan.la
lib/libupsclient.la
lib/pkgconfig/libnutclient.pc
lib/pkgconfig/libnutclientstub.pc
Home |
Main Index |
Thread Index |
Old Index