From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 3 00:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB6D0106564A for ; Mon, 3 Sep 2012 00:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 968558FC0A for ; Mon, 3 Sep 2012 00:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q830o7Yq031730 for ; Mon, 3 Sep 2012 00:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q830o7oH031716; Mon, 3 Sep 2012 00:50:07 GMT (envelope-from gnats) Resent-Date: Mon, 3 Sep 2012 00:50:07 GMT Resent-Message-Id: <201209030050.q830o7oH031716@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daisuke Aoyama Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17B251065670 for ; Mon, 3 Sep 2012 00:42:55 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) by mx1.freebsd.org (Postfix) with ESMTP id 847BC8FC17 for ; Mon, 3 Sep 2012 00:42:54 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id D6D5439D4E for ; Mon, 3 Sep 2012 09:33:09 +0900 (JST) Received: from hera.peach.ne.jp.private (unknown [172.18.0.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPS id C195A39D4A for ; Mon, 3 Sep 2012 09:33:09 +0900 (JST) Received: from hera.peach.ne.jp.private (localhost [127.0.0.1]) by hera.peach.ne.jp.private (8.14.4/8.14.4) with ESMTP id q830X9Yv079605 for ; Mon, 3 Sep 2012 09:33:09 +0900 (JST) (envelope-from aoyama@peach.ne.jp) Received: (from aoyama@localhost) by hera.peach.ne.jp.private (8.14.4/8.14.4/Submit) id q830X9mV079604; Mon, 3 Sep 2012 09:33:09 +0900 (JST) (envelope-from aoyama) Message-Id: <201209030033.q830X9mV079604@hera.peach.ne.jp.private> Date: Mon, 3 Sep 2012 09:33:09 +0900 (JST) From: Daisuke Aoyama To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171269: [MAINTAINER] net/istgt: update to 20120901 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 00:50:07 -0000 >Number: 171269 >Category: ports >Synopsis: [MAINTAINER] net/istgt: update to 20120901 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 00:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Daisuke Aoyama >Release: FreeBSD 7.3-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD hera.peach.ne.jp.private 7.3-RELEASE-p7 FreeBSD 7.3-RELEASE-p7 #0: Wed Sep 28 22:50:27 JST 2011 >Description: - Update to 20120901 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- istgt-20120901.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile ./Makefile --- /usr/ports/net/istgt/Makefile 2012-08-20 11:05:35.000000000 +0900 +++ ./Makefile 2012-09-03 09:30:18.202777380 +0900 @@ -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 @@ 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 @@ .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: diff -ruN --exclude=CVS /usr/ports/net/istgt/distinfo ./distinfo --- /usr/ports/net/istgt/distinfo 2012-08-20 02:02:42.000000000 +0900 +++ ./distinfo 2012-09-03 08:34:28.713538300 +0900 @@ -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 --- istgt-20120901.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: