Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 07:34:23 +0100
From:      Tobias Kortkamp <tobik@freebsd.org>
To:        Cy Schubert <cy@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r493407 - head/graphics/xpdf4
Message-ID:  <20190220063422.GA18880@urd.tobik.me>
In-Reply-To: <201902200614.x1K6Ev15089326@repo.freebsd.org>
References:  <201902200614.x1K6Ev15089326@repo.freebsd.org>

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

--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Feb 20, 2019 at 06:14:57AM +0000, Cy Schubert wrote:
> Author: cy
> Date: Wed Feb 20 06:14:57 2019
> New Revision: 493407
> URL: https://svnweb.freebsd.org/changeset/ports/493407
>=20
> Log:
>   Remove whitespace in USE_QT, otherwise qmake_build is ignored.
>  =20
>   Reported by:	Paul Beard <paulbeard@gmail.com>
>=20
> Modified:
>   head/graphics/xpdf4/Makefile
>=20
> Modified: head/graphics/xpdf4/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
> --- head/graphics/xpdf4/Makefile	Wed Feb 20 04:50:53 2019	(r493406)
> +++ head/graphics/xpdf4/Makefile	Wed Feb 20 06:14:57 2019	(r493407)
> @@ -27,8 +27,7 @@ SUB_FILES=3D	xpdf-man.conf
> =20
>  USES=3D		compiler:c++11-lang cmake localbase:ldflags \
>  		desktop-file-utils qt:5
> -USE_QT=3D		buildtools_build,concurrent,core,gui,network,printsupport,\
> -		qmake_build,svg,widgets
> +USE_QT=3D		buildtools_build,concurrent,core,gui,network,printsupport,qma=
ke_build,svg,widgets

Next step: Replace the , with spaces to actually add Qt dependencies
to the port.  Check with build-depends-list, run-depends-list,
stage-qa.  Currently the port has no Qt 5 dependencies and it fails
to build in Poudriere:

=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: libexec/xpdf/xpdf
Error: Missing: %%DATADIR%%/man/man1/xpdf.1.gz
=3D=3D=3D> Error: Plist issues found.

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

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

iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAlxs9OlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1
N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF
H2FovAf6AvkCo7q2K43jLFJ/DhtQ6M1NRjrDxIrp9gEw/zFTIj/vd6JgH1akklku
n312tNTqjxz0dap7LtFMFEHY8n4tDsRFTVDf5lEvYhh5TghILd8rYWMj+ByZOoga
3Qpq88FettOW0mqHY2YLNih7IlD0UZB4aCNnaGEDwIGuPWZVdpN/A/hryx8t84WM
nNbMnMeVUTYvZxxjxqNggUS3n0cmGaFAIEwbiHLebm+fiGvCC7zbWoTDW8sPLCgC
d2t9kZHCOnmMzXV8JCpY12vFU+DPgws8RXW/2HOet+xGSnpF+JBA5pOk/kSDRTkA
3oeNqotoPyuNI120xIHkz05C3VMHWg==
=3Ppa
-----END PGP SIGNATURE-----

--OXfL5xGRrasGEqWY--



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