Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 02:05:36 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302778 - head/net/istgt
Message-ID:  <201208200205.q7K25ape067382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <aoyama at peach.ne.jp> (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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208200205.q7K25ape067382>