[74390] trunk/dports/devel

dports at macports.org dports at macports.org
Tue Dec 14 17:59:02 PST 2010


Revision: 74390
          http://trac.macports.org/changeset/74390
Author:   dports at macports.org
Date:     2010-12-14 17:58:54 -0800 (Tue, 14 Dec 2010)
Log Message:
-----------
slib-guile, slib-guile16: install symlink only into
${prefix}/share/guile/${guileversion} so that both versions can be
installed at once

Modified Paths:
--------------
    trunk/dports/devel/slib-guile/Portfile
    trunk/dports/devel/slib-guile16/Portfile

Modified: trunk/dports/devel/slib-guile/Portfile
===================================================================
--- trunk/dports/devel/slib-guile/Portfile	2010-12-15 01:19:53 UTC (rev 74389)
+++ trunk/dports/devel/slib-guile/Portfile	2010-12-15 01:58:54 UTC (rev 74390)
@@ -4,13 +4,13 @@
 
 name		slib-guile
 version		1.0
-revision	3
+revision	4
 categories	devel
 maintainers	nomaintainer
 platforms	darwin
 supported_archs	noarch
 description	Wrapper port to properly set up slib and guile together
-long_description	Create two symbolic links and a catalog file \
+long_description	Create a symbolic link and a catalog file \
 			so that guile can find the slib library files.
 depends_lib	port:slib port:guile
 distfiles
@@ -23,7 +23,6 @@
     set guileversion [exec ${prefix}/bin/guile-config info guileversion | cut -d . -f 1-2]
 	file mkdir "${destroot}${prefix}/share/guile/${guileversion}"
 	ln -s "${prefix}/lib/slib" "${destroot}${prefix}/share/guile/${guileversion}/slib"
-	ln -s "${prefix}/lib/slib" "${destroot}${prefix}/share/guile/slib"
 }
 
 post-activate {

Modified: trunk/dports/devel/slib-guile16/Portfile
===================================================================
--- trunk/dports/devel/slib-guile16/Portfile	2010-12-15 01:19:53 UTC (rev 74389)
+++ trunk/dports/devel/slib-guile16/Portfile	2010-12-15 01:58:54 UTC (rev 74390)
@@ -4,13 +4,13 @@
 
 name		slib-guile16
 version		1.0
-revision	3
+revision	4
 categories	devel
 maintainers	nomaintainer
 platforms	darwin
 supported_archs	noarch
 description	Wrapper port to properly set up slib and guile16 together
-long_description	Create two symbolic links and a catalog file \
+long_description	Create a symbolic link and a catalog file \
 			so that guile16 can find the slib library files.
 depends_lib	port:slib port:guile16
 distfiles
@@ -27,10 +27,8 @@
 	xinstall -m 755 -d ${destroot}${prefix}/share/guile/${guile-branch}
 	ln -s ${prefix}/lib/slib \
 		${destroot}${prefix}/share/guile/${guile-branch}/slib
-	ln -s ${prefix}/lib/slib ${destroot}${prefix}/share/guile/slib
 }
 
 post-activate {
-	xinstall -m 755 -d ${prefix}/share/guile/site
 	system "${guile} -c \"(use-modules (ice-9 slib)) (require 'new-catalog)\""
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101214/27e9d8aa/attachment-0001.html>


More information about the macports-changes mailing list