[20571] trunk/dports/devel/slib
source_changes at macosforge.org
source_changes at macosforge.org
Tue Nov 7 12:58:44 PST 2006
Revision: 20571
http://trac.macosforge.org/projects/macports/changeset/20571
Author: markd at macports.org
Date: 2006-11-07 12:58:43 -0800 (Tue, 07 Nov 2006)
Log Message:
-----------
Closes #10963. Update to 3a4.
Modified Paths:
--------------
trunk/dports/devel/slib/Portfile
trunk/dports/devel/slib/files/patch-Makefile
Modified: trunk/dports/devel/slib/Portfile
===================================================================
--- trunk/dports/devel/slib/Portfile 2006-11-07 20:36:58 UTC (rev 20570)
+++ trunk/dports/devel/slib/Portfile 2006-11-07 20:58:43 UTC (rev 20571)
@@ -2,7 +2,7 @@
PortSystem 1.0
name slib
-version 3a3
+version 3a4
categories devel lang scheme
maintainers kogule at opendarwin.org
description A portable scheme library
@@ -18,7 +18,7 @@
master_sites http://swissnet.ai.mit.edu/ftpdir/scm/
distfiles ${name}${version}.zip
use_zip yes
-checksums sha1 cceb3972cce9678a5ce5fe6e6b3b3a811e15e29c
+checksums sha1 5e358cab8a58202bab3eae9ce4c04dda41bf37a5
worksrcdir ${name}
patchfiles patch-Makefile
use_configure no
Modified: trunk/dports/devel/slib/files/patch-Makefile
===================================================================
--- trunk/dports/devel/slib/files/patch-Makefile 2006-11-07 20:36:58 UTC (rev 20570)
+++ trunk/dports/devel/slib/files/patch-Makefile 2006-11-07 20:58:43 UTC (rev 20571)
@@ -1,7 +1,7 @@
---- Makefile.orig 2006-02-14 05:29:36.000000000 +0900
-+++ Makefile 2006-02-17 17:11:19.000000000 +0900
+--- Makefile.orig Thu Nov 2 23:53:40 2006
++++ Makefile Thu Nov 2 23:57:08 2006
@@ -22,10 +22,13 @@
- rpm_prefix=/usr/src/redhat/
+ rpm_prefix=$(HOME)/rpmbuild/
prefix = /usr/local/
exec_prefix = $(prefix)
+realprefix = $(prefix)
@@ -14,15 +14,15 @@
# directory where `make install' will put manual page.
mandir = $(prefix)man/
man1dir = $(mandir)man1/
-@@ -39,6 +42,7 @@
+@@ -38,6 +41,7 @@
RUNNABLE = scheme48
S48INIT = scheme48.init
- LIB = $(libdir)$(RUNNABLE)/
-+REALLIB = $(reallibdir)$(RUNNABLE)/
+ S48LIB = $(libdir)$(RUNNABLE)/
++S48REALLIB = $(reallibdir)$(RUNNABLE)/
+ S48SLIB = $(S48LIB)slib/
VM = scheme48vm
IMAGE48 = slib.image
- INSTALL_DATA = install -c
-@@ -156,10 +160,10 @@
+@@ -185,10 +189,10 @@
-cp $(ifiles) $(sfiles) $(bfiles) $(mkfiles) clrnamdb.scm $(libslibdir)
test -d $(bindir) || mkdir $(bindir)
echo '#! /bin/sh' > $(bindir)slib
@@ -30,8 +30,8 @@
+ echo SCHEME_LIBRARY_PATH=$(reallibslibdir) >> $(bindir)slib
echo export SCHEME_LIBRARY_PATH >> $(bindir)slib
echo VERSION=$(VERSION) >> $(bindir)slib
-- echo "S48_VICINITY=\"$(LIB)\";export S48_VICINITY" >> $(bindir)slib
-+ echo "S48_VICINITY=\"$(REALLIB)\";export S48_VICINITY" >> $(bindir)slib
+- echo "S48_VICINITY=\"$(S48LIB)\";export S48_VICINITY" >> $(bindir)slib
++ echo "S48_VICINITY=\"$(S48REALLIB)\";export S48_VICINITY" >> $(bindir)slib
cat slib.sh >> $(bindir)slib
chmod +x $(bindir)slib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061107/e5b656f5/attachment.html
More information about the macports-changes
mailing list