Sorry about that .. it's probably not very clear thanks to my shell!
I've cleared it up a little below:

> Okay, something very strange is going on here ... and it's not just to
> do with arts/kde packages
>
> phoenix /usr/ports/audio/arts # make -V MACHINE_ARCH
> i386
> phoenix /usr/ports/audio/arts # make -V OSREL
> 6.1
> phoenix /usr/ports/audio/arts # make -V CONFIGURE_TARGET
> i386-portbld-freebsd6
> phoenix /usr/ports/audio/arts # cd ../artswrapper
> phoenix ...orts/audio/artswrapper # make -V MACHINE_ARCH
> i386
> phoenix ...orts/audio/artswrapper # make -V OSREL
> 6.1
> phoenix ...orts/audio/artswrapper # make -V CONFIGURE_TARGET
> i386-portbld-freebsd6
> phoenix ...orts/audio/artswrapper # cd ../../sysutils/pidof
> phoenix /usr/ports/sysutils/pidof # make -V CONFIGURE_TARGET
> i386-portbld-freebsd6
>
> So since OSREL is set to the right thing I can only assume
> CONFIGURE_TARGET is being overridden somewhere central ..
>
> Aha .. here's the problem:
>
> phoenix /usr/ports/sysutils/pidof # make -X -V CONFIGURE_TARGET
> ${ARCH}-portbld-freebsd${OSREL:C/\..*//}
>
> So we're chopping the ".1" off the end. It's the same in arts and
> artswrapper.. and anything else I suppose. Can this really be that big
> a bug? Is is just something that's gone wrong with my system?
>
> Nick
>
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to