Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 12:59:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447674 - head/shells/zsh
Message-ID:  <201708101259.v7ACx5da091726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Aug 10 12:59:04 2017
New Revision: 447674
URL: https://svnweb.freebsd.org/changeset/ports/447674

Log:
  Due to some timestamp issue zsh may need autoheader at build time
  Let's renegerate the autotools part to be safe
  
  Reported by:	jrm

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Thu Aug 10 12:53:18 2017	(r447673)
+++ head/shells/zsh/Makefile	Thu Aug 10 12:59:04 2017	(r447674)
@@ -20,7 +20,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		iconv ncurses shebangfix tar:xz
+USES=		autoreconf iconv ncurses shebangfix tar:xz
 
 SHEBANG_LANG=	zsh
 zsh_OLD_CMD=	zsh	# shebang appears as /bin/zsh and just zsh



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