Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 23:25:31 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Bartek Rutkowski <robak@freebsd.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r383112 - head/databases/postgresql94-server
Message-ID:  <CAMHz58RGcyYEcu%2BTLoyo2jRJk2GtPpH16w5iodky7d-akC2kQg@mail.gmail.com>
In-Reply-To: <20150403151746.GA13396@FreeBSD.org>
References:  <201504031232.t33CW7wi035371@svn.freebsd.org> <CAMHz58SX8rGX76YHonZSaK0BUSuExHS9h0x3hykZka5aWhh45A@mail.gmail.com> <20150403151746.GA13396@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 3, 2015 at 11:17 PM, Alexey Dokuchaev <danfe@freebsd.org> wrote:

> On Fri, Apr 03, 2015 at 11:08:47PM +0800, Sunpoet Po-Chuan Hsieh wrote:
> > Regarding the CPE PRs, though Shun submitted the patch as
> "USES+=<tab>cpe",
> > I would be grateful if you could use more tabs to have same indent with
> > other lines. It needs 2 tabs in this case.
>
> +1000.  I was hoping someone would finally speak up on this matter (so I
> won't be blamed for nitpicking this time ;-)
>
> Also, in addition to bogus indentation, I don't see any need to use += vs.
> just = .
>
> ./danfe
>

I forgot I mentioned that this commit is unnecessary in the followup of
r381722.
Though duplicate items in USES are harmless, we only need to add USES+=cpe
for postgresql{84,91,92}-server/Makefile.

% tail -1 postgresql*-server/Makefile
==> postgresql84-server/Makefile <==
.include <bsd.port.post.mk>

==> postgresql90-server/Makefile <==
.include "${.CURDIR}/../postgresql91-server/Makefile"

==> postgresql91-server/Makefile <==
.include <bsd.port.post.mk>

==> postgresql92-server/Makefile <==
.include <bsd.port.post.mk>

==> postgresql93-server/Makefile <==
.include "${.CURDIR}/../postgresql92-server/Makefile"

==> postgresql94-server/Makefile <==
.include "${.CURDIR}/../postgresql92-server/Makefile"

% grep cpe postgresql*-server/Makefile
postgresql90-server/Makefile:USES+=     cpe
postgresql91-server/Makefile:USES+=     cpe
postgresql92-server/Makefile:USES+=     cpe
postgresql93-server/Makefile:USES+=     cpe
postgresql94-server/Makefile:USES+=     cpe

Regards,
sunpoet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RGcyYEcu%2BTLoyo2jRJk2GtPpH16w5iodky7d-akC2kQg>