pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 24 10:09:23 UTC 2025
Modified Files:
pkgsrc/mk/defaults: mk.conf
pkgsrc/pkgtools/pkglint4/files: makevars.map
Log Message:
*: remove unused BSDXSRCDIR variable
To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 pkgsrc/mk/defaults/mk.conf
cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/pkglint4/files/makevars.map
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.353 pkgsrc/mk/defaults/mk.conf:1.354
--- pkgsrc/mk/defaults/mk.conf:1.353 Tue Dec 23 12:22:52 2025
+++ pkgsrc/mk/defaults/mk.conf Wed Dec 24 10:09:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.353 2025/12/23 12:22:52 wiz Exp $
+# $NetBSD: mk.conf,v 1.354 2025/12/24 10:09:22 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -459,12 +459,6 @@ BSDSRCDIR?= /usr/src
# Possible: any path
# Default: /usr/src
-BSDXSRCDIR?= /usr/xsrc
-# Where the NetBSD xsrc module source tree is located
-# used in the x11/xservers package
-# Possible: any path
-# Default: /usr/xsrc
-
DISTDIR?= ${PKGSRCDIR}/distfiles
# Directory where original distribution
# files are stored.
Index: pkgsrc/pkgtools/pkglint4/files/makevars.map
diff -u pkgsrc/pkgtools/pkglint4/files/makevars.map:1.17 pkgsrc/pkgtools/pkglint4/files/makevars.map:1.18
--- pkgsrc/pkgtools/pkglint4/files/makevars.map:1.17 Wed Mar 26 14:17:32 2025
+++ pkgsrc/pkgtools/pkglint4/files/makevars.map Wed Dec 24 10:09:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.17 2025/03/26 14:17:32 wiz Exp $
+# $NetBSD: makevars.map,v 1.18 2025/12/24 10:09:23 wiz Exp $
#
# This file contains the guessed type of some variables, according to
@@ -86,7 +86,6 @@ PKGINFODIR Pathname [$user]
PKGMANDIR Pathname [$user]
USE_XPKGWEDGE YesNo [$user]
BSDSRCDIR Pathname [$user]
-BSDXSRCDIR Pathname [$user]
DISTDIR Pathname [$user]
DIST_PATH Pathlist [$user]
DEFAULT_VIEW Unchecked [$user]
Home |
Main Index |
Thread Index |
Old Index