From owner-svn-ports-all@freebsd.org Tue Sep 8 16:13:58 2015 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 F041DA00F94; Tue, 8 Sep 2015 16:13:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E17051243; Tue, 8 Sep 2015 16:13:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88GDwI2071705; Tue, 8 Sep 2015 16:13:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88GDwAI071704; Tue, 8 Sep 2015 16:13:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509081613.t88GDwAI071704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Sep 2015 16:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396400 - head/astro/osmium 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.20 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: Tue, 08 Sep 2015 16:13:59 -0000 Author: jbeich Date: Tue Sep 8 16:13:58 2015 New Revision: 396400 URL: https://svnweb.freebsd.org/changeset/ports/396400 Log: astro/osmium: unbreak build with DOXYGEN=on after r394778 NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and post-build-${opt}-on/off. Since the targets haven't been run yet do-install-DOXYGEN-on fails due to missing files. Fix by leaking a call to nop "all" target in vendor Makefile. It should be less kludgy than defining our own dummy do-build and less confusing than treating do-build itself as an option helper. In case "all" starts doing something useful the port would automatically take advantage of it. PR: 202951 Reviewed by: mat Approved by: portmgr blanket Modified: head/astro/osmium/Makefile (contents, props changed) Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Tue Sep 8 16:12:06 2015 (r396399) +++ head/astro/osmium/Makefile Tue Sep 8 16:13:58 2015 (r396400) @@ -29,7 +29,6 @@ CXXFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib NO_ARCH= yes -NO_BUILD= yes PORTDOCS= * OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS