[25614] trunk/dports/lang/bigloo/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat May 26 08:48:40 PDT 2007


Revision: 25614
          http://trac.macosforge.org/projects/macports/changeset/25614
Author:   pmq at macports.org
Date:     2007-05-26 08:48:40 -0700 (Sat, 26 May 2007)

Log Message:
-----------
Revive the port with a working version, thanks to Mark Duling.
Also remove the dist_subdir workaround.
Also get rid of the post-destroot that linked the libs directly in ${prefix}/lib.

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

Modified: trunk/dports/lang/bigloo/Portfile
===================================================================
--- trunk/dports/lang/bigloo/Portfile	2007-05-26 11:47:05 UTC (rev 25613)
+++ trunk/dports/lang/bigloo/Portfile	2007-05-26 15:48:40 UTC (rev 25614)
@@ -3,9 +3,10 @@
 PortSystem 1.0
 
 name		bigloo
-version		2.8c
+version		3.0a-beta24May07
 categories	lang scheme
 maintainers	reilles at loria.fr
+
 description	Bigloo is a fast Scheme implementation.
 long_description	 Bigloo is a Scheme implementation devoted to one goal:\
     enabling Scheme based programming style where C(++) is usually required.\
@@ -20,19 +21,15 @@
 homepage	http://www-sop.inria.fr/mimosa/fp/Bigloo/
 master_sites 	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/
 distfiles	${name}${version}.tar.gz
-dist_subdir	${name}/${revision}
-checksums	md5 2767b43b1e712c6dd6a9862999a761de
+# dist_subdir	${name}/${revision}
+checksums	md5 560e44d76004492eb7602c6d91bbde17
 
-worksrcdir	${name}${version}
+worksrcdir	${name}3.0a
 
 configure.args 	--prefix=${prefix}  --mandir=${prefix}/share/man/man1 \
     --infodir=${prefix}/share/info \
     --docdir=${prefix}/share/doc/bigloo \
-    --lispdir=${prefix}/share/emacs/site-lisp/bigloo
+    --lispdir=${prefix}/share/emacs/site-lisp/bigloo \
+    --stack-check=no
 
 build.target
-
-post-destroot   {
-        set libdir ${destroot}${prefix}/lib
-        system "cd ${libdir} && ln -sf bigloo/${version}/* ."
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070526/2e72545b/attachment.html


More information about the macports-changes mailing list