Bug 208446 - [patch] security/strongswan: strongSwna 5.4.0 Fix FreeBSD 9.3 build issue
Summary: [patch] security/strongswan: strongSwna 5.4.0 Fix FreeBSD 9.3 build issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason Unovitch
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-04-01 06:01 UTC by Francois ten Krooden
Modified: 2023-12-10 17:03 UTC (History)
2 users (show)

See Also:
strongswan: maintainer-feedback+
junovitch: merge-quarterly+


Attachments
Patch to fix compile issue on FreeBSD 9.3 (1009 bytes, patch)
2016-04-01 06:01 UTC, Francois ten Krooden
strongswan: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!