* On 2015-08-09 at 19:21 BST, Tiraen wrote: > Is it possible to ask for adding to the package, which is the > official repository of several options, with which it is build? I > can build it hands, but still would like the repository.
I'm not sure if I parsed your English correctly, so I'll try to answer all possible options. If you're asking how to query what options a package is built with, you can do that using: $ pkg_info -Q PKG_OPTIONS <package> If you're asking where it came from in pkgsrc, that is: $ pkg_info -Q PKGPATH <package> The branch a package came from is not (currently) logged in the pkg_info metadata, but you can find that out from either: /opt/local/etc/pkg_install.conf (PKG_PATH) or /opt/local/etc/pkgin/repositories.conf If you want to see what options are available to a package, then after installing e.g. the recently announced 'pkgbuild' image and cd'ing to the PKGPATH directory, you can run: $ bmake show-options And finally, if you wish to request that we change the options we are currently using for a package, you can do that here: https://github.com/joyent/pkgbuild/issues > Particularly interested nginx-1.8.0 in the module > http://wiki.nginx.org/HttpHeadersMoreModule#Installation This is a supported option, as you can see from: https://github.com/joyent/pkgsrc/blob/trunk/www/nginx/options.mk#L159...L167 It isn't currently enabled in our packages, but I'd be happy to add it. If you create an issue on the pkgbuild page above I'll ensure that it is enabled for our 2015Q3 sets onwards. Hope that helps, -- Jonathan Perkin - Joyent, Inc. - www.joyent.com ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
