Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 19:22:02 +0200
From:      Piotr Kubaj <pkubaj@anongoth.pl>
To:        Matthias Andree <mandree@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   Re: svn commit: r514173 - in branches/2019Q4/mail/fetchmail: . files
Message-ID:  <20191009172202.GA41002@KGPE-D16>
In-Reply-To: <201910091719.x99HJh7C098998@repo.freebsd.org>
References:  <201910091719.x99HJh7C098998@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--ibTvN161/egqYuK8
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

t.smoke failure was why I switched this port to new GCC. Now that you fixed=
 it, you can remove USE_GCC completely.

On 19-10-09 17:19:43, Matthias Andree wrote:
> Author: mandree
> Date: Wed Oct  9 17:19:42 2019
> New Revision: 514173
> URL: https://svnweb.freebsd.org/changeset/ports/514173
>=20
> Log:
>   MFH: r514172
>  =20
>   fetchmail: Fix manpage rendering w/ groff, fix t.smoke failure
>  =20
>   PR:		240914
>   PR:		241032
>   Submitted by:	Corey Halpin (maintainer)
>   Reported by:	Helge Oldach, Konstantin Belousov
>  =20
>   One patch removes a .br from the .man page to fix manpage rendering
>   with groff on FreeBSD 12.0, one patch changes the environment for a
>   build-time self-test that will not be installed but unbreaks a build
>   in some configurations, hence claiming blanket approval.
>  =20
>   Approved by:	ports-secteam@ (blanket)
>=20
> Added:
>   branches/2019Q4/mail/fetchmail/files/patch-fetchmail.man
>      - copied unchanged from r514172, head/mail/fetchmail/files/patch-fet=
chmail.man
>   branches/2019Q4/mail/fetchmail/files/patch-t.smoke
>      - copied unchanged from r514172, head/mail/fetchmail/files/patch-t.s=
moke
> Modified:
>   branches/2019Q4/mail/fetchmail/Makefile
> Directory Properties:
>   branches/2019Q4/   (props changed)
>=20
> Modified: branches/2019Q4/mail/fetchmail/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- branches/2019Q4/mail/fetchmail/Makefile	Wed Oct  9 17:15:29 2019	(r51=
4172)
> +++ branches/2019Q4/mail/fetchmail/Makefile	Wed Oct  9 17:19:42 2019	(r51=
4173)
> @@ -3,6 +3,7 @@
> =20
>  PORTNAME?=3D	fetchmail
>  PORTVERSION=3D	6.4.1
> +PORTREVISION=3D	1
>  CATEGORIES=3D	mail ipv6
>  MASTER_SITES=3D	SF/${PORTNAME}/branch_6.4/
> =20
>=20
> Copied: branches/2019Q4/mail/fetchmail/files/patch-fetchmail.man (from r5=
14172, head/mail/fetchmail/files/patch-fetchmail.man)
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ branches/2019Q4/mail/fetchmail/files/patch-fetchmail.man	Wed Oct  9 1=
7:19:42 2019	(r514173, copy of r514172, head/mail/fetchmail/files/patch-fet=
chmail.man)
> @@ -0,0 +1,10 @@
> +--- a/fetchmail.man	2019-09-28 11:09:52.000000000 +0200
> ++++ b/fetchmail.man	2019-10-03 11:28:41.306247000 +0200
> +@@ -1891,7 +1891,6 @@=20
> + user[name]	\-u	\&	T{
> + This is the user description and must come first after server
> + description and after possible server options, and before user options.
> +-.br
> + It sets the remote user name if by itself or followed by 'there', or the
> + local user name if followed by 'here'.
> + T}
>=20
> Copied: branches/2019Q4/mail/fetchmail/files/patch-t.smoke (from r514172,=
 head/mail/fetchmail/files/patch-t.smoke)
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ branches/2019Q4/mail/fetchmail/files/patch-t.smoke	Wed Oct  9 17:19:4=
2 2019	(r514173, copy of r514172, head/mail/fetchmail/files/patch-t.smoke)
> @@ -0,0 +1,10 @@
> +--- fetchmail-6.4.1/t.smoke	2019-08-20 18:00:35.000000000 -0500
> ++++ fetchmail-6.4.1-patched/t.smoke	2019-09-30 19:20:23.633504000 -0500
> +@@ -4,6 +4,7 @@
> + # configuration and dump it in human-readable and machine-readable form.
> +=20
> + set -e
> ++export HOME=3D/tmp
> + trap 'rm -f t.rc.$$' 0
> + cp "${srcdir}/t.rc" t.rc.$$
> + chmod 0400 t.rc.$$

--ibTvN161/egqYuK8
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl2eFzoACgkQelmbhSCD
nJ2+QA/+NAZRZDtsBgxSU7wsd9fGbWoxWvyL50diabfE0sqwdSPQeyO9RIiyBXcJ
nM64YngXC7fxMAvoG5MAc951VW8ROGDuM6WG4+pCZEs05Tc2qQTZsLZ0RRh8aSzZ
0c3ga7Fp2kwxS2mSm0gJ6q09zzlcI190tYcZBA8yl7iH0/BHj7bK3gq8er0ayg8y
qAAc5bVj6CC9q3C8NL4h7x0WkCgOs8zTujGrYzA4u+L4DD7G39ugWFH9fn9yIQUo
arQlzZl5r1iQbxN/PubI/avesOJnwtzsDW7uxtNvYAADQ0Pb3I9Jdox44S6OJjEM
BKW/e0FxSFDQ07myGOAOZWyLVaaGKEHED26VcqnOsJWWYHYwyN9YfIW9KIiGImzb
cP85i1zsgAuCV+OIaUyxxhol1PtL3EwPtf5SzP7NAkMJK2bgp3NeyOf6KnsX+1Fq
FUkXKC/X1ff0jRwHn08ObViZaX184ZC4hyuzZ3nR7QqSejSfDTRnVUY7Q5uuxhRS
BM009JWT1r8WJPhaFrr7phaV1BvgDyKLigoT2jZbT9rlzVWT7bkq02+mfzjHJAhz
2eflJSj1a2Fle53bsStIh7Y1W8x7wCrTqacKJRFiLSrXPI8Og0xc2o2Y9p+K66cX
51NXSdABFu06N40b9RC1XTUrIQye/oBmpyHP+9KpuwIvlAPn5Ig=
=CURk
-----END PGP SIGNATURE-----

--ibTvN161/egqYuK8--



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