From owner-freebsd-ports-bugs@freebsd.org Tue Mar 6 02:24:19 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 662E5F435AA for ; Tue, 6 Mar 2018 02:24:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF7887B609 for ; Tue, 6 Mar 2018 02:24:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 158CD23ABA for ; Tue, 6 Mar 2018 02:24:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w262OHMw062414 for ; Tue, 6 Mar 2018 02:24:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w262OHMT062409 for freebsd-ports-bugs@FreeBSD.org; Tue, 6 Mar 2018 02:24:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226385] net/samba47 requires conditional assignment for SAMBA4_LDB Date: Tue, 06 Mar 2018 02:24:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: timur@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 02:24:19 -0000 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.=