summaryrefslogtreecommitdiff
path: root/lang/scm/patches
diff options
context:
space:
mode:
authoradam <adam>2005-10-25 09:32:15 +0000
committeradam <adam>2005-10-25 09:32:15 +0000
commitee78785c5430da843b39bf715a687bf1f462bf92 (patch)
tree5c585491d6cd301b8b1629335bf802b75e6aa47e /lang/scm/patches
parenta071ca68ad998d719c9ee6163d52ec674eb68f71 (diff)
downloadpkgsrc-ee78785c5430da843b39bf715a687bf1f462bf92.tar.gz
Changes 5.5.1:
* Improvements
Diffstat (limited to 'lang/scm/patches')
-rw-r--r--lang/scm/patches/patch-aa26
1 files changed, 18 insertions, 8 deletions
diff --git a/lang/scm/patches/patch-aa b/lang/scm/patches/patch-aa
index 0d45bffe3f3..dcf8dae5c3d 100644
--- a/lang/scm/patches/patch-aa
+++ b/lang/scm/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/10/04 20:31:23 agc Exp $
+$NetBSD: patch-aa,v 1.2 2005/10/25 09:32:15 adam Exp $
---- Makefile.orig 2003-06-17 20:25:30.000000000 -0700
+--- Makefile.orig 2005-06-24 01:20:35.000000000 +0000
+++ Makefile
-@@ -92,7 +92,9 @@ ofiles = scm.o time.o repl.o scl.o sys.o
+@@ -97,7 +97,9 @@ ofiles = scm.o time.o repl.o scl.o sys.o
# ramap.o
ifiles = Init$(VERSION).scm Transcen.scm Link.scm Macro.scm Macexp.scm \
- Tscript.scm compile.scm
+ Tscript.scm compile.scm Iedline.scm Idiffer.scm
-hobfiles = hobbit.scm scmhob.scm scmhob.h
+hobsrcs = hobbit.scm scmhob.scm
+hobincs = scmhob.h
@@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/10/04 20:31:23 agc Exp $
xafiles = xatoms.scm x11.scm xevent.scm keysymdef.scm
xfiles = x.c x.h xgen.scm xevent.h inc2scm $(xafiles)
-@@ -341,12 +343,12 @@ $(PREVDOCS)scm.info: srcdir.mk Makefile
+@@ -396,12 +398,12 @@ $(PREVDOCS)scm.info: srcdir.mk Makefile
rpm_prefix=/usr/src/redhat/
@@ -28,7 +28,16 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/10/04 20:31:23 agc Exp $
# directory where `make install' will put manual page.
mandir = $(prefix)man/
man1dir = $(mandir)man1/
-@@ -407,15 +409,15 @@ install: scm.1
+@@ -453,7 +455,7 @@ $(infodir)Xlibscm.info.gz: $(infodir)Xli
+ $(infodir)hobbit.info.gz: $(infodir)hobbit.info
+ gzip -f $(infodir)hobbit.info
+
+-install: scm.1 db.so wbtab.scm rwb-isam.scm
++install:
+ test -d $(bindir) || mkdir $(bindir)
+ test -d $(mandir) || mkdir $(mandir)
+ test -d $(man1dir) || mkdir $(man1dir)
+@@ -462,16 +464,16 @@ install: scm.1 db.so wbtab.scm rwb-isam.
-cp scm.1 $(man1dir)
test -d $(libdir) || mkdir $(libdir)
test -d $(libscmdir) || mkdir $(libscmdir)
@@ -36,9 +45,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/10/04 20:31:23 agc Exp $
+ -cp $(ifiles) $(hobsrcs) COPYING r4rstest.scm $(libscmdir)
test -f $(libscmdir)require.scm || \
cp requires.scm $(libscmdir)require.scm
-- -cp build build.scm mkimpcat.scm Iedline.scm *.sl *.so patchlvl.h\
-+ -cp build build.scm mkimpcat.scm Iedline.scm *.sl *.so \
+- -cp build build.scm mkimpcat.scm Iedline.scm $(SHOBJS) patchlvl.h\
++ -cp build build.scm mkimpcat.scm Iedline.scm $(SHOBJS) \
$(xafiles) $(libscmdir)
+ -cp db.so wbtab.scm rwb-isam.scm $(libscmdir)
installlib:
test -d $(includedir) || mkdir $(includedir)