[67361] trunk/dports/lang/oorexx

krischik at macports.org krischik at macports.org
Thu May 6 07:57:24 PDT 2010


Revision: 67361
          http://trac.macports.org/changeset/67361
Author:   krischik at macports.org
Date:     2010-05-06 07:57:21 -0700 (Thu, 06 May 2010)
Log Message:
-----------
Update to 4.0.1. Still buggy but better then nothing at all.

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

Property Changed:
----------------
    trunk/dports/lang/oorexx/
    trunk/dports/lang/oorexx/Portfile


Property changes on: trunk/dports/lang/oorexx
___________________________________________________________________
Modified: svn:ignore
   - .backups

   + .backups
work


Modified: trunk/dports/lang/oorexx/Portfile
===================================================================
--- trunk/dports/lang/oorexx/Portfile	2010-05-06 14:47:55 UTC (rev 67360)
+++ trunk/dports/lang/oorexx/Portfile	2010-05-06 14:57:21 UTC (rev 67361)
@@ -2,35 +2,37 @@
 # $Id$
 # vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
 
+PortSystem	    1.0
 
-PortSystem		1.0
+name		    oorexx
+version		    4.0.1
+categories	    lang
+platforms	    darwin
+maintainers	    krischik
+description	    Open Object Rexx is an interpreter for the Rexx language
+long_description    ooRexx is an object orientated extension to			\
+		    the Rexx language. Rexx is designed to be an easily		\
+		    readable, but powerful scripting and embedded macro		\
+		    language.
 
-name			oorexx
-version			3.2.0
-revision		1
-categories		lang
-platforms		darwin
-maintainers		krischik
-description		Open Object Rexx is an interpreter for the Rexx language
-long_description	oRexx is an object orientated extension to		\
-			the Rexx language. Rexx is designed to be an easily	\
-			readable, but powerful scripting and embedded macro	\
-			language.
+homepage	    http://oorexx.sourceforge.net/
+master_sites	    sourceforge:oorexx
+distname	    ooRexx-${version}.source
+use_parallel_build  no
+extract.mkdir	    yes
 
-homepage		http://oorexx.sourceforge.net/
-master_sites		sourceforge:oorexx
-distname		ooRexx-${version}
-use_parallel_build	yes
-build.args		--jobs=${build.jobs}
+checksums           md5     da3da02e0e91343efb3eca731e793b16 \
+                    sha1    1e805bd8c8164f8afe79b860fcd22e027f0bfa57 \
+                    rmd160  2ef1251fc20d5ebaeb25fbf375a971f64a546c05
 
-checksums		md5	4a3220466acd13028311e3498efb306a		\
-			sha1	d21dbc130cd38831cdc35c38d889defa97cfef82	\
-			rmd160	3f1c08611eb24b05b2657a9de9da583a0699e1b8
+post-activate {
+    ui_msg "#########################################################################################"
+    ui_msg "# You need to set:                                                                      #"
+    ui_msg "#                                                                                       #"
+    ui_msg "# export DYLD_LIBRARY_PATH=${prefix}/lib/ooRexx                                         #"
+    ui_msg "#                                                                                       #"
+    ui_msg "# A bug report has been filed:                                                          #"
+    ui_msg "# https://sourceforge.net/tracker/?func=detail&aid=2997646&group_id=119701&atid=684731  #"
+    ui_msg "#########################################################################################"
+}
 
-# Force 32-bit, inline-asm
-
-if {$build_arch == "x86_64"} {
-    configure.build_arch i386	
-} elseif {$build_arch == "ppc64"} {
-    configure.build_arch ppc 
-}


Property changes on: trunk/dports/lang/oorexx/Portfile
___________________________________________________________________
Added: svn:mime-type
   + text/x-shellscript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100506/32cc8052/attachment.html>


More information about the macports-changes mailing list