/benchmarks/forkbomb/

rg/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/ndpi
Commit message (Collapse)AuthorAgeFilesLines
* Update net/ndpi and net/ntopng to latest upstream snapshots.madpilot2017-10-052-6/+5
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* - Update net/ndpi to new 2.0 branchmadpilot2017-06-052-6/+5
| | | | | | - Update net/ntopng to new 3.0 branch - Don't hardcode /usr/local in configuration script - Greatly simplify Makefile.in patch
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* - Update ndpi and ntopng to head of stable branches.madpilot2016-12-242-7/+6
| | | | | | | | | - 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.
* - Fix licenseamdmi32016-12-011-6/+3
| | | | | | | | - Add LICENSE_FILE - Remove bogus (in presence of USE_GITHUB) USES=tar* - Remove post-patch, redundant with USES=pathfix Approved by: portmgr blanket
* net/ndpi: USES-= aliasmarino2016-08-121-1/+1
| | | | Now properly fixed (DF patches stored in dports)
* - Update ndpi port to a newer snapshot from github, required bymadpilot2016-07-022-5/+9
| | | | | ntopng update - Update ntopng to 2.4
* Take maintainership.madpilot2016-05-291-1/+1
| | | | | PR: 209812 Approved by: bofh@ (former maintainer)
* net/ndpi: Update version 1.7=>1.8bofh2016-05-293-7/+5
| | | | | PR: 209812 Submitted by: madpilot
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* net/ndpi: Update version 1.6=>1.7bofh2015-11-223-32/+3
|
* Add USES=alias to 10 ports (Aids DragonFly support)marino2015-09-201-1/+1
|
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* net/ndpi: Update version 1.5.1=>1.6bofh2015-06-07