summaryrefslogtreecommitdiff
path: root/net/ntop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-12-2111-847/+0
| | | | | | | | | | | | | | | 2018-12-19 net/ntop: Broken for more than 6 months 2018-12-19 textproc/ots: Broken for more than 6 months 2018-12-20 x11/xdialog: Uses obsolete glib12 2018-12-20 net/netdude: Uses obsolete glib12 2018-12-20 japanese/jmode-skk: Uses obsolete glib12 2018-12-20 print/gsview: Uses obsolete glib12 2018-12-20 x11/dgs: Uses obsolete glib12 2018-12-20 japanese/jmode: Uses obsolete glib12 2018-12-20 multimedia/xmms: Uses obsolete glib12 Notes: svn path=/head/; revision=488006
* Deprecate ports broken for more than 6 monthsAntoine Brodin2018-11-181-0/+2
| | | | Notes: svn path=/head/; revision=485242
* Update `databases/gdbm' to version 1.18.1, an important bugfix releaseAlexey Dokuchaev2018-11-111-1/+1
| | | | | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts) Notes: svn path=/head/; revision=484696
* Reset MAINTAINER on ports maintained by amutu@amutu.comYuri Victorovich2018-06-221-1/+1
| | | | | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated. Notes: svn path=/head/; revision=473019
* Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadTijl Coosemans2018-06-141-0/+2
| | | | | | | | | | | multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=472376
* Add PY_FLAVOR to Python module dependencies.Mathieu Arnold2018-05-221-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470610
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441494
* - Pass maintainership to submitterWen Heping2017-05-151-1/+1
| | | | | | | | PR: 219231 Submitted by: amutu@amutu.com Notes: svn path=/head/; revision=440905
* - Fix shebangsDmitry Marakasov2017-04-211-3/+5
| | | | | | | - Silence stripping Notes: svn path=/head/; revision=439033
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-1/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* Don't use install-strip, it tries to strip .a files, and fails.Mathieu Arnold2016-10-171-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424116
* ntop is failing to configure after r414458 updated rrdtool to versionMatthew Seaman2016-05-031-2/+2
| | | | | | | | | | | | | | | | 1.6.0. ntop depends on librrd_th.so (threading enabled shlib) which has been removed from the latest rrdtool package -- threading is now always enabled. Quick fix: make ntop depend on the older rrdtool12 port. Longer term fix: investigate 'ntopng' http://www.ntop.org/products/traffic-analysis/ntop/ PR: 209230 Notes: svn path=/head/; revision=414525
* Update databases/rrdtool to 1.6.0Niclas Zeising2016-05-021-1/+1
| | | | | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168 Notes: svn path=/head/; revision=414458
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Switch to options helpersDmitry Marakasov2015-10-081-32/+9
| | | | | | | | | | - Fix build with PCAP_PORT by depending on specific .so version (otherwise dependency is satisfied with system libpcap.so, net/libpcap is not installed and the build fails) - Drop 8.x support Approved by: portmgr blanket Notes: svn path=/head/; revision=398791
* - Add LICENSE_FILEDmitry Marakasov2015-04-151-1/+2
| | | | | | | - Add CPE info Notes: svn path=/head/; revision=384048
* Cleanup plistAntoine Brodin2014-11-221-25/+1
| | | | Notes: svn path=/head/; revision=373063
* - Replace USE_AUTOTOOLS with USES=autoreconf:buildTijl Coosemans2014-10-051-5/+3
| | | | | | | | | - Remove PTHREAD_LIBS - Don't use SCRIPTS_ENV in post-configure, it is meant for scripts in SCRIPTDIR Notes: svn path=/head/; revision=370097
* Try setting STRIP through CONFIGURE_ARGS to fix remaining 8.X build issues.Matthias Andree2014-09-081-0/+1
| | | | Notes: svn path=/head/; revision=367688
* Fix build on 8.x, by leveraging USE_BINUTILS=yes there (before 900033).Matthias Andree2014-09-053-13/+14
| | | | | | | | | | | | | | | | The older binutils are picky and error out when trying to strip .a files, the newer binutils just skip over things and print warnings. [1] Fix build with WITH_SSP[_PORTS]=yes, by not running together LDFLAGS expansions; this drops one hunk from files/patch-configure.in. Modernize USE_PYTHON and @unexec rmdir. PR: 192047 [1] Submitted by: feld@ [1], Janos Dohanics [1, to ports@] Notes: svn path=/head/; revision=367396
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* Only use libevent2Baptiste Daroussin2014-07-241-2/+2
| | | | | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr Notes: svn path=/head/; revision=362796
* - Remove Author lineSunpoet Po-Chuan Hsieh2014-07-121-1/+0
| | | | Notes: svn path=/head/; revision=361639
* - Finalize switch to libtool (remove USE_AUTOTOOLS=libtool)Dmitry Marakasov2014-07-031-1/+4
| | | | | | | - Strip all installed libraries (not stripped by install-strip target) Notes: svn path=/head/; revision=360362
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* - Drop subversion dependency (not used, breaks build by touching ~)Dmitry Marakasov2014-06-172-12/+31
| | | | | | | | | | - Cosmetic fixes PR: 190885 Submitted by: amdmi3 Notes: svn path=/head/; revision=358117
* Unbreak, after I broke it on r357306.Jimmy Olgeni2014-06-162-3/+5
| | | | | | | | | | | | | | - Fix dependency on x11-fonts/urwfonts While I'm here: - Add LICENSE - Fix WWW tag in pkg-descr Noticed by: amdmi3 Notes: svn path=/head/; revision=358037
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* - Switch textproc/gdome2 to USES=libtool, drop .la filesDmitry Marakasov2014-06-061-1/+1
| | | | | | | - Bump dependent ports as .so version has changed Notes: svn path=/head/; revision=356785
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-062-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356783
* - StagifyDmitry Marakasov2014-06-052-14/+7
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Fix plist (@exec order and don't remove /var/db) Approved by: portmgr blanket Notes: svn path=/head/; revision=356609
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355691
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 5.0.1Sylvio Cesar Teixeira2013-01-105-126/+169
| | | | Notes: svn path=/head/; revision=310179
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* - Adds knob for py-mako so OP can include py-mako dependencySylvio Cesar Teixeira2012-01-181-1/+7
| | | | | | | | PR: ports/164248 Submitted by: scheidell@ Notes: svn path=/head/; revision=289392
* - Fix RUN_DEPENDS (:=), mostly for portlintSylvio Cesar Teixeira2012-01-144-14/+35
| | | | | | | | | | | | | | - Change WITH_PCAP_PORT to LIB_DEPENDS, not BUILD_DEPENDS - add stopdaemon to pkg-plist - need chown in pkg-plist so that .tbz (package building) works - clean up install message (patch-Makefile.am) - add test in pkg-deinstall.in to test for DBDIR PR: ports/163682 Submitted by: scheidell@ Notes: svn path=/head/; revision=289193
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* PR: 16041Michael Scheidell2011-11-212-12/+19
| | | | | | | | | Submitted by: scheidell Approved by: maintainer (sylvio, implicit), gabor (mentor) Feature safe: Yes Notes: svn path=/head/; revision=286138
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* - Update to 4.1.0Sylvio Cesar Teixeira2011-08-183-5/+10
| | | | Notes: svn path=/head/; revision=279991
* - Fix to RUN_DEPENDS, added dependencies rrdtool and GeoIPSylvio Cesar Teixeira2011-02-211-1/+5
| | | | | | | | PR: ports/154800 Submitted by: M <scheidell@secnap.net> Notes: svn path=/head/; revision=269449