Bug 252917

Summary: sysutils/bareos-server: fallout in stable/13, both bls and bscan need libpthread
Product: Ports & Packages Reporter: Trond Endrestøl <Trond.Endrestol>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Updated patch for core/src/stored/CMakeLists.txt none

Description Trond Endrestøl 2021-01-22 18:42:07 UTC
Created attachment 221814 [details]
Updated patch for core/src/stored/CMakeLists.txt

Build would otherwise fail with a couple of link errors.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-20 00:29:45 UTC
A commit references this bug:

Author: acm
Date: Sat Feb 20 00:28:58 UTC 2021
New revision: 566125
URL: https://svnweb.freebsd.org/changeset/ports/566125

Log:
  - Fix build on 13/14

  PR:		252917
  Submitted by:	Trond.Endrestol  _at_  ximalas.info
  Reported by:	pkg-fallout

Changes:
  head/sysutils/bareos18-server/Makefile
  head/sysutils/bareos18-server/files/patch-core-src-stored_CMakeLists.txt
  head/sysutils/bareos19-server/Makefile
  head/sysutils/bareos19-server/files/patch-core-src-stored_CMakeLists.txt
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-02-20 00:35:48 UTC
A commit references this bug:

Author: acm
Date: Sat Feb 20 00:35:20 UTC 2021
New revision: 566126
URL: https://svnweb.freebsd.org/changeset/ports/566126

Log:
  - Fix build on 13/14 [1]
  - Now LMDB support is not optional in bareos-client port. It is compiled by
    default
  - Add LMDB OPTION into bareos-server port

  PR:		252917
  Submitted by:	Trond.Endrestol at ximalas.info [1]

Changes:
  head/sysutils/bareos-client/Makefile
  head/sysutils/bareos-server/Makefile
  head/sysutils/bareos-server/files/patch-core-src-stored_CMakeLists.txt
  head/sysutils/bareos-server/pkg-plist.client
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-02-20 00:39:07 UTC
- Committed thanks!