svn commit: r372749 - head/net/samba36
Timur I. Bakeyev
timur at FreeBSD.org
Tue Nov 18 22:29:28 UTC 2014
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
More information about the svn-ports-all
mailing list