On Sunday, June 29, 2003, at 05:14 AM, Max Horn wrote:
--- NEW FILE: IDEAS --- - decide on setting MACOSX_DEPLOYMENT_TARGET to 10.3 or not
- all pkgs that need a depend on essential pkgs should list that depend
- all pkgs that depend on ncurses will need a versioned dep as this version
is bin incompat
- Need to discuss and implement an upgrade scheme
- Need to deal with prebinding in upgrade scheme
Good, my thoughts:
MACOSX_DEPLOYMENT_TARGET=10.3 will allow use of the "-undefined dynamic_lookup" flag to ld. This means two level namespace without much effort, so just for that reason I'd like to see this set. Also I have sent patches to gnu libtool to make "-undefined dynamic_lookup" the default allow_undefined_flag if MACOSX_DEPLOYMENT_TARGET is 10.3 or higher, so if/when that patch is applied and they release a new libtool we will get two level namespace libs for free without patches.
As for 2, we will need to otool everything we are putting into the 10.3 tree to check the depends, seems fair enough, I'd also like to suggest changing the BuildDepends lines and fink so it does not add Depends at build time. Everything needed to build should be in the BuildDepends line, fink should not add the Depends at build time. Reason: It will simplify the fink code, and make the next step of the shared libs policy easier (we can do Depends: foo, bar, ${SHARED_DEPS} and BuildDepends: foo-dev, bar-dev, libbaz1-dev | libbaz2-dev, etc, and fink will put the correct Depends in the .deb (but this just popped into my head now, I may be totally off base).
3) okay.
4) Same thing as was done for 10.2 (but better)?
5) Yes please :)
Peter
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel