Panagiotis Atmatzidis wrote:
> I'm trying to use "pkg_create" under OpenBSD to distribute a precompiled
> binary along with linked libraries.
> 
> I have a python script which I inherited, that creates a "+CONTENTS"
> file containing the list of files + sha.
> 
> The problem is that "pkg_create" doesn't accept additional flags. I
> tried -D COMMENT="test", -M "/path/to/file", etc.
> The result is pretty ugly:

>From the man page..

     Use of the ports(7) infrastructure instead of manual pkg_create
     invocation is strongly recommended.

You can add local ports under the ports/mystuff directory.

Reply via email to