Re: mail/mutt doesnt package

2016-09-19 Thread Jeremie Courreges-Anglas
Rafael Sadowski  writes:

> On Mon Sep 19, 2016 at 09:45:01PM +0200, Markus Lude wrote:
>> Hi Stuart,
>> 
>> with recent update of the mutt port, mutt doesnt package:
>> 
>> ===>  Building package for mutt-1.7.0.20160916v2
>> Create /usr/ports/packages/sparc64/all/mutt-1.7.0.20160916v2.tgz
>> checksumming| | 
>> 27%
>> Error: 
>> /usr/ports/pobj/mutt-1.7.0.20160916/fake-sparc64/usr/local/share/doc/mutt/README.notmuch
>>  does not exist
>> Fatal error: can't continue
>>  at /usr/libdata/perl5/OpenBSD/PkgCreate.pm line 1500.
>> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1888 
>> '/usr/ports/packages/sparc64/all/mutt-1.7.0.20160916v2.tgz')
>> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2409 
>> '_internal-package')
>> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2389 'package')
>> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1901 
>> '/var/db/pkg/mutt-1.7.0.20160916v2/+CONTENTS')
>> *** Error 1 in /usr/ports/mail/mutt 
>> (/usr/ports/infrastructure/mk/bsd.port.mk:2389 'install')
>> 
>> The file is missing. The file is not copied to the fake area.
>> I use no special FLAVOR.
>> 
>> Regards,
>> Markus
>
> With FLAVOR="gpgme sasl slang" and without special FLAVOR I run in the
> same issue on amd64.
>
> Simple patches to fix the package:

Committed with a REVISION bump just in case (tm), thanks.

> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/mail/mutt/pkg/PLIST,v
> retrieving revision 1.23
> diff -u -p -u -p -r1.23 PLIST
> --- pkg/PLIST 19 Sep 2016 08:24:28 -  1.23
> +++ pkg/PLIST 19 Sep 2016 19:54:43 -
> @@ -27,7 +27,6 @@ share/doc/mutt/README
>  share/doc/mutt/README.SECURITY
>  share/doc/mutt/README.SSL
>  share/doc/mutt/README.neomutt
> -share/doc/mutt/README.notmuch
>  share/doc/mutt/TODO
>  share/doc/mutt/advancedusage.html
>  share/doc/mutt/applying-patches.txt
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: mail/mutt doesnt package

2016-09-19 Thread Rafael Sadowski
On Mon Sep 19, 2016 at 09:45:01PM +0200, Markus Lude wrote:
> Hi Stuart,
> 
> with recent update of the mutt port, mutt doesnt package:
> 
> ===>  Building package for mutt-1.7.0.20160916v2
> Create /usr/ports/packages/sparc64/all/mutt-1.7.0.20160916v2.tgz
> checksumming| | 
> 27%
> Error: 
> /usr/ports/pobj/mutt-1.7.0.20160916/fake-sparc64/usr/local/share/doc/mutt/README.notmuch
>  does not exist
> Fatal error: can't continue
>  at /usr/libdata/perl5/OpenBSD/PkgCreate.pm line 1500.
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1888 
> '/usr/ports/packages/sparc64/all/mutt-1.7.0.20160916v2.tgz')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2409 
> '_internal-package')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2389 'package')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1901 
> '/var/db/pkg/mutt-1.7.0.20160916v2/+CONTENTS')
> *** Error 1 in /usr/ports/mail/mutt 
> (/usr/ports/infrastructure/mk/bsd.port.mk:2389 'install')
> 
> The file is missing. The file is not copied to the fake area.
> I use no special FLAVOR.
> 
> Regards,
> Markus

With FLAVOR="gpgme sasl slang" and without special FLAVOR I run in the
same issue on amd64.

Simple patches to fix the package:

Index: pkg/PLIST
===
RCS file: /cvs/ports/mail/mutt/pkg/PLIST,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 PLIST
--- pkg/PLIST   19 Sep 2016 08:24:28 -  1.23
+++ pkg/PLIST   19 Sep 2016 19:54:43 -
@@ -27,7 +27,6 @@ share/doc/mutt/README
 share/doc/mutt/README.SECURITY
 share/doc/mutt/README.SSL
 share/doc/mutt/README.neomutt
-share/doc/mutt/README.notmuch
 share/doc/mutt/TODO
 share/doc/mutt/advancedusage.html
 share/doc/mutt/applying-patches.txt