Bug 227453

Summary: net/pecl-smbclient; in poudriere, it fails to build due to Samba 4.8
Product: Ports & Packages Reporter: O. Hartmann <ohartmann>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: sunpoet, timur
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description O. Hartmann 2018-04-12 06:40:01 UTC
When poudriere built repositories have

DEFAULT_OPTIONS+=samba=4.8

set in the poudriere-specific make.conf file, several ports fail to build due to the error:

Invalid version of samba: 4.8

Building the port 

net/pecl-smbclient

the classical BSDish way (via make), there is a message, that the requirement of Samba 4.7 is handled bt net/samba48 and the port compiles and successfully installs.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-04-12 08:55:00 UTC
A commit references this bug:

Author: timur
Date: Thu Apr 12 08:54:30 UTC 2018
New revision: 467131
URL: https://svnweb.freebsd.org/changeset/ports/467131

Log:
  Add Samba 4.8 as possible default version, remove obsolete Samba 4.4

  PR:		227453
  Sponsored by:	iXsystems Inc.

Changes:
  head/Mk/Uses/samba.mk
Comment 2 Timur I. Bakeyev freebsd_committer freebsd_triage 2018-04-12 08:56:07 UTC
Committed, thanks!