[73597] trunk/dports/lang/rexx

ryandesign at macports.org ryandesign at macports.org
Fri Nov 19 11:12:33 PST 2010


Revision: 73597
          http://trac.macports.org/changeset/73597
Author:   ryandesign at macports.org
Date:     2010-11-19 11:12:28 -0800 (Fri, 19 Nov 2010)
Log Message:
-----------
rexx: update to 3.5 and rip out the new part of configure that tries to choose its own -arch flags (I would have modified aclocal.m4 and autoreconf'd but that led to errors)

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

Added Paths:
-----------
    trunk/dports/lang/rexx/files/
    trunk/dports/lang/rexx/files/patch-configure.diff

Modified: trunk/dports/lang/rexx/Portfile
===================================================================
--- trunk/dports/lang/rexx/Portfile	2010-11-19 18:55:33 UTC (rev 73596)
+++ trunk/dports/lang/rexx/Portfile	2010-11-19 19:12:28 UTC (rev 73597)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			rexx
-version			3.4
+version			3.5
 categories		lang
 platforms		darwin
 maintainers		nomaintainer
@@ -16,12 +16,12 @@
 homepage		http://regina-rexx.sourceforge.net/
 master_sites	sourceforge:regina-rexx
 distname		Regina-REXX-${version}
-checksums		md5 3300e28b39134211a45aedb0e760cd44 \
-				sha1 296b56f20f9fbbe2f6c6ca00fca6ad20474d55b0 \
-				rmd160 2db4f92cc5f3b476a97b67a66cf4797381ad9ce7
 
-worksrcdir		Regina-${version}
+checksums		sha1 b42c8483658a935b62e935c478470f0e81b4ebf5 \
+				rmd160 f7170c07904d762d9d8a6f8f8730a61abb0889f3
 
+patchfiles			patch-configure.diff
+
 use_parallel_build	no
 
 destroot.destdir	prefix=${destroot}${prefix} \

Added: trunk/dports/lang/rexx/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/rexx/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/lang/rexx/files/patch-configure.diff	2010-11-19 19:12:28 UTC (rev 73597)
@@ -0,0 +1,77 @@
+--- configure.orig	2009-12-30 17:56:37.000000000 -0600
++++ configure	2010-11-19 13:07:31.000000000 -0600
+@@ -3080,66 +3080,6 @@
+ #     mymakefile="Makefile.aix"
+       ;;
+    *apple-darwin*)
+-      { echo "$as_me:$LINENO: checking for which Mac OSX -arch flags are supported" >&5
+-echo $ECHO_N "checking for which Mac OSX -arch flags are supported... $ECHO_C" >&6; }
+-valid_arch_flags=""
+-found_arch_flags=""
+-arch_flags="ppc ppc64 x86_64 i386"
+-for a in $arch_flags; do
+-  save_ldflags="$LDFLAGS"
+-  LDFLAGS="$LDFLAGS -arch $a"
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <stdio.h>
+-int
+-main ()
+-{
+-exit(0)
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  valid_arch_flags="$valid_arch_flags -arch $a";found_arch_flags="$found_arch_flags $a"
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	a="$a"
+-
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-  LDFLAGS="$save_ldflags"
+-done
+-{ echo "$as_me:$LINENO: result: $found_arch_flags" >&5
+-echo "${ECHO_T}$found_arch_flags" >&6; }
+-
+-
+-      SYS_DEFS="$valid_arch_flags"
+-      EEXTRA="$valid_arch_flags"
+       ;;
+    *dec-osf*)
+       ;;
+@@ -9574,7 +9514,6 @@
+                 #
+ # MH                LD_RXLIB_A1="${CC} -bundle -flat_namespace -undefined suppress -o \$(@)"
+ # MH                LD_RXLIB_A2="${CC} -bundle -flat_namespace -undefined suppress -o \$(@)"
+-                EEXTRA="$valid_arch_flags"
+                 LD_RXLIB_A1="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -o \$(@)"
+                 LD_RXLIB_A2="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -o \$(@)"
+                 LD_RXLIB_UTILA="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -o \$(@)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101119/a65b4f72/attachment-0001.html>


More information about the macports-changes mailing list