Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Nov 2006 09:41:28 -0800
From:      mark foster <mark@foster.cc>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105178: Update port: net/iscsi-target
Message-ID:  <454E2248.2030000@foster.cc>
Resent-Message-ID: <200611051750.kA5HoKZU000901@freefall.freebsd.org>

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

>Number:         105178
>Category:       ports
>Synopsis:       Update port: net/iscsi-target
>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:   Sun Nov 05 17:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Mark Foster
>Release:        FreeBSD 5.5-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD franco.foster.dmz 5.5-RELEASE-p6 FreeBSD 5.5-RELEASE-p6 
#12: Fri Sep 29 03:58:44 PDT 2006 
root@franco.foster.dmz:/usr/obj/usr/src/sys/FRANCO1 i386


	
>Description:
	Mark broken on 4.x, will not compile as-is.

>How-To-Repeat:

--- iscsi-target.diff begins here ---
diff -ru iscsi-target.old/Makefile iscsi-target/Makefile
--- iscsi-target.old/Makefile	Sat Oct  7 08:25:26 2006
+++ iscsi-target/Makefile	Sun Nov  5 08:41:42 2006
@@ -51,4 +51,10 @@
  	fi
  .endfor

-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=	Fails to compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>
--- iscsi-target.diff ends here ---

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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