svn commit: r416416 - head/archivers/gtar

Christian Weisgerber naddy at FreeBSD.org
Sun Jun 5 18:58:12 UTC 2016


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 at 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>


More information about the svn-ports-head mailing list