Bug 208446

Summary: [patch] security/strongswan: strongSwna 5.4.0 Fix FreeBSD 9.3 build issue
Product: Ports & Packages Reporter: Francois ten Krooden <strongswan>
Component: Individual Port(s)Assignee: Jason Unovitch <junovitch>
Status: Closed FIXED    
Severity: Affects Some People CC: jlduran, junovitch
Priority: --- Keywords: easy, patch, patch-ready
Version: LatestFlags: strongswan: maintainer-feedback+
junovitch: merge-quarterly+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix compile issue on FreeBSD 9.3 strongswan: maintainer-approval+

Description Francois ten Krooden 2016-04-01 06:01:21 UTC
Created attachment 168860 [details]
Patch to fix compile issue on FreeBSD 9.3

Compiling on FreeBSD 9.3 produces an issue with undefined reference to '__builtin_bswap64'.

The attached patch adds the correct include to fix the compile issue.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-03 15:00:07 UTC
A commit references this bug:

Author: junovitch
Date: Sun Apr  3 14:59:51 UTC 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)

Changes:
  head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-04-03 15:03:09 UTC
A commit references this bug:

Author: junovitch
Date: Sun Apr  3 15:02:08 UTC 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)

Changes:
_U  branches/2016Q2/
  branches/2016Q2/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
Comment 3 Jason Unovitch freebsd_committer freebsd_triage 2016-04-03 15:04:02 UTC
Committed. Thank you!
Comment 4 Jose Luis Duran 2023-12-10 17:03:01 UTC
I think this patch can now be removed. Thank you!