non port: net-mgmt/ng_ipacct/Makefile |
SVNWeb
|
Number of commits found: 37 |
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 43ac3e2 (Only the first 10 of 285 ports in this commit are shown above. )
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above )
|
Mon, 18 Oct 2021
|
[ 19:20 Vsevolod Stakhov (vsevolod) ] e357477
net-mgmt/ng_ipacct: VIMAGE is now mandatory option
This option is unconditional since FreeBSD 12, so it is now removed to a
static define.
Reported by: Eugene Kazarinov via private email
|
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.
|
Sun, 14 Mar 2021
|
[ 18:58 vsevolod ]
- Really fix build of the port
Submitted by: Christoph Moench-Tegeder via GitHub
|
Sat, 13 Mar 2021
|
[ 16:31 vsevolod ]
- Unbreak for FreeBSD >= 12
|
Tue, 22 Dec 2020
|
[ 02:45 linimon ]
Mark as BROKEN on riscv64 similar to on armvX.
Approved by: portmgr (tier-2 blanket)
|
Mon, 15 Apr 2019
|
[ 05:55 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Sun, 1 Apr 2018
|
[ 13:21 vsevolod ]
Update ng_ipacct port to 20180401 tag
- Add VIMAGE option [1]
- Fix build on head [1]
- Incorporate the existing patches
- Improve ipacctctl build [1]
Submitted by: eugen via IRC [1]
|
Sun, 18 Mar 2018
|
[ 06:04 linimon ]
Mark as broken on armvX.
Approved by: portmgr (tier-2 blanket)
|
Mon, 22 May 2017
|
[ 16:04 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Thu, 7 May 2015
|
[ 17:26 mat ] (Only the first 10 of 127 ports in this commit are shown above. )
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 4 Mar 2015
|
[ 10:33 vsevolod ]
- Use github for port fetching
- Remove included patches
- Add patch to lock pcbinfo hash [1]
- Update version to 20150304
Submitted by: Eugene Grossbein via IRC [1]
|
Wed, 24 Sep 2014
|
[ 19:21 antoine ]
Do not violate stagedir (and allow staging as a regular user)
|
Tue, 23 Sep 2014
|
[ 10:21 bapt ]
Simpify plist
Fix license
|
Fri, 24 Jan 2014
|
[ 22:56 rene ]
Do not set variables already set by USES=kmod
Approved by: maintainer silence (vsevolod@)
|
Fri, 20 Dec 2013
|
[ 18:22 vsevolod ]
- Fix build on systems without /usr/share/mk/bsd.compat.mk
|
Thu, 28 Nov 2013
|
[ 17:23 bapt ]
Allow building as a user
|
Fri, 1 Nov 2013
|
[ 16:55 vsevolod ]
- Support staging.
- Use kmod.
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Fri, 13 Sep 2013
|
[ 15:16 vsevolod ]
* Improve locking for ipacct hash table by converting from a global
mutex to a set of fine-grained rmlocks per hash buckets.
* Increase hash buckets from 256 to 512.
* Remove obsoleted master site and added local one.
* Stylefix for the ignore message.
* Bump portrevision.
* Take ownership.
|
Wed, 24 Apr 2013
|
[ 17:00 eadler ]
For some unmaintained ports:
- fix format for pkg-descr
- convert to OptionsNG
- remove logic for older versions of python which we no longer support
- remove option for old versions of FreeBSD
- unconditionally set PORTDOCS
- etc.
Reviewed by: jgh
|
Mon, 22 Apr 2013
|
[ 13:27 bapt ] (Only the first 10 of 45 ports in this commit are shown above. )
Reassign skv@ ports to the heap
Feature safe: yes
|
Wed, 15 Aug 2012
|
[ 00:37 dougb ]
danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
is already the default, so for those ports where we are doing:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
to avoid the problem of conflicts with the rc.d script of the same
name it is not necessary to define WRKSRC separately.
Clean up this mistake of mine, and standardize for the others.
|
Mon, 13 Aug 2012
|
[ 10:22 dougb ]
Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
PR: ports/170592
Submitted by: Eugene Grosbein <eugen@eg.sd.rdtc.ru>
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sat, 25 Feb 2012
|
[ 22:15 eadler ]
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout
|
Thu, 7 Aug 2008
|
[ 09:49 erwin ]
Don't overlook the n in ifndef and restore the original meaning
for NO_PACKAGE, and add a separate IGNORE for pointyhat.
Noticed by: Eugene Kazarinov <kamuzon@milshop.ru>
|
Tue, 5 Aug 2008
|
[ 07:19 erwin ]
To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE
|
Mon, 2 Jun 2008
|
[ 16:27 skv ]
* add new example to ng_ipacct.conf [1]
* skip NO_PACKAGE if PACKAGE_BUILDING is defined [1]
* minor clean
PR: ports/105597
Submitted by: Eugene Grosbein <eugen xx kuzbass.ru>
|
Fri, 29 Jun 2007
|
[ 09:16 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
|
Mon, 25 Dec 2006
|
[ 10:38 skv ]
Update to 20061223
|
Thu, 14 Sep 2006
|
[ 16:40 skv ]
* Add amd64 patches
* Install "etc/ng_ipacct.conf.sample" only.
|
Sun, 3 Sep 2006
|
[ 19:41 skv ]
Add support for ng_bpf to example scripts.
PR: ports/102742
Submitted by: Eugene Grosbein <eugen xx grosbein.pp.ru>
|
[ 00:36 kris ]
BROKEN: Unfetchable
|
Mon, 1 Aug 2005
|
[ 07:59 skv ]
Update to 20050731:
* fix build for 6.0
* support NGGIF data-link type
|
Sat, 2 Apr 2005
|
[ 16:34 skv ]
* fix "missed DLT initialization" issue
* add "ng_ipacct_%%iface%%_checkpoint_script" feature
(and target "checkpoint" for rc.d/ng_ipacct.sh)
* add example "PPTP (via mpd), divert traffic to ng_ksocket"
|
Mon, 28 Feb 2005
|
[ 12:34 skv ]
Add ng_ipacct 20050228, Netgraph IP accounting.
|
Number of commits found: 37 |