Re: loudmouth 1.5.3 : questions

2017-05-27 Thread Thuban
Thanks, makesum was useful indeed.

I missed this previous patch [1]. It works perfectly for me. Good job.

Regards

[1] : https://marc.info/?l=openbsd-ports&m=149273558317114&w=2



Re: loudmouth 1.5.3 : questions

2017-05-27 Thread Daniel Jakots
On Sat, 27 May 2017 15:27:01 +0200, Thuban 
wrote:

> Hello,
> I try to understand how to properly update ports for loudmouth.
> loudmouth is currently 1.4.3p6 but an update fixing many bugs (for
> certificates as example) is avaiable : 1.5.3.

There's a pending diff that you may prefer to review:
https://marc.info/?l=openbsd-ports&m=149273558317114&w=2

> I modified the Makefile to fetch the new archive : 
> 
>   V=  1.5.3
>   HOMEPAGE=   https://github.com/mcabber/loudmouth
>   MASTER_SITES=   https://mcabber.com/files/loudmouth/
> 
> 
> When I try to test this port, it fails just after retrieving the
> .tar.bz2 : 

You don't give the command you run.

>   ===>  Checking files for loudmouth-1.5.3p7  
>   >> Fetch
>   >> https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2  
>   loudmouth-1.5.3.tar.bz2 100%
> ||   367 KB
> 00:01
>   >> No size recorded for loudmouth-1.5.3.tar.bz2  
>   *** Error 1 in .
> (/usr/ports/infrastructure/mk/bsd.port.mk:2830
> '/usr/ports/distfiles/loudmouth-1.5.3.tar.bz2':
> @lock=loudmouth-1.5.3.tar.bz...) *** Error 1 in .
> (/usr/ports/infrastructure/mk/bsd.port.mk:2193 '_internal-fetch') ***
> Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2442
> '/usr/ports/pobj/loudmouth-1.5.3/.extract_done') *** Error 1
> in /usr/ports/net/loudmouth
> (/usr/ports/infrastructure/mk/bsd.port.mk:2344 'all')
> 
> 
> Any advice ?
> 
> Regards



Re: loudmouth 1.5.3 : questions

2017-05-27 Thread Stuart Henderson
On 2017/05/27 15:27, Thuban wrote:
> Hello,
> I try to understand how to properly update ports for loudmouth.
> loudmouth is currently 1.4.3p6 but an update fixing many bugs (for
> certificates as example) is avaiable : 1.5.3.
> 
> I modified the Makefile to fetch the new archive : 
> 
>   V=  1.5.3
>   HOMEPAGE=   https://github.com/mcabber/loudmouth
>   MASTER_SITES=   https://mcabber.com/files/loudmouth/
> 
> 
> When I try to test this port, it fails just after retrieving the
> .tar.bz2 : 
> 
>   ===>  Checking files for loudmouth-1.5.3p7
>   >> Fetch https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2
>   loudmouth-1.5.3.tar.bz2 100% 
> ||   367 KB00:01
>   >> No size recorded for loudmouth-1.5.3.tar.bz2
>   *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2830 
> '/usr/ports/distfiles/loudmouth-1.5.3.tar.bz2': 
> @lock=loudmouth-1.5.3.tar.bz...)
>   *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2193 
> '_internal-fetch')
>   *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2442 
> '/usr/ports/pobj/loudmouth-1.5.3/.extract_done')
>   *** Error 1 in /usr/ports/net/loudmouth 
> (/usr/ports/infrastructure/mk/bsd.port.mk:2344 'all')
> 
> 
> Any advice ?
> 
> Regards
> -- 
>  

make makesum



loudmouth 1.5.3 : questions

2017-05-27 Thread Thuban
Hello,
I try to understand how to properly update ports for loudmouth.
loudmouth is currently 1.4.3p6 but an update fixing many bugs (for
certificates as example) is avaiable : 1.5.3.

I modified the Makefile to fetch the new archive : 

V=  1.5.3
HOMEPAGE=   https://github.com/mcabber/loudmouth
MASTER_SITES=   https://mcabber.com/files/loudmouth/


When I try to test this port, it fails just after retrieving the
.tar.bz2 : 

===>  Checking files for loudmouth-1.5.3p7
>> Fetch https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2
loudmouth-1.5.3.tar.bz2 100% 
||   367 KB00:01
>> No size recorded for loudmouth-1.5.3.tar.bz2
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2830 
'/usr/ports/distfiles/loudmouth-1.5.3.tar.bz2': @lock=loudmouth-1.5.3.tar.bz...)
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2193 
'_internal-fetch')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2442 
'/usr/ports/pobj/loudmouth-1.5.3/.extract_done')
*** Error 1 in /usr/ports/net/loudmouth 
(/usr/ports/infrastructure/mk/bsd.port.mk:2344 'all')


Any advice ?

Regards
--