[19784] trunk/dports/x11/tktable

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 29 23:09:17 PDT 2006


Revision: 19784
          http://trac.macosforge.org/projects/macports/changeset/19784
Author:   markd at macports.org
Date:     2006-09-29 23:09:17 -0700 (Fri, 29 Sep 2006)

Log Message:
-----------
Add patch to fix building on Intel.

Modified Paths:
--------------
    trunk/dports/x11/tktable/Portfile

Added Paths:
-----------
    trunk/dports/x11/tktable/files/
    trunk/dports/x11/tktable/files/patch-configure

Modified: trunk/dports/x11/tktable/Portfile
===================================================================
--- trunk/dports/x11/tktable/Portfile	2006-09-30 05:27:56 UTC (rev 19783)
+++ trunk/dports/x11/tktable/Portfile	2006-09-30 06:09:17 UTC (rev 19784)
@@ -3,8 +3,9 @@
 
 name                    tktable
 version                 2.9
+revision		1
 categories              x11
-maintainers             markd at opendarwin.org
+maintainers             markd at macports.org
 description             A table/matrix widget extension to Tk/Tcl
 long_description        ${description}
 homepage                http://tktable.sourceforge.net/
@@ -12,6 +13,7 @@
 master_sites            sourceforge
 distname		Tktable${version}
 checksums               md5 a91cac4270a0c46945723d8f5106e80b
+patchfiles		patch-configure
 
 depends_build           lib:libX11.6:XFree86 \
 			port:tcl \

Added: trunk/dports/x11/tktable/files/patch-configure
===================================================================
--- trunk/dports/x11/tktable/files/patch-configure	                        (rev 0)
+++ trunk/dports/x11/tktable/files/patch-configure	2006-09-30 06:09:17 UTC (rev 19784)
@@ -0,0 +1,20 @@
+--- configure.org	2004-07-22 11:43:15.000000000 -0700
++++ configure	2006-08-14 08:36:41.000000000 -0700
+@@ -7247,7 +7247,7 @@
+ 	    # results, and the version is kept in special file).
+ 
+ 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+-		system=MP-RAS-`awk '{print }' /etc/.relid'`
++		system=MP-RAS-`awk '{print }' /etc/.relid`
+ 	    fi
+ 	    if test "`uname -s`" = "AIX" ; then
+ 		system=AIX-`uname -v`.`uname -r`
+@@ -8651,7 +8651,7 @@
+ 	    LD_SEARCH_FLAGS=""
+ 	    LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH"
+ 	    CFLAGS_OPTIMIZE="-O3"
+-	    CFLAGS="$CFLAGS -arch ppc -pipe"
++	    CFLAGS="$CFLAGS -pipe"
+ 	    ;;
+ 	NEXTSTEP-*)
+ 	    SHLIB_CFLAGS=""

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060929/8738a3e2/attachment.html


More information about the macports-changes mailing list