Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2018 02:24:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226385] net/samba47 requires conditional assignment for SAMBA4_LDB
Message-ID:  <bug-226385-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226385

            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@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
             Flags: maintainer-feedback?(timur@FreeBSD.org)
          Assignee: timur@FreeBSD.org

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

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226385-13>