svn commit: r447674 - head/shells/zsh

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 10 12:59:06 UTC 2017


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


More information about the svn-ports-all mailing list