From owner-svn-ports-all@freebsd.org Sat Aug 20 17:39:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECC24BC09DE; Sat, 20 Aug 2016 17:39:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF773139D; Sat, 20 Aug 2016 17:39:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7KHdjmP060599; Sat, 20 Aug 2016 17:39:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7KHdji1060598; Sat, 20 Aug 2016 17:39:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608201739.u7KHdji1060598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 20 Aug 2016 17:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420521 - head/mail/notmuch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2016 17:39:46 -0000 Author: marino Date: Sat Aug 20 17:39:44 2016 New Revision: 420521 URL: https://svnweb.freebsd.org/changeset/ports/420521 Log: mail/notmuch: unbreak everywhere The configure argument for docs+doxygen is "--with-docs" and "--without-docs", not "--with-api-docs". I check configure to be sure. The build was failing everywhere with "Unrecognized option" error message during configure phase. Approved by: just-fix-it Modified: head/mail/notmuch/Makefile Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Sat Aug 20 17:26:20 2016 (r420520) +++ head/mail/notmuch/Makefile Sat Aug 20 17:39:44 2016 (r420521) @@ -26,7 +26,7 @@ OPTIONS_SUB= yes BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} BASH_CONFIGURE_WITH= bash-completion -DOXYGEN_CONFIGURE_WITH= api-docs +DOXYGEN_CONFIGURE_WITH= docs DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen EMACS_CONFIGURE_WITH= emacs EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \