diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
commit | 3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 | |
parent | 320538c6d599e65e80ad91bd683504f5d7c338f1 (diff) | |
download | ports-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.tar.gz ports-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.zip |
Notes
175 files changed, 153 insertions, 256 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index be506eab162f..3ef3c7ee11fb 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -585,9 +585,6 @@ proxydeps_suggest_uses() { # 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" diff --git a/Mk/Uses/execinfo.mk b/Mk/Uses/execinfo.mk deleted file mode 100644 index d185dc01e262..000000000000 --- a/Mk/Uses/execinfo.mk +++ /dev/null @@ -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 diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile index 868adda64847..13a08070ca00 100644 --- a/astro/opencpn/Makefile +++ b/astro/opencpn/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes 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 diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 15a1e691bd23..8de3cc0cf414 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -32,7 +32,6 @@ GH_PROJECT= Clementine USES= cmake \ compiler:c++11-lib \ desktop-file-utils \ - execinfo \ gettext-tools \ pkgconfig \ sqlite diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 557e77c3f6d1..292e48cfb361 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LGPL21 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 diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 314be95dc8eb..114d51d5374d 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \ 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" \ diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile index c69b4605eda9..406f811dfa72 100644 --- a/audio/sayonara/Makefile +++ b/audio/sayonara/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt 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 diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index 20eb535a15a0..b2e82e2ae59b 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ 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 diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index 4d20e04e0bac..eaf5af64fbd3 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:shells/bash 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 \ diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 32a5f5c1fbc9..4405d39d0da4 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -11,7 +11,7 @@ COMMENT= Qt-based GDS2 Viewer 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 diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 3c689646dab8..719f5cde6bcd 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libquazip.so:archivers/quazip 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 \ diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index c23744f75f30..472450958e2e 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -39,7 +39,7 @@ USE_GNOME= pango intltool libxml2 introspection 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 diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 9197466fbba1..1732aadf18e9 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs\ 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" diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 27bdf65bcafe..f53f289917ec 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs # 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 \ diff --git a/databases/galera/Makefile b/databases/galera/Makefile index 7d2cabb39c92..60efcc8c22c1 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -28,7 +28,7 @@ NOT_FOR_ARCHS= i386 # 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 diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index 2864e37b55ff..45ce603e74e3 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING 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 diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile index fdf7f7e4687f..0b60e3b4bd4d 100644 --- a/databases/mariadb100-server/Makefile +++ b/databases/mariadb100-server/Makefile @@ -29,7 +29,7 @@ SUB_FILES= pkg-message 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 diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile index 66ca7f89bc96..2354ba4c5d7d 100644 --- a/databases/mariadb101-server/Makefile +++ b/databases/mariadb101-server/Makefile @@ -28,7 +28,7 @@ SUB_FILES= pkg-message 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 diff --git a/databases/mariadb102-server/Makefile b/databases/mariadb102-server/Makefile index 17511ab59683..b4916af78180 100644 --- a/databases/mariadb102-server/Makefile +++ b/databases/mariadb102-server/Makefile @@ -28,7 +28,7 @@ SUB_FILES= pkg-message 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 diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 2e41dceb091c..6404076fa5ee 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -24,7 +24,7 @@ SUB_FILES= pkg-message 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]* diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 820b0917e2b6..2c1d33816417 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -34,7 +34,7 @@ OPTIONS_DEFINE= SSL SASL TEST 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 diff --git a/databases/mongodb32/Makefile b/databases/mongodb32/Makefile index 754d1288359f..223b0428549a 100644 --- a/databases/mongodb32/Makefile +++ b/databases/mongodb32/Makefile @@ -37,7 +37,7 @@ SASL_MAKE_ARGS= --use-sasl-client 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 \ diff --git a/databases/mongodb34-rocks/Makefile b/databases/mongodb34-rocks/Makefile index 72b8421b4d3d..bb86cc254419 100644 --- a/databases/mongodb34-rocks/Makefile +++ b/databases/mongodb34-rocks/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ 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 diff --git a/databases/mongodb34/Makefile b/databases/mongodb34/Makefile index 83146d7f1d12..281659a49b6a 100644 --- a/databases/mongodb34/Makefile +++ b/databases/mongodb34/Makefile @@ -31,7 +31,7 @@ CONFLICTS_BUILD= mongo-cxx-driver 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} \ diff --git a/databases/pgmodeler/Makefile b/databases/pgmodeler/Makefile index 16e7275e5f4a..42c332443d01 100644 --- a/databases/pgmodeler/Makefile +++ b/databases/pgmodeler/Makefile @@ -13,7 +13,7 @@ COMMENT= PostgreSQL Database Modeler LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lib execinfo pgsql qmake pkgconfig gmake +USES= compiler:c++11-lib pgsql qmake pkgconfig gmake USE_GITHUB= yes USE_GNOME= libxml2 diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 700c43bb2c12..d834628b9d8f 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -14,7 +14,8 @@ LICENSE= BSD3CLAUSE BROKEN_i386= undefined reference to __atomic_fetch_add_8 -USES= execinfo +USE_GITHUB= yes +GH_ACCOUNT= antirez OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 02513a6d23d8..a7780d672da7 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -11,8 +11,6 @@ COMMENT= Persistent key-value database with built-in net interface LICENSE= BSD3CLAUSE -USES= execinfo - OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA OPTIONS_RADIO_EXTLUA= LUA LUAJIT diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile index cdf020e04874..3ac7cdd95652 100644 --- a/databases/rubygem-bdb1/Makefile +++ b/databases/rubygem-bdb1/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USE_RUBY= yes -USES= execinfo gem shebangfix +USES= gem shebangfix SHEBANG_FILES= examples/*.rb .include <bsd.port.pre.mk> diff --git a/databases/twemproxy/Makefile b/databases/twemproxy/Makefile index fe2f35a32ae9..19eb8477db7e 100644 --- a/databases/twemproxy/Makefile +++ b/databases/twemproxy/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= twitter -USES= execinfo autoreconf libtool +USES= autoreconf libtool CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 72352b49bf7c..2d2f41cd246c 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -27,7 +27,7 @@ BROKEN_sparc64= Does not compile: error: DV_INT_TAG_WORD undeclared 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 diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 425b18ec1bdc..af84d1c01277 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ENV= MKDIR_P="${MKDIR}" TEXTCAT_LIBS="-lexttextcat-2.0" 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 diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index fbfc54a97987..cfd47a6a4a04 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ 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 diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 374abf3d6802..2447a0d142ab 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ 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 \ diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 694440a0022c..4a3de835ad1f 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ 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 \ diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index ce00d0d11277..fd5a312cd234 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -25,7 +25,7 @@ BROKEN_sparc64= Does not build: cannot link with boost 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} diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 800fe6c6d702..0154c283429a 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -24,7 +24,7 @@ BROKEN_sparc64= Does not build: cannot link with boost 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} diff --git a/devel/glog/Makefile b/devel/glog/Makefile index 796aa472650a..78c27028f783 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip LDFLAGS+= -lexecinfo TEST_TARGET= check USE_LDCONFIG= yes -USES= execinfo libtool localbase pathfix +USES= libtool localbase pathfix PORTDOCS= * diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index d38646686fad..8835ec2956ab 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/gperftools-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/gperftools GNU_CONFIGURE= yes -USES= compiler execinfo gmake libtool +USES= compiler gmake libtool USE_LDCONFIG= yes TEST_TARGET= check diff --git a/devel/libCello/Makefile b/devel/libCello/Makefile index 17961d8a19f5..85892ae43949 100644 --- a/devel/libCello/Makefile +++ b/devel/libCello/Makefile @@ -13,11 +13,9 @@ COMMENT= Higher level programming in C 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 diff --git a/devel/libosmocore/Makefile b/devel/libosmocore/Makefile index 3a63d2c7a964..1002bfa76a1d 100644 --- a/devel/libosmocore/Makefile +++ b/devel/libosmocore/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING 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 USE_LDCONFIG= yes diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index e772638440b4..b7b01000cce4 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -97,7 +97,6 @@ LLDB_GH_PROJECT= lldb:lldb 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-* diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index 58955b7eec6d..3ac166b03799 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -18,7 +18,7 @@ LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} 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 diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index 5af01808e3dd..fea742243ad4 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -21,7 +21,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} 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 diff --git a/devel/llvm35/Makefile b/devel/llvm35/Makefile index 432ae76b6e2f..e0bc7f9605c0 100644 --- a/devel/llvm35/Makefile +++ b/devel/llvm35/Makefile @@ -18,7 +18,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} 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} diff --git a/devel/llvm39/Makefile b/devel/llvm39/Makefile index a1e8a7bd12c4..c208979056fa 100644 --- a/devel/llvm39/Makefile +++ b/devel/llvm39/Makefile @@ -94,7 +94,6 @@ LLDB_DESC= Install lldb, the LLVM debugger 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} diff --git a/devel/llvm40/Makefile b/devel/llvm40/Makefile index ceafe1093c9f..1aea49bd0c91 100644 --- a/devel/llvm40/Makefile +++ b/devel/llvm40/Makefile @@ -89,7 +89,6 @@ LLDB_DESC= Install lldb, the LLVM debugger 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} diff --git a/devel/llvm50/Makefile b/devel/llvm50/Makefile index a3e8b1312b6a..da5b611353cc 100644 --- a/devel/llvm50/Makefile +++ b/devel/llvm50/Makefile @@ -93,7 +93,6 @@ LLDB_BUILD_DEPENDS= swig3.0:devel/swig30 LLDB_DESC= Install lldb, the LLVM debugger LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} 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} diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile index b3b6fde7528b..aeb65f43389f 100644 --- a/devel/mongo-cxx-driver/Makefile +++ b/devel/mongo-cxx-driver/Makefile @@ -28,7 +28,7 @@ USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver -USES= execinfo scons +USES= scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ --cxx=${CXX} diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 80b2b7bd3012..b1867d055e29 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 diff --git a/devel/qt5-core/Makefile b/devel/qt5-core/Makefile index 92bd3e89cb22..53e5d0cdee9a 100644 --- a/devel/qt5-core/Makefile +++ b/devel/qt5-core/Makefile @@ -12,7 +12,6 @@ COMMENT= Qt core non-graphical module LIB_DEPENDS= libicui18n.so:devel/icu \ libpcre.so:devel/pcre -USES= execinfo USE_GNOME= glib20 USE_QT5= qmake_build buildtools_build QT_DIST= base diff --git a/devel/tesla/Makefile b/devel/tesla/Makefile index 7542178ff36a..7b1db02d772b 100644 --- a/devel/tesla/Makefile +++ b/devel/tesla/Makefile @@ -16,7 +16,7 @@ BROKEN_armv6= fails to link: cmTC_8106f uses VFP register arguments, testCCompi 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 diff --git a/devel/upp/Makefile b/devel/upp/Makefile index a7a2efb671a6..2b876fe599df 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -14,7 +14,7 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite LICENSE= BSD2CLAUSE LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying -USES= compiler:c++11-lib execinfo +USES= compiler:c++11-lib WRKSRC= ${WRKDIR}/${DISTNAME} BUILD_WRKSRC= ${WRKSRC}/uppsrc diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 4b3266c0211f..3caaaca59760 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -23,7 +23,7 @@ USERS= _dnscrypt-proxy GROUPS= _dnscrypt-proxy GNU_CONFIGURE= yes -USES= execinfo gmake +USES= gmake INSTALL_TARGET= install-strip diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index b7605c8d113e..52219faf64fb 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -19,7 +19,7 @@ BROKEN_armv6= fails to configure: has leading or trailing whitespace. This is 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 @@ CMAKE_ARGS= -DPREFIX:STRING="${PREFIX}" \ USE_LDCONFIG= ${PREFIX}/lib/codelite INSTALLS_ICONS= yes -CXXFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} - OPTIONS_DEFINE= CSCOPE SFTP OPTIONS_RADIO= CLANG OPTIONS_SUB= yes diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index ca30545e2f42..c019911ec9d9 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ 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 diff --git a/editors/vanubi/Makefile b/editors/vanubi/Makefile index f0f9f73488d2..028f0b636f9e 100644 --- a/editors/vanubi/Makefile +++ b/editors/vanubi/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= valac:lang/vala 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 diff --git a/games/0ad/Makefile b/games/0ad/Makefile index fad694b52b68..821281d5dbed 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ 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 diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 5cd5cc0d6eec..81801a798763 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ 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 diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index aee413a733a3..ffaeb8b6f059 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -17,7 +17,7 @@ BROKEN_aarch64= fails to compile: comparison of integers of different signs: wc 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 @@ GH_PROJECT= Cataclysm-DDA MAKE_ARGS= CXX="${CXX}" LD="${CXX}" RELEASE=1 -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} -lexecinfo +LDFLAGS+= -lexecinfo MAKE_JOBS_UNSAFE= yes diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index 66d3930dee51..18ead2c7363b 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -14,7 +14,7 @@ COMMENT= Open source World War II German submarine simulation 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 diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index a345b2144e6d..397574f24113 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -22,7 +22,7 @@ USE_GL= gl glu 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" \ diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 4d7e012d7ea1..0cbd17fcf815 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ 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 diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index f7e082c8b2fa..b083bbae54b5 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -35,7 +35,6 @@ OPTIONS_DEFAULT=BACKTRACE OPENGL SOUND OPTIONS_SUB= yes BACKTRACE_DESC= Use backtrace() to generate nice bug reports -BACKTRACE_USES= execinfo BACKTRACE_CONFIGURE_ENABLE= backtrace BACKTRACE_VARS= STRIP= # empty diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index 8d7c4c4e0b42..f287aba0d93d 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl CONFLICTS= tads-2.* -USES= autoreconf execinfo gmake localbase ncurses +USES= autoreconf gmake localbase ncurses GNU_CONFIGURE= yes LIBS+= -lcompat diff --git a/games/r1q2/Makefile b/games/r1q2/Makefile index 9437e5ef96d9..eb27fb7373c7 100644 --- a/games/r1q2/Makefile +++ b/games/r1q2/Makefile @@ -14,7 +14,7 @@ COMMENT= Enhanced Quake II client/server focusing on stability 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= # diff --git a/games/spring/Makefile b/games/spring/Makefile index 46a68b505b3e..09db4c439c32 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -32,7 +32,7 @@ USE_XORG= x11 xcursor 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" \ diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index 3356cb34e315..1bf096d44267 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 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 diff --git a/games/tbe/Makefile b/games/tbe/Makefile index 92a9e86ab33a..01aaa901be66 100644 --- a/games/tbe/Makefile +++ b/games/tbe/Makefile @@ -12,7 +12,7 @@ COMMENT= The Butterfly Effect 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 diff --git a/games/tomenet/Makefile b/games/tomenet/Makefile index d33415fb4dab..ba6e1b12636c 100644 --- a/games/tomenet/Makefile +++ b/games/tomenet/Makefile @@ -12,10 +12,8 @@ COMMENT= Online multiplayer rogue-like role-playing game 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 diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index f41bdbc5bce8..9d82c92e44d4 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -25,7 +25,7 @@ ALL_TARGET= all lang 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 diff --git a/games/widelands/Makefile b/games/widelands/Makefile index ae89ac956d08..0803f5a86424 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ 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}" \ diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 68d25b4a9653..a11b4de17554 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ENV+= TOLUA_INC="${LUA_INCDIR}" 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= * diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index 8a3c183f5003..bd17f97aa738 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ 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 diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index f48c4ee42efb..729287d543e6 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ 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 diff --git a/graphics/picpuz/Makefile b/graphics/picpuz/Makefile index 919e6ee65c34..d53a339e80fd 100644 --- a/graphics/picpuz/Makefile +++ b/graphics/picpuz/Makefile @@ -13,7 +13,7 @@ COMMENT= Jigsaw puzzle program 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 diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile index f1d90919638c..5c295997fb4d 100644 --- a/graphics/py-mayavi/Makefile +++ b/graphics/py-mayavi/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ ${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 diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 53c1ebebe4e4..09ab2581c492 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libxerces-c.so:textproc/xerces-c3 USES= bison cmake compiler:features cpe desktop-file-utils \ - execinfo fortran gmake pyqt:4 python:2.7 sqlite:3 + fortran gmake pyqt:4 python:2.7 sqlite:3 USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index e28e0aa56780..cb849f6147c4 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -22,7 +22,7 @@ BROKEN_powerpc64= fails to link: libOGDF.so: undefined reference to CoinPackedVe 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 diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 3dd9e643b4db..00c1a8c74cea 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -13,7 +13,7 @@ COMMENT?= Qt 5 based distributed IRC client (client and monolithic binary) 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 diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index a5eb588d187e..1721df3f6b0c 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -46,7 +46,6 @@ ASPELL_CMAKE_BOOLL= ENABLE_ASPELL 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 diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 9e11301e85ac..1d254dd06ab7 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -47,7 +47,7 @@ LLVM38_DESC= LLVM 3.8 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 diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index e8565093b16b..1f78d5de75ae 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -39,7 +39,7 @@ GNU_CONFIGURE= yes 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 diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index ded5286c23ec..6c1fb05c19f6 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -39,7 +39,7 @@ GNU_CONFIGURE= yes # 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 diff --git a/lang/ruby24/Makefile b/lang/ruby24/Makefile index f3534180fdbd..e849772d28b6 100644 --- a/lang/ruby24/Makefile +++ b/lang/ruby24/Makefile @@ -37,7 +37,7 @@ GNU_CONFIGURE= yes # 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 diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 2d01825f49be..198016493bec 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -23,7 +23,7 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/tcl8.4 tk=${LOCALBASE}/lib/tk8.4 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 diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 02dd32d294a1..e02d5f6292bc 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= native 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 localbase python:2 shebangfix tar:xz +USES= compiler cpe gmake localbase python:2 shebangfix tar:xz CPE_VENDOR= google diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 8f820b71740f..cc4b0ff78bed 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -22,7 +22,7 @@ ALL_TARGET= native 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 diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 758cb1d9baf4..7f72777ed702 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= mime-support>0:misc/mime-support 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 diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 233f72c62e04..01182f819ca2 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ liblaszip.so:archivers/laszip \ libjsoncpp.so:devel/jsoncpp -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} diff --git a/multimedia/audacious-gtk3/Makefile b/multimedia/audacious-gtk3/Makefile index 20597dbb6a71..2c69d56748f3 100644 --- a/multimedia/audacious-gtk3/Makefile +++ b/multimedia/audacious-gtk3/Makefile @@ -43,7 +43,6 @@ ICONV_USES= iconv 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 diff --git a/multimedia/audacious-plugins-gtk3/Makefile b/multimedia/audacious-plugins-gtk3/Makefile index a0e697e08cb7..80406e09c474 100644 --- a/multimedia/audacious-plugins-gtk3/Makefile +++ b/multimedia/audacious-plugins-gtk3/Makefile @@ -28,7 +28,7 @@ DISTINFO_FILE= ${.CURDIR}/distinfo 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 diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 444f81530dbe..22ebc4028407 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= audacious:multimedia/audacious 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 diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index fef7f9d5cff8..ed84fb73b108 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -38,7 +38,6 @@ ICONV_USES= iconv 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 diff --git a/multimedia/avidemux/Makefile.common b/multimedia/avidemux/Makefile.common index aaaafef13673..8653bfe09873 100644 --- a/multimedia/avidemux/Makefile.common +++ b/multimedia/avidemux/Makefile.common @@ -20,7 +20,7 @@ USE_QT4= # empty 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 diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 256ae7a97f1a..c9a19a18a33c 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -40,7 +40,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ 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 diff --git a/multimedia/plexhometheater/Makefile b/multimedia/plexhometheater/Makefile index 6df54c8c53f4..546604e6f92d 100644 --- a/multimedia/plexhometheater/Makefile +++ b/multimedia/plexhometheater/Makefile @@ -69,7 +69,7 @@ GH_ACCOUNT= plexinc 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 diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index 428274f938d0..298fe4714757 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -23,7 +23,7 @@ BROKEN_mips= fails to configure: No C compiler found BROKEN_mips64= fails to configure: No C compiler found BROKEN_powerpc64= fails to configure: No C compiler found -USES= execinfo gettext gmake pkgconfig python shebangfix ssl +USES= gettext gmake pkgconfig python shebangfix ssl USE_GITHUB= yes GNU_CONFIGURE= yes diff --git a/multimedia/vdr-plugin-markad/Makefile b/multimedia/vdr-plugin-markad/Makefile index 77aff97e61b4..dba609e32f67 100644 --- a/multimedia/vdr-plugin-markad/Makefile +++ b/multimedia/vdr-plugin-markad/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg 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}\\\" diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index fd040ad5d6d5..a9b3bfd26403 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 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 diff --git a/net-im/telegram-purple/Makefile b/net-im/telegram-purple/Makefile index 5bfb3028c611..0fcd9220dbd5 100644 --- a/net-im/telegram-purple/Makefile +++ b/net-im/telegram-purple/Makefile @@ -24,7 +24,7 @@ BROKEN_sparc64= fails to compile: assertion fails 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 diff --git a/net-im/telegram/Makefile b/net-im/telegram/Makefile index f39b09ee1ffb..1f8e9169524f 100644 --- a/net-im/telegram/Makefile +++ b/net-im/telegram/Makefile @@ -20,7 +20,7 @@ BROKEN_mips= Missing header 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 diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index 9a02270c3577..4a92e3427519 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -14,7 +14,7 @@ COMMENT= IRC Connection Manager for Telepathy Framework 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 diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 824a6b1d6e05..0e10d6a7afb8 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -USES= alias bison cmake execinfo libedit +USES= alias bison cmake libedit USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile index 1244ebd8e06c..4d95b50305d6 100644 --- a/net-mgmt/zabbix2-server/Makefile +++ b/net-mgmt/zabbix2-server/Makefile @@ -55,11 +55,6 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ --datadir=${ETCDIR} .if ${ZABBIX_BUILD} != "agent" -USES+= execinfo - -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} - SUB_FILES= pkg-message CONFIGURE_ARGS+= --with-net-snmp diff --git a/net-mgmt/zabbix22-server/Makefile b/net-mgmt/zabbix22-server/Makefile index b7015ea6b1e7..6a7a9820a7e2 100644 --- a/net-mgmt/zabbix22-server/Makefile +++ b/net-mgmt/zabbix22-server/Makefile @@ -55,11 +55,6 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ --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 diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile index ded2d3fc8100..d1b5f6e5fa43 100644 --- a/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -56,7 +56,6 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ .if ${ZABBIX_BUILD} != "agent" LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-mgmt/zabbix32-server/Makefile b/net-mgmt/zabbix32-server/Makefile index 9d43cd2ce80c..9411ad7bf5d8 100644 --- a/net-mgmt/zabbix32-server/Makefile +++ b/net-mgmt/zabbix32-server/Makefile @@ -56,7 +56,6 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ .if ${ZABBIX_BUILD} != "agent" LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-mgmt/zabbix34-server/Makefile b/net-mgmt/zabbix34-server/Makefile index 97404068d069..993013931486 100644 --- a/net-mgmt/zabbix34-server/Makefile +++ b/net-mgmt/zabbix34-server/Makefile @@ -60,7 +60,6 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ .if ${ZABBIX_BUILD} != "agent" LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp -USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 8be008f1ccdc..ae0bb540ebee 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING 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 diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index f2fd5b0c7985..525658c09af4 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \ 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 \ diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile index 7a417acc4897..c5b118683cd8 100644 --- a/net/Sockets/Makefile +++ b/net/Sockets/Makefile @@ -11,13 +11,6 @@ MASTER_SITES= http://www.alhem.net/Sockets/ \ MAINTAINER= ml@netfence.it COMMENT= C++ wrapper for BSD-style sockets -#execinfo is optional and currently not configured (would need to patch source's #ifdef LINUX) -#LIB_DEPENDS= execinfo.1:devel/libexecinfo - -#Not needed without execinfo or xml -#CFLAGS+= -I${LOCALBASE}/include -#LDFLAGS+= -L${LOCALBASE}/lib - USES+= gmake ssl USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index c820d950f888..daab2a72bc25 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -114,7 +114,6 @@ XMPP_DESC= XMPP/GTALK support OPTIONS_SUB= yes BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index fde758eb4633..de107913193b 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -117,7 +117,6 @@ OPTIONS_SUB= yes ASTVERSION_RUN_DEPENDS= bash:shells/bash BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no diff --git a/net/crtmpserver/Makefile b/net/crtmpserver/Makefile index 6e39e36447f5..40be331373af 100644 --- a/net/crtmpserver/Makefile +++ b/net/crtmpserver/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 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} diff --git a/net/dpdk/Makefile b/net/dpdk/Makefile index 1ea5ea158a1e..71f79518e989 100644 --- a/net/dpdk/Makefile +++ b/net/dpdk/Makefile @@ -11,7 +11,7 @@ COMMENT= DPDK: Software libraries for packet processing 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 @@ EXEC_FILES= app/cmdline_test \ 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 \ diff --git a/net/dpdk/files/patch-mk_exec-env_bsdapp_rte.vars.mk b/net/dpdk/files/patch-mk_exec-env_bsdapp_rte.vars.mk deleted file mode 100644 index a4b69c5ee3b9..000000000000 --- a/net/dpdk/files/patch-mk_exec-env_bsdapp_rte.vars.mk +++ /dev/null @@ -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) diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 0b1d97743d40..854026abfa0c 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes 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 diff --git a/net/freerdp1/Makefile b/net/freerdp1/Makefile index 197151681ca4..6061bcd2cd39 100644 --- a/net/freerdp1/Makefile +++ b/net/freerdp1/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= FreeRDP 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 diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index b86343acf858..fba459a8ebc5 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= bash:shells/bash 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 diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index a21c7cc0ed41..bf6dd029a112 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \ 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 diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 541da43764c5..612b87482947 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -24,7 +24,7 @@ BROKEN_sparc64= fails to compile on sparc64 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 diff --git a/net/yaz/Makefile b/net/yaz/Makefile index f5e729768911..1db6953a72b6 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index a6540451b00d..4f70cdc5dec9 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -14,7 +14,7 @@ COMMENT= Text-mode Gadu-Gadu client 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 \ diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 0cd74f633b03..3fa3695eee52 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -36,7 +36,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ 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 diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 5165f87354b0..16475096f9d5 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= lsof:sysutils/lsof \ 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 \ diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index ec413704ac7d..ec61b1cfd159 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist \ 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 \ diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 11056ef52471..168c8f968ff5 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ 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 @@ SHEBANG_FILES= lib/configure.py \ lib/lyx2lyx/lyx2lyx \ lib/scripts/listerrors -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} LIBS+= -lexecinfo OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 8a32a8a6b28d..da4f004074cd 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \ USE_QT4= corelib 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 diff --git a/science/cdo/Makefile b/science/cdo/Makefile index c23b165f8eee..a05e6f1aafbd 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -39,7 +39,7 @@ MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= compiler:c++11-lib execinfo gmake libtool localbase pathfix +USES= compiler:c++11-lib gmake libtool localbase pathfix CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index 84f3665bbf08..b3609f69d8b8 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -45,7 +45,6 @@ MPICH_LIB_DEPENDS= libmpich.so:net/mpich2 DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz \ ${LOCALBASE}/bin/gsed:textproc/gsed -DOCS_USES= execinfo DOCS_USE= TEX=latex:build .include <bsd.port.options.mk> diff --git a/science/paraview/Makefile b/science/paraview/Makefile index ef959d4809c1..19b58006e6a5 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -42,7 +42,7 @@ USE_GL= gl 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" \ diff --git a/security/cardpeek/Makefile b/security/cardpeek/Makefile index 8a4349e2e756..a2b56cd5b56e 100644 --- a/security/cardpeek/Makefile +++ b/security/cardpeek/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ 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 diff --git a/security/openvas8-manager/Makefile b/security/openvas8-manager/Makefile index c9b21d424da4..d6722f77cecb 100644 --- a/security/openvas8-manager/Makefile +++ b/security/openvas8-manager/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ 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 diff --git a/security/openvas8-scanner/Makefile b/security/openvas8-scanner/Makefile index 1dfa8903c90f..9388b5b12941 100644 --- a/security/openvas8-scanner/Makefile +++ b/security/openvas8-scanner/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= redis-server:databases/redis \ 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}//} diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index d6dbe17646cd..b6338514ab62 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -12,7 +12,7 @@ COMMENT= Open Source IKEv2 IPsec-based VPN solution 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 diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index 2c5c751588bc..0da754644077 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE GPLv2 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 diff --git a/sysutils/clsync/Makefile b/sysutils/clsync/Makefile index 3ca4214f8cc5..8a72ba4eb915 100644 --- a/sysutils/clsync/Makefile +++ b/sysutils/clsync/Makefile @@ -14,9 +14,8 @@ LICENSE= GPLv3 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 diff --git a/sysutils/cpu-x/Makefile b/sysutils/cpu-x/Makefile index 1f295d1a9eb4..54fdb7460433 100644 --- a/sysutils/cpu-x/Makefile +++ b/sysutils/cpu-x/Makefile @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= X0rg GH_PROJECT= ${PORTNAME:tu} -USES= cmake execinfo gettext ncurses pkgconfig +USES= cmake gettext ncurses pkgconfig PORTDOCS= ChangeLog README.md diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index f4816e79cf18..5541e88a6006 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -13,7 +13,7 @@ COMMENT= EXT4 implementation for FUSE LICENSE= GPLv2 -USES= execinfo fuse pkgconfig gmake +USES= fuse pkgconfig gmake USE_GITHUB= yes GH_ACCOUNT= gerard diff --git a/sysutils/fusefs-rar2fs/Makefile b/sysutils/fusefs-rar2fs/Makefile index 205afbbd6db8..eb0153363417 100644 --- a/sysutils/fusefs-rar2fs/Makefile +++ b/sysutils/fusefs-rar2fs/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${LIBUNRAR_PORT}:patch USE_GITHUB= yes GH_ACCOUNT= hasse69 -USES= autoreconf execinfo gmake fuse +USES= autoreconf gmake fuse GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static-unrar \ diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index d6d708fd7485..26d25cf68398 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -17,7 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --enable-unicode -USES= autoreconf execinfo libtool ncurses +USES= autoreconf libtool ncurses USE_GITHUB= yes GH_ACCOUNT= hishamhm PLIST_FILES= bin/htop \ diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index dacdde161681..5e6998894d84 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpcrecpp.so:devel/pcre 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 diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index f05d0b515eb8..4a62bb22292c 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= pkexec:sysutils/polkit \ 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 diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index 95756bc7afbf..10596ede9dfb 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpopt.so:devel/popt 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 diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index 87c8c7e79981..101e6638f685 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -16,7 +16,7 @@ COMMENT= Ori distributed file system LIB_DEPENDS= libevent.so:devel/libevent \ libboost_date_time.so:devel/boost-libs -USES= compiler:c++11-lib execinfo fuse pkgconfig scons ssl tar:xz +USES= compiler:c++11-lib fuse pkgconfig scons ssl tar:xz CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lcrypto MAKE_ARGS= VERBOSE=1 diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile index 07a2996fbd05..a47dc0f112cf 100644 --- a/sysutils/watchman/Makefile +++ b/sysutils/watchman/Makefile @@ -28,9 +28,6 @@ OPTIONS_DEFINE= BACKTRACE PCRE 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 diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 71a528cfdc36..a4c7ab0ee157 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ 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 \ diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 77f2e7fd9efe..021b7a6a3478 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 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 \ diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index 39c2f9f16222..ba18e075093d 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -38,7 +38,7 @@ CONFLICTS= xqilla-[0-9]* 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" \ diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 4dd19bf62ceb..477cfcbe302e 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -67,7 +67,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 .if defined(GN_ONLY) USES= compiler:c++14-lang ninja pkgconfig python:2,build shebangfix tar:xz .else -USES= bison cpe desktop-file-utils execinfo jpeg ninja perl5 pkgconfig \ +USES= bison cpe desktop-file-utils jpeg ninja perl5 pkgconfig \ python:2,build shebangfix tar:xz .endif MAKE_ARGS= -C out/${BUILDTYPE} diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 535ee5faf1f1..1e178800bce6 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -34,7 +34,7 @@ USE_GITHUB= yes GH_ACCOUNT= domoticz GH_PROJECT= domoticz -USES= cmake iconv pkgconfig execinfo ssl +USES= cmake iconv pkgconfig ssl USE_RC_SUBR= domoticz diff --git a/www/elinks/Makefile b/www/elinks/Makefile index d879a72ab2ab..54c191fa502d 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 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 diff --git a/www/httrack/Makefile b/www/httrack/Makefile index b519b837c31d..f2ae7d621177 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr 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= * diff --git a/www/iridium/Makefile b/www/iridium/Makefile index f4d0fe6e8190..61ffffbe5c8b 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -61,7 +61,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ 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 diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile index a8b0c60e7b5e..5155a1dfffc2 100644 --- a/www/links-hacked/Makefile +++ b/www/links-hacked/Makefile @@ -12,7 +12,7 @@ COMMENT= Hacked version of a Links WWW browser 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 diff --git a/www/mod_backtrace/Makefile b/www/mod_backtrace/Makefile index e3a993f13de0..8e5a79483b4f 100644 --- a/www/mod_backtrace/Makefile +++ b/www/mod_backtrace/Makefile @@ -18,7 +18,6 @@ LICENSE= APACHE20 MANUAL_PACKAGE_BUILD= requires apache WITH_EXCEPTION_HOOK=yes -USES= execinfo USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index ea164e0df1dd..3d6b1976b92c 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= python:lang/python \ 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 diff --git a/www/node/Makefile b/www/node/Makefile index 2c735d86261b..2c3614e7f4c5 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -36,7 +36,7 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -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 diff --git a/www/node4/Makefile b/www/node4/Makefile index f05f0c94b70f..39087c28f5f9 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -29,7 +29,7 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl 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 diff --git a/www/node6/Makefile b/www/node6/Makefile index 99f70d1a05db..b7cb6d1628f3 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -35,7 +35,7 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -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 diff --git a/www/qupzilla-qt4/Makefile b/www/qupzilla-qt4/Makefile index 1dcdf53bce6d..c4548e4e5f38 100644 --- a/www/qupzilla-qt4/Makefile +++ b/www/qupzilla-qt4/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell 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 diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile index 286a7529cf96..3d64133e3907 100644 --- a/www/qupzilla-qt5/Makefile +++ b/www/qupzilla-qt5/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell 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 diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index 9e8b1bdeb291..6b24629e62b0 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ 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 diff --git a/x11-fonts/fontmatrix/Makefile b/x11-fonts/fontmatrix/Makefile index 8bfd8ffa16e2..754ca01cd036 100644 --- a/x11-fonts/fontmatrix/Makefile +++ b/x11-fonts/fontmatrix/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ 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 diff --git a/x11-themes/qtcurve/Makefile b/x11-themes/qtcurve/Makefile index a1f9681e8f8a..54444567fec0 100644 --- a/x11-themes/qtcurve/Makefile +++ b/x11-themes/qtcurve/Makefile @@ -28,7 +28,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING 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 diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index c7f54af1cd71..75a42e6071ef 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ 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 diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 17706a2d1709..54ca1d689273 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ 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 \ diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index d7a6a262323a..137722731c2a 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -34,7 +34,7 @@ CONFLICTS_INSTALL= awesome3-[0-9]* 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 \ diff --git a/x11-wm/awesome3/Makefile b/x11-wm/awesome3/Makefile index 4f3063790a3e..b40d018906f3 100644 --- a/x11-wm/awesome3/Makefile +++ b/x11-wm/awesome3/Makefile @@ -39,7 +39,7 @@ CONFLICTS_INSTALL= awesome-[0-9]* 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 \ diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index c5e81d475b22..a59f84cfd360 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libefl.so:devel/efl \ 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 diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index ed1c047b45dc..cc49d8c39f42 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ 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 diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile index edb16ed64478..11002fd38a74 100644 --- a/x11/cinnamon-session/Makefile +++ b/x11/cinnamon-session/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ 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 diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index e93ffaa8517f..eb599ba91eb0 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -41,7 +41,7 @@ GROUPS= gdm 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 diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index e4740cb97693..8c746de58762 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \ 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 diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 8d92229b4938..57ec6ab8b398 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \ 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 |