[129616] trunk/dports/lang/guile/Portfile

dports at macports.org dports at macports.org
Tue Dec 16 18:37:15 PST 2014


Revision: 129616
          https://trac.macports.org/changeset/129616
Author:   dports at macports.org
Date:     2014-12-16 18:37:15 -0800 (Tue, 16 Dec 2014)
Log Message:
-----------
guile: update to v2.0.11 (#29307)

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

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2014-12-17 02:24:28 UTC (rev 129615)
+++ trunk/dports/lang/guile/Portfile	2014-12-17 02:37:15 UTC (rev 129616)
@@ -5,8 +5,7 @@
 PortGroup	muniversal 1.0
 
 name		guile
-version		1.8.8
-revision	1
+version		2.0.11
 categories	lang
 maintainers	nomaintainer
 platforms	darwin
@@ -28,31 +27,21 @@
 		interface, powerful string processing, and many other	\
 		features needed for programming in the real world.
 
-#user_notes	You may need to set the environment variable		\
-#		DYLD_LIBRARY_PATH to ${prefix}/lib (or wherever		\
-#		the guile libraries have been installed) if you want	\
-#		to load guile modules from an application linked with	\
-#		libguile.  This should only apply to developers using	\
-#		guile as an extension language.
-
 distname        guile-${version}
 homepage	http://www.gnu.org/software/guile/guile.html
 master_sites	gnu
 
-checksums       md5     18661a8fdfef13e2fcb7651720aa53f3 \
-                sha1    548d6927aeda332b117f8fc5e4e82c39a05704f9 \
-                rmd160  8ac185a72ad8394b14d5377549e5bbf02889faaa
+checksums    rmd160  e375607a569cba8ebecd9a15d4c25abe10abfd85 \
+             sha256  e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
 
-patchfiles	patch-srfi-60.c.diff \
-		patch-libguile-fports.c.diff \
-		patch-no-stack-checking.diff \
-		endl.patch
-
 depends_lib	port:readline \
                 port:gettext \
                 port:libiconv \
                 port:libtool \
-                port:gmp
+                port:gmp \
+                port:libunistring \
+                port:boehmgc \
+                port:libffi
 
 configure.args	CPPFLAGS="-I${prefix}/include"		\
 		LDFLAGS="-L${prefix}/lib"		\
@@ -61,10 +50,6 @@
 		--enable-regex                          \
 		--disable-error-on-warning
 
-post-patch {
-    # This changes configure to do what the author actually intended based on their comments
-    reinplace "s|-Werror -Wmissing-braces|-Werror=missing-braces|" ${worksrcpath}/configure
-}
 
 # Unable to cross compile, so we need to be able to run the built code
 if {${os.arch} eq "i386" && ${os.major} >= 11} {
@@ -113,12 +98,7 @@
     }
 }
 
-set merger_dont_diff "${prefix}/include/libguile/scmconfig.h"
 
-#post-destroot	{
-#		  file delete ${destroot}${prefix}/share/${name}/1.6/ice-9/and-let\*.scm
-#		}
-
 livecheck.type  regex
 livecheck.url   "http://ftp.gnu.org/pub/gnu/guile/?C=N;O=D"
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141216/97da6097/attachment.html>


More information about the macports-changes mailing list