Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv23602

Modified Files:
        scheme48.info scheme48.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1791354&group_id=17203&atid=414256

Index: scheme48.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scheme48.info       10 May 2007 02:12:20 -0000      1.5
+++ scheme48.info       21 Sep 2007 04:38:04 -0000      1.6
@@ -1,16 +1,17 @@
 Package: scheme48
-Version: 1.6
+Version: 1.7
 Revision: 1
 Source: http://s48.org/%v/%n-%v.tgz
-Source-MD5: ec5cb92d400c4039c0a1a3d76a3a9f6d
+Source-MD5: 62019de0f92ed2a353289d19a8e3c835
 DocFiles: COPYING INSTALL README
 Description: Popular implementation of the Scheme language
+Patch: %n.patch
 InstallScript: <<
-  mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
-  make install prefix=%i mandir=%i/share/man/man1 docdir=%i/share/doc/%n
-  perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
-  perl -pi -e 's|%i|%p|g' %i/bin/%n
-  cp -r doc %i/share/doc/%n
+  # mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
+  make install DESTDIR=%d
+  # perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
+  # perl -pi -e 's|%i|%p|g' %i/bin/%n
+  # cp -r doc %i/share/doc/%n
 <<
 DescDetail: <<
 Scheme48 is an implementation of Scheme written by Richard Kelsey and 

Index: scheme48.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scheme48.patch      21 May 2006 23:45:28 -0000      1.1
+++ scheme48.patch      21 Sep 2007 04:38:04 -0000      1.2
@@ -1,33 +1,15 @@
-diff -Naur --exclude='*~' scheme48-1.3/c/free.c scheme48-1.3.fink/c/free.c
---- scheme48-1.3/c/free.c      2005-05-22 07:15:10.000000000 -0700
-+++ scheme48-1.3.fink/c/free.c 2006-05-21 16:22:49.000000000 -0700
-@@ -19,6 +19,7 @@
-  */
- 
- #include <stdio.h>
-+#include <string.h>
- 
- #ifndef _WIN32
- #include "sysdep.h"
-diff -Naur --exclude='*~' scheme48-1.3/c/unix/dynamo.c 
scheme48-1.3.fink/c/unix/dynamo.c
---- scheme48-1.3/c/unix/dynamo.c       2005-04-27 01:45:24.000000000 -0700
-+++ scheme48-1.3.fink/c/unix/dynamo.c  2006-05-21 16:23:50.000000000 -0700
-@@ -6,6 +6,7 @@
-  */
- 
- #include <stdlib.h>
-+#include <string.h>
- #include <unistd.h>
- #include "sysdep.h"
- #include "scheme48.h"
-diff -Naur --exclude='*~' scheme48-1.3/c/unix/dynlink.c 
scheme48-1.3.fink/c/unix/dynlink.c
---- scheme48-1.3/c/unix/dynlink.c      2005-04-27 01:45:24.000000000 -0700
-+++ scheme48-1.3.fink/c/unix/dynlink.c 2006-05-21 16:23:24.000000000 -0700
-@@ -8,6 +8,7 @@
- #include "sysdep.h"
+diff -Naur --exclude='*~' --exclude=semantic.cache scheme48-1.7/Makefile.in 
scheme48-1.7.fink/Makefile.in
+--- scheme48-1.7/Makefile.in   2007-08-28 04:55:43.000000000 -0700
++++ scheme48-1.7.fink/Makefile.in      2007-09-11 12:44:59.000000000 -0700
+@@ -26,9 +26,9 @@
  
- #include <stdlib.h>
-+#include <string.h>
- #include <unistd.h>
- #include "scheme48.h"
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-incdir = $(exec_prefix)/include
++incdir = $(exec_prefix)/include/scheme48
+ manext = 1
+-mandir = $(prefix)/man/man$(manext)
++mandir = $(prefix)/share/man/man$(manext)
  
+ # HP 9000 series, if you don't have gcc
+ #   CC = cc


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to