Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 15:02:08 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r412482 - branches/2016Q2/security/strongswan/files
Message-ID:  <201604031502.u33F28eg063007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Apr  3 15:02:08 2016
New Revision: 412482
URL: https://svnweb.freebsd.org/changeset/ports/412482

Log:
  MFH: r412481
  
  security/strongswan: unbreak FreeBSD 9 builds
  
  - Add patch to include sys/endian.h header
  
  PR:		208446
  Submitted by:	strongswan@Nanoteq.com (maintainer)
  Approved by:	ports-secteam (build fix blanket)

Added:
  branches/2016Q2/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
     - copied unchanged from r412481, head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
Modified:
Directory Properties:
  branches/2016Q2/   (props changed)

Copied: branches/2016Q2/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h (from r412481, head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q2/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h	Sun Apr  3 15:02:08 2016	(r412482, copy of r412481, head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h)
@@ -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 <sys/endian.h>
++#endif
++
+ /**
+  * Architecture independent bitfield definition helpers (at least with GCC).
+  *



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