Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2024 17:02:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280773] Mk/Uses/samba.mk: Define SAMBALDBPORT
Message-ID:  <bug-280773-7788-5XrIU0RqPc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280773-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280773-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Db6c509342f4a065b30cf1afe0b2a8f6=
7bd5a0401

commit b6c509342f4a065b30cf1afe0b2a8f67bd5a0401
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-08-19 19:56:05 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-08-21 17:00:46 +0000

    Mk/Uses/samba.mk: Clean up and define SAMBA_LDB_PORT

    - Deprecate the SAMBAPORT, SAMBALIBS, and SAMBAINCLUDES variables and
      replace them with the more readable and consistent SAMBA_PORT,
      SAMBA_LIBDIR, and SAMBA_INCLUDEDIR. The new variables follow the
      conventions of python.mk, ruby.mk, and cargo.mk more and are more
      future-proof.
    - Rearrange the order of IGNORE checks.
    - Explicitly mention the ports used samba.mk in a searchable manner
      (i.e., grepping for net/samba419 is going to return samba.mk).
    - Define SAMBA_LDB_PORT, which allows ports to always use the right
      version of ldb for the Samba selected via SAMBA_DEFAULT.
    - Remove old comments about samba.mk becoming more granular once
      subpackages are committed. Subpackages will not help samba.mk because
      Samba's bundled dependencies are built as private libraries and are
      not usable by external software.

    PR:                     280773
    Reviewed by:            Xavier Beaudouin <kiwi@oav.net>
    Approved by:            samba (0mp, Xavier Beaudouin <kiwi@oav.net>)
    Sponsored by:           Klara, Inc.
    Differential Revision:  https://reviews.freebsd.org/D46322

 Mk/Uses/samba.mk | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280773-7788-5XrIU0RqPc>