Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2705/languages-pangocairo

Modified Files:
      Tag: pangocairo-branch
        tcltk.info tcltk.patch 
Log Message:
round 2: -I flags; I think we're buildable with older -dev %v installed


Index: tcltk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -d -r1.4.2.3 -r1.4.2.4
--- tcltk.info  15 Feb 2008 14:38:05 -0000      1.4.2.3
+++ tcltk.info  17 Feb 2008 17:58:22 -0000      1.4.2.4
@@ -1,6 +1,6 @@
 Package: tcltk
 Version: 8.4.16
-Revision: 3
+Revision: 4
 BuildDepends: x11-dev, fink (>= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
@@ -103,6 +103,12 @@
  locations will be found.
 
  What is COMMAND_MODE?
+
+ Pass CPPFLAGS so it works as everyone expects (*after* local flags),
+ despite how build system incorrectly reimplements it differently.
+<<
+DescPackaging: <<
+ Former Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 <<
 DescDetail: <<
 Tcl provides a portable scripting environment for Unix, Windows,
@@ -127,5 +133,5 @@
 fi
 <<
 License: BSD
-Homepage: http://tcl.activestate.com
-Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
+Homepage: http://www.tcl.tk
+Maintainer: Daniel Macks <[EMAIL PROTECTED]>

Index: tcltk.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/Attic/tcltk.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- tcltk.patch 15 Feb 2008 14:38:06 -0000      1.1.2.2
+++ tcltk.patch 17 Feb 2008 17:58:22 -0000      1.1.2.3
@@ -1,6 +1,6 @@
 diff -Nurd -x'*~' tcl8.4.16.orig/unix/configure tcl8.4.16/unix/configure
 --- tcl8.4.16.orig/unix/configure      2007-09-21 13:07:02.000000000 -0400
-+++ tcl8.4.16/unix/configure   2008-02-15 09:22:53.000000000 -0500
++++ tcl8.4.16/unix/configure   2008-02-16 11:54:29.000000000 -0500
 @@ -9246,7 +9246,7 @@
          else
              TCL_LIB_FLAG="-ltcl`echo ${TCL_VERSION} | tr -d .`\${TCL_DBGX}"
@@ -19,9 +19,18 @@
  TCL_STUB_LIB_SPEC="-L${TCL_STUB_LIB_DIR} ${TCL_STUB_LIB_FLAG}"
  TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
  TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
+@@ -9372,7 +9372,7 @@
+ 
+ 
+ 
+-CFLAGS="${CFLAGS} ${CPPFLAGS}"; CPPFLAGS=""
++EXTRA_CC_SWITCHES="${EXTRA_CC_SWITCHES} ${CPPFLAGS}"; CPPFLAGS=""
+ 
+ 
+ tcl_config_files="${tcl_config_files} Makefile dltest/Makefile tclConfig.sh"
 diff -Nurd -x'*~' tk8.4.16.orig/unix/configure tk8.4.16/unix/configure
 --- tk8.4.16.orig/unix/configure       2007-09-21 13:04:18.000000000 -0400
-+++ tk8.4.16/unix/configure    2008-02-15 08:24:57.000000000 -0500
++++ tk8.4.16/unix/configure    2008-02-16 11:54:37.000000000 -0500
 @@ -5968,7 +5968,7 @@
          else
              eval TK_LIB_FLAG="-ltk`echo ${VERSION} | tr -d .`\${TK_DBGX}"
@@ -40,3 +49,12 @@
  TK_STUB_LIB_SPEC="-L${TK_STUB_LIB_DIR} ${TK_STUB_LIB_FLAG}"
  TK_BUILD_STUB_LIB_PATH="`pwd`/${TK_STUB_LIB_FILE}"
  TK_STUB_LIB_PATH="${TK_STUB_LIB_DIR}/${TK_STUB_LIB_FILE}"
+@@ -6081,7 +6081,7 @@
+ 
+ 
+ 
+-CFLAGS="${CFLAGS} ${CPPFLAGS}"; CPPFLAGS=""
++EXTRA_CC_SWITCHES="${EXTRA_CC_SWITCHES} ${CPPFLAGS}"; CPPFLAGS=""
+ 
+ 
+ tk_config_files="${tk_config_files} Makefile tkConfig.sh"


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to