Date: Tue, 6 Sep 2016 17:57:04 +0200 From: Palle Girgensohn <girgen@pingpong.net> To: Matthew Seaman <matthew@FreeBSD.org> Cc: Palle Girgensohn <girgen@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421361 - in head/databases: postgresql92-server postgresql96-client postgresql96-server Message-ID: <08162A3A-4689-4BD9-A4C2-9E3547A65A0B@pingpong.net> In-Reply-To: <277e42c7-60a2-29c2-4ca4-7d10a88536e6@FreeBSD.org> References: <201609051159.u85BxXlY065121@repo.freebsd.org> <277e42c7-60a2-29c2-4ca4-7d10a88536e6@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I removed that in a subsequent commit :-)
Palle=20
> 6 sep. 2016 kl. 13:20 skrev Matthew Seaman <matthew@FreeBSD.org>:
>=20
>> On 05/09/2016 12:59, Palle Girgensohn wrote:
>> Modified: head/databases/postgresql96-server/pkg-plist-server
>> =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/databases/postgresql96-server/pkg-plist-server Mon Sep 5 11:=
15:29 2016 (r421360)
>> +++ head/databases/postgresql96-server/pkg-plist-server Mon Sep 5 11:=
59:32 2016 (r421361)
>> @@ -775,5 +775,3 @@ lib/libpgcommon.a
>> %%DATADIR%%/tsearch_data/synonym_sample.syn
>> %%DATADIR%%/tsearch_data/thesaurus_sample.ths
>> %%DATADIR%%/tsearch_data/turkish.stop
>> -@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%%
>> -
>=20
> This still fails stage-qa in poudriere, because you're creating
> a directory ${STAGEDIR}${LOCALBASE}/postgres
>=20
> =3D=3D=3D=3D> Running Q/A tests (stage-qa)
> =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
> =3D=3D=3D> Parsing plist
> =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
> Error: Orphaned: @dir %%PG_USER%%
> =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
> =3D=3D=3D> Error: Plist issues found.
> *** Error code 1
>=20
> Stop.
> make: stopped in /usr/ports/databases/postgresql96-server
> =3D=3D=3D=3D>> Error: check-plist failures detected
>=20
> This should help:
>=20
> # svn diff databases/postgresql92-server databases/postgresql96-server
> Index: databases/postgresql92-server/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
> --- databases/postgresql92-server/Makefile (revision 421417)
> +++ databases/postgresql92-server/Makefile (working copy)
> @@ -243,7 +243,9 @@
> ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\
> ${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \
> ${STAGEDIR}${PREFIX}/etc/periodic/daily
> +. if ${PORTVERSION:M9.[12345].*}
> ${MKDIR} ${STAGEDIR}${PREFIX}/${PG_USER}
> +. endif
> . endif # SERVER_ONLY
> . if defined(CLIENT_ONLY)
> @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
> ${MAKE_ARGS} install-local
> Index: databases/postgresql96-server/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
> --- databases/postgresql96-server/Makefile (revision 421417)
> +++ databases/postgresql96-server/Makefile (working copy)
> @@ -2,7 +2,7 @@
> # $FreeBSD$
>=20
> DISTVERSION?=3D 9.6rc1
> -PORTREVISION?=3D 1
> +PORTREVISION?=3D 2
>=20
> MAINTAINER?=3D pgsql@FreeBSD.org
>=20
> Cheers,
>=20
> Matthew
>=20
>=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?08162A3A-4689-4BD9-A4C2-9E3547A65A0B>
