Re: [26694] trunk/base/ChangeLog

2007-07-04 Thread Kevin Ballard
Erm... I wrote the commit message wrong. Blame that on the beer ;) That's the major version number of the Darwin system, so for me on 10.4.10 it's 8. -Kevin Ballard Feel free to go change it if you want. On Jul 4, 2007, at 3:53 PM, [EMAIL PROTECTED] wrote: macports-dev@lists.macosforge.or

Re: Release 1.5 branch created

2007-07-04 Thread Anders F Björklund
Juan Manuel Palacios wrote: Thanks for the pointers Blair! It took me a little while to realize I actually needed to commit the init action before starting my merge activity, but after that it was all smooth from there! My commit logs should illustrate what I merged and what I left out of the

Re: [26694] trunk/base/ChangeLog

2007-07-04 Thread markd
macports-dev@lists.macosforge.org on Tuesday, July 3, 2007 at 11:17 PM -0800 wrote: >+- Added new variable ${os.major} that contains the Tcl major version >(eridius r26693, ticket #12224). Kevin, Can you please explain the naming of this variable? If it represents the major Tcl version, shou

Re: Platform versions and Binaries

2007-07-04 Thread Anders F Björklund
Juan Manuel Palacios wrote: There is a upcoming problem that will occur with the binary archives/packages, in that most of the code currently only checks for ${os.platform} and ${os.arch} when looking for binaries, ignoring ${os.version} which might be important ? When you say this, what exac

Re: Release 1.5 branch created

2007-07-04 Thread Juan Manuel Palacios
On Jun 30, 2007, at 8:32 PM, Blair Zajac wrote: The page isn't very long and it's really the only page that exists for it. There's one step on the branch $ svnmerge.py init $ svn commit -F svnmerge-commit-message.txt And then if there's a commit on trunk $ svnmerge.py merge $ svn commit

Re: Platform versions and Binaries

2007-07-04 Thread Juan Manuel Palacios
Rereading this initial post after Kevin committed r26693, with which we're now recording ${os.major}. On Jul 1, 2007, at 8:10 AM, Anders F Björklund wrote: There is a upcoming problem that will occur with the binary archives/packages, in that most of the code currently only checks for ${o

Re: Release 1.5 branch created

2007-07-04 Thread Anders F Björklund
Landon Fuller wrote: http://trac.macports.org/projects/macports/ticket/12173 Outside of my immediate jurisdiction. It's just a failed test case or two anyway, not library code. http://trac.macports.org/projects/macports/ticket/12212 I -think- the right solution for this is to use -fconsta

Re: Release 1.5 branch created

2007-07-04 Thread Landon Fuller
On Jul 4, 2007, at 03:00, Anders F Björklund wrote: http://trac.macports.org/projects/macports/ticket/12168 Patch committed to trunk http://trac.macports.org/projects/macports/ticket/12173 Outside of my immediate jurisdiction. http://trac.macports.org/projects/macports/ticket/12212 I

Re: Problem with configure.env and build.env

2007-07-04 Thread markd
Hi Simon, I pasted your workaround to the trac ticket. This type of feedback is very helpful and helps get bugs fixed sooner, so consider getting a trac account (if you don't already have one) and modifying tickets with this type of thing. Thanks for reporting it! Mark Simon Ruderich <[EMAIL

Problem with configure.env and build.env

2007-07-04 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I'm trying to build qt3-mac but it failed with the same error like reported on [trac][]. After doing some debugging I found the problem. The environment specified in build.env is not set and so the libraries are not found because DYLD_LIBRARY_P

Re: Release 1.5 branch created

2007-07-04 Thread Anders F Björklund
Juan Manuel Palacios wrote: I finally created the release_1_5 branch wherefrom we'll start cutting the 1.5.x releases, really soon now I hope! For those willing to help around in sanitizing, please reinstall off this branch and test as thoroughly as posible, reporting any findings you may com

Re: Platform versions and Binaries

2007-07-04 Thread Anders F Björklund
So we might need to include at least the major version in the paths used, so that they will become something like: darwin/9/i386/ darwin/9/ppc/ darwin/8/i386/ darwin/8/ppc/ darwin/7/ppc/ freebsd/7/i386/ freebsd/6/i386/ freebsd/5/i386/ ... There is now an ${os.major} variable that can be used fo