non port: net/ntopng/Makefile |
SVNWeb
|
Number of commits found: 84 |
Wed, 7 Jun 2023
|
[ 16:39 Guido Falsi (madpilot) ] 8dcb92f
net/ntopng: Update to latest upstream snapshot
While here, regenerate patches.
|
Mon, 20 Feb 2023
|
[ 11:36 Guido Falsi (madpilot) ] 216ec71
net/ntopng: Update to 5.6 latest upstream stable snapshot
|
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
|
Thu, 22 Dec 2022
|
[ 20:11 Guido Falsi (madpilot) ] 587f137
net/ntopng: Update to latest upstream satable snapshot
- Import one patch from upstream head fixing a bug in stable branch [1]
Obtained
from: https://github.com/ntop/ntopng/commit/9d7bdc36a0d9cf7f06fd66f1ee26d7bb79c7c109
[1]
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 18 Aug 2022
|
[ 19:19 Guido Falsi (madpilot) ] 9748a5d
net/ntopng: Update to 5.4 branch
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 28 Jun 2022
|
[ 08:59 Guido Falsi (madpilot) ] a137cf1
net/ntopng: Update to latest upstream commit.
|
Thu, 24 Mar 2022
|
[ 23:48 Guido Falsi (madpilot) ] 66e6345
net/ntopng,net/ndpi: Fix build due to missing symbols in certain circumstances
When building on live machines when rrdtool happens to be already
present, which often happens automatically due to the order in which
the ports system builds things locally, the ntopng port could fail
due to unreferenced symbols from glib. This was caused by ntopng
trying to unconditionally link statically to ndpi but not providing
all required static libraries references to the command line.
- Add databases/rrdtool dependency in ndpi to ensure the same
libraries are used in both ports
- Make ntopng unconditionally use dynamic linking for ndpi too,
avoiding the issue described above.
PR: 262756
|
Mon, 21 Mar 2022
|
[ 21:15 Guido Falsi (madpilot) ] e054da6
net/ntopng: Update to latest upstream snapshot.
|
Wed, 9 Feb 2022
|
[ 14:16 Guido Falsi (madpilot) ] b36b859
net/ntopng: Update to 5.2
|
Thu, 23 Dec 2021
|
[ 14:51 Guido Falsi (madpilot) ] 15634f8
net/ntopng: Update to latest upstream snapshot
|
Thu, 30 Sep 2021
|
[ 14:05 Guido Falsi (madpilot) ] acce634
net/ntopng: Update to latest upstream snapshot
|
Sun, 22 Aug 2021
|
[ 17:25 Guido Falsi (madpilot) ] 84c9db6
net/ntopng: Update to 5.0
- Use ports provided lua library
|
Sat, 7 Aug 2021
|
[ 15:19 Guido Falsi (madpilot) ] 39f0134
net/ntopng: Update to latest upstream snapshot
|
Fri, 18 Jun 2021
|
[ 09:42 Guido Falsi (madpilot) ] cc80ca9
net/ntopng: Update to latest upstream snaapshot
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 12 Mar 2021
|
[ 18:50 madpilot ]
Update ntopng to latest upstream branch snapshot.
|
Mon, 25 Jan 2021
|
[ 18:03 madpilot ]
- Add unconditional dependency on gcrypt and libgpg-error to ndpi
and ntopng to ensure full feature set [1]
- Patch ntopng to link correctly with libgcrypt
- While here, update ntopng to latest upstream snapshot
PR: 252935 [1]
Submitted by: Franco Fichtner <franco@opnsense.org>
MFH: 2021Q1
|
Tue, 29 Dec 2020
|
[ 10:31 madpilot ]
Update ndpi and ntopng to latest upstream snapshot.
|
Wed, 4 Nov 2020
|
[ 08:51 madpilot ]
- Update nDPI to latest upstream stable snapshot
- Update ntopng to latest upsstream snapshot of new 4.2 stable
version
|
Sat, 24 Oct 2020
|
[ 15:37 madpilot ]
- Update ndpi to 3.4 branch
- Update ntopng to latest upstream stable commit
|
Fri, 2 Oct 2020
|
[ 07:59 madpilot ]
Update ntopng to latest upstream stable rvision.
|
Fri, 7 Aug 2020
|
[ 13:30 madpilot ]
Update ntopng to latest upstream commit.
|
Tue, 16 Jun 2020
|
[ 22:22 madpilot ]
Fix script to use md5 and not md5sum.
PR: 243110
Submitted by: Tomoyuki Sakurai <trombik1973@gmail.com>
|
Mon, 15 Jun 2020
|
[ 17:48 madpilot ]
- Update ntopng to latest upstream commit
This includes a fix for high CPU usage
PR: 246929
Submitted by: Michael Muenz <m.muenz@gmail.com>
|
Mon, 1 Jun 2020
|
[ 17:38 madpilot ]
Update ntopng to latest upstream commit.
PR: 246896
Submitted by: Michael Muenz <m.muenz@gmail.com>
|
Fri, 22 May 2020
|
[ 19:20 sunpoet ] (Only the first 10 of 67 ports in this commit are shown above. )
Bump PORTREVISION for devel/json-c json-c
|
Wed, 15 Apr 2020
|
[ 11:11 madpilot ]
Update nDPI and ntopng to latest upstream snapshot versions.
|
Mon, 13 Apr 2020
|
[ 22:58 madpilot ]
Add patch replacing lua_tonumber() with lua_tointeger() inside
htons() calls.
Tese were causing build to fail on armv7, and it's more correct anyway.
Submitted by: garga (via email)
MFH: 2020Q2
|
Fri, 27 Mar 2020
|
[ 15:21 madpilot ]
- Update nDPI to 3.2.d20200324
- Update ntopng to 4.0.d20200326
Reported by: Victor Hooi <victorhooi@yahoo.com>
|
Sat, 7 Dec 2019
|
[ 18:53 madpilot ]
Update ntopng to 3.8.d20191111
|
Sun, 22 Sep 2019
|
[ 20:58 madpilot ]
Update ntopng to latest upstream snapshot.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 22 Jul 2019
|
[ 20:40 madpilot ]
Add requirement for mysql to ntopng startup script, so that the
mysql startup script is run before it if present.
Reported by: Daniel Engberg
|
Wed, 19 Jun 2019
|
[ 17:13 madpilot ]
Update ntopng to latest upstream release snapshot.
|
Fri, 29 Mar 2019
|
[ 01:21 madpilot ]
Upgrade ntopng to 3.8.d20190327
|
Tue, 12 Mar 2019
|
[ 19:47 madpilot ]
- Update net/ndpi to 2.8.d20190301
- Update net/ntopng to 3.8.d20190301
- Remove trailing whitespacce in pkg-descr
|
Tue, 15 Jan 2019
|
[ 18:16 madpilot ]
- Update ntopng to latest upstream snapshot
- Enable again IP geolocation by using the maxminddb. Rename script
which downloads the data to reflect the change
|
Sun, 13 Jan 2019
|
[ 20:58 adamw ] (Only the first 10 of 59 ports in this commit are shown above. )
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
|
Sun, 30 Dec 2018
|
[ 11:24 madpilot ]
USES=compiler:c++11-lang is necessary to build on GCC architectures.
PR: 234414
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sat, 22 Dec 2018
|
[ 21:05 madpilot ]
Modify ntopng to use /var/db/ntopng as a data directory by default,
instead of /var/lib/ntopng.
Updated UPDATING entry text accordingly.
Reported by: pi
|
[ 20:06 madpilot ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221
- Add USES=localbase to ndpi
- Silence portlint warnings
- Update WWW links
- Add UPDATING note about data directory change
nDPI changelog:
https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md
ntopng changelog:
https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
|
Tue, 11 Sep 2018
|
[ 07:41 madpilot ]
Update ntopng to latest upstream stable snapshot.
|
Wed, 5 Sep 2018
|
[ 22:01 sunpoet ] (Only the first 10 of 68 ports in this commit are shown above. )
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine
|
Thu, 30 Aug 2018
|
[ 10:49 madpilot ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update ndpi to 2.4 latest snapshot
- Update ntopng to 3.6 latest snapshot
|
Mon, 4 Jun 2018
|
[ 17:01 madpilot ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update net/ndpi to 2.2.2 snapshot
- Update net/ntopng to 3.4 snapshot
- Change versioning scheme to conform to porter's handbook best
practices
- Bump PORTEPOCH to avoid version number going backwards
- Remove patches included upstream
- Remove unneeded USE_LDCONFIG in ntopng
|
Fri, 16 Mar 2018
|
[ 08:32 madpilot ]
Update nDPI and ntopng to latest upstream versions.
|
Thu, 18 Jan 2018
|
[ 20:09 madpilot ]
- Update ntopng to 3.2.2018.01.12
- Fix build with Clang 6.0
|
Wed, 3 Jan 2018
|
[ 13:36 sunpoet ] (Only the first 10 of 58 ports in this commit are shown above. )
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
|
[ 11:17 madpilot ]
Update ntopng to newer upstream snapshot.
|
Sat, 9 Dec 2017
|
[ 17:11 madpilot ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update net/ndpi to 2.2 (latest snapshot)
- Update net/ntopng to 3.2 (latest snapshot)
- For ndpi reapply commit reverted upstream to avoid installing
include file with wrong relative path
- For ntopng use embedded luajit, it requires a newer (beta) version
than what we have in the tree
|
Tue, 14 Nov 2017
|
[ 20:42 madpilot ]
Update ntopng to newer upstream snapshot.
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Sun, 22 Oct 2017
|
[ 10:09 vsevolod ] (Only the first 10 of 25 ports in this commit are shown above. )
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
|
Wed, 4 Oct 2017
|
[ 21:20 madpilot ]
Update net/ndpi and net/ntopng to latest upstream snapshots.
|
Tue, 22 Aug 2017
|
[ 12:55 madpilot ]
- Update to newer upstream snapshot
- Silence portlint warning about variable ordering
|
Mon, 5 Jun 2017
|
[ 16:13 madpilot ]
Update net/ntopng to a newer stable snapshot which includes some
minor fixes.
|
[ 15:43 madpilot ]
- Update net/ndpi to new 2.0 branch
- Update net/ntopng to new 3.0 branch
- Don't hardcode /usr/local in configuration script
- Greatly simplify Makefile.in patch
|
Mon, 22 May 2017
|
[ 18:05 madpilot ]
- Update net/ntopng to latest upstream stable snapshot
- Install GetIP data files in correct location [1]
PR: 219447 [1]
Submitted by: freebsd-bugzilla@thismonkey.com
|
Thu, 16 Feb 2017
|
[ 14:51 madpilot ]
- Correct GeoIP update script
- Install GeoIP update script only when GEOIP option is enabled
- Add deinstall script to cleanup GeoIP dat file downloaded with
the provided script
- Fix startup script REQUIREs
- Move -e argument to end of command line as suggested by upstream
to avoid conflicts with other user provided options
- Remove reference to unspecified security vulnerabilities in
pkg-message, leaving a generic suggestion to protect public services
- While here reword pkg-message and add suggestion on how to provide
a configuration file to ntopng
Thanks to Simone Mainardi <mainardi at ntop.org> (upstream developer)
for his suggesting most of the above changes and his help.
|
Tue, 7 Feb 2017
|
[ 18:53 madpilot ]
Update ntopng to 2.4.2017.01.20
|
Fri, 23 Dec 2016
|
[ 23:30 madpilot ]
- Update ndpi and ntopng to head of stable branches.
- Fix GeoIP dependency in ntopng.
Upstream releases binaries from the top of the stable branches as
main distribution media, so I make the FreeBSD port do the same.
Thanks to Kaya Saman <kayasaman@gmail.com> for his help with testing.
|
Fri, 1 Jul 2016
|
[ 16:49 madpilot ]
- Update ndpi port to a newer snapshot from github, required by
ntopng update
- Update ntopng to 2.4
|
Sat, 28 May 2016
|
[ 22:09 madpilot ] (Only the first 10 of 14 ports in this commit are shown above. )
Restore deleted port: net/ntopng
ntopng is a new generation flexible and feature-rich tool for monitoring and
troubleshooting local area networks. It provides command line and web
interfaces, the latter via an embedded web server. ntop is based on libpcap.
WWW: http://www.ntop.org/products/ntop/
|
Sat, 30 Jan 2016
|
[ 20:20 antoine ]
Deprecate ports broken for more than 6 months
|
Sun, 10 Jan 2016
|
[ 16:31 bapt ] (Only the first 10 of 24 ports in this commit are shown above. )
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Wed, 17 Jun 2015
|
[ 17:13 antoine ]
Mark BROKEN: Fails to build
NetworkInterface.cpp:138:5: error: no matching function for call to
'ndpi_set_proto_defaults'
ndpi_set_proto_defaults(ndpi_struct, NTOPNG_NDPI_OS_PROTO_ID,
^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/libndpi-1.6.0/libndpi/ndpi_main.h:120:13: note: candidate
function not viable: requires 8 arguments, but 5 were provided
extern void ndpi_set_proto_defaults(struct ndpi_detection_module_struct
*ndpi_mod,
^
1 error generated.
Reported by: pkg-fallout
|
Mon, 15 Jun 2015
|
[ 11:06 koobs ]
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix
- Bump PORTREVISION for dependent ports for shared library version
change
While I'm here:
- Whitespace align Makefile
Based on:
PR: 200502
Reported by: Sevan Janiyan <venture37 geeklan co uk>
Submitted by: Jason Unovitch <jason.unovitch gmail com>
MFH: 2015Q2
Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security: CVE-2014-9721
|
Thu, 14 May 2015
|
[ 09:08 bofh ]
net/ntopng: Unbreak
- ntopng broke due to linking with libzmq static library when built with
PGM/CURVE
PR: 198302
Submitted by: daniel.engberg.lists@pyret.net
Sponsored by: Netgate
|
Sat, 18 Apr 2015
|
[ 15:14 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert to USES=autoreconf
|
Wed, 15 Apr 2015
|
[ 13:15 amdmi3 ]
- Add LICENSE_FILE
- Add CPE info
|
Sat, 14 Feb 2015
|
[ 09:12 antoine ]
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+0x7d0): 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'
Reported by: pkg-fallout
|
Wed, 24 Dec 2014
|
[ 12:26 bofh ]
net/ntopng: Unbreak
- Unbreak
- Change EXTRACT_SUFX to USES
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196189
Differential Revision: https://reviews.freebsd.org/D1364
Submitted by: peter@pean.org
#Reviewed by: marino
Approved by: marino(mentor)
#Obtained from:
#MFC after:
#MFH:
#Relnotes:
#Security:
#Sponsored by:
|
[ 00:14 bofh ] (Only the first 10 of 432 ports in this commit are shown above. )
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt
|
Wed, 19 Nov 2014
|
[ 21:27 antoine ]
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
|
Mon, 15 Sep 2014
|
[ 12:15 riggs ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to upstream release 1.2.1
- Clean up / simplify Makefile
- MASTER_SITES: only sourceforge
- Mark port BROKEN on pre-9.x systems for now (build issue)
PR: 193421
Submitted by: 5u623l20@gmail.com (maintainer)
|
Mon, 11 Aug 2014
|
[ 17:05 adamw ] (Only the first 10 of 74 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Sun, 22 Jun 2014
|
[ 22:19 bapt ]
Mark as broken: no distinfo provided for some of the distfiles
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Wed, 25 Dec 2013
|
[ 15:07 sunpoet ]
- Fix distinfo: additional data files are updated now and then
- Bump PORTREVISION for package change
PR: ports/185066
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
Mon, 2 Dec 2013
|
[ 08:00 sunpoet ] (Only the first 10 of 13 ports in this commit are shown above. )
- Add ntopng 1.1
ntopng is a new generation flexible and feature-rich tool for monitoring and
troubleshooting local area networks. It provides command line and web
interfaces, the latter via an embedded web server. ntop is based on libpcap.
WWW: http://www.ntop.org/products/ntop/
PR: ports/184197
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
Number of commits found: 84 |