From owner-cvs-all@FreeBSD.ORG Wed Jun 13 19:54:22 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B85106566C; Wed, 13 Jun 2012 19:54:22 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 394628FC1A; Wed, 13 Jun 2012 19:54:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5DJsMNZ067378; Wed, 13 Jun 2012 19:54:22 GMT (envelope-from mandree@repoman.freebsd.org) Received: (from mandree@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5DJsMDN067377; Wed, 13 Jun 2012 19:54:22 GMT (envelope-from mandree) Message-Id: <201206131954.q5DJsMDN067377@repoman.freebsd.org> From: Matthias Andree Date: Wed, 13 Jun 2012 19:54:22 +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/misc/e2fsprogs-libuuid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2012 19:54:22 -0000 mandree 2012-06-13 19:54:22 UTC FreeBSD ports repository Modified files: misc/e2fsprogs-libuuid Makefile Log: Dispose of OPTIONSFILE for the nonce, to fix the build. There are no dialog(1)-based options for now. This isn't the final solution, but works until the proper fix becomes known. The problem is that OPTIONS_EXCLUDE=NLS does not work, it gets overridden when the options.mk file reads e2fsprogs's $OPTIONSFILE. Revision Changes Path 1.14 +1 -0 ports/misc/e2fsprogs-libuuid/Makefile