[Bug 226385] net/samba47 requires conditional assignment for SAMBA4_LDB

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 6 02:24:19 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226385

            Bug ID: 226385
           Summary: net/samba47 requires conditional assignment for
                    SAMBA4_LDB
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: timur at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
             Flags: maintainer-feedback?(timur at FreeBSD.org)
          Assignee: timur at FreeBSD.org

Timur,
I suspect you intended SAMBA4_LDB to be assigned to one of 1.3, 1.2 or 1.1. 
This minor change in Makefile enables that ;)

Index: /usr/ports/net/samba47/Makefile
===================================================================
--- /usr/ports/net/samba47/Makefile     (revision 463683)
+++ /usr/ports/net/samba47/Makefile     (working copy)
@@ -155,7 +155,7 @@
 RUN_DEPENDS+=                  tdb>=1.3.14:databases/tdb
 SAMBA4_BUNDLED_LIBS+=          !tdb,!pytdb
 # ldb
-SAMBA4_LDB=                    12
+SAMBA4_LDB?=                   12
 .if !defined(SAMBA4_LDB) || ${SAMBA4_LDB} == 13
 BUILD_DEPENDS+=                        ldb13>=1.3.0:databases/ldb13
 RUN_DEPENDS+=                  ldb13>=1.3.0:databases/ldb13

Though it crossed my mind to move the option to
/usr/ports/Mk/bsd.default-versions.mk via DEFAULT_VERSIONS+= but ...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list