svn commit: r412482 - branches/2016Q2/security/strongswan/files

Jason Unovitch junovitch at FreeBSD.org
Sun Apr 3 15:02:09 UTC 2016


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 at 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).
+  *


More information about the svn-ports-all mailing list