diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-20 05:27:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-20 05:27:04 +0800 |
commit | 46600af7689fd7e3f5d06540acedd3dc6832f78f (patch) | |
tree | ae6be5b4ed5ea9fd9c1d4302e18f036028aff9f8 /net/ntopng | |
parent | 56a9f56a81526e38eab21a56ec1ea7ce9b9a66a7 (diff) | |
download | freebsd-ports-gnome-46600af7689fd7e3f5d06540acedd3dc6832f78f.tar.gz freebsd-ports-gnome-46600af7689fd7e3f5d06540acedd3dc6832f78f.tar.zst freebsd-ports-gnome-46600af7689fd7e3f5d06540acedd3dc6832f78f.zip |
Mark BROKEN: Fails to link
/usr/bin/clang++ Ntop.o ParserInterface.o Prefs.o HTTPBL.o Categorization.o EthStats.o HTTPserver.o ActivityStats.o Lua.o ProtoStats.o NetworkInterface.o PcapInterface.o GenericHost.o StringHash.o Trace.o PacketStats.o StringHost.o Utils.o SimpleStringHost.o GenericHashEntry.o DnsStats.o Flow.o Redis.o main.o PeriodicActivities.o AddressResolution.o HostContacts.o HistoricalInterface.o Mutex.o NdpiStats.o ExportInterface.o EppStats.o AlertCounter.o Host.o IpAddress.o DB.o GenericHash.o RuntimePrefs.o FlowHash.o TrafficStats.o PF_RINGInterface.o Geolocation.o NtopGlobals.o CollectorInterface.o HostHash.o -Wall -L/usr/local/lib -lndpi -lpcap -L/usr/local/lib -lluajit-5.1 -L/usr/local/lib -lrrd /usr/local/lib/libzmq.a -L/usr/local/lib -ljson-c -lsqlite3 -lGeoIP -fstack-protector -L/usr/local/lib -lrt -lm -lpthread -o ntopng
/usr/local/lib/libzmq.a(libzmq_la-ipc_listener.o): In function `zmq::ipc_listener_t::set_address(char const*)':
(.text+0x84e): warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
/usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new':
(.text+0x58): undefined reference to `pgm_init'
/usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new':
(.text+0x79): undefined reference to `pgm_error_free'
/usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_term':
(.text+0x198): undefined reference to `pgm_shutdown'
...
Reported by: pkg-fallout
Diffstat (limited to 'net/ntopng')
-rw-r--r-- | net/ntopng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index cd54cdca1176..53cbc010b321 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -12,6 +12,8 @@ COMMENT= Network monitoring tool with command line and web interfaces LICENSE= GPLv3 +BROKEN= Fails to link + LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool \ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ libndpi.so:${PORTSDIR}/net/ndpi \ |