Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 03:58:27 +0300
From:      Yuri Pankov <yuripv@yuripv.net>
To:        Paul Schmehl <pschmehl_lists@tx.rr.com>, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: math/mpft will not build
Message-ID:  <9b1b4ac2-be30-53d5-beb1-f022c3799113@yuripv.net>
In-Reply-To: <351AD395BEABF2320D98B73A@Pauls-MacBook-Pro.local>
References:  <351AD395BEABF2320D98B73A@Pauls-MacBook-Pro.local>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--aWkO26ANJwGhXTUD65TdSxdvJesyYPOvq
Content-Type: multipart/mixed; boundary="ZJ5mpH91Z3cA66X8aKudG9BpZ7gjLtYAK";
 protected-headers="v1"
From: Yuri Pankov <yuripv@yuripv.net>
To: Paul Schmehl <pschmehl_lists@tx.rr.com>,
 FreeBSD Questions <freebsd-questions@freebsd.org>
Message-ID: <9b1b4ac2-be30-53d5-beb1-f022c3799113@yuripv.net>
Subject: Re: math/mpft will not build
References: <351AD395BEABF2320D98B73A@Pauls-MacBook-Pro.local>
In-Reply-To: <351AD395BEABF2320D98B73A@Pauls-MacBook-Pro.local>

--ZJ5mpH91Z3cA66X8aKudG9BpZ7gjLtYAK
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

Paul Schmehl wrote:
> Can someone explain what this line does? It's keeping math/mpfr from
> building, and that causes tons of other ports to fail.
>=20
> /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
>=20
> I can't even find PATCHLEVEL in the Porters Handbook, and it's not
> defined in the port Makefile.

PATCHLEVEL is defined just above the line with jot, it looks like this
for me:

PATCHLEVEL=3D     13
PATCHFILES!=3D    /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1
${PATCHLEVEL}

So it's simply a local variable, and the whole construct is there just
to make it easier to define the list of patches, i.e. when you run it
from shell, it outputs the following:

$ jot -s " " -w patch%02d 13 1 13
patch01 patch02 patch03 patch04 patch05 patch06 patch07 patch08 patch09
patch10 patch11 patch12 patch13

And I'm wondering how exactly it's failing the build for you?


--ZJ5mpH91Z3cA66X8aKudG9BpZ7gjLtYAK--

--aWkO26ANJwGhXTUD65TdSxdvJesyYPOvq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

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

iQEzBAEBCAAdFiEE+Gq3PsPeLT4tL/9wk4vgf7Eq4WwFAlwZl7oACgkQk4vgf7Eq
4Wyl6gf8D4oJZYEmjV+eWYfKGVkd6YA+SuknDW6CKUVlBYbATNMerwFJ8NuCDKkU
e8qok7+2IK7TaK1AgJ+YCQvsPHOcmIQqcYiX8dwQKUMuq9TS43Yc8zSWX3t2XK66
TTrSoKt5RydZfhooOvuE+YJqytRSdXqY/yH21R7xxMl2DMvBSQi159Cw262OdaxC
uw6Hnr9PRtZ4M81/sVopaPqfXUBaeVh2rtNaurgjTCa/1m0HkTmil6UG64NPEPK+
a68HfezG1ZELpxpXcm703VqICAlJXlAGgc4QNh03d/Nnw4fTq/FE/xiVSxFlninq
fh+m+aBIwGM+8OlHwlCAHiwpCHO5+w==
=1IoQ
-----END PGP SIGNATURE-----

--aWkO26ANJwGhXTUD65TdSxdvJesyYPOvq--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9b1b4ac2-be30-53d5-beb1-f022c3799113>