pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep  1 09:12:20 UTC 2026

Modified Files:
        pkgsrc/net/vnstat: Makefile.common
        pkgsrc/net/vnstati: Makefile

Log Message:
vnstat*: Consolidate and make paths absolute.

Avoids constant rebuilds in bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/vnstat/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/vnstati/Makefile

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

Modified files:

Index: pkgsrc/net/vnstat/Makefile.common
diff -u pkgsrc/net/vnstat/Makefile.common:1.2 pkgsrc/net/vnstat/Makefile.common:1.3
--- pkgsrc/net/vnstat/Makefile.common:1.2       Wed Apr  8 16:08:47 2026
+++ pkgsrc/net/vnstat/Makefile.common   Tue Sep  1 09:12:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2026/04/08 16:08:47 sborrill Exp $
+# $NetBSD: Makefile.common,v 1.3 2026/09/01 09:12:20 jperkin Exp $
 #
 # used by net/vnstat/Makefile
 # used by net/vnstati/Makefile
@@ -15,6 +15,10 @@ HOMEPAGE=    https://humdi.net/vnstat/
 COMMENT=       Small network traffic monitor
 LICENSE=       gnu-gpl-v2
 
+DISTINFO_FILE= ${.CURDIR}/../../net/vnstat/distinfo
+PATCHDIR=      ${.CURDIR}/../../net/vnstat/patches
+PKGDIR=                ${.CURDIR}/../../net/vnstat
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       -disable-extra-paths
 CONFIGURE_ARGS+=       --localstatedir='${VARBASE}'

Index: pkgsrc/net/vnstati/Makefile
diff -u pkgsrc/net/vnstati/Makefile:1.2 pkgsrc/net/vnstati/Makefile:1.3
--- pkgsrc/net/vnstati/Makefile:1.2     Wed Apr  8 16:10:20 2026
+++ pkgsrc/net/vnstati/Makefile Tue Sep  1 09:12:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/04/08 16:10:20 sborrill Exp $
+# $NetBSD: Makefile,v 1.3 2026/09/01 09:12:20 jperkin Exp $
 # Version is in Makefile.common shared with net/vnstati
 # PKGREVISION should be bumped here
 
@@ -6,8 +6,6 @@ PKGREVISION=    1
 
 PKGNAME=       ${DISTNAME:S/-/i-/}
 
-PATCHDIR=      ../../net/vnstat/patches
-PKGDIR=                ../../net/vnstat
 PLIST_SRC=     PLIST
 DESCR_SRC=     ../../net/vnstat/DESCR DESCR
 



Home | Main Index | Thread Index | Old Index