Index: head/net/iet/Makefile =================================================================== --- head/net/iet/Makefile (revision 362764) +++ head/net/iet/Makefile (revision 362765) @@ -1,47 +1,47 @@ # Created by: Xin LI # $FreeBSD$ PORTNAME= iet PORTVERSION= 1.4.20.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net kld MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/ DISTNAME= iscsitarget-${PORTVERSION} PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= delphij PATCHFILES= ${PORTNAME}-${PORTVERSION}.diff.bz2 PATCH_DIST_STRIP= -p1 MAINTAINER= delphij@FreeBSD.org COMMENT= The iSCSI Enterprise Target LICENSE= GPLv2 SSP_UNSAFE= kernel module does not support ssp BUILD_WRKSRC= ${WRKSRC}/freebsd INSTALL_WRKSRC= ${BUILD_WRKSRC} USE_RC_SUBR= ietd USES= kmod uidfix KMODDIR= ${PREFIX}/modules PLIST_SUB+= KMODDIR=${KMODDIR} MAKE_ENV+= KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys" IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow .include .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel sources to build .endif .if ${OSVERSION} < 800107 BROKEN= requires 8.0-RELEASE or higher .endif pre-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${KMODDIR} ${STAGEDIR}${ETCDIR} .include Index: head/net/iet/files/patch-freebsd11 =================================================================== --- head/net/iet/files/patch-freebsd11 (nonexistent) +++ head/net/iet/files/patch-freebsd11 (revision 362765) @@ -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 Property changes on: head/net/iet/files/patch-freebsd11 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property