On 09/17/12 08:43 AM, Vladimir Marek wrote:
The problem here seems to be that new ImageMagick version delivers new
library (/usr/lib/libMagickCore.so) and at the same time other
imagemagick modules
(usr/lib/ImageMagick-6.7.8/modules-Q16/coders/pcd.so) are using it.
The pkgdepend generate does not seem to understand that once installed
the dependency will be satisfied within the ImageMagick package itself.
But what to do with it, I don't know.
Not sure, but this might be the problem that gnupg is working around
in its Makefile:
...
# Work around pkgdepend bug which doesn't resolve dependencies from
# the local workspace repo. Fortunately we only have to do this once.
DEPENDED += $(WS_TOP)/components/libksba/build/$(LIBKSBA_MANIFEST)
DEPENDED += $(WS_TOP)/components/libassuan/build/$(LIBASSUAN_MANIFEST)
DEPENDED += $(WS_TOP)/components/gpgme/build/$(GPGME_MANIFEST)
DEPENDED += $(WS_TOP)/components/pinentry/build/$(PINENTRY_MANIFEST)
...
If so, then you might be able to do a variation on this.
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss