[28532] trunk/dports/shells

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 2 18:14:47 PDT 2007


Revision: 28532
          http://trac.macosforge.org/projects/macports/changeset/28532
Author:   mww at macports.org
Date:     2007-09-02 18:14:47 -0700 (Sun, 02 Sep 2007)

Log Message:
-----------
use configure.compiler instead

Modified Paths:
--------------
    trunk/dports/shells/fish/Portfile
    trunk/dports/shells/zsh/Portfile
    trunk/dports/shells/zsh-devel/Portfile

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2007-09-03 01:12:02 UTC (rev 28531)
+++ trunk/dports/shells/fish/Portfile	2007-09-03 01:14:47 UTC (rev 28532)
@@ -37,7 +37,7 @@
     post-configure {
         reinplace "s|LDFLAGS= |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
     }
-    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
 }
 
 variant xsel description "enable xsel support, only appropriate for use within X11" {

Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- trunk/dports/shells/zsh/Portfile	2007-09-03 01:12:02 UTC (rev 28531)
+++ trunk/dports/shells/zsh/Portfile	2007-09-03 01:14:47 UTC (rev 28532)
@@ -31,9 +31,7 @@
                 --enable-libs="-liconv -lncurses"
 
 platform darwin 8 {
-    configure.env-append    CC=/usr/bin/gcc-4.0 \
-                            CPP=/usr/bin/cpp-4.0 \
-                            CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
     post-configure {
         reinplace "s|#define HAVE_POLL 1|#undef HAVE_POLL|" ${worksrcpath}/config.h
     }

Modified: trunk/dports/shells/zsh-devel/Portfile
===================================================================
--- trunk/dports/shells/zsh-devel/Portfile	2007-09-03 01:12:02 UTC (rev 28531)
+++ trunk/dports/shells/zsh-devel/Portfile	2007-09-03 01:14:47 UTC (rev 28532)
@@ -89,8 +89,7 @@
 }
 
 platform darwin 8 {
-	configure.env-append \
-	  CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.compiler	gcc-4.0
 	post-configure {
         # poll(2) is broken on Darwin 8.
 		reinplace "s|#define HAVE_POLL 1|#undef HAVE_POLL|" \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070902/3d58ce0a/attachment.html


More information about the macports-changes mailing list