From owner-svn-ports-all@freebsd.org Mon Jan 4 16:35:06 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 E5BEAA62363; Mon, 4 Jan 2016 16:35:06 +0000 (UTC) (envelope-from antoine@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 B30061CBA; Mon, 4 Jan 2016 16:35:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u04GZ5Ut060367; Mon, 4 Jan 2016 16:35:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u04GZ5Fv060365; Mon, 4 Jan 2016 16:35:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601041635.u04GZ5Fv060365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 4 Jan 2016 16:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405249 - in head: devel security 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: Mon, 04 Jan 2016 16:35:07 -0000 Author: antoine Date: Mon Jan 4 16:35:05 2016 New Revision: 405249 URL: https://svnweb.freebsd.org/changeset/ports/405249 Log: Hook creduce and libressl-devel to the build Modified: head/devel/Makefile head/security/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 4 16:31:13 2016 (r405248) +++ head/devel/Makefile Mon Jan 4 16:35:05 2016 (r405249) @@ -303,6 +303,7 @@ SUBDIR += cppunit SUBDIR += cproto SUBDIR += cpuflags + SUBDIR += creduce SUBDIR += critcl SUBDIR += cs-eric6 SUBDIR += cscope Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Jan 4 16:31:13 2016 (r405248) +++ head/security/Makefile Mon Jan 4 16:35:05 2016 (r405249) @@ -304,6 +304,7 @@ SUBDIR += libpwquality SUBDIR += libpwstor SUBDIR += libressl + SUBDIR += libressl-devel SUBDIR += libscrypt SUBDIR += libsecret SUBDIR += libsectok