From owner-svn-ports-head@FreeBSD.ORG Tue Nov 18 22:29:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FEF5FFF; Tue, 18 Nov 2014 22:29:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C742CE1; Tue, 18 Nov 2014 22:29:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIMTSTB002136; Tue, 18 Nov 2014 22:29:28 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIMTSYF002135; Tue, 18 Nov 2014 22:29:28 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201411182229.sAIMTSYF002135@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Tue, 18 Nov 2014 22:29:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372749 - head/net/samba36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 18 Nov 2014 22:29:28 -0000 Author: timur Date: Tue Nov 18 22:29:27 2014 New Revision: 372749 URL: https://svnweb.freebsd.org/changeset/ports/372749 QAT: https://qat.redports.org/buildarchive/r372749/ Log: Replace inclusion of libexecinfo with appropriate USES flag. Modified: head/net/samba36/Makefile Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Tue Nov 18 22:27:14 2014 (r372748) +++ head/net/samba36/Makefile Tue Nov 18 22:29:27 2014 (r372749) @@ -32,7 +32,7 @@ AUTOHEADER_ARGS= ${IPATHS} AUTOCONF_ARGS= ${IPATHS} GNU_CONFIGURE= yes -USES= gmake pkgconfig iconv cpe +USES= gmake pkgconfig iconv execinfo cpe USE_AUTOTOOLS= autoconf autoheader USE_LDCONFIG= ${SAMBA_LIBDIR} # pkg-config is used to find talloc @@ -81,8 +81,6 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHRE CONFIGURE_ENV+= ac_cv_header_sys_mount_h=yes # XXX: readdir test fails on ZFS, bringing unusable replacement code CONFIGURE_ENV+= libreplace_cv_READDIR_NEEDED=no -# Let process generate meaningful backtrace on a core dump -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo # tdb BUILD_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb RUN_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb