From d9b3f2d70221e2edb53316d0af198504f8090ae1 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 22 Sep 2017 10:48:28 +0000 Subject: Remove USES=execinfo. PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 --- editors/codelite/Makefile | 5 +---- editors/texstudio/Makefile | 2 +- editors/vanubi/Makefile | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'editors') 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 -- cgit