Now that fink cvs supports cleanly bootstrapping under the
10.6 seeds. is it okay to modify packages in the unstable
branch to be compatible as well? Specifically, I noticed that
libiconv needs the same changes as used in the older fink cvs
version of libiconv...

--- libiconv.info       2009-01-03 14:36:20.000000000 -0500
+++ libiconv.info.new   2009-01-02 20:08:30.000000000 -0500
@@ -41,6 +41,10 @@
 #! /bin/sh -ex
 PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PATH
+# Make sure that we get the compiler wrapper on [redacted]
+case `uname -r` in
+10.*) PATH=%p/var/lib/fink/path-prefix-10.6:$PATH ;;
+esac
 cd %b/../gperf-3.0.3
 ./configure --prefix=%p
 make

We also need to create system-openssl-dev-10.6.info package in
unstable/main/finkinfo/libs with the following differences fro
the current system-openssl-dev.info...

--- system-openssl-dev.info     2007-01-25 16:37:38.000000000 -0500
+++ system-openssl-dev-10.6.info        2009-01-02 20:16:51.000000000 -0500
@@ -1,8 +1,9 @@
 Package: system-openssl-dev
-Version: 0.9.7
-Revision: 6
+Version: 0.9.8
+Revision: 1
 BuildDependsOnly: true
-Depends: macosx (>= 10.3.0-1), macosx (<< 10.6.0-1)
+Depends: macosx (>= 10.6.0-1)
+Distribution: 10.6
 Type: nosource
 CompileScript: echo "nothing to be done"
 InstallScript: <<

Or do we plan on creating a new branch for this. I suspect the changes
are going to be minimal and mostly related to the use of gcc 4.2.1 as
the default compiler so a new branch is probably overkill.
         Jack



------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to