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:           Mon Feb  2 23:47:53 UTC 2026

Modified Files:
        pkgsrc/x11/xephem: Makefile
Removed Files:
        pkgsrc/x11/xephem/patches: patch-ab

Log Message:
x11/xephem: Tidying

Remove old-named patch not in distinfo anyway.

Upgrade SUBST_SED to SUBST_VARS.

NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/xephem/Makefile
cvs rdiff -u -r1.5 -r0 pkgsrc/x11/xephem/patches/patch-ab

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.77 pkgsrc/x11/xephem/Makefile:1.78
--- pkgsrc/x11/xephem/Makefile:1.77     Mon Feb  2 23:42:24 2026
+++ pkgsrc/x11/xephem/Makefile  Mon Feb  2 23:47:53 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2026/02/02 23:42:24 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2026/02/02 23:47:53 gdt Exp $
 
 VERSION=       4.2.0
 DISTNAME=      XEphem-${VERSION}
@@ -52,10 +52,10 @@ INSTALLATION_DIRS=  bin lib/X11/app-defau
 
 # xephem looks for app-defaults in hardcoded/wrong places
 SUBST_CLASSES+=                ad
-SUBST_SED.ad=          -e "s,@PREFIX@,${PREFIX},"
+SUBST_VARS.ad=         PREFIX
 SUBST_FILES.ad=                tools/xedb/xedb.c
 SUBST_STAGE.ad=                post-configure
-SUBST_MESSAGE.ad=      Fixing path to x11 app-defaultsin xedb.c.
+SUBST_MESSAGE.ad=      Fixing path to x11 app-defaults in xedb.c.
 
 # \todo Make this respect user ShareDir config also.
 SUBST_CLASSES+=                homeio



Home | Main Index | Thread Index | Old Index