[20595] trunk/dports/devel/slib
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 8 12:20:12 PST 2006
Revision: 20595
http://trac.macosforge.org/projects/macports/changeset/20595
Author: mas at macports.org
Date: 2006-11-08 12:20:11 -0800 (Wed, 08 Nov 2006)
Log Message:
-----------
Closes #11015. Change default location of library.
Modified Paths:
--------------
trunk/dports/devel/slib/Portfile
Added Paths:
-----------
trunk/dports/devel/slib/files/patch-RScheme.init
trunk/dports/devel/slib/files/patch-guile.init
Modified: trunk/dports/devel/slib/Portfile
===================================================================
--- trunk/dports/devel/slib/Portfile 2006-11-08 20:19:48 UTC (rev 20594)
+++ trunk/dports/devel/slib/Portfile 2006-11-08 20:20:11 UTC (rev 20595)
@@ -20,7 +20,7 @@
use_zip yes
checksums sha1 5e358cab8a58202bab3eae9ce4c04dda41bf37a5
worksrcdir ${name}
-patchfiles patch-Makefile
+patchfiles patch-Makefile patch-guile.init patch-RScheme.init
use_configure no
build.target srcdir.mk
destroot.target install installinfoz
Added: trunk/dports/devel/slib/files/patch-RScheme.init
===================================================================
--- trunk/dports/devel/slib/files/patch-RScheme.init (rev 0)
+++ trunk/dports/devel/slib/files/patch-RScheme.init 2006-11-08 20:20:11 UTC (rev 20595)
@@ -0,0 +1,11 @@
+--- RScheme.init.orig 2006-09-13 19:43:01.000000000 +0200
++++ RScheme.init 2006-11-08 21:06:40.000000000 +0100
+@@ -48,7 +48,7 @@
+ ;; Use this path if your scheme does not support GETENV
+ ;; or if SCHEME_LIBRARY_PATH is not set.
+ (case (software-type)
+- ((unix) "/usr/lib/slib/")
++ ((unix) "/opt/local/lib/slib/")
+ ((vms) "lib$scheme:")
+ ((ms-dos) "C:\\SLIB\\")
+ (else "")))))
Added: trunk/dports/devel/slib/files/patch-guile.init
===================================================================
--- trunk/dports/devel/slib/files/patch-guile.init (rev 0)
+++ trunk/dports/devel/slib/files/patch-guile.init 2006-11-08 20:20:11 UTC (rev 20595)
@@ -0,0 +1,11 @@
+--- guile.init.orig 2006-04-24 05:53:25.000000000 +0200
++++ guile.init 2006-11-08 21:09:43.000000000 +0100
+@@ -58,7 +58,7 @@
+ (and (defined? 'getenv) (getenv "SCHEME_LIBRARY_PATH"))
+ ;; Use this path if your scheme does not support GETENV
+ ;; or if SCHEME_LIBRARY_PATH is not set.
+- "/usr/lib/slib/"
++ "/opt/local/lib/slib/"
+ (in-vicinity (implementation-vicinity) "slib/"))))
+ (lambda () library-path)))
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061108/af600928/attachment.html
More information about the macports-changes
mailing list