From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 20:20:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D72C36D7 for ; Wed, 10 Jun 2015 20:20:18 +0000 (UTC) (envelope-from dreamx@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68E78157F for ; Wed, 10 Jun 2015 20:20:18 +0000 (UTC) (envelope-from dreamx@gmx.de) Received: from [192.168.1.11] ([94.53.216.74]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0M2L2a-1ZLPlD2esW-00s56U for ; Wed, 10 Jun 2015 22:20:15 +0200 Message-ID: <55789BD8.8040008@gmx.de> Date: Wed, 10 Jun 2015 23:19:36 +0300 From: Horatiu MOLDOVAN User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: FreeBSD ports Subject: net/samba4* build dependencies Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:LLxCjPEE/6uqCz+R0wKNqXLnszvWeF8ypgrts4nW7OrniHAFyx5 ibghDDAJYschSZuLQab1mfMSM8P39AIoPLnZQah80dEIXzdRs0PVAprg13dasYGamFsKk0B 5aLhKZdCXTILlM0Zaz8ZwuCuGUkGLMtQ/JR4eXe1szvHd7fs3k/pVLqmOIwK3+3cR0zfBB0 qzvIHzPhc9awYiGmP8kuA== X-UI-Out-Filterresults: notjunk:1;V01:K0:xBfA7BoT+yE=:+Nic+RvKSDH65qTEMEwOWN FZqT4fPcGMoeqcPy11r1iCwfdDvbDlsbrsZ3zi68u0WzqYp9qkEyAFMpY+ReJqbOWuHICcsUo OuVaQhLO8/T0xFe/7iawOO0+C6Jm/HgaY8o80tqhi6ufAny1Yj7vUWMH1E/TDJqCflH1XfoiX RXc5YLNGDgxfGDmncJ0GJLMXQodnkkt9Z1aNe8/Q3LEj4zdFW1Ij/3q15SF9+Si0CGm7AgVH8 QHZ+Tfw7Y4gONu8d8vrsxDY37a5M/3q7WP4AT7kIH29OtTjM4pxmJ5I0QGdvWZsIupCfVjGFD y8pMRemhNWjQEkBJlVwtrVEcM9AvMmJbKvt2SZIra64W4JpDEkkSdSKf16E2U8vrENOEOiVqS L91u6HfGMNqI4aG9pKZODaDepJC6Mg1vjT8mWv9CFSGxwRVpDj2j+FBM74orLMhdxjKia37Mg 2IVfaQnuTNIf5DkG/KZ5DFINFMJk7IRkimK3KfwfoSrPdZ0vdkt/ebp87tALIJhOPBtTirVfd lW5bzsLf5W7Ss3NrMVFs19yV/VuA2pF4C/ReA/kjNdA/9PPtu487OlrPoua7Ifnt2nwCu915M z/hRbsbcnyeQLtEcR36vi8SDNBxK/+U5i92fEIQARcmXFvWcUaMJDeSqWUipgP5VQJbx7Pc9r QOgs9ypLVQ79gNjthFl0o2cAbu7dkWIa1gqvOR2/dCi46ATQrQgXIKwP9JdNtUPPT+8E= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 20:20:18 -0000 Hi, Trying to replace samba 3.6 i've observed some disturbing things on samba 4.x build: - security/cyrus-sasl2, security/libgcrypt and security/gnutls are mandatory lib dependencies - is there a reason to add garbage to the system? - OpenLDAP is built unconditionally regardless of the LDAP option setting - again, is there a reason to add more garbage to the system? not sure why dns/py-dnspython is a build dependency... (Test build options: ACL AIO FAM PTHREADPOOL QUOTAS UTMP) Can someone clarify these? Thank you, --- H.