hi Mikolaj, On 2009/04/10 00:38, Mikolaj Kucharski wrote: > I have an issue with @bin marker. Basicaly I've compiled qemu from > sources and I want to create a package. One of the binary files is not > marked with @bin marker. Any ideas? > > Other files from %D/bin/ directory mentioned below as arch-dependent > are marked as @bin.
> make-plist: pkg/PLIST contains arch-dependent > bin/qemu-sparc64 > make-plist: pkg/PLIST contains arch-dependent > bin/qemu-system-m68k ... this is a warning only, the filename contains an arch name, make-plist is just reminding you to check that you won't build a different set of files if you build this port on another arch. > +bin/qemu-sparc64 > > # file bin/qemu-sparc64 > bin/qemu-sparc64: ELF 32-bit LSB shared object, Intel 80386, version 1, for > OpenBSD, stripped that should be "executable" not "shared object". you'll have to show more of your port to give an idea why. there are likely to be other people working on updating qemu too, did you coordinate with the maintainer to avoid duplicated work?