Date: Thu, 24 Jul 2014 05:50:20 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362765 - in head/net/iet: . files Message-ID: <201407240550.s6O5oKox027623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Thu Jul 24 05:50:19 2014 New Revision: 362765 URL: http://svnweb.freebsd.org/changeset/ports/362765 QAT: https://qat.redports.org/buildarchive/r362765/ Log: Fix build on -CURRENT. Added: head/net/iet/files/patch-freebsd11 (contents, props changed) Modified: head/net/iet/Makefile Modified: head/net/iet/Makefile ============================================================================== --- head/net/iet/Makefile Thu Jul 24 05:44:53 2014 (r362764) +++ head/net/iet/Makefile Thu Jul 24 05:50:19 2014 (r362765) @@ -3,7 +3,7 @@ PORTNAME= iet PORTVERSION= 1.4.20.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net kld MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/ DISTNAME= iscsitarget-${PORTVERSION} Added: head/net/iet/files/patch-freebsd11 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/iet/files/patch-freebsd11 Thu Jul 24 05:50:19 2014 (r362765) @@ -0,0 +1,12 @@ +--- kernel/ietbsd.h.orig 2014-07-23 22:45:36.000000000 -0700 ++++ kernel/ietbsd.h 2014-07-23 22:46:55.000000000 -0700 +@@ -642,7 +642,9 @@ + #define SAM_STAT_RESERVATION_CONFLICT SCSI_STATUS_RESERV_CONFLICT + #define SAM_STAT_CHECK_CONDITION SCSI_STATUS_CHECK_COND + #define WRITE_VERIFY 0x2e ++#ifndef VERIFY_16 + #define VERIFY_16 0x8f ++#endif + #define DATA_PROTECT SSD_KEY_DATA_PROTECT + #define NO_SENSE SSD_KEY_NO_SENSE + #define MEDIUM_ERROR SSD_KEY_MEDIUM_ERROR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407240550.s6O5oKox027623>