pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/slib devel/slib: Drop hack for old guile 2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/323f0270676b
branches: trunk
changeset: 375235:323f0270676b
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Mar 10 14:20:16 2022 +0000
description:
devel/slib: Drop hack for old guile 2.0
We used to install a spurious symlink, and it seems this is no longer
needed, and might be harmful.
Take MAINTAINERship.
diffstat:
devel/slib/Makefile | 12 +++++++-----
devel/slib/PLIST | 3 +--
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r 84a0d13af037 -r 323f0270676b devel/slib/Makefile
--- a/devel/slib/Makefile Thu Mar 10 13:43:59 2022 +0000
+++ b/devel/slib/Makefile Thu Mar 10 14:20:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/02/19 14:33:00 gdt Exp $
+# $NetBSD: Makefile,v 1.41 2022/03/10 14:20:16 gdt Exp $
DISTNAME= slib-3b6
#
@@ -12,7 +12,7 @@
CATEGORIES= devel
MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= http://people.csail.mit.edu/jaffer/SLIB.html
COMMENT= Portable Scheme library of compatibility and utility functions
@@ -32,10 +32,12 @@
SUBST_FILES.scmpath= guile.init
SUBST_SED.scmpath= -e "s|/usr/share/slib|${PREFIX}/share/slib|"
+# Previously, a symlink was created is a workaround for guile-slib
+# with guile 2.0.12. No one understands why, and this comment is left
+# as a possible hint to my future self struggling with guile/slib.
+# cd ${DESTDIR}${SLIBDIR} && ${LN} -s . slib
+
do-install:
- # symlink is a workaround for guile-slib with guile20-2.0.12
- # remove when not needed any longer
- cd ${DESTDIR}${SLIBDIR} && ${LN} -s . slib
cd ${WRKSRC}; ${INSTALL_DATA} *.scm *.init ${DESTDIR}${SLIBDIR}
cd ${WRKSRC}; ${INSTALL_DATA} README FAQ ${DESTDIR}${DOCDIR}
cd ${WRKSRC}; for f in slib.info slib.info-[0-9]*; do \
diff -r 84a0d13af037 -r 323f0270676b devel/slib/PLIST
--- a/devel/slib/PLIST Thu Mar 10 13:43:59 2022 +0000
+++ b/devel/slib/PLIST Thu Mar 10 14:20:16 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2020/02/16 10:56:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/03/10 14:20:16 gdt Exp $
info/slib.info
share/doc/slib/FAQ
share/doc/slib/README
@@ -144,7 +144,6 @@
share/slib/sierpinski.scm
share/slib/simetrix.scm
share/slib/sisc.init
-share/slib/slib
share/slib/solid.scm
share/slib/sort.scm
share/slib/soundex.scm
Home |
Main Index |
Thread Index |
Old Index