pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xephem
Module Name: pkgsrc
Committed By: gdt
Date: Sun Jun 28 00:36:15 UTC 2026
Modified Files:
pkgsrc/x11/xephem: Makefile
Log Message:
x11/xephem: Add \todo about wrong WRKSRC
While WRKSRC points to the dir in which make should be invoked, the
build references files outside of that dir. So it's wrong, and
BUILD_DIRS should be used instead.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/x11/xephem/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xephem/Makefile
diff -u pkgsrc/x11/xephem/Makefile:1.81 pkgsrc/x11/xephem/Makefile:1.82
--- pkgsrc/x11/xephem/Makefile:1.81 Sat Jun 27 20:07:53 2026
+++ pkgsrc/x11/xephem/Makefile Sun Jun 28 00:36:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2026/06/27 20:07:53 gdt Exp $
+# $NetBSD: Makefile,v 1.82 2026/06/28 00:36:15 gdt Exp $
VERSION= 4.2.0
PKGREVISION= 1
@@ -35,7 +35,11 @@ LICENSE= mit
# (not reported upstream because a bug report today would be disrespectful)
MAKE_JOBS_SAFE= no
+# \todo Fix this WRKSRC line (move subdir to BUILD_DIRS), because
+# while the build is done in that dir, files not in that subdir are
+# used in the build -- which breaks mkpatches.
WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
+
USE_TOOLS+= gmake pax perl:run
X11_LDFLAGS+= ${LIBS}
Home |
Main Index |
Thread Index |
Old Index