From owner-svn-ports-all@freebsd.org Thu Feb 25 12:14:03 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 1F8DDAB14DB; Thu, 25 Feb 2016 12:14:03 +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 E516963E; Thu, 25 Feb 2016 12:14:02 +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 u1PCE1Ri023920; Thu, 25 Feb 2016 12:14:01 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PCE1RJ023919; Thu, 25 Feb 2016 12:14:01 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602251214.u1PCE1RJ023919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 Feb 2016 12:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409509 - head/devel/poco 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: Thu, 25 Feb 2016 12:14:03 -0000 Author: rakuco Date: Thu Feb 25 12:14:01 2016 New Revision: 409509 URL: https://svnweb.freebsd.org/changeset/ports/409509 Log: Set ALL_TARGET to poco. The "all" target builds samples and tests regardless of whether they were disabled in the configuration script (consequently not honoring the options set in the port). MFH: 2016Q1 Modified: head/devel/poco/Makefile Modified: head/devel/poco/Makefile ============================================================================== --- head/devel/poco/Makefile Thu Feb 25 12:12:59 2016 (r409508) +++ head/devel/poco/Makefile Thu Feb 25 12:14:01 2016 (r409509) @@ -16,6 +16,7 @@ BROKEN_FreeBSD_9_i386= does not build CONFLICTS= poco-ssl-[0-9]* USES= gmake tar:bzip2 +ALL_TARGET= poco HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --config=FreeBSD USE_LDCONFIG= yes