Index: MOVED =================================================================== --- MOVED (revision 448018) +++ MOVED (working copy) @@ -9504,3 +9504,4 @@ textproc/hs-citeproc-hs||2017-08-08|Upstream is unmaintained, use pandoc-citeproc instead sysutils/chvt||2017-08-10|Functionality available in base, using vidcontrol(1) graphics/rawtherapee-devel|graphics/rawtherapee|2017-08-12|Removed test release in favor of the newer stable release +devel/libexecinfo||2017-XX-XX|Obsolete, all supported FreeBSD versions have libexecinfo in the base system Index: Mk/Scripts/qa.sh =================================================================== --- Mk/Scripts/qa.sh (revision 448018) +++ Mk/Scripts/qa.sh (working copy) @@ -585,9 +585,6 @@ # bdb elif expr ${pkg} : "^databases/db[456]" > /dev/null; then warn "you need USES+=bdb" - # execinfo - elif [ ${pkg} = "devel/libexecinfo" ]; then - warn "you need USES+=execinfo" # fam/gamin elif [ ${pkg} = "devel/fam" -o ${pkg} = "devel/gamin" ]; then warn "you need USES+=fam" Index: Mk/Uses/execinfo.mk =================================================================== --- Mk/Uses/execinfo.mk (revision 448018) +++ Mk/Uses/execinfo.mk (nonexistent) @@ -1,27 +0,0 @@ -# $FreeBSD$ -# -# handle dependency on libexecinfo -# -# Feature: execinfo -# Usage: USES=execinfo -# -# Takes no arguments -# -# Exported variables: -# -# EXECINFO_CPPFLAGS - preprocessor flags needed to correctly use -# execinfo library -# EXECINFO_LDFLAGS - linker flags needed to correctly use -# execinfo library -# - -.if !defined(_INCLUDE_USES_EXECINFO_MK) -_INCLUDE_USES_EXECINFO_MK= yes - -.if !exists(/usr/lib/libexecinfo.so) -LIB_DEPENDS+= libexecinfo.so:devel/libexecinfo -EXECINFO_CPPFLAGS= -I${LOCALBASE}/include -EXECINFO_LDFLAGS= -L${LOCALBASE}/lib -.endif - -.endif Index: astro/opencpn/Makefile =================================================================== --- astro/opencpn/Makefile (revision 448018) +++ astro/opencpn/Makefile (working copy) @@ -20,7 +20,7 @@ GH_ACCOUNT= ${GH_PROJECT} GH_PROJECT= OpenCPN -USES= cmake compiler:c++11-lib execinfo gettext-tools localbase +USES= cmake compiler:c++11-lib gettext-tools localbase USE_CXXSTD= c++11 USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk20 Index: audio/clementine-player/Makefile =================================================================== --- audio/clementine-player/Makefile (revision 448018) +++ audio/clementine-player/Makefile (working copy) @@ -32,7 +32,6 @@ USES= cmake \ compiler:c++11-lib \ desktop-file-utils \ - execinfo \ gettext-tools \ pkgconfig \ sqlite Index: audio/deadbeef/Makefile =================================================================== --- audio/deadbeef/Makefile (revision 448018) +++ audio/deadbeef/Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE_COMB= dual GNU_CONFIGURE= yes -USES= compiler:c11 desktop-file-utils execinfo gettext gmake iconv libtool \ +USES= compiler:c11 desktop-file-utils gettext gmake iconv libtool \ pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static Index: audio/pulseaudio/Makefile =================================================================== --- audio/pulseaudio/Makefile (revision 448018) +++ audio/pulseaudio/Makefile (working copy) @@ -26,7 +26,7 @@ USE_GNOME= glib20 intltool USE_XORG= ice sm x11 xcb xtst USE_LDCONFIG= yes -USES= compiler:c11 cpe execinfo gettext gmake gnome iconv libtool \ +USES= compiler:c11 cpe gettext gmake gnome iconv libtool \ pathfix pkgconfig python:run shebangfix ssl tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" \ Index: audio/sayonara/Makefile =================================================================== --- audio/sayonara/Makefile (revision 448018) +++ audio/sayonara/Makefile (working copy) @@ -17,7 +17,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libmtp.so:multimedia/libmtp -USES= cmake compiler:c++11-lib execinfo pkgconfig +USES= cmake compiler:c++11-lib pkgconfig USE_GSTREAMER1= flac mpg123 ogg opus vorbis # XXX: likely incomplete USE_QT5= dbus core gui network sql sql-sqlite3_run widgets xml \ buildtools_build qmake_build linguisttools_build Index: biology/seqtools/Makefile =================================================================== --- biology/seqtools/Makefile (revision 448018) +++ biology/seqtools/Makefile (working copy) @@ -18,7 +18,7 @@ BROKEN_powerpc64= fails to compile: jsoncpp.cpp: 'snprintf' is not a member of 'std' -USES= compiler:c++14-lang execinfo gettext libtool pkgconfig +USES= compiler:c++14-lang gettext libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 Index: biology/ugene/Makefile =================================================================== --- biology/ugene/Makefile (revision 448018) +++ biology/ugene/Makefile (working copy) @@ -20,7 +20,7 @@ BROKEN_aarch64= Fails to build: invokes x86 asm -USES= desktop-file-utils execinfo qmake +USES= desktop-file-utils qmake USE_GL= glu USE_QT5= buildtools_build linguisttools_build scripttools_build \ gui network printsupport script sql svg webkit widgets xml \ Index: cad/klayout/Makefile =================================================================== --- cad/klayout/Makefile (revision 448018) +++ cad/klayout/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= GPLv2 -USES= compiler:c++0x execinfo gmake python +USES= compiler:c++0x gmake python USE_RUBY= yes USE_QT4= corelib designer gui network moc_build sql uic_build \ rcc_build qt3support xml Index: cad/klayout/files/patch-config-Makefile.conf =================================================================== --- cad/klayout/files/patch-config-Makefile.conf (revision 448018) +++ cad/klayout/files/patch-config-Makefile.conf (working copy) @@ -34,7 +34,7 @@ +LOPT=${LDFLAGS} -g -Wl,-E -o +LOPT_SO=${LDFLAGS} -g -shared -o + -+LIBS=${PTHREAD_LIBS} -L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt -lm -lcrypt -lz -L$(LOCALBASE)/lib -lexecinfo ++LIBS=${PTHREAD_LIBS} -L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt -lm -lcrypt -lz -lexecinfo + +.PHONY: install +install: Index: cad/qcad/Makefile =================================================================== --- cad/qcad/Makefile (revision 448018) +++ cad/qcad/Makefile (working copy) @@ -19,7 +19,7 @@ MAKE_JOBS_UNSAFE=yes -USES= execinfo gmake qmake +USES= gmake qmake USE_GITHUB= yes USE_LDCONFIG= yes USE_QT4= qmake_build codecs-cn codecs-jp codecs-kr codecs-tw corelib \ Index: chinese/fcitx/Makefile =================================================================== --- chinese/fcitx/Makefile (revision 448018) +++ chinese/fcitx/Makefile (working copy) @@ -39,7 +39,7 @@ USE_KDE= ecm USE_XORG= x11 xext xkbfile sm ice USE_LDCONFIG= yes -USES= tar:xz cmake:noninja desktop-file-utils execinfo \ +USES= tar:xz cmake:noninja desktop-file-utils \ gettext-tools:build,run gettext-runtime iconv:wchar_t \ kde:5 pkgconfig shared-mime-info INSTALLS_ICONS= yes Index: comms/fldigi/Makefile =================================================================== --- comms/fldigi/Makefile (revision 448018) +++ comms/fldigi/Makefile (working copy) @@ -23,7 +23,7 @@ USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib execinfo jpeg gmake perl5 pkgconfig shebangfix +USES= autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig shebangfix USE_XORG= x11 xft xext xfixes xcursor xinerama CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \ EXTRA_LIBS="-lexecinfo" Index: databases/akonadi/Makefile =================================================================== --- databases/akonadi/Makefile (revision 448018) +++ databases/akonadi/Makefile (working copy) @@ -17,7 +17,7 @@ # Let process generate meaningful backtrace on core dump. BUILD_DEPENDS= xsltproc:textproc/libxslt -USES= cmake:outsource execinfo kde:4 shared-mime-info \ +USES= cmake:outsource kde:4 shared-mime-info \ compiler:c++11-lang pathfix tar:bzip2 USE_KDE= automoc4 soprano USE_QT4= corelib dbus gui network qtestlib_build sql xml \ Index: databases/galera/Makefile =================================================================== --- databases/galera/Makefile (revision 448018) +++ databases/galera/Makefile (working copy) @@ -28,7 +28,7 @@ # https://tracker.crystax.net/issues/1263 NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 -USES= execinfo python:build scons ssl +USES= python:build scons ssl USE_LDCONFIG= yes Index: databases/libmemcached/Makefile =================================================================== --- databases/libmemcached/Makefile (revision 448018) +++ databases/libmemcached/Makefile (working copy) @@ -15,7 +15,7 @@ LIB_DEPENDS?= libevent.so:devel/libevent TEST_DEPENDS= memcached:databases/memcached -USES= autoreconf execinfo gmake libtool localbase pathfix pkgconfig +USES= autoreconf gmake libtool localbase pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -23,7 +23,7 @@ --without-sphinx-build \ --enable-libmemcachedprotocol -LIBS+= -L${LOCALBASE}/lib -lexecinfo +LIBS+= -lexecinfo CXXFLAGS+= -D__STDC_CONSTANT_MACROS -pthread OPTIONS_DEFINE= DEBUG DTRACE MEMASLAP SASL Index: databases/mariadb100-server/Makefile =================================================================== --- databases/mariadb100-server/Makefile (revision 448018) +++ databases/mariadb100-server/Makefile (working copy) @@ -29,7 +29,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake:noninja compiler:c++11-lib cpe execinfo \ +USES= bison:build cmake:noninja compiler:c++11-lib cpe \ ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh @@ -59,7 +59,6 @@ -DWITH_LIBEDIT=0 \ -DWITH_SSL=${OPENSSLBASE} \ -DWITH_LIBWRAP=1 \ - -DEXECINFO_ROOT=${LOCALBASE} \ -DCOMPILATION_COMMENT="FreeBSD Ports" DATADIR= ${PREFIX}/share/mysql Index: databases/mariadb101-server/Makefile =================================================================== --- databases/mariadb101-server/Makefile (revision 448018) +++ databases/mariadb101-server/Makefile (working copy) @@ -28,7 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb101-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo libedit ncurses \ +USES= bison:build cmake compiler:c++11-lib cpe libedit ncurses \ shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh @@ -90,7 +90,6 @@ -DWITH_LIBWRAP=1 \ -DWITH_SSL=${OPENSSLBASE} \ -DKRB5_CONFIG=${KRB5CONFIG} \ - -DEXECINFO_ROOT=${LOCALBASE} \ -DCOMPILATION_COMMENT="FreeBSD Ports" DATADIR= ${PREFIX}/share/mysql Index: databases/mariadb102-server/Makefile =================================================================== --- databases/mariadb102-server/Makefile (revision 448018) +++ databases/mariadb102-server/Makefile (working copy) @@ -28,7 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb102-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo iconv:translit libedit ncurses shebangfix ssl +USES= bison:build cmake compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -93,7 +93,6 @@ -DCURSES_CURSES_LIBRARY="/usr/lib/libcurses.so" \ -DCURSES_FORM_LIBRARY="/usr/lib/libform.so" \ -DCURSES_CURSES_LIBRARY="/usr/lib/libncurses.so" \ - -DEXECINFO_ROOT="${LOCALBASE}" \ -DICONV_LIBRARIES="${ICONV_LIB_PATH}" \ -DKRB5_CONFIG="${KRB5CONFIG}" \ -DCURSES_NCURSES_LIBRARY="${NCURSESLIB}/libncurses.so" \ Index: databases/mariadb55-server/Makefile =================================================================== --- databases/mariadb55-server/Makefile (revision 448018) +++ databases/mariadb55-server/Makefile (working copy) @@ -24,7 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client -USES= cmake:noninja execinfo shebangfix ssl +USES= cmake:noninja shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]* @@ -46,7 +46,6 @@ -DWITH_UNIT_TESTS=0 \ -DWITH_LIBWRAP=1 \ -DWITH_SSL=yes \ - -DEXECINFO_ROOT=${LOCALBASE} \ -DCOMPILATION_COMMENT="FreeBSD Ports" DATADIR= ${PREFIX}/share/mysql Index: databases/mongodb/Makefile =================================================================== --- databases/mongodb/Makefile (revision 448018) +++ databases/mongodb/Makefile (working copy) @@ -34,7 +34,7 @@ OPTIONS_DEFAULT=SSL TEST_DESC= Add support for running regression test -USES= cpe execinfo scons +USES= cpe scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} --cc=${CC} --cxx=${CXX} \ --use-system-pcre --use-system-snappy --use-system-v8 Index: databases/mongodb32/Makefile =================================================================== --- databases/mongodb32/Makefile (revision 448018) +++ databases/mongodb32/Makefile (working copy) @@ -37,7 +37,7 @@ SSL_USE= yes SSL_MAKE_ARGS= --ssl -USES= compiler cpe execinfo python:build scons +USES= compiler cpe python:build scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --use-system-pcre --use-system-snappy \ Index: databases/mongodb34/Makefile =================================================================== --- databases/mongodb34/Makefile (revision 448018) +++ databases/mongodb34/Makefile (working copy) @@ -30,7 +30,7 @@ CHOSEN_COMPILER_TYPE= clang -USES= compiler:c++14-lang cpe execinfo python:build scons +USES= compiler:c++14-lang cpe python:build scons USE_RC_SUBR= mongod MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ Index: databases/mongodb34-rocks/Makefile =================================================================== --- databases/mongodb34-rocks/Makefile (revision 448018) +++ databases/mongodb34-rocks/Makefile (working copy) @@ -29,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:databases/pymongo -USES= compiler:c++14-lang cpe execinfo python:build scons +USES= compiler:c++14-lang cpe python:build scons USE_RC_SUBR= mongod \ mongos Index: databases/pgmodeler/Makefile =================================================================== --- databases/pgmodeler/Makefile (revision 448018) +++ databases/pgmodeler/Makefile (working copy) @@ -15,7 +15,7 @@ USE_GITHUB= yes -USES= compiler:c++11-lib execinfo pgsql qmake pkgconfig gmake +USES= compiler:c++11-lib pgsql qmake pkgconfig gmake USE_GNOME= libxml2 USE_QT5= gui network sql svg printsupport widgets core buildtools_build uitools testlib USE_GL= gl Index: databases/redis/Makefile =================================================================== --- databases/redis/Makefile (revision 448018) +++ databases/redis/Makefile (working copy) @@ -11,8 +11,6 @@ LICENSE= BSD3CLAUSE -USES= execinfo - OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA OPTIONS_RADIO_EXTLUA= LUA LUAJIT @@ -49,8 +47,7 @@ USES+= tcl:build .endif -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lpthread -lm -lexecinfo +LDFLAGS+= -lpthread -lm -lexecinfo CONFLICTS?= redis-devel-3.* Index: databases/redis-devel/Makefile =================================================================== --- databases/redis-devel/Makefile (revision 448018) +++ databases/redis-devel/Makefile (working copy) @@ -14,8 +14,6 @@ BROKEN_FreeBSD_10_i386= undefined reference to __atomic_fetch_add_8 -USES= execinfo - OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA OPTIONS_RADIO_EXTLUA= LUA LUAJIT @@ -52,8 +50,7 @@ USES+= tcl:build .endif -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lpthread -lm -lexecinfo +LDFLAGS+= -lpthread -lm -lexecinfo CONFLICTS?= redis-3.* Index: databases/rubygem-bdb1/Makefile =================================================================== --- databases/rubygem-bdb1/Makefile (revision 448018) +++ databases/rubygem-bdb1/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE_COMB= dual USE_RUBY= yes -USES= execinfo gem shebangfix +USES= gem shebangfix SHEBANG_FILES= examples/*.rb .include Index: databases/twemproxy/Makefile =================================================================== --- databases/twemproxy/Makefile (revision 448018) +++ databases/twemproxy/Makefile (working copy) @@ -14,10 +14,9 @@ USE_GITHUB= yes GH_ACCOUNT= twitter -USES= execinfo autoreconf libtool +USES= autoreconf libtool -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo PLIST_FILES= sbin/nutcracker \ man/man8/nutcracker.8.gz \ Index: databases/virtuoso/Makefile =================================================================== --- databases/virtuoso/Makefile (revision 448018) +++ databases/virtuoso/Makefile (working copy) @@ -27,7 +27,7 @@ NOT_FOR_ARCHS= arm armv6 i386 mips powerpc NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms -USES= execinfo gmake libtool readline uidfix ssl +USES= gmake libtool readline uidfix ssl USE_AUTOTOOLS= autoheader aclocal GNU_CONFIGURE= yes @@ -41,8 +41,8 @@ --with-layout=freebsd\ --datadir="${PREFIX}"\ --localstatedir="${PREFIX}" -CPPFLAGS+= -std=gnu89 ${IODBC_CPPFLAGS} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +CPPFLAGS+= -std=gnu89 ${IODBC_CPPFLAGS} +LDFLAGS+= -lexecinfo MAKE_ENV= PATH=${LOCALBASE}/bin:${PATH}\ ISQL=isql-vt USE_RC_SUBR= virtuoso Index: deskutils/pinot/Makefile =================================================================== --- deskutils/pinot/Makefile (revision 448018) +++ deskutils/pinot/Makefile (working copy) @@ -46,7 +46,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lboost_system -USES= compiler:c++11-lang autoreconf execinfo gettext libarchive \ +USES= compiler:c++11-lang autoreconf gettext libarchive \ libtool pkgconfig python shebangfix sqlite:3 ssl USE_CXXSTD= c++11 USE_XORG= pixman Index: devel/Makefile =================================================================== --- devel/Makefile (revision 448018) +++ devel/Makefile (working copy) @@ -1366,7 +1366,6 @@ SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf - SUBDIR += libexecinfo SUBDIR += libexplain SUBDIR += libfaketime SUBDIR += libfastcommon Index: devel/clanlib/Makefile =================================================================== --- devel/clanlib/Makefile (revision 448018) +++ devel/clanlib/Makefile (working copy) @@ -20,7 +20,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre -USES= compiler:c++11-lib execinfo gmake jpeg libtool localbase:ldflags \ +USES= compiler:c++11-lib gmake jpeg libtool localbase:ldflags \ pathfix pkgconfig sqlite tar:tgz USE_XORG= x11 USE_LDCONFIG= yes Index: devel/cmake/Makefile =================================================================== --- devel/cmake/Makefile (revision 448018) +++ devel/cmake/Makefile (working copy) @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes -USES+= execinfo libarchive ncurses +USES+= libarchive ncurses HAS_CONFIGURE= yes LIB_DEPENDS= libcurl.so:ftp/curl \ Index: devel/cmake-gui/Makefile =================================================================== --- devel/cmake-gui/Makefile (revision 448018) +++ devel/cmake-gui/Makefile (working copy) @@ -20,7 +20,7 @@ librhash.so:security/rhash USE_QT5= core gui widgets buildtools_build qmake_build -USES= cmake:run desktop-file-utils execinfo libarchive \ +USES= cmake:run desktop-file-utils libarchive \ shared-mime-info CMAKE_ARGS= -DBUILD_QtDialog:bool=on \ -DBUILD_CursesDialog:BOOL=OFF \ Index: devel/gearmand/Makefile =================================================================== --- devel/gearmand/Makefile (revision 448018) +++ devel/gearmand/Makefile (working copy) @@ -24,7 +24,7 @@ USE_PERL5= build GNU_CONFIGURE= yes -USES= pathfix gmake perl5 python:build libtool execinfo +USES= pathfix gmake perl5 python:build libtool USE_LDCONFIG= yes USE_RC_SUBR= gearmand SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} @@ -31,8 +31,7 @@ CONFIGURE_ARGS+=--with-lib-prefix=${LOCALBASE} --with-boost=${LOCALBASE} \ --localstatedir=/var/db/${PORTNAME} --enable-static -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo OPTIONS_DEFINE= DRIZZLE MEMCACHED PGSQL SQLITE MYSQL HIREDIS TOKYOCAB OPTIONS_DEFAULT=SQLITE Index: devel/gearmand-devel/Makefile =================================================================== --- devel/gearmand-devel/Makefile (revision 448018) +++ devel/gearmand-devel/Makefile (working copy) @@ -25,7 +25,7 @@ USE_PERL5= build GNU_CONFIGURE= yes -USES= pathfix perl5 gmake gperf libtool execinfo python:build +USES= pathfix perl5 gmake gperf libtool python:build USE_LDCONFIG= yes USE_RC_SUBR= gearmand SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} @@ -32,8 +32,7 @@ CONFIGURE_ARGS+=--with-lib-prefix=${LOCALBASE} --with-boost=${LOCALBASE} \ --localstatedir=/var/db/${PORTNAME} --enable-static -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo OPTIONS_DEFINE= DRIZZLE MEMCACHED PGSQL SQLITE MYSQL HIREDIS TOKYOCAB OPTIONS_DEFAULT=SQLITE Index: devel/glog/Makefile =================================================================== --- devel/glog/Makefile (revision 448018) +++ devel/glog/Makefile (working copy) @@ -21,7 +21,7 @@ LDFLAGS+= -lexecinfo TEST_TARGET= check USE_LDCONFIG= yes -USES= execinfo libtool localbase pathfix +USES= libtool localbase pathfix PORTDOCS= * Index: devel/google-perftools/Makefile =================================================================== --- devel/google-perftools/Makefile (revision 448018) +++ devel/google-perftools/Makefile (working copy) @@ -23,12 +23,11 @@ DOCSDIR= ${PREFIX}/share/doc/gperftools GNU_CONFIGURE= yes -USES= compiler execinfo gmake libtool +USES= compiler gmake libtool USE_LDCONFIG= yes TEST_TARGET= check -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lexecinfo +LIBS+= -lexecinfo OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=PAGE8K ALIGN16 Index: devel/libCello/Makefile =================================================================== --- devel/libCello/Makefile (revision 448018) +++ devel/libCello/Makefile (working copy) @@ -13,11 +13,9 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= dos2unix execinfo gmake +USES= dos2unix gmake DOS2UNIX_FILES= Makefile -CFLAGS+= ${EXECINFO_CPPFLAGS} - post-patch: ${REINPLACE_CMD} -E 's| abs\(| labs\(|' ${WRKSRC}/src/*.c Index: devel/libexecinfo/Makefile =================================================================== --- devel/libexecinfo/Makefile (revision 448018) +++ devel/libexecinfo/Makefile (nonexistent) @@ -1,30 +0,0 @@ -# Created by: Maxim Sobolev -# $FreeBSD$ - -PORTNAME= libexecinfo -PORTVERSION= 1.1 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= LOCAL/itetcu - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for inspecting program's backtrace - -LICENSE= BSD2CLAUSE - -USES= tar:bzip2 uidfix -USE_LDCONFIG= yes -MAKE_FLAGS= LIBDIR=${PREFIX}/lib \ - INCLUDEDIR=${PREFIX}/include - -CFLAGS+= -fno-omit-frame-pointer - -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include Index: devel/libexecinfo/distinfo =================================================================== --- devel/libexecinfo/distinfo (revision 448018) +++ devel/libexecinfo/distinfo (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (libexecinfo-1.1.tar.bz2) = c9a21913e7fdac8ef6b33250b167aa1fc0a7b8a175145e26913a4c19d8a59b1f -SIZE (libexecinfo-1.1.tar.bz2) = 4841 Index: devel/libexecinfo/files/patch-Makefile =================================================================== --- devel/libexecinfo/files/patch-Makefile (revision 448018) +++ devel/libexecinfo/files/patch-Makefile (nonexistent) @@ -1,10 +0,0 @@ ---- Makefile.orig 2004-07-19 05:19:55 UTC -+++ Makefile -@@ -34,6 +34,7 @@ SHLIB_MAJOR= 1 - SHLIB_MINOR= 0 - - NOPROFILE= yes -+NO_PROFILE= yes - - DPADD= ${LIBM} - LDADD= -lm Index: devel/libexecinfo/files/patch-execinfo.c =================================================================== --- devel/libexecinfo/files/patch-execinfo.c (revision 448018) +++ devel/libexecinfo/files/patch-execinfo.c (nonexistent) @@ -1,64 +0,0 @@ ---- execinfo.c.orig 2004-07-19 05:21:09 UTC -+++ execinfo.c -@@ -69,7 +69,8 @@ backtrace(void **buffer, int size) - char ** - backtrace_symbols(void *const *buffer, int size) - { -- int i, clen, alen, offset; -+ size_t clen, alen; -+ int i, offset; - char **rval; - char *cp; - Dl_info info; -@@ -78,7 +79,6 @@ backtrace_symbols(void *const *buffer, i - rval = malloc(clen); - if (rval == NULL) - return NULL; -- (char **)cp = &(rval[size]); - for (i = 0; i < size; i++) { - if (dladdr(buffer[i], &info) != 0) { - if (info.dli_sname == NULL) -@@ -92,14 +92,14 @@ backtrace_symbols(void *const *buffer, i - 2 + /* " <" */ - strlen(info.dli_sname) + /* "function" */ - 1 + /* "+" */ -- D10(offset) + /* "offset */ -+ 10 + /* "offset */ - 5 + /* "> at " */ - strlen(info.dli_fname) + /* "filename" */ - 1; /* "\0" */ - rval = realloc_safe(rval, clen + alen); - if (rval == NULL) - return NULL; -- snprintf(cp, alen, "%p <%s+%d> at %s", -+ snprintf((char *) rval + clen, alen, "%p <%s+%d> at %s", - buffer[i], info.dli_sname, offset, info.dli_fname); - } else { - alen = 2 + /* "0x" */ -@@ -108,12 +108,15 @@ backtrace_symbols(void *const *buffer, i - rval = realloc_safe(rval, clen + alen); - if (rval == NULL) - return NULL; -- snprintf(cp, alen, "%p", buffer[i]); -+ snprintf((char *) rval + clen, alen, "%p", buffer[i]); - } -- rval[i] = cp; -- cp += alen; -+ rval[i] = (char *) clen; -+ clen += alen; - } - -+ for (i = 0; i < size; i++) -+ rval[i] += (long) rval; -+ - return rval; - } - -@@ -155,6 +158,6 @@ backtrace_symbols_fd(void *const *buffer - return; - snprintf(buf, len, "%p\n", buffer[i]); - } -- write(fd, buf, len - 1); -+ write(fd, buf, strlen(buf)); - } - } Index: devel/libexecinfo/pkg-descr =================================================================== --- devel/libexecinfo/pkg-descr (revision 448018) +++ devel/libexecinfo/pkg-descr (nonexistent) @@ -1,6 +0,0 @@ -This is a quick-n-dirty BSD licensed clone of backtrace facility found -in the GNU libc, mainly intended for porting Linuxish code to BSD -platforms, however it can be used at any platform which has a gcc -compiler. - -WWW: http://www.gnu.org/software/libc/manual/html_node/Backtraces.html Index: devel/libexecinfo/pkg-plist =================================================================== --- devel/libexecinfo/pkg-plist (revision 448018) +++ devel/libexecinfo/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -include/execinfo.h -lib/libexecinfo.a -lib/libexecinfo.so -lib/libexecinfo.so.1 Index: devel/libosmocore/Makefile =================================================================== --- devel/libosmocore/Makefile (revision 448018) +++ devel/libosmocore/Makefile (working copy) @@ -14,9 +14,9 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -USES= alias autoreconf execinfo gmake libtool pathfix pkgconfig +USES= alias autoreconf gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= * Index: devel/llvm-devel/Makefile =================================================================== --- devel/llvm-devel/Makefile (revision 448018) +++ devel/llvm-devel/Makefile (working copy) @@ -94,7 +94,6 @@ LLDB_GH_SUBDIR= tools/lldb:lldb LLDB_GH_TAGNAME= ${LLDB_COMMIT}:lldb LLDB_IMPLIES= CLANG -LLDB_USES= execinfo LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CONFLICTS_INSTALL= libiomp5-devel-* Index: devel/llvm33/Makefile =================================================================== --- devel/llvm33/Makefile (revision 448018) +++ devel/llvm33/Makefile (working copy) @@ -18,7 +18,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} -USES= execinfo gmake perl5 shebangfix +USES= gmake perl5 shebangfix GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} USE_LDCONFIG= ${LLVM_PREFIX}/lib Index: devel/llvm34/Makefile =================================================================== --- devel/llvm34/Makefile (revision 448018) +++ devel/llvm34/Makefile (working copy) @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/llvm-${PORTVERSION}.src -USES= execinfo gmake perl5 shebangfix +USES= gmake perl5 shebangfix GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} USE_LDCONFIG= ${LLVM_PREFIX}/lib Index: devel/llvm35/Makefile =================================================================== --- devel/llvm35/Makefile (revision 448018) +++ devel/llvm35/Makefile (working copy) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/llvm-${DISTVERSION}.src -USES= compiler:c++11-lib execinfo gmake perl5 tar:xz libedit \ +USES= compiler:c++11-lib gmake perl5 tar:xz libedit \ shebangfix GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} Index: devel/llvm39/Makefile =================================================================== --- devel/llvm39/Makefile (revision 448018) +++ devel/llvm39/Makefile (working copy) @@ -94,7 +94,6 @@ LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp LLDB_IMPLIES= CLANG -LLDB_USES= execinfo LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} Index: devel/llvm40/Makefile =================================================================== --- devel/llvm40/Makefile (revision 448018) +++ devel/llvm40/Makefile (working copy) @@ -88,7 +88,6 @@ LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp LLDB_IMPLIES= CLANG -LLDB_USES= execinfo LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} Index: devel/mongo-cxx-driver/Makefile =================================================================== --- devel/mongo-cxx-driver/Makefile (revision 448018) +++ devel/mongo-cxx-driver/Makefile (working copy) @@ -28,7 +28,7 @@ GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver -USES= execinfo scons +USES= scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ --cxx=${CXX} Index: devel/pecl-swoole/Makefile =================================================================== --- devel/pecl-swoole/Makefile (revision 448018) +++ devel/pecl-swoole/Makefile (working copy) @@ -13,7 +13,7 @@ BROKEN_powerpc64= fails to build: swoole_config.h: error GCC 4.4 or later required -USES= execinfo php:pecl ssl +USES= php:pecl ssl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre Index: devel/qt5-core/Makefile =================================================================== --- devel/qt5-core/Makefile (revision 448018) +++ devel/qt5-core/Makefile (working copy) @@ -12,7 +12,6 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ libpcre.so:devel/pcre -USES= execinfo USE_GNOME= glib20 USE_QT5= qmake_build buildtools_build QT_DIST= base Index: devel/tesla/Makefile =================================================================== --- devel/tesla/Makefile (revision 448018) +++ devel/tesla/Makefile (working copy) @@ -16,7 +16,7 @@ SHEBANG_FILES= scripts/highlight-transitions -USES= cmake:outsource execinfo python:run shebangfix +USES= cmake:outsource python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= CTSRD-TESLA Index: devel/upp/Makefile =================================================================== --- devel/upp/Makefile (revision 448018) +++ devel/upp/Makefile (working copy) @@ -18,7 +18,7 @@ libexpat.so:textproc/expat2 \ libnotify.so:devel/libnotify -USES= execinfo gmake +USES= gmake USE_XORG= xft USE_GNOME= gtk20 Index: dns/dnscrypt-proxy/Makefile =================================================================== --- dns/dnscrypt-proxy/Makefile (revision 448018) +++ dns/dnscrypt-proxy/Makefile (working copy) @@ -23,7 +23,7 @@ GROUPS= _dnscrypt-proxy GNU_CONFIGURE= yes -USES= execinfo gmake +USES= gmake INSTALL_TARGET= install-strip Index: editors/codelite/Makefile =================================================================== --- editors/codelite/Makefile (revision 448018) +++ editors/codelite/Makefile (working copy) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= eranif -USES= cmake:outsource,noninja compiler:c++11-lib dos2unix execinfo gettext \ +USES= cmake:outsource,noninja compiler:c++11-lib dos2unix gettext \ pathfix shebangfix sqlite USE_GNOME+= cairo gtk20 DOS2UNIX_GLOB= *.cpp *.txt @@ -32,9 +32,6 @@ USE_LDCONFIG= ${PREFIX}/lib/codelite INSTALLS_ICONS= yes -CXXFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} - OPTIONS_DEFINE= CSCOPE SFTP OPTIONS_RADIO= CLANG OPTIONS_SUB= yes Index: editors/texstudio/Makefile =================================================================== --- editors/texstudio/Makefile (revision 448018) +++ editors/texstudio/Makefile (working copy) @@ -15,7 +15,7 @@ BROKEN_aarch64= fails to compile: error: no member named mc_eip in __mcontext BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext -USES= desktop-file-utils dos2unix execinfo ghostscript:run \ +USES= desktop-file-utils dos2unix ghostscript:run \ pkgconfig qmake DOS2UNIX_FILES= ${PORTNAME}.pro Index: editors/vanubi/Makefile =================================================================== --- editors/vanubi/Makefile (revision 448018) +++ editors/vanubi/Makefile (working copy) @@ -18,7 +18,7 @@ GH_TAGNAME= eedac1d USE_GITHUB= yes -USES= autoreconf desktop-file-utils execinfo gmake libtool pkgconfig +USES= autoreconf desktop-file-utils gmake libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 gtksourceview3 libwnck3 vte3 USE_LDCONFIG= yes Index: games/0ad/Makefile =================================================================== --- games/0ad/Makefile (revision 448018) +++ games/0ad/Makefile (working copy) @@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release -USES= compiler:c++11-lib dos2unix execinfo gmake iconv jpeg openal:al \ +USES= compiler:c++11-lib dos2unix gmake iconv jpeg openal:al \ pkgconfig tar:xz USE_GNOME= libxml2 gtk20 USE_GL= gl Index: games/adgali/Makefile =================================================================== --- games/adgali/Makefile (revision 448018) +++ games/adgali/Makefile (working copy) @@ -17,7 +17,7 @@ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 -USES= execinfo gmake jpeg libtool tar:bzip2 +USES= gmake jpeg libtool tar:bzip2 USE_LDCONFIG= yes USE_SDL= sdl USE_XORG= xpm @@ -25,8 +25,7 @@ CONFIGURE_ARGS= --enable-compile-optim=no INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo OPTIONS_DEFINE= DOCS Index: games/cataclysm-dda/Makefile =================================================================== --- games/cataclysm-dda/Makefile (revision 448018) +++ games/cataclysm-dda/Makefile (working copy) @@ -17,7 +17,7 @@ BROKEN_armv6= fails to compile: comparison of integers of different signs: wchar_t and const int BROKEN_powerpc64= fails to compile: overmap.cpp: 'pow' is not a member of 'std' -USES= alias compiler:c++11-lib execinfo gmake shebangfix +USES= alias compiler:c++11-lib gmake shebangfix SHEBANG_FILES= lang/*.sh bash_CMD= /bin/sh @@ -27,8 +27,7 @@ MAKE_ARGS= CXX="${CXX}" LD="${CXX}" RELEASE=1 -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} -lexecinfo +LDFLAGS+= -lexecinfo MAKE_JOBS_UNSAFE= yes Index: games/dangerdeep/Makefile =================================================================== --- games/dangerdeep/Makefile (revision 448018) +++ games/dangerdeep/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 RUN_DEPENDS= dangerdeep-data>0:games/dangerdeep-data -USES= execinfo scons +USES= scons USE_GL= yes USE_SDL= sdl mixer image net Index: games/doomsday/Makefile =================================================================== --- games/doomsday/Makefile (revision 448018) +++ games/doomsday/Makefile (working copy) @@ -22,7 +22,7 @@ USE_LDCONFIG= yes USE_SDL= sdl2 mixer2 net2 USE_XORG= x11 -USES= compiler:c++11-lib execinfo pkgconfig python:build qmake:outsource +USES= compiler:c++11-lib pkgconfig python:build qmake:outsource USE_QT4= corelib network opengl moc_build QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday QMAKE_ARGS+= QMAKE_LFLAGS+="-Wl,--export-dynamic" \ Index: games/eduke32/Makefile =================================================================== --- games/eduke32/Makefile (revision 448018) +++ games/eduke32/Makefile (working copy) @@ -28,7 +28,7 @@ libvpx.so:multimedia/libvpx \ libpng16.so:graphics/png -USES= execinfo gmake pkgconfig tar:xz +USES= gmake pkgconfig tar:xz USE_GL= gl glu USE_GNOME= gtk20 USE_SDL= sdl2 mixer2 Index: games/freedroidrpg/Makefile =================================================================== --- games/freedroidrpg/Makefile (revision 448018) +++ games/freedroidrpg/Makefile (working copy) @@ -35,7 +35,6 @@ OPTIONS_SUB= yes BACKTRACE_DESC= Use backtrace() to generate nice bug reports -BACKTRACE_USES= execinfo BACKTRACE_CONFIGURE_ENABLE= backtrace BACKTRACE_VARS= STRIP= # empty Index: games/frobtads/Makefile =================================================================== --- games/frobtads/Makefile (revision 448018) +++ games/frobtads/Makefile (working copy) @@ -15,7 +15,7 @@ CONFLICTS= tads-2.* -USES= autoreconf execinfo gmake localbase ncurses +USES= autoreconf gmake localbase ncurses GNU_CONFIGURE= yes LIBS+= -lcompat Index: games/r1q2/Makefile =================================================================== --- games/r1q2/Makefile (revision 448018) +++ games/r1q2/Makefile (working copy) @@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= sets the FPU rounding mode and precision (not available in fenv.h) -USES= dos2unix execinfo gmake zip +USES= dos2unix gmake zip NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/binaries ALL_TARGET= # Index: games/spring/Makefile =================================================================== --- games/spring/Makefile (revision 448018) +++ games/spring/Makefile (working copy) @@ -32,7 +32,7 @@ USE_LDCONFIG= yes DOS2UNIX_GLOB= *.h *.hpp *.cpp -USES= execinfo cmake compiler:c++11-lib dos2unix openal:al tar:lzma +USES= cmake compiler:c++11-lib dos2unix openal:al tar:lzma USES+= desktop-file-utils shared-mime-info CMAKE_ARGS= -DDATADIR:STRING="share/${PORTNAME}" \ -DAI_TYPES:STRING="NATIVE" \ @@ -44,12 +44,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} -.if exists(/usr/lib/libexecinfo.so) -LEI_PREFIX= /usr -.else -LEI_PREFIX= ${LOCALBASE} -.endif - # Do not exctract bundled copies of header files for 3rd-party packages: EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude ${WRKSRC:T}/include @@ -101,7 +95,7 @@ ${WRKSRC}/rts/System/Sync/FPUCheck.cpp @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/rts/build/cmake/*.cmake - @${REINPLACE_CMD} -e 's|execinfo|${LEI_PREFIX}/lib/libexecinfo.so|' \ + @${REINPLACE_CMD} -e 's|execinfo|/usr/lib/libexecinfo.so|' \ ${WRKSRC}/rts/CMakeLists.txt \ ${WRKSRC}/rts/builds/dedicated/CMakeLists.txt @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ Index: games/super_methane_brothers/Makefile =================================================================== --- games/super_methane_brothers/Makefile (revision 448018) +++ games/super_methane_brothers/Makefile (working copy) @@ -15,12 +15,11 @@ LIB_DEPENDS= libclan23Core.so:devel/clanlib -USES= execinfo gmake pkgconfig tar:tgz +USES= gmake pkgconfig tar:tgz MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" MAKE_JOBS_UNSAFE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lexecinfo +LIBS+= -lexecinfo DATADIR= ${PREFIX}/share/methane Index: games/tbe/Makefile =================================================================== --- games/tbe/Makefile (revision 448018) +++ games/tbe/Makefile (working copy) @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip -USES= cmake compiler:c++11-lib execinfo tar:tgz +USES= cmake compiler:c++11-lib tar:tgz USE_QT4= gui linguisttools_build moc_build qmake_build rcc_build \ svg uic_build xml Index: games/tomenet/Makefile =================================================================== --- games/tomenet/Makefile (revision 448018) +++ games/tomenet/Makefile (working copy) @@ -12,10 +12,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= makefile -USES= execinfo gmake ncurses tar:bzip2 -CFLAGS+= -DDEFAULT_PATH="\\\"${DATADIR}/lib/\\\"" \ - ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} +USES= gmake ncurses tar:bzip2 +CFLAGS+= -DDEFAULT_PATH="\\\"${DATADIR}/lib/\\\"" MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message Index: games/ufoai/Makefile =================================================================== --- games/ufoai/Makefile (revision 448018) +++ games/ufoai/Makefile (working copy) @@ -25,13 +25,11 @@ USE_GL= yes USE_SDL= sdl image mixer ttf USE_CXXSTD= c++11 -USES= compiler:c++11-lang execinfo gettext gmake jpeg openal:soft pkgconfig \ +USES= compiler:c++11-lang gettext gmake jpeg openal:soft pkgconfig \ python:build tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --enable-release --target-os=freebsd -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lexecinfo -CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -lexecinfo DATADIR= share/${PORTNAME} SUB_FILES= pkg-message Index: games/widelands/Makefile =================================================================== --- games/widelands/Makefile (revision 448018) +++ games/widelands/Makefile (working copy) @@ -18,7 +18,7 @@ libicuuc.so:devel/icu \ libboost_regex.so:devel/boost-libs -USES= cmake:outsource compiler:c++11-lib execinfo gettext \ +USES= cmake:outsource compiler:c++11-lib gettext \ tar:bzip2 python:build CMAKE_ARGS= -DWL_INSTALL_BASEDIR="${PREFIX}" \ -DWL_INSTALL_DATADIR="${DATADIR}" \ Index: graphics/cegui/Makefile =================================================================== --- graphics/cegui/Makefile (revision 448018) +++ graphics/cegui/Makefile (working copy) @@ -17,7 +17,7 @@ CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \ -DCEGUI_BUILD_TESTS=OFF USE_LDCONFIG= yes -USES= compiler:c++11-lib cmake execinfo pkgconfig tar:bzip2 +USES= compiler:c++11-lib cmake pkgconfig tar:bzip2 PORTDOCS= * Index: graphics/fotoxx/Makefile =================================================================== --- graphics/fotoxx/Makefile (revision 448018) +++ graphics/fotoxx/Makefile (working copy) @@ -18,7 +18,7 @@ exiftool:graphics/p5-Image-ExifTool \ ufraw-batch:graphics/ufraw -USES= desktop-file-utils execinfo gmake pkgconfig +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk30 ALL_TARGET= fotoxx Index: graphics/gimp-app/Makefile =================================================================== --- graphics/gimp-app/Makefile (revision 448018) +++ graphics/gimp-app/Makefile (working copy) @@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes GNU_CONFIGURE= yes -USES+= cpe execinfo gettext gmake jpeg libtool \ +USES+= cpe gettext gmake jpeg libtool \ localbase pathfix pkgconfig shebangfix tar:bzip2 USE_XORG= ice sm xcursor xext xfixes xmu xpm xt x11 USE_GNOME+= cairo gtk20 intlhack Index: graphics/picpuz/Makefile =================================================================== --- graphics/picpuz/Makefile (revision 448018) +++ graphics/picpuz/Makefile (working copy) @@ -13,7 +13,7 @@ BROKEN_armv6= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE -USES= dos2unix execinfo gmake pkgconfig +USES= dos2unix gmake pkgconfig DOS2UNIX_GLOB= *.h USE_GNOME= gtk20 Index: graphics/py-mayavi/Makefile =================================================================== --- graphics/py-mayavi/Makefile (revision 448018) +++ graphics/py-mayavi/Makefile (working copy) @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}scimath>=4.1.2:science/py-scimath \ ${PYTHON_PKGNAMEPREFIX}traitsui>=4.5.1:graphics/py-traitsui -USES= execinfo python:-2.7 shebangfix tar:bzip2 +USES= python:-2.7 shebangfix tar:bzip2 USE_PYTHON= autoplist distutils USE_WX= 2.8+ WX_COMPS= python:run Index: graphics/qgis/Makefile =================================================================== --- graphics/qgis/Makefile (revision 448018) +++ graphics/qgis/Makefile (working copy) @@ -29,7 +29,7 @@ GH_PROJECT= ${PORTNAME:tu} USES= bison cmake compiler:features cpe desktop-file-utils \ - execinfo fortran gmake pyqt:4 python:2.7 sqlite + fortran gmake pyqt:4 python:2.7 sqlite USE_PYQT= core gui network qscintilla2 sip sql svg xml webkit_run USE_QT4= corelib designer doc gui linguist_build moc_build \ Index: graphics/tulip/Makefile =================================================================== --- graphics/tulip/Makefile (revision 448018) +++ graphics/tulip/Makefile (working copy) @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= cmake:outsource,noninja compiler:c++11-lib dos2unix execinfo jpeg python \ +USES= cmake:outsource,noninja compiler:c++11-lib dos2unix jpeg python \ shebangfix SHEBANG_FILES= tulip-config.in DOS2UNIX_FILES= software/tulip/src/main.cpp Index: irc/quassel/Makefile =================================================================== --- irc/quassel/Makefile (revision 448018) +++ irc/quassel/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource compiler:c++11-lib cpe execinfo pkgconfig tar:bzip2 +USES= cmake:outsource compiler:c++11-lib cpe pkgconfig tar:bzip2 CPE_VENDOR= quassel-irc CPE_PRODUCT= quassel_irc Index: irc/weechat/Makefile =================================================================== --- irc/weechat/Makefile (revision 448018) +++ irc/weechat/Makefile (working copy) @@ -46,7 +46,6 @@ ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell BACKTRACE_CMAKE_BOOL= ENABLE_BACKTRACE -BACKTRACE_USES= execinfo CA_BUNDLE_CMAKE_ON= -DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss Index: lang/rubinius/Makefile =================================================================== --- lang/rubinius/Makefile (revision 448018) +++ lang/rubinius/Makefile (working copy) @@ -47,7 +47,7 @@ LLVM39_DESC= LLVM 3.9 LLVM40_DESC= LLVM 4.0 -USES= execinfo gmake perl5 readline tar:bzip2 libedit ssl +USES= gmake perl5 readline tar:bzip2 libedit ssl USE_LOCALE= en_US.UTF-8 USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes @@ -90,10 +90,6 @@ .include -.if !exists(/usr/lib/libexecinfo.so) -CONFIGURE_ARGS+= --with-opt-dir "${LOCALBASE}" -.endif - .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .elif ${ARCH} == "amd64" Index: lang/ruby22/Makefile =================================================================== --- lang/ruby22/Makefile (revision 448018) +++ lang/ruby22/Makefile (working copy) @@ -39,7 +39,7 @@ LIBS+= -lpthread -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= autoreconf cpe execinfo tar:xz ssl +USES= autoreconf cpe tar:xz ssl WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.2 Index: lang/ruby23/Makefile =================================================================== --- lang/ruby23/Makefile (revision 448018) +++ lang/ruby23/Makefile (working copy) @@ -39,7 +39,7 @@ # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= autoreconf cpe execinfo ssl tar:xz +USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.3 Index: lang/ruby24/Makefile =================================================================== --- lang/ruby24/Makefile (revision 448018) +++ lang/ruby24/Makefile (working copy) @@ -37,7 +37,7 @@ # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= autoreconf cpe execinfo ssl tar:xz +USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.4 Index: lang/smalltalk/Makefile =================================================================== --- lang/smalltalk/Makefile (revision 448018) +++ lang/smalltalk/Makefile (working copy) @@ -23,7 +23,7 @@ PGSQL_USES= pgsql SDL_USE= SDL=image,mixer,sdl,sound,ttf -USES= execinfo gmake iconv libtool localbase makeinfo pathfix pkgconfig \ +USES= gmake iconv libtool localbase makeinfo pathfix pkgconfig \ shebangfix sqlite tar:xz USE_GNOME= pango USE_XORG= ice xi xmu Index: lang/v8/Makefile =================================================================== --- lang/v8/Makefile (revision 448018) +++ lang/v8/Makefile (working copy) @@ -22,7 +22,7 @@ MAKE_ARGS= library=shared MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} USE_LDCONFIG= yes -USES= alias compiler cpe execinfo gmake python:2 shebangfix tar:xz +USES= alias compiler cpe gmake python:2 shebangfix tar:xz CPE_VENDOR= google Index: lang/v8-devel/Makefile =================================================================== --- lang/v8-devel/Makefile (revision 448018) +++ lang/v8-devel/Makefile (working copy) @@ -23,7 +23,7 @@ MAKE_ARGS= library=shared use_system_icu=on MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} USE_LDCONFIG= yes -USES= compiler cpe execinfo gmake python:2 shebangfix tar:xz +USES= compiler cpe gmake python:2 shebangfix tar:xz CPE_VENDOR= google Index: mail/claws-mail/Makefile =================================================================== --- mail/claws-mail/Makefile (revision 448018) +++ mail/claws-mail/Makefile (working copy) @@ -18,7 +18,7 @@ USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 -USES= cpe desktop-file-utils execinfo pathfix shebangfix ssl +USES= cpe desktop-file-utils pathfix shebangfix ssl SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail python_CMD= ${LOCALBASE}/bin/python2 INSTALLS_ICONS= yes Index: math/pdal/Makefile =================================================================== --- math/pdal/Makefile (revision 448018) +++ math/pdal/Makefile (working copy) @@ -20,7 +20,7 @@ libxml2.so:textproc/libxml2 \ liblaszip.so:archivers/laszip -USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig execinfo +USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} Index: multimedia/audacious/Makefile =================================================================== --- multimedia/audacious/Makefile (revision 448018) +++ multimedia/audacious/Makefile (working copy) @@ -38,7 +38,6 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_OFF= --disable-nls NLS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile -EXECINFO_USES= execinfo OPTIONS_SUB= yes EXECINFO_DESC= Build with libexecinfo support @@ -45,10 +44,10 @@ .include post-patch: -.if ${PORT_OPTIONS:MEXECINFO} || exists(${LOCALBASE}/lib/libexecinfo.so) - @${REINPLACE_CMD} 's|-lm |-lm -L${LOCALBASE}/lib -lexecinfo |' \ +.if ${PORT_OPTIONS:MEXECINFO} + @${REINPLACE_CMD} 's|-lm |-lm -lexecinfo |' \ ${WRKSRC}/src/audacious/Makefile - @${REINPLACE_CMD} 's|-laudcore|-laudcore -L${LOCALBASE}/lib -lexecinfo|' \ + @${REINPLACE_CMD} 's|-laudcore|-laudcore -lexecinfo|' \ ${WRKSRC}/audacious.pc.in .endif ${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \ Index: multimedia/audacious-gtk3/Makefile =================================================================== --- multimedia/audacious-gtk3/Makefile (revision 448018) +++ multimedia/audacious-gtk3/Makefile (working copy) @@ -43,7 +43,6 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_OFF= --disable-nls NLS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile -EXECINFO_USES= execinfo OPTIONS_SUB= yes EXECINFO_DESC= Build with libexecinfo support @@ -50,10 +49,10 @@ .include post-patch: -.if ${PORT_OPTIONS:MEXECINFO} || exists(${LOCALBASE}/lib/libexecinfo.so) - @${REINPLACE_CMD} 's|-lm |-lm -L${LOCALBASE}/lib -lexecinfo |' \ +.if ${PORT_OPTIONS:MEXECINFO} + @${REINPLACE_CMD} 's|-lm |-lm -lexecinfo |' \ ${WRKSRC}/src/audacious/Makefile - @${REINPLACE_CMD} 's|-laudcore|-laudcore -L${LOCALBASE}/lib -lexecinfo|' \ + @${REINPLACE_CMD} 's|-laudcore|-laudcore -lexecinfo|' \ ${WRKSRC}/audacious.pc.in .endif ${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \ Index: multimedia/audacious-plugins/Makefile =================================================================== --- multimedia/audacious-plugins/Makefile (revision 448018) +++ multimedia/audacious-plugins/Makefile (working copy) @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= audacious-plugins-gtk3-3.* GNU_CONFIGURE= yes -USES= compiler:c++11-lib execinfo gettext-tools gmake iconv \ +USES= compiler:c++11-lib gettext-tools gmake iconv \ localbase pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gtk20 glib20 libxml2 cairo gdkpixbuf2 Index: multimedia/audacious-plugins-gtk3/Makefile =================================================================== --- multimedia/audacious-plugins-gtk3/Makefile (revision 448018) +++ multimedia/audacious-plugins-gtk3/Makefile (working copy) @@ -28,7 +28,7 @@ FILESDIR= ${MASTERDIR}/files GNU_CONFIGURE= yes -USES= compiler:c++11-lib execinfo gettext-tools gmake iconv \ +USES= compiler:c++11-lib gettext-tools gmake iconv \ localbase pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gtk30 glib20 libxml2 cairo gdkpixbuf2 Index: multimedia/avidemux/Makefile.common =================================================================== --- multimedia/avidemux/Makefile.common (revision 448018) +++ multimedia/avidemux/Makefile.common (working copy) @@ -20,7 +20,7 @@ OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME:C/-.*//}/options USES= cmake:outsource,noninja pkgconfig iconv gmake compiler:features sqlite -USES+= dos2unix execinfo +USES+= dos2unix DOS2UNIX_FILES= cmake/admCheckMiscLibs.cmake \ avidemux_core/ADM_coreVideoCodec/include/ADM_coreVideoCodec6_export.h \ avidemux_core/ADM_coreVideoCodec/include/ADM_ffmp43.h @@ -76,13 +76,8 @@ #MAKE_ENV+= ARCH=x86_64 #CONFIGURE_ENV+= ARCH=x86_64 .endif -.if !exists(/usr/lib/libexecinfo.so) -CMAKE_ARGS+= -DLIBEXECINFO_INCLUDE_DIR=${LOCALBASE}/include -CMAKE_ARGS+= -DLIBEXECINFO_LIBRARY_DIR=${LOCALBASE}/lib/libexecinfo.so -.else CMAKE_ARGS+= -DLIBEXECINFO_INCLUDE_DIR=/usr/include CMAKE_ARGS+= -DLIBEXECINFO_LIBRARY_DIR=-lexecinfo -.endif # We haven't ALSA(Never) & Aften(Yet) on FreeBSD CMAKE_ARGS+= -DARTS:BOOL=OFF -DALSA:BOOL=OFF -DAFTEN:BOOL=OFF Index: multimedia/libxine/Makefile =================================================================== --- multimedia/libxine/Makefile (revision 448018) +++ multimedia/libxine/Makefile (working copy) @@ -40,7 +40,7 @@ LIB_DEPENDS+= libdvdcss.so.2:multimedia/libdvdcss .endif -USES= compiler cpe execinfo gmake iconv libtool:keepla \ +USES= compiler cpe gmake iconv libtool:keepla \ localbase pathfix perl5 pkgconfig tar:xz CPE_PRODUCT= xine-lib CPE_VENDOR= xine Index: multimedia/plexhometheater/Makefile =================================================================== --- multimedia/plexhometheater/Makefile (revision 448018) +++ multimedia/plexhometheater/Makefile (working copy) @@ -69,7 +69,7 @@ GH_PROJECT= plex-home-theater-public BUNDLE_LIBS= yes -USES= cmake:outsource execinfo iconv:wchar_t jpeg pkgconfig python:2 +USES= cmake:outsource iconv:wchar_t jpeg pkgconfig python:2 CMAKE_ARGS+= -DENABLE_AUTOUPDATE:BOOL=false CMAKE_ARGS+= -DENABLE_DUMP_SYMBOLS:BOOL=false CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=false Index: multimedia/tvheadend/Makefile =================================================================== --- multimedia/tvheadend/Makefile (revision 448018) +++ multimedia/tvheadend/Makefile (working copy) @@ -24,7 +24,7 @@ USE_GITHUB= yes -USES= execinfo gmake pkgconfig python shebangfix +USES= gmake pkgconfig python shebangfix GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= ${PORTNAME} @@ -46,8 +46,8 @@ CONFIGURE_ENV+= PLATFORM=freebsd CONFIGURE_ARGS+=--disable-dvbscan --disable-zlib -CFLAGS+= -I${LOCALBASE}/include -Wno-conversion -Wno-int-to-pointer-cast -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lssl -lcrypto -lz +CFLAGS+= -Wno-conversion -Wno-int-to-pointer-cast +LDFLAGS+= -lexecinfo -lssl -lcrypto -lz OPTIONS_DEFINE= AVAHI DVBCSA HDHOMERUN INOTIFY TRANSCODING XMLTV OPTIONS_DEFAULT=DVBCSA HDHOMERUN INOTIFY Index: multimedia/vdr-plugin-markad/Makefile =================================================================== --- multimedia/vdr-plugin-markad/Makefile (revision 448018) +++ multimedia/vdr-plugin-markad/Makefile (working copy) @@ -18,7 +18,7 @@ RESTRICTED= Installs station logos -USES= execinfo pkgconfig tar:tgz +USES= pkgconfig tar:tgz WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION} VDR_PLUGIN_MAKEFILES= ${WRKSRC}/command/Makefile ${WRKSRC}/plugin/Makefile DEFINES= -DDATADIR=\\\"${DATADIR}\\\" -DPREFIX=\\\"${PREFIX}\\\" Index: multimedia/xine/Makefile =================================================================== --- multimedia/xine/Makefile (revision 448018) +++ multimedia/xine/Makefile (working copy) @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libxine.so:multimedia/libxine -USES= desktop-file-utils execinfo gmake iconv jpeg pkgconfig readline \ +USES= desktop-file-utils gmake iconv jpeg pkgconfig readline \ shared-mime-info tar:xz USE_XORG= x11 xext xinerama xscrnsaver xtst xv xxf86vm GNU_CONFIGURE= yes Index: net/asterisk11/Makefile =================================================================== --- net/asterisk11/Makefile (revision 448018) +++ net/asterisk11/Makefile (working copy) @@ -115,7 +115,6 @@ OPTIONS_SUB= yes BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no Index: net/asterisk13/Makefile =================================================================== --- net/asterisk13/Makefile (revision 448018) +++ net/asterisk13/Makefile (working copy) @@ -117,7 +117,6 @@ ASTVERSION_RUN_DEPENDS= bash:shells/bash BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no Index: net/crtmpserver/Makefile =================================================================== --- net/crtmpserver/Makefile (revision 448018) +++ net/crtmpserver/Makefile (working copy) @@ -14,7 +14,7 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cmake:outsource execinfo lua ssl +USES= cmake:outsource lua ssl CMAKE_SOURCE_PATH= ${WRKSRC}/builders/cmake CMAKE_ARGS= -DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION} Index: net/dpdk/Makefile =================================================================== --- net/dpdk/Makefile (revision 448018) +++ net/dpdk/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= execinfo gmake kmod +USES= gmake kmod MAKEFILE= GNUmakefile ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Only works on 64-bit x86 hardware @@ -38,11 +38,6 @@ app/testacl \ app/test -post-patch: - @${REINPLACE_CMD} -e 's|%%EXECINFO_CPPFLAGS%%|${EXECINFO_CPPFLAGS}|g' \ - -e 's|%%EXECINFO_LDFLAGS%%|${EXECINFO_LDFLAGS}|g' \ - ${WRKSRC}/mk/exec-env/bsdapp/rte.vars.mk - do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/${RTE_TARGET}/app \ ${STAGEDIR}${DATADIR}/${RTE_TARGET}/lib \ Index: net/dpdk/files/patch-mk_exec-env_bsdapp_rte.vars.mk =================================================================== --- net/dpdk/files/patch-mk_exec-env_bsdapp_rte.vars.mk (revision 448018) +++ net/dpdk/files/patch-mk_exec-env_bsdapp_rte.vars.mk (nonexistent) @@ -1,19 +0,0 @@ ---- mk/exec-env/bsdapp/rte.vars.mk.orig 2015-04-20 12:36:29 UTC -+++ mk/exec-env/bsdapp/rte.vars.mk -@@ -40,13 +40,13 @@ - # examples for RTE_EXEC_ENV: linuxapp, bsdapp - # - ifeq ($(CONFIG_RTE_BUILD_SHARED_LIB),y) --EXECENV_CFLAGS = -pthread -fPIC -+EXECENV_CFLAGS = -pthread -fPIC %%EXECINFO_CPPFLAGS%% - else --EXECENV_CFLAGS = -pthread -+EXECENV_CFLAGS = -pthread %%EXECINFO_CPPFLAGS%% - endif - - EXECENV_LDFLAGS = --EXECENV_LDLIBS = -lexecinfo -+EXECENV_LDLIBS = -lexecinfo %%EXECINFO_LDFLAGS%% - EXECENV_ASFLAGS = - - ifeq ($(CONFIG_RTE_BUILD_SHARED_LIB),y) Index: net/freerdp/Makefile =================================================================== --- net/freerdp/Makefile (revision 448018) +++ net/freerdp/Makefile (working copy) @@ -15,7 +15,7 @@ GH_ACCOUNT= FreeRDP GH_PROJECT= ${GH_ACCOUNT} -USES= alias cmake:outsource compiler:c++11-lib cpe execinfo gettext localbase pathfix pkgconfig ssl +USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl USE_LDCONFIG= yes CPE_VENDOR= freerdp_project Index: net/freerdp1/Makefile =================================================================== --- net/freerdp1/Makefile (revision 448018) +++ net/freerdp1/Makefile (working copy) @@ -18,7 +18,7 @@ GH_PROJECT= ${GH_ACCOUNT} GH_TAGNAME= f5ff6e1 -USES= alias cmake:outsource compiler:c++11-lib cpe execinfo gettext localbase pathfix pkgconfig ssl +USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl USE_LDCONFIG= yes CPE_VENDOR= freerdp_project Index: net/mpich2/Makefile =================================================================== --- net/mpich2/Makefile (revision 448018) +++ net/mpich2/Makefile (working copy) @@ -21,7 +21,7 @@ RUN_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes -USES= execinfo libtool:keepla localbase fortran perl5 \ +USES= libtool:keepla localbase fortran perl5 \ pkgconfig python USE_GCC= yes USE_LDCONFIG= yes @@ -49,7 +49,7 @@ .if ${FFLAGS} == "-O" FFLAGS= -O2 .endif -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lpthread -lexecinfo MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME} NOCCACHE= yes Index: net/openmpi/Makefile =================================================================== --- net/openmpi/Makefile (revision 448018) +++ net/openmpi/Makefile (working copy) @@ -21,7 +21,7 @@ HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen -USES= execinfo fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 +USES= fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 USE_PERL5= build MPIBASE?= mpi Index: net/openmpi2/Makefile =================================================================== --- net/openmpi2/Makefile (revision 448018) +++ net/openmpi2/Makefile (working copy) @@ -23,7 +23,7 @@ HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen -USES= execinfo fortran gmake libtool:keepla localbase perl5 \ +USES= fortran gmake libtool:keepla localbase perl5 \ pkgconfig tar:bzip2 USE_PERL5= build Index: net/yaz/Makefile =================================================================== --- net/yaz/Makefile (revision 448018) +++ net/yaz/Makefile (working copy) @@ -16,7 +16,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libgnutls.so:security/gnutls -USES= execinfo iconv libtool ncurses pathfix pkgconfig readline \ +USES= iconv libtool ncurses pathfix pkgconfig readline \ shebangfix tcl SHEBANG_FILES= util/yaz-asncomp GNU_CONFIGURE= yes Index: net-im/telegram/Makefile =================================================================== --- net-im/telegram/Makefile (revision 448018) +++ net-im/telegram/Makefile (working copy) @@ -20,7 +20,7 @@ BROKEN_mips64= Missing header BROKEN_powerpc64= Does not build: Assertion failed: (get_int () == TLS_SCHEMA_V2) -USES= execinfo gmake lua:52 ncurses pkgconfig readline ssl +USES= gmake lua:52 ncurses pkgconfig readline ssl GNU_CONFIGURE= yes USE_GITHUB= yes Index: net-im/telegram-purple/Makefile =================================================================== --- net-im/telegram-purple/Makefile (revision 448018) +++ net-im/telegram-purple/Makefile (working copy) @@ -24,7 +24,7 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -USES= execinfo gettext gmake pkgconfig +USES= gettext gmake pkgconfig USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/telepathy-idle/Makefile =================================================================== --- net-im/telepathy-idle/Makefile (revision 448018) +++ net-im/telepathy-idle/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= execinfo gmake libtool pathfix pkgconfig python:2,build ssl +USES= gmake libtool pathfix pkgconfig python:2,build ssl USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net-mgmt/icinga2/Makefile =================================================================== --- net-mgmt/icinga2/Makefile (revision 448018) +++ net-mgmt/icinga2/Makefile (working copy) @@ -17,7 +17,7 @@ BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0) -USES= alias bison cmake execinfo libedit +USES= alias bison cmake libedit USE_GITHUB= yes GH_ACCOUNT= icinga Index: net-mgmt/zabbix2-server/Makefile =================================================================== --- net-mgmt/zabbix2-server/Makefile (revision 448018) +++ net-mgmt/zabbix2-server/Makefile (working copy) @@ -55,11 +55,6 @@ --datadir=${ETCDIR} .if ${ZABBIX_BUILD} != "agent" -USES+= execinfo - -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} - SUB_FILES= pkg-message CONFIGURE_ARGS+= --with-net-snmp Index: net-mgmt/zabbix22-server/Makefile =================================================================== --- net-mgmt/zabbix22-server/Makefile (revision 448018) +++ net-mgmt/zabbix22-server/Makefile (working copy) @@ -54,11 +54,6 @@ --with-iconv=${ICONV_PREFIX} .if ${ZABBIX_BUILD} != "agent" -USES+= execinfo - -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} - SUB_FILES= pkg-message CONFIGURE_ARGS+= --with-net-snmp Index: net-mgmt/zabbix3-server/Makefile =================================================================== --- net-mgmt/zabbix3-server/Makefile (revision 448018) +++ net-mgmt/zabbix3-server/Makefile (working copy) @@ -56,7 +56,6 @@ .if ${ZABBIX_BUILD} != "agent" LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include Index: net-mgmt/zabbix32-server/Makefile =================================================================== --- net-mgmt/zabbix32-server/Makefile (revision 448018) +++ net-mgmt/zabbix32-server/Makefile (working copy) @@ -56,7 +56,6 @@ .if ${ZABBIX_BUILD} != "agent" LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include Index: net-p2p/qbittorrent/Makefile =================================================================== --- net-p2p/qbittorrent/Makefile (revision 448018) +++ net-p2p/qbittorrent/Makefile (working copy) @@ -15,7 +15,7 @@ LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ libboost_system.so:devel/boost-libs -USES= compiler:c++11-lib execinfo pkgconfig tar:xz +USES= compiler:c++11-lib pkgconfig tar:xz GNU_CONFIGURE= yes USE_QT5= core network xml qmake_build buildtools_build linguisttools_build QT_NONSTANDARD= yes Index: net-p2p/retroshare/Makefile =================================================================== --- net-p2p/retroshare/Makefile (revision 448018) +++ net-p2p/retroshare/Makefile (working copy) @@ -24,7 +24,7 @@ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd -USES= compiler:features desktop-file-utils dos2unix execinfo pkgconfig qmake ssl +USES= compiler:features desktop-file-utils dos2unix pkgconfig qmake ssl USE_GNOME= glib20 libxml2 libxslt USE_GL= gl USE_QT5= buildtools_build uitools_build core gui network xml \ Index: polish/ekg/Makefile =================================================================== --- polish/ekg/Makefile (revision 448018) +++ polish/ekg/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libgadu.so:polish/libgadu GNU_CONFIGURE= yes -USES= execinfo gmake ncurses pathfix pkgconfig +USES= gmake ncurses pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --without-libungif \ @@ -21,8 +21,8 @@ --without-libjpeg \ --disable-ui-gtk -CFLAGS+= -I/usr/include -I${LOCALBASE}/include -LDFLAGS+= -lncurses -L${LOCALBASE}/lib -lexecinfo -pthread +CFLAGS+= -I/usr/include +LDFLAGS+= -lncurses -lexecinfo -pthread OPTIONS_DEFINE= ASPELL OPENSSL OPTIONS_DEFAULT= OPENSSL Index: polish/kadu/Makefile =================================================================== --- polish/kadu/Makefile (revision 448018) +++ polish/kadu/Makefile (working copy) @@ -36,7 +36,7 @@ GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz -USES= cmake compiler:c++11-lib execinfo gettext-runtime \ +USES= cmake compiler:c++11-lib gettext-runtime \ libarchive pkgconfig readline tar:bzip2 USE_XORG= x11 xext xfixes xscrnsaver USE_GNOME= glib20 Index: ports-mgmt/packagekit/Makefile =================================================================== --- ports-mgmt/packagekit/Makefile (revision 448018) +++ ports-mgmt/packagekit/Makefile (working copy) @@ -20,7 +20,7 @@ IGNORE= does not build with new polkit -USES= cpe execinfo gettext gmake iconv libtool pathfix pkgconfig \ +USES= cpe gettext gmake iconv libtool pathfix pkgconfig \ python:build shared-mime-info shebangfix sqlite:3 CPE_VENDOR= packagekit_project SHEBANG_FILES= backends/test/helpers/search-name.sh \ @@ -28,8 +28,7 @@ USE_GNOME= glib20 intltool introspection USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lexecinfo +LIBS+= -lexecinfo CONFIGURE_ARGS+=--with-security-framework=polkit \ --localstatedir=/var \ --disable-static \ Index: ports-mgmt/portlint/src/portlint.pl =================================================================== --- ports-mgmt/portlint/src/portlint.pl (revision 448018) +++ ports-mgmt/portlint/src/portlint.pl (working copy) @@ -1175,7 +1175,6 @@ my %udeps = ( 'bison' => 'bison', 'fmake' => 'fmake', - 'libexecinfo.so' => 'execinfo', ); foreach my $udep (keys %udeps) { if ($m{'dep'} =~ /^$udep/) { Index: print/fontforge/Makefile =================================================================== --- print/fontforge/Makefile (revision 448018) +++ print/fontforge/Makefile (working copy) @@ -26,7 +26,7 @@ USE_GITHUB= yes -USES= autoreconf:build compiler desktop-file-utils execinfo gettext \ +USES= autoreconf:build compiler desktop-file-utils gettext \ gmake iconv jpeg libtool pkgconfig python readline:port \ shared-mime-info shebangfix SHEBANG_FILES= pycontrib/gdraw/__init__.py \ Index: print/lyx/Makefile =================================================================== --- print/lyx/Makefile (revision 448018) +++ print/lyx/Makefile (working copy) @@ -20,7 +20,7 @@ MAJOR_VERSION= 2.2 MINOR_VERSION= 3 -USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ +USES= desktop-file-utils gmake iconv pkgconfig perl5 \ python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes @@ -34,8 +34,6 @@ lib/lyx2lyx/lyx2lyx \ lib/scripts/listerrors -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} LIBS+= -lexecinfo OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS Index: print/scribus/Makefile =================================================================== --- print/scribus/Makefile (revision 448018) +++ print/scribus/Makefile (working copy) @@ -27,7 +27,7 @@ USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake:outsource desktop-file-utils execinfo ghostscript:run jpeg \ +USES= cmake:outsource desktop-file-utils ghostscript:run jpeg \ pkgconfig python shared-mime-info tar:xz USE_LDCONFIG= yes Index: science/cdo/Makefile =================================================================== --- science/cdo/Makefile (revision 448018) +++ science/cdo/Makefile (working copy) @@ -37,7 +37,7 @@ INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= execinfo gmake libtool localbase pathfix +USES= gmake libtool localbase pathfix CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex Index: science/mpqc/Makefile =================================================================== --- science/mpqc/Makefile (revision 448018) +++ science/mpqc/Makefile (working copy) @@ -45,7 +45,6 @@ DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz \ ${LOCALBASE}/bin/gsed:textproc/gsed -DOCS_USES= execinfo DOCS_USE= TEX=latex:build .include Index: science/paraview/Makefile =================================================================== --- science/paraview/Makefile (revision 448018) +++ science/paraview/Makefile (working copy) @@ -42,7 +42,7 @@ USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm USE_LDCONFIG= yes USE_GSTREAMER= yes -USES= alias desktop-file-utils cmake:outsource execinfo jpeg python shebangfix +USES= alias desktop-file-utils cmake:outsource jpeg python shebangfix INSTALLS_ICONS= yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS="ON" \ Index: security/cardpeek/Makefile =================================================================== --- security/cardpeek/Makefile (revision 448018) +++ security/cardpeek/Makefile (working copy) @@ -15,7 +15,7 @@ libcurl.so:ftp/curl RUN_DEPENDS= pcscd:devel/pcsc-lite -USES= execinfo iconv localbase lua pkgconfig +USES= iconv localbase lua pkgconfig USE_GNOME= gtk30 GNU_CONFIGURE= yes INSTALLS_ICONS= yes Index: security/openvas8-manager/Makefile =================================================================== --- security/openvas8-manager/Makefile (revision 448018) +++ security/openvas8-manager/Makefile (working copy) @@ -24,7 +24,7 @@ CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* -USES= cmake:outsource execinfo gnome pkgconfig +USES= cmake:outsource gnome pkgconfig USE_GNOME= glib20 libxslt:run PGSQL_USES= pgsql SQLITE3_USES= sqlite Index: security/openvas8-scanner/Makefile =================================================================== --- security/openvas8-scanner/Makefile (revision 448018) +++ security/openvas8-scanner/Makefile (working copy) @@ -25,7 +25,7 @@ CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* -USES= cmake:outsource execinfo gettext-runtime gnome pkgconfig +USES= cmake:outsource gettext-runtime gnome pkgconfig USE_GNOME= glib20 USE_RC_SUBR= openvassd DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VER}//} Index: security/strongswan/Makefile =================================================================== --- security/strongswan/Makefile (revision 448018) +++ security/strongswan/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv2 -USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2 ssl +USES= cpe libtool:keepla pkgconfig tar:bzip2 ssl USE_RC_SUBR= strongswan GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/ipsec Index: sysutils/boxbackup/Makefile =================================================================== --- sysutils/boxbackup/Makefile (revision 448018) +++ sysutils/boxbackup/Makefile (working copy) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt -USES= execinfo perl5 ssl tar:tgz +USES= perl5 ssl tar:tgz GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal autoheader ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 @@ -22,9 +22,7 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -.if exists(/usr/lib/libexecinfo.so) LDFLAGS+= -lexecinfo -.endif MAKE_JOBS_UNSAFE=yes Index: sysutils/clsync/Makefile =================================================================== --- sysutils/clsync/Makefile (revision 448018) +++ sysutils/clsync/Makefile (working copy) @@ -14,9 +14,8 @@ LIB_DEPENDS= libinotify.so:devel/libinotify GNU_CONFIGURE= yes -USES= autoreconf compiler:features execinfo gmake libtool pkgconfig +USES= autoreconf compiler:features gmake libtool pkgconfig USE_GNOME= glib20 -LDFLAGS+= ${EXECINFO_LDFLAGS} USE_RC_SUBR= clsync Index: sysutils/cpu-x/Makefile =================================================================== --- sysutils/cpu-x/Makefile (revision 448018) +++ sysutils/cpu-x/Makefile (working copy) @@ -22,7 +22,7 @@ GH_ACCOUNT= X0rg GH_PROJECT= ${PORTNAME:tu} -USES= cmake execinfo gettext ncurses pkgconfig +USES= cmake gettext ncurses pkgconfig PORTDOCS= ChangeLog README.md Index: sysutils/fusefs-ext4fuse/Makefile =================================================================== --- sysutils/fusefs-ext4fuse/Makefile (revision 448018) +++ sysutils/fusefs-ext4fuse/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= GPLv2 -USES= execinfo fuse pkgconfig gmake +USES= fuse pkgconfig gmake USE_GITHUB= yes GH_ACCOUNT= gerard Index: sysutils/fusefs-rar2fs/Makefile =================================================================== --- sysutils/fusefs-rar2fs/Makefile (revision 448018) +++ sysutils/fusefs-rar2fs/Makefile (working copy) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= hasse69 -USES= autoreconf execinfo gmake fuse +USES= autoreconf gmake fuse GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static-unrar \ Index: sysutils/htop/Makefile =================================================================== --- sysutils/htop/Makefile (revision 448018) +++ sysutils/htop/Makefile (working copy) @@ -13,11 +13,10 @@ RUN_DEPENDS= lsof:sysutils/lsof GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lexecinfo +LIBS+= -lexecinfo CONFIGURE_ARGS= --enable-unicode -USES= autoreconf execinfo libtool ncurses +USES= autoreconf libtool ncurses USE_GITHUB= yes GH_ACCOUNT= hishamhm PLIST_FILES= bin/htop \ Index: sysutils/lnav/Makefile =================================================================== --- sysutils/lnav/Makefile (revision 448018) +++ sysutils/lnav/Makefile (working copy) @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= tstack -USES= autoreconf compiler:c++14-lang execinfo gmake ncurses sqlite readline +USES= autoreconf compiler:c++14-lang gmake ncurses sqlite readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static Index: sysutils/mate-power-manager/Makefile =================================================================== --- sysutils/mate-power-manager/Makefile (revision 448018) +++ sysutils/mate-power-manager/Makefile (working copy) @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even -USES= execinfo gettext gmake libtool localbase \ +USES= gettext gmake libtool localbase \ pathfix pkgconfig tar:xz USE_MATE= panel USE_XORG= x11 xext xproto xrandr xrender Index: sysutils/openipmi/Makefile =================================================================== --- sysutils/openipmi/Makefile (revision 448018) +++ sysutils/openipmi/Makefile (working copy) @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= execinfo gmake libtool ncurses pathfix pkgconfig +USES= gmake libtool ncurses pathfix pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I../include -I${LOCALBASE}/include Index: sysutils/ori/Makefile =================================================================== --- sysutils/ori/Makefile (revision 448018) +++ sysutils/ori/Makefile (working copy) @@ -13,7 +13,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \ libboost_date_time.so:devel/boost-libs -USES= execinfo fuse pkgconfig scons ssl tar:xz +USES= fuse pkgconfig scons ssl tar:xz CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lcrypto MAKE_ARGS= VERBOSE=1 Index: sysutils/watchman/Makefile =================================================================== --- sysutils/watchman/Makefile (revision 448018) +++ sysutils/watchman/Makefile (working copy) @@ -28,9 +28,6 @@ OPTIONS_DEFAULT=BACKTRACE PCRE BACKTRACE_DESC= Stack backtrace support via (lib)execinfo -BACKTRACE_USES= execinfo -BACKTRACE_CPPFLAGS= ${EXECINFO_CPPFLAGS} -BACKTRACE_LDFLAGS= ${EXECINFO_LDFLAGS} BACKTRACE_LIBS= -lexecinfo PCRE_LIB_DEPENDS= libpcre.so:devel/pcre Index: textproc/goldendict/Makefile =================================================================== --- textproc/goldendict/Makefile (revision 448018) +++ textproc/goldendict/Makefile (working copy) @@ -17,7 +17,7 @@ libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes -USES= dos2unix execinfo iconv pkgconfig qmake tar:bzip2 +USES= dos2unix iconv pkgconfig qmake tar:bzip2 DOS2UNIX_FILES= processwrapper.cc USE_XORG= xtst USE_QT4= corelib gui webkit phonon \ Index: textproc/groonga/Makefile =================================================================== --- textproc/groonga/Makefile (revision 448018) +++ textproc/groonga/Makefile (working copy) @@ -12,7 +12,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= execinfo gmake libedit libtool pathfix pkgconfig +USES= gmake libedit libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ Index: textproc/zorba/Makefile =================================================================== --- textproc/zorba/Makefile (revision 448018) +++ textproc/zorba/Makefile (working copy) @@ -38,7 +38,7 @@ USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes USE_CXXSTD= c++11 -USES= cmake:outsource compiler:c++11-lib execinfo +USES= cmake:outsource compiler:c++11-lib CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ @@ -50,12 +50,6 @@ MIDVERSION=${PORTVERSION:R} \ MINVERSION=${PORTVERSION:R:R} -.if exists(/usr/lib/libexecinfo.so) -LOC_EXECINFO= /usr/lib/libexecinfo.so -.else -LOC_EXECINFO= ${LOCALBASE}/lib/libexecinfo.so -.endif - .include .if ${PORT_OPTIONS:MPHP} @@ -91,7 +85,7 @@ .endif post-patch: - ${REINPLACE_CMD} -e 's|%%LIBEXECINFO%%|${LOC_EXECINFO}|' \ + ${REINPLACE_CMD} -e 's|%%LIBEXECINFO%%|/usr/lib/libexecinfo.so|' \ -e 's|FreeBSD|${OPSYS}|g' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/cmake_modules/FindPHP5.cmake Index: www/chromium/Makefile =================================================================== --- www/chromium/Makefile (revision 448018) +++ www/chromium/Makefile (working copy) @@ -62,7 +62,7 @@ droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf ONLY_FOR_ARCHS= amd64 i386 -USES= bison cpe desktop-file-utils execinfo jpeg ninja perl5 \ +USES= bison cpe desktop-file-utils jpeg ninja perl5 \ pkgconfig python:2,build shebangfix tar:xz CPE_VENDOR= google Index: www/domoticz/Makefile =================================================================== --- www/domoticz/Makefile (revision 448018) +++ www/domoticz/Makefile (working copy) @@ -37,7 +37,7 @@ GH_ACCOUNT= domoticz GH_PROJECT= domoticz -USES= cmake iconv pkgconfig execinfo ssl +USES= cmake iconv pkgconfig ssl USE_RC_SUBR= domoticz Index: www/elinks/Makefile =================================================================== --- www/elinks/Makefile (revision 448018) +++ www/elinks/Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= bison cpe execinfo gmake localbase ssl tar:bzip2 +USES= bison cpe gmake localbase ssl tar:bzip2 CONFIGURE_ARGS= --without-zlib LIBS+= -lexecinfo Index: www/httrack/Makefile =================================================================== --- www/httrack/Makefile (revision 448018) +++ www/httrack/Makefile (working copy) @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= ${PREFIX}/lib/httrack -USES= alias execinfo gmake iconv libtool localbase shebangfix ssl +USES= alias gmake iconv libtool localbase shebangfix ssl PORTDATA= * PORTDOCS= * Index: www/iridium/Makefile =================================================================== --- www/iridium/Makefile (revision 448018) +++ www/iridium/Makefile (working copy) @@ -61,7 +61,7 @@ droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf ONLY_FOR_ARCHS= amd64 i386 -USES= bison desktop-file-utils execinfo jpeg ninja perl5 \ +USES= bison desktop-file-utils jpeg ninja perl5 \ pkgconfig python:2,build shebangfix tar:xz USE_PERL5= build Index: www/links-hacked/Makefile =================================================================== --- www/links-hacked/Makefile (revision 448018) +++ www/links-hacked/Makefile (working copy) @@ -12,14 +12,13 @@ LICENSE= GPLv2 -USES= autoreconf execinfo ssl +USES= autoreconf ssl USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl --without-pmshell --without-atheos --without-fb CFLAGS+= -Wno-error=return-type -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo CONFLICTS= links-[0-9]* Index: www/mod_backtrace/Makefile =================================================================== --- www/mod_backtrace/Makefile (revision 448018) +++ www/mod_backtrace/Makefile (working copy) @@ -18,7 +18,6 @@ MANUAL_PACKAGE_BUILD= requires apache WITH_EXCEPTION_HOOK=yes -USES= execinfo USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes Index: www/mod_spdy/Makefile =================================================================== --- www/mod_spdy/Makefile (revision 448018) +++ www/mod_spdy/Makefile (working copy) @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= amd64 i386 USE_APACHE= 22 -USES= compiler execinfo gmake python:2 ssl tar:xz +USES= compiler gmake python:2 ssl tar:xz REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src @@ -38,7 +38,6 @@ system_include_path_httpd=${LOCALBASE}/include/apache22 \ system_include_path_apr=${LOCALBASE}/include/apr-1 \ system_include_path_aprutil=${LOCALBASE}/include/apr-1 \ - system_include_path_execinfo=${LOCALBASE}/include \ include_dirs=${LOCALBASE}/include SUB_FILES+= mod_spdy.conf Index: www/node/Makefile =================================================================== --- www/node/Makefile (revision 448018) +++ www/node/Makefile (working copy) @@ -34,7 +34,7 @@ NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ +USES= compiler:c++11-lib gmake python:2,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes Index: www/node4/Makefile =================================================================== --- www/node4/Makefile (revision 448018) +++ www/node4/Makefile (working copy) @@ -28,7 +28,7 @@ NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2 pkgconfig localbase +USES= compiler:c++11-lib gmake python:2 pkgconfig localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes Index: www/node6/Makefile =================================================================== --- www/node6/Makefile (revision 448018) +++ www/node6/Makefile (working copy) @@ -33,7 +33,7 @@ NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ +USES= compiler:c++11-lib gmake python:2,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes Index: www/qupzilla-qt4/Makefile =================================================================== --- www/qupzilla-qt4/Makefile (revision 448018) +++ www/qupzilla-qt4/Makefile (working copy) @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-qt5* -USES= desktop-file-utils execinfo pkgconfig qmake ssl tar:xz +USES= desktop-file-utils pkgconfig qmake ssl tar:xz USE_QT4= corelib gui network script sql webkit xml \ linguisttools_build moc_build rcc_build uic_build \ imageformats_run sql-sqlite3_run Index: www/qupzilla-qt5/Makefile =================================================================== --- www/qupzilla-qt5/Makefile (revision 448018) +++ www/qupzilla-qt5/Makefile (working copy) @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-qt4* -USES= desktop-file-utils execinfo pkgconfig qmake ssl tar:xz +USES= desktop-file-utils pkgconfig qmake ssl tar:xz USE_QT5= core concurrent gui network printsupport script sql webkit \ widgets x11extras xml imageformats_run sql-sqlite3_run \ buildtools_build linguisttools_build Index: www/trafficserver/Makefile =================================================================== --- www/trafficserver/Makefile (revision 448018) +++ www/trafficserver/Makefile (working copy) @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= cpe execinfo gmake libtool ncurses pathfix perl5 pkgconfig \ +USES= cpe gmake libtool ncurses pathfix perl5 pkgconfig \ sqlite ssl tar:bzip2 tcl CPE_VENDOR= apache CPE_PRODUCT= traffic_server Index: x11/cinnamon-session/Makefile =================================================================== --- x11/cinnamon-session/Makefile (revision 448018) +++ x11/cinnamon-session/Makefile (working copy) @@ -18,7 +18,7 @@ RUN_DEPENDS= console-kit-daemon:sysutils/consolekit2 \ xdpyinfo:x11/xdpyinfo -USES= autoreconf:build execinfo gettext gmake libtool \ +USES= autoreconf:build gettext gmake libtool \ pathfix pkgconfig tar:xz USE_GITHUB= yes GH_ACCOUNT= linuxmint Index: x11/gdm/Makefile =================================================================== --- x11/gdm/Makefile (revision 448018) +++ x11/gdm/Makefile (working copy) @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even -USES= cpe execinfo gettext gmake libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome CPE_VENDOR= gnome_display_manager USE_GNOME= dconf intlhack introspection librsvg2 Index: x11/gnome-session/Makefile =================================================================== --- x11/gnome-session/Makefile (revision 448018) +++ x11/gnome-session/Makefile (working copy) @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= execinfo gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomedesktop3 gtk30 intlhack intlhack libxslt:build USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl Index: x11/mate-session-manager/Makefile =================================================================== --- x11/mate-session-manager/Makefile (revision 448018) +++ x11/mate-session-manager/Makefile (working copy) @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= execinfo gettext gmake localbase libtool pathfix \ +USES= gettext gmake localbase libtool pathfix \ pkgconfig tar:xz USE_MATE= desktop USE_XORG= ice sm x11 xau xext xrandr xrender xtrans xtst Index: x11-fonts/fontmatrix/Makefile =================================================================== --- x11-fonts/fontmatrix/Makefile (revision 448018) +++ x11-fonts/fontmatrix/Makefile (working copy) @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= fontmatrix -USES= cmake execinfo +USES= cmake USE_QT4= corelib xml gui svg network moc_build uic_build rcc_build qmake_build \ linguisttools_build opengl sql webkit INSTALLS_ICONS= yes Index: x11-themes/qtcurve/Makefile =================================================================== --- x11-themes/qtcurve/Makefile (revision 448018) +++ x11-themes/qtcurve/Makefile (working copy) @@ -28,7 +28,7 @@ USE_GITHUB= yes GH_ACCOUNT= QtCurve -USES= compiler:c++11-lib cmake execinfo pkgconfig +USES= compiler:c++11-lib cmake pkgconfig USE_XORG= x11 xcb .for i in gtk2 kde4 qt4 qt5 Index: x11-toolkits/wxgtk30/Makefile =================================================================== --- x11-toolkits/wxgtk30/Makefile (revision 448018) +++ x11-toolkits/wxgtk30/Makefile (working copy) @@ -15,7 +15,7 @@ libtiff.so:graphics/tiff \ libexpat.so:textproc/expat2 -USES= compiler:c++11-lib execinfo gmake iconv jpeg pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake iconv jpeg pkgconfig tar:bzip2 USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GNOME= gtk20 Index: x11-wm/afterstep-stable/Makefile =================================================================== --- x11-wm/afterstep-stable/Makefile (revision 448018) +++ x11-wm/afterstep-stable/Makefile (working copy) @@ -19,7 +19,7 @@ libtiff.so:graphics/tiff RUN_DEPENDS= xli:graphics/xli -USES= execinfo gmake jpeg pkgconfig shebangfix tar:bzip2 +USES= gmake jpeg pkgconfig shebangfix tar:bzip2 USE_CSTD= gnu89 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 librsvg2 pango USE_XORG+= ice sm x11 xcomposite xcursor xdamage xext xfixes xi xinerama \ @@ -56,10 +56,6 @@ PLIST_SUB+= GNOME="@comment " .endif -.if !exists(/usr/lib/libexecinfo.so) -STATIC_LIBEXECINFO= ${LOCALBASE}/lib/libexecinfo.a -.endif - post-extract: ${CP} ${FILESDIR}/monitor_bsd.xpm \ ${WRKSRC}/afterstep/desktop/icons/xml/monitor-bsd.xpm @@ -85,9 +81,6 @@ @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/${f} .endfor - @${REINPLACE_CMD} \ - -e 's,%%STATIC_LIBEXECINFO%%,${STATIC_LIBEXECINFO},g' \ - ${WRKSRC}/configure .if exists(${PREFIX}/share/gnome/wm-properties) pre-install: Index: x11-wm/afterstep-stable/files/patch-configure =================================================================== --- x11-wm/afterstep-stable/files/patch-configure (revision 448018) +++ x11-wm/afterstep-stable/files/patch-configure (nonexistent) @@ -1,38 +0,0 @@ ---- configure Sat Jun 24 21:55:24 2006 -+++ configure.orig Sat Jun 24 21:54:41 2006 -@@ -7955,7 +7955,7 @@ - fi - - if test "x$enable_staticlibs" = "xyes"; then -- AFTERBASE_LIB="../../libAfterBase/libAfterBase.a" -+ AFTERBASE_LIB="../../libAfterBase/libAfterBase.a %%STATIC_LIBEXECINFO%%" - AFTERIMAGE_LIB="../../libAfterImage/libAfterImage.a" - AFTERSTEP_LIB="../../libAfterStep/libAfterStep.a" - AFTERCONF_LIB="../../libAfterConf/libAfterConf.a" -@@ -7974,7 +7974,7 @@ - LIBPROG='$(LIB_SHARED_CYG)' - LIBINSTALL="install.cyg" - else -- AFTERBASE_LIB="../../libAfterBase/libAfterBase.so" -+ AFTERBASE_LIB="../../libAfterBase/libAfterBase.so %%STATIC_LIBEXECINFO%%" - AFTERIMAGE_LIB="../../libAfterImage/libAfterImage.so" - AFTERSTEP_LIB="../../libAfterStep/libAfterStep.so" - AFTERCONF_LIB="../../libAfterConf/libAfterConf.so" -@@ -7985,7 +7985,7 @@ - fi - fi - --AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a" -+AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a %%STATIC_LIBEXECINFO%%" - AFTERIMAGE_STATIC_LIB="../../libAfterImage/libAfterImage.a" - AFTERSTEP_STATIC_LIB="../../libAfterStep/libAfterStep.a" - AFTERCONF_STATIC_LIB="../../libAfterConf/libAfterConf.a" -@@ -7660,7 +7660,7 @@ - - fi - -- export CFLAGS=$gio_saved_cflags -+ export CFLAGS="$gio_saved_cflags" - - present_libs="$LDFLAGS $LIBS $x_libs $AFTERIMAGE_LIBS"; - for l in `echo "$GIOLIB_LIBS"`; do Index: x11-wm/afterstep-stable/files/patch-libAfterBase-configure =================================================================== --- x11-wm/afterstep-stable/files/patch-libAfterBase-configure (revision 448018) +++ x11-wm/afterstep-stable/files/patch-libAfterBase-configure (working copy) @@ -4,7 +4,7 @@ -+execinfo_libs="-L%%LOCALBASE%%/lib -lexecinfo" ++execinfo_libs="-lexecinfo" +LIBS="$execinfo_libs $LIBS" for ac_func in backtrace_symbols_fd backtrace_symbols backtrace do Index: x11-wm/afterstep-stable/files/patch-libAfterConf-Makefile.in =================================================================== --- x11-wm/afterstep-stable/files/patch-libAfterConf-Makefile.in (revision 448018) +++ x11-wm/afterstep-stable/files/patch-libAfterConf-Makefile.in (working copy) @@ -5,7 +5,7 @@ LIBS_PRIVATE = ../libAfterConf/libAfterConf.a ../libAfterStep/libAfterStep.a\ - ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a -+ ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a -L%%LOCALBASE%%/lib -lexecinfo ++ ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a -lexecinfo LIB_INCS= afterconf.h Index: x11-wm/afterstep-stable/files/patch-libAfterImage-configure =================================================================== --- x11-wm/afterstep-stable/files/patch-libAfterImage-configure (revision 448018) +++ x11-wm/afterstep-stable/files/patch-libAfterImage-configure (working copy) @@ -5,10 +5,10 @@ AFTERBASE_C= if test "x$have_x" != "xyes" -a "x$have_gif" = "xyes"; then - AFTERIMAGE_LIBS="$AFTERIMAGE_LIBS -lAfterBase" -+ AFTERIMAGE_LIBS="$AFTERIMAGE_LIBS -lAfterBase -L%%LOCALBASE%%/lib -lexecinfo" ++ AFTERIMAGE_LIBS="$AFTERIMAGE_LIBS -lAfterBase -lexecinfo" else - AFTERIMAGE_LIBS="-lAfterBase $AFTERIMAGE_LIBS" -+ AFTERIMAGE_LIBS="-lAfterBase -L%%LOCALBASE%%/lib -lexecinfo $AFTERIMAGE_LIBS" ++ AFTERIMAGE_LIBS="-lAfterBase -lexecinfo $AFTERIMAGE_LIBS" fi if test -r "../libAfterBase/astypes.h"; then AFTERIMAGE_APPS_LIBS="-L../ -L../../libAfterBase -lAfterImage $AFTERIMAGE_LIBS" Index: x11-wm/awesome/Makefile =================================================================== --- x11-wm/awesome/Makefile (revision 448018) +++ x11-wm/awesome/Makefile (working copy) @@ -34,7 +34,7 @@ USE_GITHUB= yes GH_ACCOUNT= awesomewm -USES= cmake:outsource execinfo gettext iconv pkgconfig lua shebangfix +USES= cmake:outsource gettext iconv pkgconfig lua shebangfix SHEBANG_FILES= utils/awesome-client CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \ -DAWESOME_MAN_PATH=${MANPREFIX}/man \ Index: x11-wm/awesome3/Makefile =================================================================== --- x11-wm/awesome3/Makefile (revision 448018) +++ x11-wm/awesome3/Makefile (working copy) @@ -39,7 +39,7 @@ DEPRECATED= Awesome WM 3.x is deprecated use 4.x instead EXPIRATION_DATE=2017-10-10 -USES= cmake execinfo gettext iconv pkgconfig lua tar:xz +USES= cmake gettext iconv pkgconfig lua tar:xz CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_GNOME= glib20 pango gdkpixbuf2 USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \ Index: x11-wm/enlightenment/Makefile =================================================================== --- x11-wm/enlightenment/Makefile (revision 448018) +++ x11-wm/enlightenment/Makefile (working copy) @@ -17,7 +17,7 @@ libxcb-keysyms.so:x11/xcb-util-keysyms GNU_CONFIGURE= yes -USES= alias autoreconf desktop-file-utils execinfo gettext-tools \ +USES= alias autoreconf desktop-file-utils gettext-tools \ gmake iconv libtool pathfix pkgconfig tar:xz USE_XORG= xcb USE_LDCONFIG= yes Index: x11-wm/muffin/Makefile =================================================================== --- x11-wm/muffin/Makefile (revision 448018) +++ x11-wm/muffin/Makefile (working copy) @@ -18,7 +18,7 @@ libcinnamon-desktop.so:x11/cinnamon-desktop RUN_DEPENDS= zenity>=3.0.0:x11/zenity -USES= autoreconf:build execinfo gettext libtool gmake \ +USES= autoreconf:build gettext libtool gmake \ pathfix pkgconfig python:2 USE_GITHUB= yes GH_ACCOUNT= linuxmint