pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/slib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 10 14:20:16 UTC 2022

Modified Files:
        pkgsrc/devel/slib: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/slib/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/slib/PLIST

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

Modified files:

Index: pkgsrc/devel/slib/Makefile
diff -u pkgsrc/devel/slib/Makefile:1.40 pkgsrc/devel/slib/Makefile:1.41
--- pkgsrc/devel/slib/Makefile:1.40     Wed Feb 19 14:33:00 2020
+++ pkgsrc/devel/slib/Makefile  Thu Mar 10 14:20:16 2022
@@ -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 @@ PKGNAME=      slib-3.2.6
 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_STAGE.scmpath=        pre-configure
 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           \

Index: pkgsrc/devel/slib/PLIST
diff -u pkgsrc/devel/slib/PLIST:1.18 pkgsrc/devel/slib/PLIST:1.19
--- pkgsrc/devel/slib/PLIST:1.18        Sun Feb 16 10:56:24 2020
+++ pkgsrc/devel/slib/PLIST     Thu Mar 10 14:20:16 2022
@@ -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/selfset.scm
 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