Re: pkg/PLIST automation

2020-03-22 Thread Martin
Latest update for comms/uhd attached. uhd-3.15.0.0p0 package builds from ports successfully right after fix all stupid mistakes. Thanks for help. Yes, USRP devices require async transfers. In what stage async USB transfers codebase now? I'm looking for a project, but I'm not sure that I'm

Re: pkg/PLIST automation

2020-03-22 Thread Stuart Henderson
On 2020/03/22 14:29, Stuart Henderson wrote: > On 2020/03/22 14:17, Marc Espie wrote: > > On Sun, Mar 22, 2020 at 01:59:36PM +0100, Marc Espie wrote: > > > On Sun, Mar 22, 2020 at 08:20:59AM +, Martin wrote: > > > > It looks strange, but > > > > > > > > make show=PKGNAME > > > > uhd-3.15.0.0

Re: pkg/PLIST automation

2020-03-22 Thread Stuart Henderson
On 2020/03/22 14:17, Marc Espie wrote: > On Sun, Mar 22, 2020 at 01:59:36PM +0100, Marc Espie wrote: > > On Sun, Mar 22, 2020 at 08:20:59AM +, Martin wrote: > > > It looks strange, but > > > > > > make show=PKGNAME > > > uhd-3.15.0.0 > > > make show=FULLPKGNAME- > > > uhd-3.15.0.0p0 > > >

Re: pkg/PLIST automation

2020-03-22 Thread Marc Espie
On Sun, Mar 22, 2020 at 01:59:36PM +0100, Marc Espie wrote: > On Sun, Mar 22, 2020 at 08:20:59AM +, Martin wrote: > > It looks strange, but > > > > make show=PKGNAME > > uhd-3.15.0.0 > > make show=FULLPKGNAME- > > uhd-3.15.0.0p0 > > make show=FULLPKGNAME > > uhd-3.15.0.0p0 > > > > I attached

Re: pkg/PLIST automation

2020-03-22 Thread Marc Espie
On Sun, Mar 22, 2020 at 08:20:59AM +, Martin wrote: > It looks strange, but > > make show=PKGNAME > uhd-3.15.0.0 > make show=FULLPKGNAME- > uhd-3.15.0.0p0 > make show=FULLPKGNAME > uhd-3.15.0.0p0 > > I attached the new port I do which builds successfully, but make package is > broken. No

Re: pkg/PLIST automation

2020-03-22 Thread Martin
It looks strange, but make show=PKGNAME uhd-3.15.0.0 make show=FULLPKGNAME- uhd-3.15.0.0p0 make show=FULLPKGNAME uhd-3.15.0.0p0 I attached the new port I do which builds successfully, but make package is broken. This is my first port, any advice would be highly appreciated. Martin ‐‐‐

Re: pkg/PLIST automation

2020-03-21 Thread Ingo Schwarze
Hi Martin, Martin wrote on Sat, Mar 21, 2020 at 06:07:57AM +: > make fake -> make update-plist successfully generates PLIST but > > make package and make install produce an error: > > make: don't know how to make /usr/ports/packages/.tgz > (prerequisite of:

Re: pkg/PLIST automation

2020-03-21 Thread Martin
make fake -> make update-plist successfully generates PLIST but make package and make install produce an error: make: don't know how to make /usr/ports/packages/.tgz (prerequisite of: /usr/ports/packages/amd64/all/uhd-3.15.0.0p0) Stop in: *** Error 2 in .

pkg/PLIST automation

2020-03-20 Thread Martin
Any automation suggestions for pkg/PLIST create for a new port? Martin

Re: pkg/PLIST automation

2020-03-20 Thread Jeremie Courreges-Anglas
On Fri, Mar 20 2020, Martin wrote: > Any automation suggestions for pkg/PLIST create for a new port? make plist -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: pkg/PLIST automation

2020-03-20 Thread Ingo Schwarze
Hi Martin, Martin wrote on Fri, Mar 20, 2020 at 03:59:42PM +: > Any automation suggestions for pkg/PLIST create for a new port? Read all of: https://www.openbsd.org/faq/ports/guide.html#PortsChecklist In this case, the answer to your question is in step 22. make update-plist Yours,