svn commit: r321227 - in head/net/iet: . files
Xin LI
delphij at FreeBSD.org
Wed Jun 19 02:24:47 UTC 2013
Author: delphij
Date: Wed Jun 19 02:24:46 2013
New Revision: 321227
URL: http://svnweb.freebsd.org/changeset/ports/321227
Log:
Unbreak on recent -CURRENT.
Modified:
head/net/iet/Makefile
head/net/iet/files/patch-freebsd10
Modified: head/net/iet/Makefile
==============================================================================
--- head/net/iet/Makefile Wed Jun 19 00:11:07 2013 (r321226)
+++ head/net/iet/Makefile Wed Jun 19 02:24:46 2013 (r321227)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: iet
-# Date created: 2011-02-25
-# Whom: Xin LI <delphij at FreeBSD.org>
-#
+# Created by: Xin LI <delphij at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= iet
PORTVERSION= 1.4.20.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/
DISTNAME= iscsitarget-${PORTVERSION}
Modified: head/net/iet/files/patch-freebsd10
==============================================================================
--- head/net/iet/files/patch-freebsd10 Wed Jun 19 00:11:07 2013 (r321226)
+++ head/net/iet/files/patch-freebsd10 Wed Jun 19 02:24:46 2013 (r321227)
@@ -220,3 +220,39 @@
}
#endif
kfree(p);
+--- kernel/ietbsd.h.orig 2013-06-18 20:31:28.000000000 -0400
++++ kernel/ietbsd.h 2013-06-18 20:38:05.000000000 -0400
+@@ -11,6 +11,7 @@
+ #include <sys/malloc.h>
+ #include <sys/lock.h>
+ #include <sys/mutex.h>
++#include <sys/rwlock.h>
+ #include <sys/bio.h>
+ #include <sys/time.h>
+ #include <sys/queue.h>
+--- usr/bsddefs.h.orig 2013-06-18 20:39:09.000000000 -0400
++++ usr/bsddefs.h 2013-06-18 22:23:09.000000000 -0400
+@@ -1,6 +1,8 @@
+ #ifndef BSDDEFS_H_
+ #define BSDDEFS_H_ 1
+
++#include <sys/param.h>
++
+ #define SOL_TCP IPPROTO_TCP
+ #define TCP_CORK TCP_NOPUSH
+
+@@ -8,6 +10,7 @@
+ #define s6_addr16 __u6_addr.__u6_addr16
+ #define s6_addr32 __u6_addr.__u6_addr32
+
++#if __FreeBSD_version < 1000028
+ static inline char *
+ strchrnul (const char *s, int c_in)
+ {
+@@ -17,5 +20,6 @@
+
+ return (char *) s;
+ }
++#endif
+
+ #endif
More information about the svn-ports-head
mailing list