1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Switch to our framework's USES=execinfo

- Use EXECINFO_CPPFLAGS and EXECINFO_LDFLAGS to fix detection of
  libexecinfo on FreeBSD 9.x
- Mark frontend ports as NO_ARCH

PR:		205740
Submitted by:	myself
Approved by:	maintainer
This commit is contained in:
Pawel Pekala 2015-12-30 22:48:15 +00:00
parent bfde8c03da
commit b1d1b30824
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404881
6 changed files with 18 additions and 6 deletions

View File

@ -8,6 +8,7 @@ CATEGORIES= net-mgmt
MASTERDIR= ${.CURDIR}/../zabbix2-server
NO_BUILD= yes
NO_ARCH= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend

View File

@ -58,8 +58,11 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \
--datadir=${ETCDIR}
.if ${ZABBIX_BUILD} != "agent"
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
USES+= execinfo
CPPFLAGS+= ${EXECINFO_CPPFLAGS}
LDFLAGS+= ${EXECINFO_LDFLAGS}
SUB_FILES= pkg-message

View File

@ -8,6 +8,7 @@ PKGNAMESUFFIX= -frontend
MASTERDIR= ${.CURDIR}/../zabbix22-server
NO_BUILD= yes
NO_ARCH= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend

View File

@ -59,8 +59,11 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \
--with-iconv=${ICONV_PREFIX}
.if ${ZABBIX_BUILD} != "agent"
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
USES+= execinfo
CPPFLAGS+= ${EXECINFO_CPPFLAGS}
LDFLAGS+= ${EXECINFO_LDFLAGS}
SUB_FILES= pkg-message

View File

@ -8,6 +8,7 @@ PKGNAMESUFFIX= -frontend
MASTERDIR= ${.CURDIR}/../zabbix24-server
NO_BUILD= yes
NO_ARCH= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend

View File

@ -60,8 +60,11 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \
--with-iconv=${ICONV_PREFIX}
.if ${ZABBIX_BUILD} != "agent"
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
USES+= execinfo
CPPFLAGS+= ${EXECINFO_CPPFLAGS}
LDFLAGS+= ${EXECINFO_LDFLAGS}
SUB_FILES= pkg-message