From owner-svn-ports-head@freebsd.org Sat Dec 3 17:31:41 2016 Return-Path: Delivered-To: svn-ports-head@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 D89F4C65150; Sat, 3 Dec 2016 17:31:41 +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 9B17FA3A; Sat, 3 Dec 2016 17:31:41 +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 uB3HVe5w017486; Sat, 3 Dec 2016 17:31:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3HVeQR017484; Sat, 3 Dec 2016 17:31:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201612031731.uB3HVeQR017484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Dec 2016 17:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427630 - in head/sysutils: . cmocka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 17:31:42 -0000 Author: antoine Date: Sat Dec 3 17:31:40 2016 New Revision: 427630 URL: https://svnweb.freebsd.org/changeset/ports/427630 Log: Hook cmocka to the build Modified: head/sysutils/Makefile head/sysutils/cmocka/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Dec 3 17:28:16 2016 (r427629) +++ head/sysutils/Makefile Sat Dec 3 17:31:40 2016 (r427630) @@ -163,6 +163,7 @@ SUBDIR += clsync SUBDIR += cluster-glue SUBDIR += cmdwatch + SUBDIR += cmocka SUBDIR += cmockery2 SUBDIR += cmogstored SUBDIR += cmospwd @@ -1116,8 +1117,8 @@ SUBDIR += tren SUBDIR += ts SUBDIR += tss - SUBDIR += ttyd SUBDIR += tty-clock + SUBDIR += ttyd SUBDIR += ttyload SUBDIR += tuptime SUBDIR += tw_cli Modified: head/sysutils/cmocka/Makefile ============================================================================== --- head/sysutils/cmocka/Makefile Sat Dec 3 17:28:16 2016 (r427629) +++ head/sysutils/cmocka/Makefile Sat Dec 3 17:31:40 2016 (r427630) @@ -25,7 +25,7 @@ PLIST_FILES= include/cmocka.h \ OPTIONS_DEFINE= STATIC -STATIC_CMAKE_ON= -DWITH_STATIC_LIB:BOOL=ON +STATIC_CMAKE_BOOL= WITH_STATIC_LIB STATIC_PLIST_FILES= lib/libcmocka.a .include