Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2012 09:33:09 +0900 (JST)
From:      Daisuke Aoyama <aoyama@peach.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171269: [MAINTAINER] net/istgt: update to 20120901
Message-ID:  <201209030033.q830X9mV079604@hera.peach.ne.jp.private>
Resent-Message-ID: <201209030050.q830o7oH031716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.options.mk>
 
@@ -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:



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