From owner-cvs-all@FreeBSD.ORG Fri Jun 6 11:45:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21EF1106567A; Fri, 6 Jun 2008 11:45:39 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E18F38FC27; Fri, 6 Jun 2008 11:45:38 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m56BjcX3004937; Fri, 6 Jun 2008 11:45:38 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m56BjcU4004936; Fri, 6 Jun 2008 11:45:38 GMT (envelope-from des) Message-Id: <200806061145.m56BjcU4004936@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 6 Jun 2008 11:45:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/zsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 11:45:39 -0000 des 2008-06-06 11:45:38 UTC FreeBSD ports repository Modified files: shells/zsh Makefile Log: The ncurses fix from early May was only partly correct. The configure script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader did not run, it did not propagate to config.h. Add autoheader to the USE_AUTOTOOLS list to correct this. Revision Changes Path 1.97 +2 -2 ports/shells/zsh/Makefile