Need help with package that only supplies subports ...

2020-04-09 Thread Edward Maros
I have a project that does not distribute any files by default. Instead, all distributed are part of various subports. This is because this package only provides language bindings (python, etc.) for a dependent package. I am getting the error message: :error:destroot No files have been installed i

Re: [MacPorts] #60302: nds2-client @0.16.2: error: cannot omit braces around initialization of subobject when using direct list-initialization

2020-04-03 Thread Edward Maros
On 4/2/20 21:35, MacPorts wrote: > #60302: nds2-client @0.16.2: error: cannot omit braces around initialization > of > subobject when using direct list-initialization > +- > Reporter: ryandesign | Owner: emaros > Type: defect |

Re: [Spam:********** SpamScore] Re: Need help with Portfile with only subports ...

2018-04-24 Thread Edward Maros
On 4/24/18 8:45 AM, Joshua Root wrote: > On 2018-4-25 01:21 , Edward Maros wrote: >> >> On 4/24/18 8:15 AM, Joshua Root wrote: >>> On 2018-4-25 01:08 , Edward Maros wrote: >>>> I am working on splitting swig extensions out of a source package to >>

Re: [Spam:********** SpamScore] Re: Need help with Portfile with only subports ...

2018-04-24 Thread Edward Maros
On 4/24/18 8:15 AM, Joshua Root wrote: > On 2018-4-25 01:08 , Edward Maros wrote: >> I am working on splitting swig extensions out of a source package to >> better facilitate building of language extension packages. Previously >> this was all done in one Portfile with

Need help with Portfile with only subports ...

2018-04-24 Thread Edward Maros
I am working on splitting swig extensions out of a source package to better facilitate building of language extension packages. Previously this was all done in one Portfile with each language being a subport of the main package. Is it possible to have a Portfile which does not supply a main port,

Re: Is it possible to specify variant as part of depends_lib?

2018-04-18 Thread Edward Maros
On 4/18/18 3:39 PM, Ryan Schmidt wrote: > On Apr 18, 2018, at 12:39, Edward Maros wrote: > >> I have a package (gds) that has a build requirement on port root5 with >> the variant +python27. >> >> Currently the buildbot system will not build the gds package be

Is it possible to specify variant as part of depends_lib?

2018-04-18 Thread Edward Maros
I have a package (gds) that has a build requirement on port root5 with the variant +python27. Currently the buildbot system will not build the gds package because it installs the root5 package with only default variants. Any ideas on how to get the variant passed (at least for the buildbot system