Bug 215444 - net/haproxy: fix LUA build for 1.7.1
Summary: net/haproxy: fix LUA build for 1.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-20 16:24 UTC by Franco Fichtner
Modified: 2016-12-20 16:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (demon)


Attachments
lua in6_addr patch (432 bytes, patch)
2016-12-20 16:24 UTC, Franco Fichtner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franco Fichtner 2016-12-20 16:24:11 UTC
Created attachment 178147 [details]
lua in6_addr patch

There is a _KERNEL-protected define for struct in6_addr that the new lua code wants to use.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-20 16:26:18 UTC
A commit references this bug:

Author: demon
Date: Tue Dec 20 16:25:58 UTC 2016
New revision: 428996
URL: https://svnweb.freebsd.org/changeset/ports/428996

Log:
  Add forgotten patch to fix lua build.

  PR:		215444
  Submitted by:	Franco Fichtner <franco@opnsense.org>

Changes:
  head/net/haproxy/files/patch-src-hlua_fcn.c
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2016-12-20 16:26:40 UTC
Yes, sorry, I had similar patch in my tree but forgot to svn add it.
Thanks!
Comment 3 Franco Fichtner 2016-12-20 16:27:36 UTC
Wow, that was quick!  Cheers :)