[23244] trunk/dports/lang/guile

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 27 16:30:37 PDT 2007


Revision: 23244
          http://trac.macosforge.org/projects/macports/changeset/23244
Author:   mas at macports.org
Date:     2007-03-27 16:30:37 -0700 (Tue, 27 Mar 2007)

Log Message:
-----------
fix broken slib.scm; claim maintainership

Modified Paths:
--------------
    trunk/dports/lang/guile/Portfile

Added Paths:
-----------
    trunk/dports/lang/guile/files/patch-slib.scm

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2007-03-27 23:13:36 UTC (rev 23243)
+++ trunk/dports/lang/guile/Portfile	2007-03-27 23:30:37 UTC (rev 23244)
@@ -4,7 +4,7 @@
 name		guile
 version		1.8.1
 categories	lang
-maintainers	nomaintainer at macports.org
+maintainers	mas at macports.org openmaintainer at macports.org
 platforms	darwin
 
 description	GNU's Ubiquitous Intelligent Language for Extension (guile)
@@ -38,7 +38,8 @@
 
 patchfiles	fix-64bit-problems.diff \
 		fix-srfi-14-test.diff \
-		add-osx-stackbase.diff
+		add-osx-stackbase.diff \
+		patch-slib.scm
 
 depends_lib	port:readline port:gmp
 

Added: trunk/dports/lang/guile/files/patch-slib.scm
===================================================================
--- trunk/dports/lang/guile/files/patch-slib.scm	                        (rev 0)
+++ trunk/dports/lang/guile/files/patch-slib.scm	2007-03-27 23:30:37 UTC (rev 23244)
@@ -0,0 +1,16 @@
+--- ice-9/slib.scm	2006-02-18 07:08:44.000000000 +0100
++++ ice-9/slib.scm	2007-03-28 01:11:35.000000000 +0200
+@@ -16,6 +16,13 @@
+ ;;;; License along with this library; if not, write to the Free Software
+ ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ;;;;
++
++;; forward patch GDT's 1.6.7 pkgsrc patch
++;; ref. http://lists.gnu.org/archive/html/guile-user/2005-10/msg00083.html
++;; Load slib's init routine.
++(load (string-append (assoc-ref %guile-build-info 'pkgdatadir)
++		"/slib/guile.init"))
++
+ (define-module (ice-9 slib)
+   :export (slib:load slib:load-source defmacro:load
+ 	   implementation-vicinity library-vicinity home-vicinity

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070327/8a7d36b7/attachment.html


More information about the macports-changes mailing list