What's the "easiest" way to customize the
generated platform names that OpenPKG uses ?
Currently it says e.g. "i386-any-darwin8.9.1",
while the Apple tools use "i686-apple-darwin8"

`uname -srp` says "Darwin 8.9.1 i386" so it is
technically right, but the kernel/Mac OS minor
version probably shouldn't matter here I think ?
So it is normally truncated after first period.

The numbering situation is similar to what goes
for CentOS or Red Hat Enterprise Linux versions.
(i.e. the major version is the actual platform,
while the minor version are just updates to it)


Here are the names I would *like* it to use:

powerpc-apple-darwin6
i386-apple-darwin6 (OpenDarwin)

powerpc-apple-darwin7
i386-apple-darwin7 (OpenDarwin)

powerpc-apple-darwin8
i686-apple-darwin8

powerpc-apple-darwin9
i686-apple-darwin9

Note the arch change, from Darwin 7.x -> 8.x.

Can this be done ?
--anders

______________________________________________________________________
OpenPKG                                             http://openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to