From owner-svn-ports-all@freebsd.org Wed Sep 13 14:41:34 2017 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 0D154E2435B; Wed, 13 Sep 2017 14:41:34 +0000 (UTC) (envelope-from araujo@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 CEB8067526; Wed, 13 Sep 2017 14:41:33 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8DEfWIl061232; Wed, 13 Sep 2017 14:41:32 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8DEfWQA061230; Wed, 13 Sep 2017 14:41:32 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201709131441.v8DEfWQA061230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 13 Sep 2017 14:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449796 - head/devel/libhyve-remote X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/devel/libhyve-remote X-SVN-Commit-Revision: 449796 X-SVN-Commit-Repository: ports 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: Wed, 13 Sep 2017 14:41:34 -0000 Author: araujo Date: Wed Sep 13 14:41:32 2017 New Revision: 449796 URL: https://svnweb.freebsd.org/changeset/ports/449796 Log: Update to 0.1.2. Sponsored by: iXsystems, Inc. Modified: head/devel/libhyve-remote/Makefile head/devel/libhyve-remote/distinfo Modified: head/devel/libhyve-remote/Makefile ============================================================================== --- head/devel/libhyve-remote/Makefile Wed Sep 13 14:27:14 2017 (r449795) +++ head/devel/libhyve-remote/Makefile Wed Sep 13 14:41:32 2017 (r449796) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhyve-remote -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel MAINTAINER= araujo@FreeBSD.org @@ -12,6 +12,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libvncserver.so:net/libvncserver +OPTIONS_DEFINE= BHYVE +BHYVE_DESC= FreeBSD bhyve libhyve-remote integration + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -34,6 +37,8 @@ GH_ACCOUNT= araujobsd USE_LDCONFIG= yes +.include + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/libhyverem .for headers in ${HEADER_FILES} @@ -44,5 +49,14 @@ do-install: .endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1 ${LN} -fs libhyverem.so.1 ${STAGEDIR}${PREFIX}/lib/libhyverem.so + +post-install: +.if ${PORT_OPTIONS:MBHYVE} +.if !exists(${SRC_BASE}/usr.sbin/bhyve/pci_fbuf.c) +IGNORE= requires kernel source files in ${SRC_BASE} +.else + (cd ${WRKSRC} && ${MAKE_CMD} bhyve-patch) +.endif +.endif .include Modified: head/devel/libhyve-remote/distinfo ============================================================================== --- head/devel/libhyve-remote/distinfo Wed Sep 13 14:27:14 2017 (r449795) +++ head/devel/libhyve-remote/distinfo Wed Sep 13 14:41:32 2017 (r449796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501212977 -SHA256 (araujobsd-libhyve-remote-0.1.1_GH0.tar.gz) = e24e71c1dadfe76d52b30bd9b2d064b7cee52b9642c5e5fd5a0a9315ff337fe4 -SIZE (araujobsd-libhyve-remote-0.1.1_GH0.tar.gz) = 6255 +TIMESTAMP = 1505313487 +SHA256 (araujobsd-libhyve-remote-0.1.2_GH0.tar.gz) = 1c45bbefc7b1087dad9330e486499e50d9e2a0f4184032e4ace16c8a86aeb1e2 +SIZE (araujobsd-libhyve-remote-0.1.2_GH0.tar.gz) = 11645