From owner-svn-ports-all@freebsd.org Tue Jul 2 20:10:58 2019 Return-Path: Delivered-To: svn-ports-all@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 5540D15DC463; Tue, 2 Jul 2019 20:10:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9CDF6DF85; Tue, 2 Jul 2019 20:10:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f47.google.com with SMTP id i11so28561245edq.0; Tue, 02 Jul 2019 13:10:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+81RnU60qq6ElhrJMA/zcbmX8b6Qex65vgc6p+k1sfs=; b=Q8b7LnWNRgreSGXbvrNFXXvewUyZIqV5BkOOM871EwPsvQBolrFy1ckoYPEfo0ekVs KMOxHgNAG6K1Dcf/juJ47bib50GBWMoGH5l9kUriXBj3yRnXxF12sUEqNVnEohy66kWb qVkcetlPGMLRNPNudciTrwnAT2uSqvD7RzE+t33rk+sdrgl8tv/8fKdAUocwsXpxGj+J d3KReIsI1G774gozG+0xNIdN4hO+RvU80PGRZ/gVotQ8+hyKDIeOK9EQzhfq+aNln5MT /iB8eBaG5PLluknjP1FYIw85QXeoWVrueJR9QttwZNs1kqvO3R6tIYrL4ey80lUgQLjL 3iLQ== X-Gm-Message-State: APjAAAUpI/7lmteU7FhJcWHd5cx4Dv8dKRVFZmppLji5ULEV1awRQbJ9 vmsmDpojoA0xNeXi9arvKhLBz1OsqbFN7bs5Ys1GiANM X-Google-Smtp-Source: APXvYqx8+B8BVNx++iyW5IKnAJq850TqRw4fFfQLUscCCHNpt1wJhcDdTrWQmDZmvHyJoBAKrlBECk09JQUnFVla20Y= X-Received: by 2002:a50:ae8f:: with SMTP id e15mr37671307edd.74.1562098251576; Tue, 02 Jul 2019 13:10:51 -0700 (PDT) MIME-Version: 1.0 References: <201906192240.x5JMequU017187@repo.freebsd.org> <20190628070305.eim4o3d77iyti5d5@ivaldir.net> <20190629160445.051f2426@kalimero.tijl.coosemans.org> <20190701072814.3ss6ellsgoixwh6r@atuin.in.mat.cc> In-Reply-To: From: Antoine Brodin Date: Tue, 2 Jul 2019 22:10:40 +0200 Message-ID: Subject: Re: svn commit: r504590 - in head/net: samba46 samba47 samba48 To: "Timur I. Bakeyev" Cc: Mathieu Arnold , Baptiste Daroussin , Tijl Coosemans , ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: D9CDF6DF85 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.87 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.986,0]; NEURAL_HAM_SHORT(-0.89)[-0.886,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 20:10:58 -0000 On Tue, Jul 2, 2019 at 9:19 PM Timur I. Bakeyev wrote: > I've committed now r50569, which allow to build port with the statically linked talloc/tevent/tdb > if there are settings in the /etc/make.conf: > > SAMBA4_BUNDLED_TALLOC= yes > SAMBA4_BUNDLED_TEVENT= yes > SAMBA4_BUNDLED_TDB= yes > > If that's not enough, those variables can be set within the port itself, making it self-contained and not > depending on the external versions of the libs in question. Hi, With those flags set, samba48 conflicts with databases/tdb1 or databases/tdb: tdb1-1.3.16,1 conflicts with samba48-4.8.12_1 (installs files into the same place). Problematic file: /usr/local/bin/tdbbackup tdb-1.4.0,1 conflicts with samba48-4.8.12_1 (installs files into the same place). Problematic file: /usr/local/bin/tdbbackup Antoine