Page MenuHomeFreeBSD

D11488.id30437.diff
No OneTemporary

D11488.id30437.diff

Index: MOVED
===================================================================
--- MOVED
+++ MOVED
@@ -9458,3 +9458,4 @@
net-mgmt/ezradius||2017-07-01|Removed, unmaintained and depends on expired net/freeradius2
x11-toolkits/qt5-declarative||2017-07-01|Has expired: Has not been released since Qt 5.5 -- installation can lead to runtime conflicts with qt5-quick
deskutils/california|deskutils/gnome-calendar|2017-07-02|Has expired: Orphaned upstream, replaced by gnome-calendar
+devel/libexecinfo||2017-07-05|Is present in the base system of all supported releases
Index: Mk/Scripts/qa.sh
===================================================================
--- Mk/Scripts/qa.sh
+++ Mk/Scripts/qa.sh
@@ -577,9 +577,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
+++ /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
Index: astro/opencpn/Makefile
===================================================================
--- astro/opencpn/Makefile
+++ astro/opencpn/Makefile
@@ -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
+++ audio/clementine-player/Makefile
@@ -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
+++ audio/deadbeef/Makefile
@@ -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
+++ audio/pulseaudio/Makefile
@@ -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
+++ audio/sayonara/Makefile
@@ -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
+++ biology/seqtools/Makefile
@@ -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
+++ biology/ugene/Makefile
@@ -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
+++ cad/klayout/Makefile
@@ -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/qcad/Makefile
===================================================================
--- cad/qcad/Makefile
+++ cad/qcad/Makefile
@@ -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
+++ chinese/fcitx/Makefile
@@ -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
+++ comms/fldigi/Makefile
@@ -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
+++ databases/akonadi/Makefile
@@ -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
+++ databases/galera/Makefile
@@ -27,7 +27,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
+++ databases/libmemcached/Makefile
@@ -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
Index: databases/mariadb100-server/Makefile
===================================================================
--- databases/mariadb100-server/Makefile
+++ databases/mariadb100-server/Makefile
@@ -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
+++ databases/mariadb101-server/Makefile
@@ -28,7 +28,7 @@
PKGMESSAGE= ${WRKDIR}/pkg-message
SLAVEDIRS= databases/mariadb101-client
-USES= bison:build cmake compiler:c++11-lib cpe execinfo ncurses \
+USES= bison:build cmake compiler:c++11-lib cpe ncurses \
shebangfix ssl
USE_LDCONFIG= ${PREFIX}/lib/mysql
SHEBANG_FILES= scripts/*.sh
@@ -91,7 +91,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
+++ databases/mariadb102-server/Makefile
@@ -28,7 +28,7 @@
PKGMESSAGE= ${WRKDIR}/pkg-message
SLAVEDIRS= databases/mariadb102-client
-USES= bison:build cmake compiler:c++11-lib cpe execinfo iconv:translit ncurses shebangfix ssl
+USES= bison:build cmake compiler:c++11-lib cpe iconv:translit 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
+++ databases/mariadb55-server/Makefile
@@ -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
+++ databases/mongodb/Makefile
@@ -31,7 +31,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
+++ databases/mongodb32/Makefile
@@ -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-rocks/Makefile
===================================================================
--- databases/mongodb34-rocks/Makefile
+++ databases/mongodb34-rocks/Makefile
@@ -42,7 +42,7 @@
SSL_USE= yes
SSL_MAKE_ARGS= --ssl
-USES= compiler:c++14-lang cpe execinfo python:build scons
+USES= compiler:c++14-lang cpe python:build scons
USE_GITHUB= nodefault
GH_TUPLE= mongodb-partners:mongo-rocks:r${PORTVERSION}:module/src/mongo/db/modules/rocks
Index: databases/mongodb34/Makefile
===================================================================
--- databases/mongodb34/Makefile
+++ databases/mongodb34/Makefile
@@ -39,7 +39,7 @@
SSL_USE= yes
SSL_MAKE_ARGS= --ssl
-USES= compiler:c++14-lang cpe execinfo python:build scons
+USES= compiler:c++14-lang cpe python:build scons
WITH_DEBUG=yes
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
Index: databases/pgmodeler/Makefile
===================================================================
--- databases/pgmodeler/Makefile
+++ databases/pgmodeler/Makefile
@@ -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-devel/Makefile
===================================================================
--- databases/redis-devel/Makefile
+++ databases/redis-devel/Makefile
@@ -11,7 +11,6 @@
LICENSE= BSD3CLAUSE
-USES= execinfo
USE_GITHUB= yes
GH_ACCOUNT= antirez
Index: databases/redis/Makefile
===================================================================
--- databases/redis/Makefile
+++ databases/redis/Makefile
@@ -11,8 +11,6 @@
LICENSE= BSD3CLAUSE
-USES= execinfo
-
OPTIONS_DEFINE= TESTS TRIB
OPTIONS_RADIO= EXTLUA
OPTIONS_RADIO_EXTLUA= LUA LUAJIT
Index: databases/rubygem-bdb1/Makefile
===================================================================
--- databases/rubygem-bdb1/Makefile
+++ databases/rubygem-bdb1/Makefile
@@ -13,7 +13,7 @@
LICENSE_COMB= dual
USE_RUBY= yes
-USES= execinfo gem shebangfix
+USES= gem shebangfix
SHEBANG_FILES= examples/*.rb
.include <bsd.port.pre.mk>
Index: databases/twemproxy/Makefile
===================================================================
--- databases/twemproxy/Makefile
+++ databases/twemproxy/Makefile
@@ -14,7 +14,7 @@
USE_GITHUB= yes
GH_ACCOUNT= twitter
-USES= execinfo autoreconf libtool
+USES= autoreconf libtool
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
Index: databases/virtuoso/Makefile
===================================================================
--- databases/virtuoso/Makefile
+++ databases/virtuoso/Makefile
@@ -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
Index: deskutils/pinot/Makefile
===================================================================
--- deskutils/pinot/Makefile
+++ deskutils/pinot/Makefile
@@ -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
+++ devel/Makefile
@@ -1312,7 +1312,6 @@
SUBDIR += libevt
SUBDIR += libevtx
SUBDIR += libewf
- SUBDIR += libexecinfo
SUBDIR += libexplain
SUBDIR += libfaketime
SUBDIR += libfastcommon
Index: devel/clanlib/Makefile
===================================================================
--- devel/clanlib/Makefile
+++ devel/clanlib/Makefile
@@ -23,7 +23,7 @@
NOT_FOR_ARCHS= aarch64 armv6 powerpc powerpc64
NOT_FOR_ARCHS_REASON= invokes x86 asm
-USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz
+USES= gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz
USE_GCC= yes
USE_XORG= x11
USE_LDCONFIG= yes
Index: devel/cmake-gui/Makefile
===================================================================
--- devel/cmake-gui/Makefile
+++ devel/cmake-gui/Makefile
@@ -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/cmake/Makefile
===================================================================
--- devel/cmake/Makefile
+++ devel/cmake/Makefile
@@ -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/gearmand-devel/Makefile
===================================================================
--- devel/gearmand-devel/Makefile
+++ devel/gearmand-devel/Makefile
@@ -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}
Index: devel/gearmand/Makefile
===================================================================
--- devel/gearmand/Makefile
+++ devel/gearmand/Makefile
@@ -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}
Index: devel/glog/Makefile
===================================================================
--- devel/glog/Makefile
+++ devel/glog/Makefile
@@ -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
+++ devel/google-perftools/Makefile
@@ -24,7 +24,7 @@
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= compiler execinfo libtool
+USES= compiler libtool
TEST_TARGET= check
CPPFLAGS+= -I${LOCALBASE}/include
Index: devel/libCello/Makefile
===================================================================
--- devel/libCello/Makefile
+++ devel/libCello/Makefile
@@ -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
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $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 <bsd.port.mk>
Index: devel/libexecinfo/distinfo
===================================================================
--- devel/libexecinfo/distinfo
+++ /dev/null
@@ -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
+++ /dev/null
@@ -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
+++ /dev/null
@@ -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
+++ /dev/null
@@ -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
+++ /dev/null
@@ -1,4 +0,0 @@
-include/execinfo.h
-lib/libexecinfo.a
-lib/libexecinfo.so
-lib/libexecinfo.so.1
Index: devel/libosmocore/Makefile
===================================================================
--- devel/libosmocore/Makefile
+++ devel/libosmocore/Makefile
@@ -14,7 +14,7 @@
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
Index: devel/llvm-devel/Makefile
===================================================================
--- devel/llvm-devel/Makefile
+++ devel/llvm-devel/Makefile
@@ -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
+++ devel/llvm33/Makefile
@@ -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
+++ devel/llvm34/Makefile
@@ -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
+++ devel/llvm35/Makefile
@@ -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
+++ devel/llvm39/Makefile
@@ -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
+++ devel/llvm40/Makefile
@@ -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
+++ devel/mongo-cxx-driver/Makefile
@@ -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
+++ devel/pecl-swoole/Makefile
@@ -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
+++ devel/qt5-core/Makefile
@@ -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
+++ devel/tesla/Makefile
@@ -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
+++ devel/upp/Makefile
@@ -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
+++ dns/dnscrypt-proxy/Makefile
@@ -22,7 +22,7 @@
USERS= _dnscrypt-proxy
GNU_CONFIGURE= yes
-USES= execinfo gmake
+USES= gmake
INSTALL_TARGET= install-strip
Index: editors/codelite/Makefile
===================================================================
--- editors/codelite/Makefile
+++ editors/codelite/Makefile
@@ -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
+++ editors/texstudio/Makefile
@@ -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
+++ editors/vanubi/Makefile
@@ -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
+++ games/0ad/Makefile
@@ -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 openal:al \
+USES= compiler:c++11-lib dos2unix gmake iconv openal:al \
pkgconfig tar:xz
USE_GNOME= libxml2 gtk20
USE_GL= gl
Index: games/adgali/Makefile
===================================================================
--- games/adgali/Makefile
+++ games/adgali/Makefile
@@ -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
Index: games/cataclysm-dda/Makefile
===================================================================
--- games/cataclysm-dda/Makefile
+++ games/cataclysm-dda/Makefile
@@ -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
+++ games/dangerdeep/Makefile
@@ -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
+++ games/doomsday/Makefile
@@ -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
+++ games/eduke32/Makefile
@@ -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
+++ games/freedroidrpg/Makefile
@@ -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
+++ games/frobtads/Makefile
@@ -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
+++ games/r1q2/Makefile
@@ -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
+++ games/spring/Makefile
@@ -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
+++ games/super_methane_brothers/Makefile
@@ -15,7 +15,7 @@
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
Index: games/tbe/Makefile
===================================================================
--- games/tbe/Makefile
+++ games/tbe/Makefile
@@ -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
+++ games/tomenet/Makefile
@@ -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
+++ games/ufoai/Makefile
@@ -25,7 +25,7 @@
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
Index: games/widelands/Makefile
===================================================================
--- games/widelands/Makefile
+++ games/widelands/Makefile
@@ -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
+++ graphics/cegui/Makefile
@@ -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/evince/Makefile
===================================================================
--- graphics/evince/Makefile
+++ graphics/evince/Makefile
@@ -127,8 +127,7 @@
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
- -e 's|" == "|" = "|g' \
+ @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
-e 's|-Werror||g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \
Index: graphics/fotoxx/Makefile
===================================================================
--- graphics/fotoxx/Makefile
+++ graphics/fotoxx/Makefile
@@ -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
+++ graphics/gimp-app/Makefile
@@ -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
+++ graphics/picpuz/Makefile
@@ -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
+++ graphics/py-mayavi/Makefile
@@ -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
+++ graphics/qgis/Makefile
@@ -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
+++ graphics/tulip/Makefile
@@ -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
+++ irc/quassel/Makefile
@@ -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
+++ irc/weechat/Makefile
@@ -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
+++ lang/rubinius/Makefile
@@ -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 <bsd.port.pre.mk>
-.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
+++ lang/ruby22/Makefile
@@ -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
+++ lang/ruby23/Makefile
@@ -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
+++ lang/ruby24/Makefile
@@ -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
+++ lang/smalltalk/Makefile
@@ -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-devel/Makefile
===================================================================
--- lang/v8-devel/Makefile
+++ lang/v8-devel/Makefile
@@ -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: lang/v8/Makefile
===================================================================
--- lang/v8/Makefile
+++ lang/v8/Makefile
@@ -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: mail/claws-mail/Makefile
===================================================================
--- mail/claws-mail/Makefile
+++ mail/claws-mail/Makefile
@@ -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
+++ math/pdal/Makefile
@@ -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-gtk3/Makefile
===================================================================
--- multimedia/audacious-gtk3/Makefile
+++ multimedia/audacious-gtk3/Makefile
@@ -43,17 +43,16 @@
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
.include <bsd.port.options.mk>
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-gtk3/Makefile
===================================================================
--- multimedia/audacious-plugins-gtk3/Makefile
+++ multimedia/audacious-plugins-gtk3/Makefile
@@ -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/audacious-plugins/Makefile
===================================================================
--- multimedia/audacious-plugins/Makefile
+++ multimedia/audacious-plugins/Makefile
@@ -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/Makefile
===================================================================
--- multimedia/audacious/Makefile
+++ multimedia/audacious/Makefile
@@ -38,17 +38,16 @@
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
.include <bsd.port.options.mk>
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/avidemux/Makefile.common
===================================================================
--- multimedia/avidemux/Makefile.common
+++ multimedia/avidemux/Makefile.common
@@ -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
+++ multimedia/libxine/Makefile
@@ -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
+++ multimedia/plexhometheater/Makefile
@@ -67,7 +67,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
+++ multimedia/tvheadend/Makefile
@@ -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}
Index: multimedia/vdr-plugin-markad/Makefile
===================================================================
--- multimedia/vdr-plugin-markad/Makefile
+++ multimedia/vdr-plugin-markad/Makefile
@@ -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
+++ multimedia/xine/Makefile
@@ -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-im/telegram-purple/Makefile
===================================================================
--- net-im/telegram-purple/Makefile
+++ net-im/telegram-purple/Makefile
@@ -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/telegram/Makefile
===================================================================
--- net-im/telegram/Makefile
+++ net-im/telegram/Makefile
@@ -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/telepathy-idle/Makefile
===================================================================
--- net-im/telepathy-idle/Makefile
+++ net-im/telepathy-idle/Makefile
@@ -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
+++ net-mgmt/icinga2/Makefile
@@ -21,7 +21,7 @@
USE_GITHUB= yes
GH_ACCOUNT= icinga
-USES= alias bison cmake execinfo libedit
+USES= alias bison cmake libedit
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
Index: net-mgmt/zabbix2-server/Makefile
===================================================================
--- net-mgmt/zabbix2-server/Makefile
+++ net-mgmt/zabbix2-server/Makefile
@@ -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
+++ net-mgmt/zabbix22-server/Makefile
@@ -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
+++ net-mgmt/zabbix3-server/Makefile
@@ -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
+++ net-mgmt/zabbix32-server/Makefile
@@ -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
+++ net-p2p/qbittorrent/Makefile
@@ -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
QT4_USE= QT4=corelib,network,xml,qmake_build,linguisttools_build,moc_build,rcc_build,uic_build
QT5_USE= QT5=core,network,xml,qmake_build,buildtools_build,linguisttools_build
QT_NONSTANDARD= yes
Index: net-p2p/retroshare/Makefile
===================================================================
--- net-p2p/retroshare/Makefile
+++ net-p2p/retroshare/Makefile
@@ -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: net/Sockets/Makefile
===================================================================
--- net/Sockets/Makefile
+++ net/Sockets/Makefile
@@ -11,13 +11,6 @@
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
Index: net/asterisk11/Makefile
===================================================================
--- net/asterisk11/Makefile
+++ net/asterisk11/Makefile
@@ -112,7 +112,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
+++ net/asterisk13/Makefile
@@ -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
+++ net/crtmpserver/Makefile
@@ -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
+++ net/dpdk/Makefile
@@ -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
+++ /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)
Index: net/freerdp/Makefile
===================================================================
--- net/freerdp/Makefile
+++ net/freerdp/Makefile
@@ -17,7 +17,7 @@
GH_PROJECT= ${GH_ACCOUNT}
GH_TAGNAME= 2a6dbab
-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
+++ net/freerdp1/Makefile
@@ -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
+++ net/mpich2/Makefile
@@ -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
Index: net/openmpi/Makefile
===================================================================
--- net/openmpi/Makefile
+++ net/openmpi/Makefile
@@ -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
+++ net/openmpi2/Makefile
@@ -24,7 +24,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
+++ net/yaz/Makefile
@@ -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: polish/ekg/Makefile
===================================================================
--- polish/ekg/Makefile
+++ polish/ekg/Makefile
@@ -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 \
Index: polish/kadu/Makefile
===================================================================
--- polish/kadu/Makefile
+++ polish/kadu/Makefile
@@ -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
+++ ports-mgmt/packagekit/Makefile
@@ -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 \
Index: print/fontforge/Makefile
===================================================================
--- print/fontforge/Makefile
+++ print/fontforge/Makefile
@@ -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
+++ print/lyx/Makefile
@@ -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
+++ print/scribus/Makefile
@@ -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
+++ science/cdo/Makefile
@@ -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
+++ science/mpqc/Makefile
@@ -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 <bsd.port.options.mk>
Index: science/paraview/Makefile
===================================================================
--- science/paraview/Makefile
+++ science/paraview/Makefile
@@ -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
+++ security/cardpeek/Makefile
@@ -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/openvas-manager/Makefile
===================================================================
--- security/openvas-manager/Makefile
+++ security/openvas-manager/Makefile
@@ -17,7 +17,7 @@
libgcrypt.so:security/libgcrypt \
libopenvas_base.so:security/openvas-libraries
-USES= cmake:outsource execinfo gnome pkgconfig sqlite
+USES= cmake:outsource gnome pkgconfig sqlite
USE_GNOME= glib20
USE_RC_SUBR= openvasmd
REINPLACE_ARGS= -i ''
Index: security/openvas-scanner/Makefile
===================================================================
--- security/openvas-scanner/Makefile
+++ security/openvas-scanner/Makefile
@@ -18,7 +18,7 @@
curl:ftp/curl \
rsync:net/rsync
-USES= cmake:outsource execinfo gettext-runtime gnome pkgconfig
+USES= cmake:outsource gettext-runtime gnome pkgconfig
USE_GNOME= glib20
USE_RC_SUBR= openvassd
Index: security/strongswan/Makefile
===================================================================
--- security/strongswan/Makefile
+++ security/strongswan/Makefile
@@ -13,7 +13,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
+++ sysutils/boxbackup/Makefile
@@ -15,16 +15,12 @@
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
CFLAGS+= -I${OPENSSLINC}
-LDFLAGS+= -L${OPENSSLLIB}
-
-.if exists(/usr/lib/libexecinfo.so)
-LDFLAGS+= -lexecinfo
-.endif
+LDFLAGS+= -L${OPENSSLLIB} -lexecinfo
MAKE_JOBS_UNSAFE=yes
Index: sysutils/clsync/Makefile
===================================================================
--- sysutils/clsync/Makefile
+++ sysutils/clsync/Makefile
@@ -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
+++ sysutils/cpu-x/Makefile
@@ -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/dunst/Makefile
===================================================================
--- sysutils/dunst/Makefile
+++ sysutils/dunst/Makefile
@@ -20,7 +20,7 @@
USE_GITHUB= yes
GH_ACCOUNT= knopwob
-USES= execinfo gmake pkgconfig:build perl5
+USES= gmake pkgconfig:build perl5
USE_GNOME= glib20
USE_XORG= xext xft xinerama xscrnsaver
MAKE_ARGS+= MANPREFIX="${PREFIX}/man"
Index: sysutils/fusefs-ext4fuse/Makefile
===================================================================
--- sysutils/fusefs-ext4fuse/Makefile
+++ sysutils/fusefs-ext4fuse/Makefile
@@ -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
+++ sysutils/fusefs-rar2fs/Makefile
@@ -19,7 +19,7 @@
USE_GITHUB= yes
GH_ACCOUNT= hasse69
-USES= autoreconf execinfo gmake fuse
+USES= autoreconf gmake fuse
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fuse-lib=${LOCALBASE}/lib \
Index: sysutils/htop/Makefile
===================================================================
--- sysutils/htop/Makefile
+++ sysutils/htop/Makefile
@@ -17,7 +17,7 @@
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 \
Index: sysutils/lnav/Makefile
===================================================================
--- sysutils/lnav/Makefile
+++ sysutils/lnav/Makefile
@@ -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
+++ sysutils/mate-power-manager/Makefile
@@ -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
+++ sysutils/openipmi/Makefile
@@ -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
+++ sysutils/ori/Makefile
@@ -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
+++ sysutils/watchman/Makefile
@@ -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
+++ textproc/goldendict/Makefile
@@ -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
+++ textproc/groonga/Makefile
@@ -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
+++ textproc/zorba/Makefile
@@ -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 <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPHP}
@@ -91,7 +85,7 @@
.endif
post-patch:
- ${REINPLACE_CMD} -e 's|%%LIBEXECINFO%%|${LOC_EXECINFO}|' \
+ ${REINPLACE_CMD} \
-e 's|FreeBSD|${OPSYS}|g' ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/cmake_modules/FindPHP5.cmake
Index: textproc/zorba/files/patch-CMakeLists.txt
===================================================================
--- textproc/zorba/files/patch-CMakeLists.txt
+++ textproc/zorba/files/patch-CMakeLists.txt
@@ -18,7 +18,7 @@
+# execinfo
+#
+IF(FREEBSD)
-+ SET(requiredlibs ${requiredlibs} "%%LIBEXECINFO%%")
++ SET(requiredlibs ${requiredlibs} "/usr/lib/libexecinfo.so")
+ENDIF(FREEBSD)
+
+#
Index: www/chromium/Makefile
===================================================================
--- www/chromium/Makefile
+++ www/chromium/Makefile
@@ -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
+++ www/domoticz/Makefile
@@ -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
+++ www/elinks/Makefile
@@ -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
+++ www/httrack/Makefile
@@ -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
+++ www/iridium/Makefile
@@ -61,7 +61,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
USE_PERL5= build
Index: www/links-hacked/Makefile
===================================================================
--- www/links-hacked/Makefile
+++ www/links-hacked/Makefile
@@ -12,7 +12,7 @@
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
Index: www/mod_backtrace/Makefile
===================================================================
--- www/mod_backtrace/Makefile
+++ www/mod_backtrace/Makefile
@@ -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
+++ www/mod_spdy/Makefile
@@ -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,7 @@
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 \
+ system_include_path_execinfo=/usr/include \
include_dirs=${LOCALBASE}/include
SUB_FILES+= mod_spdy.conf
Index: www/mod_spdy/files/patch-base.gypi
===================================================================
--- www/mod_spdy/files/patch-base.gypi
+++ www/mod_spdy/files/patch-base.gypi
@@ -1,10 +1,12 @@
+FIXME: this feels a bit silly now.
+
--- base/base.gypi.org 2012-03-31 16:28:56.347804000 +0900
+++ base/base.gypi 2012-03-31 17:03:22.470770534 +0900
@@ -7,6 +7,7 @@
'variables': {
'base_target': 0,
'chromium_root': '<(DEPTH)/third_party/chromium/src',
-+ 'system_include_path_execinfo%': '%%LOCALBASE%%/include',
++ 'system_include_path_execinfo%': '/usr/include',
},
'target_conditions': [
# This part is shared between the targets defined below. Only files and
Index: www/node/Makefile
===================================================================
--- www/node/Makefile
+++ www/node/Makefile
@@ -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
+++ www/node4/Makefile
@@ -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
+++ www/node6/Makefile
@@ -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
+++ www/qupzilla-qt4/Makefile
@@ -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
+++ www/qupzilla-qt5/Makefile
@@ -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
+++ www/trafficserver/Makefile
@@ -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-fonts/fontmatrix/Makefile
===================================================================
--- x11-fonts/fontmatrix/Makefile
+++ x11-fonts/fontmatrix/Makefile
@@ -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
+++ x11-themes/qtcurve/Makefile
@@ -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
+++ x11-toolkits/wxgtk30/Makefile
@@ -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
+++ x11-wm/afterstep-stable/Makefile
@@ -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
+++ x11-wm/afterstep-stable/files/patch-configure
@@ -5,7 +5,7 @@
if test "x$enable_staticlibs" = "xyes"; then
- AFTERBASE_LIB="../../libAfterBase/libAfterBase.a"
-+ AFTERBASE_LIB="../../libAfterBase/libAfterBase.a %%STATIC_LIBEXECINFO%%"
++ AFTERBASE_LIB="../../libAfterBase/libAfterBase.a
AFTERIMAGE_LIB="../../libAfterImage/libAfterImage.a"
AFTERSTEP_LIB="../../libAfterStep/libAfterStep.a"
AFTERCONF_LIB="../../libAfterConf/libAfterConf.a"
@@ -14,7 +14,7 @@
LIBINSTALL="install.cyg"
else
- AFTERBASE_LIB="../../libAfterBase/libAfterBase.so"
-+ AFTERBASE_LIB="../../libAfterBase/libAfterBase.so %%STATIC_LIBEXECINFO%%"
++ AFTERBASE_LIB="../../libAfterBase/libAfterBase.so
AFTERIMAGE_LIB="../../libAfterImage/libAfterImage.so"
AFTERSTEP_LIB="../../libAfterStep/libAfterStep.so"
AFTERCONF_LIB="../../libAfterConf/libAfterConf.so"
@@ -23,7 +23,7 @@
fi
-AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a"
-+AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a %%STATIC_LIBEXECINFO%%"
++AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a
AFTERIMAGE_STATIC_LIB="../../libAfterImage/libAfterImage.a"
AFTERSTEP_STATIC_LIB="../../libAfterStep/libAfterStep.a"
AFTERCONF_STATIC_LIB="../../libAfterConf/libAfterConf.a"
Index: x11-wm/afterstep-stable/files/patch-libAfterBase-configure
===================================================================
--- x11-wm/afterstep-stable/files/patch-libAfterBase-configure
+++ x11-wm/afterstep-stable/files/patch-libAfterBase-configure
@@ -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
+++ x11-wm/afterstep-stable/files/patch-libAfterConf-Makefile.in
@@ -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
+++ x11-wm/afterstep-stable/files/patch-libAfterImage-configure
@@ -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
+++ x11-wm/awesome/Makefile
@@ -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
+++ x11-wm/awesome3/Makefile
@@ -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
+++ x11-wm/enlightenment/Makefile
@@ -18,7 +18,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
+++ x11-wm/muffin/Makefile
@@ -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
Index: x11/cinnamon-session/Makefile
===================================================================
--- x11/cinnamon-session/Makefile
+++ x11/cinnamon-session/Makefile
@@ -18,7 +18,7 @@
RUN_DEPENDS= console-kit-daemon:sysutils/consolekit \
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
+++ x11/gdm/Makefile
@@ -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
+++ x11/gnome-session/Makefile
@@ -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
+++ x11/mate-session-manager/Makefile
@@ -18,7 +18,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

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 16, 11:06 AM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29747900
Default Alt Text
D11488.id30437.diff (89 KB)

Event Timeline