pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 13:28:09 UTC 2020

Modified Files:
        pkgsrc/lang/sbcl: Makefile

Log Message:
lang/sbcl: remove no-op SUBST block

There is no file that contains the word "tar" anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/lang/sbcl/Makefile

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

Modified files:

Index: pkgsrc/lang/sbcl/Makefile
diff -u pkgsrc/lang/sbcl/Makefile:1.84 pkgsrc/lang/sbcl/Makefile:1.85
--- pkgsrc/lang/sbcl/Makefile:1.84      Sun Nov 10 16:58:31 2019
+++ pkgsrc/lang/sbcl/Makefile   Sat May  9 13:28:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2019/11/10 16:58:31 he Exp $
+# $NetBSD: Makefile,v 1.85 2020/05/09 13:28:09 rillig Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-1.5.7
@@ -60,12 +60,6 @@ SUBST_FILES.fix-paths=               install.sh src/r
 SUBST_VARS.fix-paths=          PREFIX
 SUBST_SED.fix-paths+=          -e 's,/var/log,${VARBASE}/log,g'
 
-SUBST_CLASSES+=                        fix-gtar
-SUBST_STAGE.fix-gtar=          pre-configure
-SUBST_MESSAGE.fix-gtar=                Fixing GNU tar references.
-SUBST_FILES.fix-gtar=          contrib/asdf-install/installer.lisp
-SUBST_VARS.fix-gtar=           GTAR
-
 SUBST_CLASSES+=                        fix-bins
 SUBST_STAGE.fix-bins=          pre-configure
 SUBST_FILES.fix-bins=          src/runtime/Config.x86-64-sunos



Home | Main Index | Thread Index | Old Index