Package: slib / 3b6-3

Metadata

Package Version Patches format
slib 3b6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes.patch | (download)

slib.texi | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 upstream changes before switch to "3.0 (quilt)" source format in
 version 3b1-3.1


712322_use_local_schmooz.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use local schmooz version to build txi files

Bug-Debian: http://bugs.debian.org/712322
0003 Use sensible browser in Guile browse url.patch | (download)

guile.init | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use sensible-browser in guile browse-url


0004 Do not remove slib.sh in make distclean.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not remove slib.sh in make distclean


0005 Fix unassigned variable error in mitscheme.init.patch | (download)

mitscheme.init | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix unassigned variable error in mitscheme.init

Without (load-option 'synchronous-subprocess) MIT-Scheme has the
following error when loading the init file:

    ;Loading "/usr/share/slib/mitscheme.init"...
    ;Unassigned variable: run-shell-command

0006 Use Debian install directory in library vicinity.patch | (download)

RScheme.init | 2 1 + 1 - 0 !
STk.init | 2 1 + 1 - 0 !
chez.init | 2 1 + 1 - 0 !
elk.init | 2 1 + 1 - 0 !
gambit.init | 2 1 + 1 - 0 !
kawa.init | 2 1 + 1 - 0 !
mitscheme.init | 2 1 + 1 - 0 !
s7.init | 2 1 + 1 - 0 !
scheme2c.init | 2 1 + 1 - 0 !
vscm.init | 2 1 + 1 - 0 !
10 files changed, 10 insertions(+), 10 deletions(-)

 use debian install directory in library-vicinity


0007 Default implementation vicinity under var lib slib.patch | (download)

chez.init | 2 1 + 1 - 0 !
gambit.init | 2 1 + 1 - 0 !
mitscheme.init | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 default implementation-vicinity under /var/lib/slib/

Bug-Debian: http://bugs.debian.org/970310
0008 guile 2.init pass declarative f to define module for.patch | (download)

guile-2.init | 498 333 + 165 - 0 !
1 file changed, 333 insertions(+), 165 deletions(-)

 guile-2.init: pass #:declarative #f to define-module for guile 3.x

Otherwise guile-3.0 issues a warning:

  WARNING: Use of `load' in declarative module (ice-9 slib).  Add #:declarative? #f to your define-module invocation.

0009 configure PACKAGE_TARNAME should not depend on pwd.patch | (download)

configure | 18 11 + 7 - 0 !
1 file changed, 11 insertions(+), 7 deletions(-)

 configure: package_tarname should not depend on pwd

Fix for reproducible build.

0010 slib.sh do not set LD_LIBRARY_PATH when starting Gam.patch | (download)

slib.sh | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 slib.sh: do not set ld_library_path when starting gambit

This is not required when using the Debian package.