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:           Sun Mar 21 15:42:29 UTC 2021

Modified Files:
        pkgsrc/sysutils/ups-nut: Makefile.common

Log Message:
sysutils/ups-nut: uSE_TOOLS= pkg-config

Otherwise, nss is not found.   Should resolve bulk build failures
(although it built ok on systems that happened to have pkgconf).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/ups-nut/Makefile.common

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.common
diff -u pkgsrc/sysutils/ups-nut/Makefile.common:1.9 pkgsrc/sysutils/ups-nut/Makefile.common:1.10
--- pkgsrc/sysutils/ups-nut/Makefile.common:1.9 Thu Feb 11 10:05:13 2021
+++ pkgsrc/sysutils/ups-nut/Makefile.common     Sun Mar 21 15:42:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2021/02/11 10:05:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/03/21 15:42:29 gdt Exp $
 # used by sysutils/ups-nut/Makefile
 # used by sysutils/ups-nut-cgi/Makefile
 # used by sysutils/ups-nut-snmp/Makefile
@@ -20,6 +20,7 @@ NUT_GROUP?=           nut
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/ups-nut/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/ups-nut/patches
 
+USE_TOOLS=             pkg-config
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index