From owner-svn-ports-head@freebsd.org Tue Jul 2 20:19:36 2019 Return-Path: Delivered-To: svn-ports-head@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 09CF015DC6C9 for ; Tue, 2 Jul 2019 20:19:36 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) (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 9232F6E510 for ; Tue, 2 Jul 2019 20:19:35 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi1-f178.google.com with SMTP id w7so72630oic.3 for ; Tue, 02 Jul 2019 13:19:35 -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=BKvD/l2c6jFtFprfg7u1wGCgCgXOare/Yn7KjQM1zGg=; b=lkg5aT5hrzciWg5AnA7DDJTacDrBsAgLe6ddJ/mEP314unrIYvnpM3b3dWRqBaj0o/ XTiJcBW3wgwbJVEA+XjTTLeH8hTU4x09EFq7F6zaZR3i9vpXk16UQR0MNWCFNJ9uCM2D n6GpX99ksxe7i/C/BOarFra7hyNqreIDxHuyJanEjfYjgYPL3FaJZETGC7htuoJbCq3o SMJcmdZ+I5UpCfV4454n7dF3N9dFLF9JDeNDusiQsad+Xum4PVOBEvZxDU9I66Fu4NBx 8y+kylZV7x92mEyBtn+oGxNWmjQ+6sRvcyGA2JFNCvJ7+7vAS1FebfzfZXOvQxs8+Hr/ KkVw== X-Gm-Message-State: APjAAAW+ySJkhLAc1cXf+eNyXovp4YdJAyWEnZKDzLHpqSJUkkNmioN4 4TBglrzS7AqtXc34IKP2QG27KuoAWx19ieRcqUq9kLhcVh1Zbg== X-Google-Smtp-Source: APXvYqwVX3j98oWGkdEBT6T8XajmumLdqu2IG55h/fQiUsEPPS/s1qqiXErwNiCbshlhZQVZozyeoq4HN2Ah8dqG0dA= X-Received: by 2002:aca:5346:: with SMTP id h67mr3867124oib.55.1562098418192; Tue, 02 Jul 2019 13:13:38 -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: "Timur I. Bakeyev" Date: Tue, 2 Jul 2019 22:13:09 +0200 Message-ID: Subject: Re: svn commit: r504590 - in head/net: samba46 samba47 samba48 To: Antoine Brodin Cc: Mathieu Arnold , Baptiste Daroussin , Tijl Coosemans , ports-committers , svn-ports-all , svn-ports-head X-Rspamd-Queue-Id: 9232F6E510 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 20:19:36 -0000 On Tue, 2 Jul 2019 at 22:11, Antoine Brodin wrote: > 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 > Yes, noticed that, will sent update together with the revision bump(wasn't done yet) and 'yes' for all bundles. I'm renaming those binaries to samba-*, so they won't conflict. Regards, Timur.