From owner-svn-ports-head@freebsd.org Sun Apr 3 14:59:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75061B013FB; Sun, 3 Apr 2016 14:59:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 442CA1B7B; Sun, 3 Apr 2016 14:59:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u33ExpHU062078; Sun, 3 Apr 2016 14:59:51 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u33Expv5062077; Sun, 3 Apr 2016 14:59:51 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201604031459.u33Expv5062077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Apr 2016 14:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412481 - head/security/strongswan/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2016 14:59:52 -0000 Author: junovitch Date: Sun Apr 3 14:59:51 2016 New Revision: 412481 URL: https://svnweb.freebsd.org/changeset/ports/412481 Log: security/strongswan: unbreak FreeBSD 9 builds - Add patch to include sys/endian.h header PR: 208446 Submitted by: strongswan@Nanoteq.com (maintainer) MFH: 2016Q2 (build fix blanket) Added: head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h (contents, props changed) Added: head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h Sun Apr 3 14:59:51 2016 (r412481) @@ -0,0 +1,13 @@ +--- src/libstrongswan/utils/utils/byteorder.h.orig 2016-03-29 06:56:52 UTC ++++ src/libstrongswan/utils/utils/byteorder.h +@@ -22,6 +22,10 @@ + #ifndef BYTEORDER_H_ + #define BYTEORDER_H_ + ++#if defined(__FreeBSD__) ++#include ++#endif ++ + /** + * Architecture independent bitfield definition helpers (at least with GCC). + *