Bug 252917 - sysutils/bareos-server: fallout in stable/13, both bls and bscan need libpthread
Summary: sysutils/bareos-server: fallout in stable/13, both bls and bscan need libpthread
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-22 18:42 UTC by Trond Endrestøl
Modified: 2021-02-20 00:39 UTC (History)
0 users

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


Attachments
Updated patch for core/src/stored/CMakeLists.txt (1.36 KB, text/plain)
2021-01-22 18:42 UTC, Trond Endrestøl
no flags Details

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