Date: Thu, 2 Oct 2014 19:00:27 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Don Lewis <truckman@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org> Subject: Re: svn commit: r369764 - head/misc/getopt Message-ID: <CAMHz58Si-m5b%2BKcvdQTT10KH76z=a2FibCAR_eeP1QjxFkM1Xw@mail.gmail.com> In-Reply-To: <201410020733.s927Xc3S027566@gw.catspoiler.org> References: <201410012016.s91KGGsK087451@svn.freebsd.org> <201410020733.s927Xc3S027566@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 2, 2014 at 3:33 PM, Don Lewis <truckman@freebsd.org> wrote: > On 1 Oct, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Wed Oct 1 20:16:16 2014 > > New Revision: 369764 > > URL: https://svnweb.freebsd.org/changeset/ports/369764 > > QAT: https://qat.redports.org/buildarchive/r369764/ > > > > Log: > > - Cleanup *.o from tarball > > > > PR: ports/194074 > > Submitted by: Vikash Badal <vikashb@where-ever.za.net> > > > > Modified: > > head/misc/getopt/Makefile > > > > Modified: head/misc/getopt/Makefile > > > ============================================================================== > > --- head/misc/getopt/Makefile Wed Oct 1 20:09:23 2014 (r369763) > > +++ head/misc/getopt/Makefile Wed Oct 1 20:16:16 2014 (r369764) > > @@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF= WITHOUT_GETTEXT=1 > > NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl > > NLS_USES= gettext > > > > +post-patch: > > + @${RM} ${WKRSRC}/gnu/*.o > > + > > post-install: > > ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > > cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ > > This change contains a typo. Here's a patch: > > Index: Makefile > =================================================================== > --- Makefile (revision 369794) > +++ Makefile (working copy) > @@ -27,7 +27,7 @@ > NLS_USES= gettext > > post-patch: > - @${RM} ${WKRSRC}/gnu/*.o > + @${RM} ${WRKSRC}/gnu/*.o > > post-install: > ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > > Thanks. It should be OK in r369809. :) Regards, sunpoet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Si-m5b%2BKcvdQTT10KH76z=a2FibCAR_eeP1QjxFkM1Xw>