Date: Sun, 5 Jun 2016 18:58:11 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416416 - head/archivers/gtar Message-ID: <201606051858.u55IwB31029062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sun Jun 5 18:58:11 2016 New Revision: 416416 URL: https://svnweb.freebsd.org/changeset/ports/416416 Log: Do not attempt to rebuild tar.info after patching configure. I can't reproduce this on 10.3, but have a report from 9.3. Differences in make(1)? Reported by: Rob Levandowski <robl@macwhiz.com> Modified: head/archivers/gtar/Makefile Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Sun Jun 5 18:47:54 2016 (r416415) +++ head/archivers/gtar/Makefile Sun Jun 5 18:58:11 2016 (r416416) @@ -41,4 +41,8 @@ STATIC_CONFIGURE_ENV= SHLIBEXT="" STATIC_VARS= STATIC_ARGS=build STATIC_VARS_OFF= STATIC_ARGS=lib +# do not rebuild tar.info +post-patch: + touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606051858.u55IwB31029062>