View | Details | Raw Unified | Return to bug 220271 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 220271