Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 22:29:28 +0000 (UTC)
From:      "Timur I. Bakeyev" <timur@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372749 - head/net/samba36
Message-ID:  <201411182229.sAIMTSYF002135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411182229.sAIMTSYF002135>