Update to 1.4.1
* installation fix: (ice-9 and-let*) has been renamed to (ice-9 and-let-star) * build fix: net_db.c `inet_aton' declaration now properly conditionalized * bugfix: `expt' now handles negative exponents correctly * installation fix: some programs are no longer installed * guile-snarf usage now internalizes output-file creation/deletion * installation fix: libltdl now "installable" instead of "convenience" * library versioning now more disciplined * "make check" now works * provisional documentation available * interface summarization available
This commit is contained in:
parent
54b8c01927
commit
ee84541509
4 changed files with 14 additions and 28 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.28 2002/08/25 19:23:03 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2002/08/25 20:58:21 mjl Exp $
|
||||
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
|
||||
#
|
||||
|
||||
DISTNAME= guile-1.4
|
||||
DISTNAME= guile-1.4.1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2002/08/25 19:23:03 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.5 2002/08/25 20:58:21 mjl Exp $
|
||||
|
||||
SHA1 (guile-1.4.tar.gz) = b143efaff0820f7c701eea0b25aa87af2693c4ac
|
||||
Size (guile-1.4.tar.gz) = 1132852 bytes
|
||||
SHA1 (patch-ad) = 6cd829a21ff8d8d269fd005ce6e49e936cad7887
|
||||
SHA1 (patch-ae) = 6be83481941ae79ea9c9e9c7d9f8dbe433342f46
|
||||
SHA1 (guile-1.4.1.tar.gz) = 81a91ea7480ca06d1aeda94b90a89b27e9bdea7a
|
||||
Size (guile-1.4.1.tar.gz) = 1502840 bytes
|
||||
SHA1 (patch-ad) = 7f029e488fc6b1a7294a43606388114438768862
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
$NetBSD: patch-ad,v 1.2 2000/07/15 02:31:40 jlam Exp $
|
||||
$NetBSD: patch-ad,v 1.3 2002/08/25 20:58:22 mjl Exp $
|
||||
|
||||
--- guile-readline/Makefile.in.orig Tue Jun 20 18:20:21 2000
|
||||
+++ guile-readline/Makefile.in Fri Jul 14 21:48:45 2000
|
||||
@@ -156,8 +156,8 @@
|
||||
--- guile-readline/Makefile.in.orig Tue May 14 00:53:17 2002
|
||||
+++ guile-readline/Makefile.in Sat Aug 24 02:02:30 2002
|
||||
@@ -178,8 +178,8 @@
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
|
||||
- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
|
||||
+ echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
|
||||
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
|
||||
- echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
|
||||
- $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
|
||||
+ echo " $(LIBTOOL) --mode=install $(INSTALL_DATA) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
|
||||
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ae,v 1.2 2002/08/25 19:23:04 jlam Exp $
|
||||
|
||||
--- guile-readline/configure 2002/07/23 21:24:40 1.1
|
||||
+++ guile-readline/configure 2002/07/23 21:25:00
|
||||
@@ -1723,7 +1723,7 @@
|
||||
readline ("");
|
||||
}
|
||||
EOF
|
||||
-if { (eval echo configure:1727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||
+if { (eval echo configure:1727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest < /dev/null; exit) 2>/dev/null
|
||||
then
|
||||
guile_cv_sigwinch_sa_restart_cleared=yes
|
||||
else
|
Loading…
Reference in a new issue