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:
parent
bfde8c03da
commit
b1d1b30824
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404881
@ -8,6 +8,7 @@ CATEGORIES= net-mgmt
|
||||
MASTERDIR= ${.CURDIR}/../zabbix2-server
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -8,6 +8,7 @@ PKGNAMESUFFIX= -frontend
|
||||
MASTERDIR= ${.CURDIR}/../zabbix22-server
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -8,6 +8,7 @@ PKGNAMESUFFIX= -frontend
|
||||
MASTERDIR= ${.CURDIR}/../zabbix24-server
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user