Bug 203792

Summary: net/irrd: Does not build with threads
Product: Ports & Packages Reporter: heas
Component: Individual Port(s)Assignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Many People Keywords: needs-patch, needs-qa
Priority: --- Flags: bugzilla: maintainer-feedback? (ume)
Version: Latest   
Hardware: Any   
OS: Any   

Description heas 2015-10-15 17:52:00 UTC
The configure script that comes with irrd looks for pthread_create in libc_r, which does not exist on freebsd.  The result is a single threaded irrd, whose performance is awful.

Simply autoreconf'g appears to be sufficient, though it generates numerous autoconf errors.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-16 11:14:42 UTC
A commit references this bug:

Author: ume
Date: Fri Oct 16 11:13:51 UTC 2015
New revision: 399431
URL: https://svnweb.freebsd.org/changeset/ports/399431

Log:
  - Fix pthread detection. [1]
  - Add LICENSE.
  - Use USES=tar:tgz.
  - OPTIONS'fy.
  - Don't hide install procedure.

  PR:		203792 [1]

Changes:
  head/net/irrd/Makefile
  head/net/irrd/files/patch-configure
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2015-10-16 11:16:38 UTC
Thank you for the report.
It should be fixed now.