From owner-svn-ports-all@FreeBSD.ORG Mon Aug 20 02:05:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E0F4106566C; Mon, 20 Aug 2012 02:05:36 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3967C8FC0A; Mon, 20 Aug 2012 02:05:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7K25aT5067384; Mon, 20 Aug 2012 02:05:36 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7K25ape067382; Mon, 20 Aug 2012 02:05:36 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201208200205.q7K25ape067382@svn.freebsd.org> From: Alex Kozlov Date: Mon, 20 Aug 2012 02:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302778 - head/net/istgt X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Aug 2012 02:05:36 -0000 Author: ak Date: Mon Aug 20 02:05:35 2012 New Revision: 302778 URL: http://svn.freebsd.org/changeset/ports/302778 Log: - Unbreak VBOX VirtualDisk support - Fix COMMENT as per latest guidelines [1] Suggested by: danfe [1] Approved by: Daisuke Aoyama (maintainer, implicit) Modified: head/net/istgt/Makefile Modified: head/net/istgt/Makefile ============================================================================== --- head/net/istgt/Makefile Mon Aug 20 01:45:03 2012 (r302777) +++ head/net/istgt/Makefile Mon Aug 20 02:05:35 2012 (r302778) @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ MAINTAINER= aoyama@peach.ne.jp -COMMENT= An iSCSI target for Debian/NetBSD/FreeBSD +COMMENT= iSCSI target for Debian/NetBSD/FreeBSD SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -45,9 +45,10 @@ CONFIGURE_ARGS+= --enable-symlink-device .endif .if ${PORT_OPTIONS:MVBOXVD} +VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose -V WRKSRC` RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose:patch -CONFIGURE_ARGS+= --with-vbox +CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include .endif post-extract: