From owner-svn-soc-all@FreeBSD.ORG Thu Jun 21 13:23:46 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id CA9E31065670 for ; Thu, 21 Jun 2012 13:23:44 +0000 (UTC) (envelope-from gmiller@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Thu, 21 Jun 2012 13:23:44 +0000 Date: Thu, 21 Jun 2012 13:23:44 +0000 From: gmiller@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120621132344.CA9E31065670@hub.freebsd.org> Cc: Subject: socsvn commit: r238085 - in soc2012/gmiller/locking-head: . lib lib/libwitness X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 13:23:46 -0000 Author: gmiller Date: Thu Jun 21 13:23:44 2012 New Revision: 238085 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238085 Log: r237899@FreeBSD-dev: root | 2012-06-19 01:41:59 -0500 Add libwitness to the build. Added: soc2012/gmiller/locking-head/lib/libwitness/ soc2012/gmiller/locking-head/lib/libwitness/Makefile soc2012/gmiller/locking-head/lib/libwitness/wrappers.c Modified: soc2012/gmiller/locking-head/ (props changed) soc2012/gmiller/locking-head/lib/Makefile Modified: soc2012/gmiller/locking-head/lib/Makefile ============================================================================== --- soc2012/gmiller/locking-head/lib/Makefile Thu Jun 21 12:52:15 2012 (r238084) +++ soc2012/gmiller/locking-head/lib/Makefile Thu Jun 21 13:23:44 2012 (r238085) @@ -115,6 +115,7 @@ ${_libusbhid} \ ${_libusb} \ ${_libvgl} \ + libwitness \ libwrap \ liby \ libz \ Added: soc2012/gmiller/locking-head/lib/libwitness/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2012/gmiller/locking-head/lib/libwitness/Makefile Thu Jun 21 13:23:44 2012 (r238085) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.include + +LIB= witness +SHLIB_MAJOR= 1 +SRCS= wrappers.c +DPADD= ${LIBTHR} +LDADD= -lthr + +CSTD?= c99 +WARNS?= 6 + +.include Added: soc2012/gmiller/locking-head/lib/libwitness/wrappers.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2012/gmiller/locking-head/lib/libwitness/wrappers.c Thu Jun 21 13:23:44 2012 (r238085) @@ -0,0 +1 @@ +