From owner-svn-ports-all@freebsd.org Sun Dec 25 15:01:35 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 2E3D4C8F434; Sun, 25 Dec 2016 15:01:35 +0000 (UTC) (envelope-from rakuco@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 F1CA71941; Sun, 25 Dec 2016 15:01:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBPF1YGu063958; Sun, 25 Dec 2016 15:01:34 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBPF1Ysd063957; Sun, 25 Dec 2016 15:01:34 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201612251501.uBPF1Ysd063957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 25 Dec 2016 15:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429435 - head/databases/sqlite2 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.23 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: Sun, 25 Dec 2016 15:01:35 -0000 Author: rakuco Date: Sun Dec 25 15:01:33 2016 New Revision: 429435 URL: https://svnweb.freebsd.org/changeset/ports/429435 Log: Make sure "all" is part of ALL_TARGET. Follow-up to r429384: we were setting ALL_TARGET to just "doc". While the build did not break, the code was actually being built during `make stage', which is not what we expect. Modified: head/databases/sqlite2/Makefile Modified: head/databases/sqlite2/Makefile ============================================================================== --- head/databases/sqlite2/Makefile Sun Dec 25 14:58:04 2016 (r429434) +++ head/databases/sqlite2/Makefile Sun Dec 25 15:01:33 2016 (r429435) @@ -48,7 +48,7 @@ PLIST_SUB+= WITH_TCLWRAPPER="@comment " .endif .if ${PORT_OPTIONS:MDOCS} -ALL_TARGET= doc +ALL_TARGET= all doc PORTDOCS= * MAKE_ARGS+= TCLSH=${TCLSH} MAKE_ENV+= TCL_VER=${TCL_VER}