Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2016 14:05:44 -0400
From:      invoices <payments@thistleremovals.co.uk>
To:        <freebsd-ports-bugs@freebsd.org>
Subject:   Unpaid Invoice #350
Message-ID:  <05903599.3921952574317206.2F3D123D450.12978439@freebsd.org>

next in thread | raw e-mail | index | archive | help
Please see attached letter and a copy of the original invoice.
From owner-freebsd-ports-bugs@freebsd.org  Fri Feb 19 19:40:02 2016
Return-Path: <owner-freebsd-ports-bugs@freebsd.org>
Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30CF0AAEDBD
 for <freebsd-ports-bugs@mailman.ysv.freebsd.org>;
 Fri, 19 Feb 2016 19:40:02 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org
 [IPv6:2001:1900:2254:206a::16:76])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 08C9C1EB1
 for <freebsd-ports-bugs@FreeBSD.org>; Fri, 19 Feb 2016 19:40:02 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JJe1Zc040025
 for <freebsd-ports-bugs@FreeBSD.org>; Fri, 19 Feb 2016 19:40:01 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: freebsd-ports-bugs@FreeBSD.org
Subject: [Bug 207299] print/muttprint: Update to 0.73
Date: Fri, 19 Feb 2016 19:40:02 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: guru@unixarea.de
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-207299-13-nvnCEdDWxb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207299-13@https.bugs.freebsd.org/bugzilla/>
References: <bug-207299-13@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: freebsd-ports-bugs@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports-bugs>, 
 <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/>;
List-Post: <mailto:freebsd-ports-bugs@freebsd.org>
List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, 
 <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Feb 2016 19:40:02 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207299

--- Comment #9 from Matthias Apitz <guru@unixarea.de> ---

Some general remarks. Before starting the update of the software (distfile)
I contacted the original maintainer of the software itself, because the
description (muttprint-0.73/INSTALL) was completely wrong/outdated; the
maintainer responded that he could not do anything for the software for yea=
rs.
So I investigated by my own, how to build muttprint-0.73 at all and how to
do this with the FreeBSD ports infrastructure.=20

The files for the doc/manpages (*.pod) and for the doc/manual (.sgml) are
broken and shoul be fixed better "upstream", i.e. in the software itself.

Re/ you questions:

Questions I have about the patch:

- Can't you avoid patching Makefile.am if you just install the additional
documentation files yourself in the post-install target?

Yes, could be done. But I found it convinient to install the README* files
just as the other files. Do you insist changing this?

- Why are the translated man pages not being installed?

Because for any of the 4 languages the .pod file is broken and it
should be either patched or the Makefile.am should be patched to
take care.

- Does doc/manpages/en/muttprint.pod as-is cause build issues?

Yes. They contain invalid ISO 8859-1 chars without having a '=3Dencoding la=
tin1'
statement.

The 5 *.sqlm files for the doc/manual are broken too (missing SGML tags) and
for any of the 5 languages the Makefile.am was calling 'd2pdf' / 'd2html' /=
 ...
were it should call 'docbook2XXX' and with outdated cmd line flags;
i.e. for any language the Makefile.am and the *.sgml file must be patched.
That's why I only adjusted the English documentation (which is perhaps
as content even outdated too). All the software smells as abandon-ware, but
I like to use it with my beloved mutt MUA.

- Is installing the original files listed in pics/Makefile.am a problem? If
not, you could get rid of the patch and just install Beastie.eps in
post-install.

No, but they are penguin files for Linux and are not to be used on FreeBSD.
I could just remove them from package and only install Beastie.eps.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05903599.3921952574317206.2F3D123D450.12978439>