svn commit: r302778 - head/net/istgt

Alex Kozlov ak at FreeBSD.org
Mon Aug 20 02:05:36 UTC 2012


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 at 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:



More information about the svn-ports-head mailing list