Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 12:55:32 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        William Grzybowski <william88@gmail.com>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, William Grzybowski <wg@freebsd.org>, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r322724 - head/net-p2p/qbittorrent
Message-ID:  <20130711125532.GA72196@FreeBSD.org>
In-Reply-To: <CAHtVNLPCmTBpC2uvaYdR2%2B1qQpCgr2UqUmgycF9Qdg4oBgNMVA@mail.gmail.com>
References:  <201307101754.r6AHshZl027414@svn.freebsd.org> <20130711054533.GA70334@FreeBSD.org> <CAHtVNLPCmTBpC2uvaYdR2%2B1qQpCgr2UqUmgycF9Qdg4oBgNMVA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 11, 2013 at 08:42:23AM -0300, William Grzybowski wrote:
> On Thu, Jul 11, 2013 at 2:45 AM, Alexey Dokuchaev <danfe@freebsd.org> wrote:
> > On Wed, Jul 10, 2013 at 05:54:43PM +0000, William Grzybowski wrote:
> >> New Revision: 322724
> >> URL: http://svnweb.freebsd.org/changeset/ports/322724
> >>
> >> @@ -43,7 +46,7 @@ CONFIGURE_ARGS+=    --disable-qt-dbus
> >>  .endif
> >>
> >>  post-patch:
> >> -     @${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp
> >> +     @${REINPLACE_CMD} -e 's|qputenv|!&|' ${WRKSRC}/src/main.cpp
> >
> > There are two problems with this part:
> > [...]
> 
> It would make everyones life easier if you had put a comment in the
> post-patch line about that fact.

True; usually I document any REINPLACE_CMD which might be confusing to
others, in this case I thought it's kinda self-explanatory.  The point
is that 1) many porters/comitters do not document these things, and it
might happen to anyone else; 2) regardless of the presence of comment,
or lack thereof, anyone who is updating the port should recheck if any
previous patch(es) are still valid.  This was obviously not done here.

./danfe



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