[20626] trunk/dports/devel/slib
source_changes at macosforge.org
source_changes at macosforge.org
Thu Nov 9 13:52:26 PST 2006
Revision: 20626
http://trac.macosforge.org/projects/macports/changeset/20626
Author: mas at macports.org
Date: 2006-11-09 13:52:26 -0800 (Thu, 09 Nov 2006)
Log Message:
-----------
slib (3a4_3)
* require.scm: revert change from previous version according to debian 3a4-4
* guile.init: use open instead of netscape to start a browser
Modified Paths:
--------------
trunk/dports/devel/slib/Portfile
Added Paths:
-----------
trunk/dports/devel/slib/files/patch-guile.init
Removed Paths:
-------------
trunk/dports/devel/slib/files/patch-require.scm
Modified: trunk/dports/devel/slib/Portfile
===================================================================
--- trunk/dports/devel/slib/Portfile 2006-11-09 20:37:30 UTC (rev 20625)
+++ trunk/dports/devel/slib/Portfile 2006-11-09 21:52:26 UTC (rev 20626)
@@ -3,7 +3,7 @@
PortSystem 1.0
name slib
version 3a4
-revision 2
+revision 3
categories devel lang scheme
maintainers kogule at opendarwin.org
description A portable scheme library
@@ -21,7 +21,7 @@
use_zip yes
checksums sha1 5e358cab8a58202bab3eae9ce4c04dda41bf37a5
worksrcdir ${name}
-patchfiles patch-Makefile patch-require.scm
+patchfiles patch-Makefile patch-guile.init
post-patch {
reinplace "s|/usr/lib/slib|${prefix}/lib/slib|g" ${worksrcpath}/guile.init
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-09 21:52:26 UTC (rev 20626)
@@ -0,0 +1,12 @@
+--- guile.init.orig 2006-04-24 05:53:25.000000000 +0200
++++ guile.init 2006-11-09 21:56:00.000000000 +0100
+@@ -324,7 +324,8 @@
+ ;; tty).
+ (define (browse-url url)
+ (define (try cmd end) (zero? (system (string-append cmd url end))))
+- (or (try "netscape-remote -remote 'openURL(" ")'")
++ (or (try "open '" "'")
++ (try "netscape-remote -remote 'openURL(" ")'")
+ (try "netscape -remote 'openURL(" ")'")
+ (try "netscape '" "'&")
+ (try "netscape '" "'"))))
Deleted: trunk/dports/devel/slib/files/patch-require.scm
===================================================================
--- trunk/dports/devel/slib/files/patch-require.scm 2006-11-09 20:37:30 UTC (rev 20625)
+++ trunk/dports/devel/slib/files/patch-require.scm 2006-11-09 21:52:26 UTC (rev 20626)
@@ -1,16 +0,0 @@
---- require.scm.orig 2006-10-22 04:43:34.000000000 +0200
-+++ require.scm 2006-11-08 21:51:48.000000000 +0100
-@@ -19,6 +19,13 @@
- ;@
- (define *slib-version* "3a4")
-
-+;;;; Accommodate scm versions < 5e3 which set *features* but not
-+;;;; slib:features
-+;;;; -- tb at debian.org, 10/24/2006
-+(if (and (eq? (scheme-implementation-type) 'SCM)
-+ (not (defined? slib:features)))
-+ (define slib:features *features*))
-+
- ;;;; MODULES
- ;@
- (define *catalog* #f)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061109/80bbd75f/attachment.html
More information about the macports-changes
mailing list