Bug 226513

Summary: net/igmpproxy: update to 0.2.1
Product: Ports & Packages Reporter: Franco Fichtner <franco>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch against head
franco: maintainer-approval+
revised patch against head
franco: maintainer-approval+
revised patch against head franco: maintainer-approval+

Description Franco Fichtner 2018-03-11 09:34:46 UTC
Created attachment 191392 [details]
patch against head

Hi,

This update igmpproxy to version 0.2.1.

Changelog: https://github.com/pali/igmpproxy/releases/tag/0.2.1


Cheers,
Franco
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-11 21:20:18 UTC
Build fails:
In file included from ./os.h:1:
In file included from /usr/include/net/route.h:36:
/usr/include/sys/counter.h:32:9: error: unknown type name 'uint64_t'
typedef uint64_t *counter_u64_t;
        ^
Comment 2 Franco Fichtner 2018-03-12 06:13:52 UTC
Hi Yuri,

This was previously fixed by patch 0002-Revert-Include-config.h-before-any-other-files-to-ma.patch
which is now superseded patch-src_igmpproxy.h

diff(1) must have messed up the rename.  Just add the file and it works. See:

https://github.com/opnsense/ports/commit/bece2144b5


Cheers,
Franco
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-12 06:24:13 UTC
(In reply to Franco Fichtner from comment #2)

Franco,

Could you please attach the shar of the directory?

Thanks,
Yuri
Comment 4 Franco Fichtner 2018-03-12 06:34:41 UTC
Created attachment 191443 [details]
revised patch against head

This one works for me:

# cd /usr/ports/net/igmpproxy && patch -p 0 < /path/to/igmp2.diff


Cheers,
Franco
Comment 5 Franco Fichtner 2018-03-12 06:40:00 UTC
Created attachment 191444 [details]
revised patch against head

Now with distinfo, sorry.
Comment 6 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-12 06:49:26 UTC
Committed, thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2018-03-12 06:50:02 UTC
A commit references this bug:

Author: yuri
Date: Mon Mar 12 06:49:17 UTC 2018
New revision: 464223
URL: https://svnweb.freebsd.org/changeset/ports/464223

Log:
  net/igmpproxy: Update to 0.2.1

  Port changes:
  * Changed to DISTVERSION
  * Removed patches 0001-* and 0002-*
  * Updated WWW

  PR:		226513
  Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)

Changes:
  head/net/igmpproxy/Makefile
  head/net/igmpproxy/distinfo
  head/net/igmpproxy/files/0001-Revert-Try-to-fix-problems-with-strict-aliasing.patch
  head/net/igmpproxy/files/0002-Revert-Include-config.h-before-any-other-files-to-ma.patch
  head/net/igmpproxy/files/patch-src_igmpproxy.h
  head/net/igmpproxy/pkg-descr
Comment 8 Franco Fichtner 2018-03-12 07:22:33 UTC
Thank you!
Comment 9 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-12 07:29:08 UTC
(In reply to Franco Fichtner from comment #8)

You're welcome!