From owner-svn-ports-all@FreeBSD.ORG Mon Sep 3 19:27:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED949106567A; Mon, 3 Sep 2012 19:27:45 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C03598FC17; Mon, 3 Sep 2012 19:27:45 +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 q83JRjtn032495; Mon, 3 Sep 2012 19:27:45 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q83JRjRJ032492; Mon, 3 Sep 2012 19:27:45 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201209031927.q83JRjRJ032492@svn.freebsd.org> From: Carlo Strub Date: Mon, 3 Sep 2012 19:27:45 +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: r303614 - 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, 03 Sep 2012 19:27:46 -0000 Author: cs Date: Mon Sep 3 19:27:45 2012 New Revision: 303614 URL: http://svn.freebsd.org/changeset/ports/303614 Log: Update to 20120901 PR: ports/171269 Submitted by: Daisuke Aoyama (maintainer) Modified: head/net/istgt/Makefile head/net/istgt/distinfo Modified: head/net/istgt/Makefile ============================================================================== --- head/net/istgt/Makefile Mon Sep 3 19:22:00 2012 (r303613) +++ head/net/istgt/Makefile Mon Sep 3 19:27:45 2012 (r303614) @@ -6,7 +6,7 @@ # PORTNAME= istgt -PORTVERSION= 20120811 +PORTVERSION= 20120901 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ @@ -36,7 +36,7 @@ DOCS= ChangeLog.jp README doc/QUICKSTAR OPTIONS_DEFINE= SYMLNKDEV VBOXVD OPTIONS_DEFAULT= SYMLNKDEV_DESC= Allow symbolic link for device file -VBOXVD_DESC= Build with VBox VirtualDisk support +VBOXVD_DESC= Build with VBox VD support(no X11 required) .include @@ -45,10 +45,17 @@ CONFIGURE_ARGS+= --enable-symlink-device .endif .if ${PORT_OPTIONS:MVBOXVD} +. if ${OSVERSION} < 802000 +VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose-legacy -V WRKSRC` +RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose-legacy +BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose-legacy:patch +CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include +. else 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=${VBOX_WRKSRC}/include +. endif .endif post-extract: Modified: head/net/istgt/distinfo ============================================================================== --- head/net/istgt/distinfo Mon Sep 3 19:22:00 2012 (r303613) +++ head/net/istgt/distinfo Mon Sep 3 19:27:45 2012 (r303614) @@ -1,2 +1,2 @@ -SHA256 (istgt-20120811.tar.gz) = 0c4413a07687e5746939be4d3ead9f11a5b4c91ff6732996d198ff15f78941a4 -SIZE (istgt-20120811.tar.gz) = 269880 +SHA256 (istgt-20120901.tar.gz) = 5adbf9e90c403fa866ca1915bc5b698499a83769007095b3f7a730156a5e405b +SIZE (istgt-20120901.tar.gz) = 273247 \ No newline at end of file