1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Marcelo Araujo
8162469416 - Instead of patching the code just use C89 and stop the problems with inline.
PR:		ports/180269
Submitted by:	tijl@
2013-07-12 05:41:05 +00:00
Marcelo Araujo
f20ac572f1 - Take maintainership. 2013-07-03 02:13:34 +00:00
Mark Linimon
74a2f9f453 mlaier's bit has been taken in for safekeeping. 2013-07-03 02:08:05 +00:00
Renato Botelho
841c467a9a - Unbreak pftop on HEAD > r240233 [1]
. Reported by Sven Hazejager.
- Unbreak on FreeBSD 9 without pf 4.5 [1]
- Fix segfaults on FreeBSD 8 [2]
- Fix rule display in a couple of views on FreeBSD 9 and 10 [1]
  . Reported and tested by Thomas Kinsey
  . Fix reported to OpenBSD by Robert Mills

PR:		ports/175927
Submitted by:	[1] Fabian Keil <fk@fabiankeil.de>, [2] garga@
Approved by:	maintainer timeout (over 60 days)
2013-05-18 15:42:52 +00:00
Florian Smeets
a1cde0a2c4 unbreak on >= 9.0
PR:		ports/155938
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Approved by:	maintainer timeout (46 weeks)
2012-02-14 17:07:07 +00:00
Pav Lucistnik
ccceb51969 - Mark BROKEN on 9.X: does not compile
Reported by:	pointyhat
2011-03-25 20:55:02 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Wesley Shields
888ad81c31 Update patch to properly display direction of filtering rules.
Bump PORTREVISION.

PR:		ports/123670
Submitted by:	Andrey Groshev <greenx@yandex.ru>
Reviewed by:	mlaier (maintainer)
Approved by:	garga (mentor), mlaier (maintainer)
2008-05-19 13:01:33 +00:00
Max Laier
d28f8ae108 Manually export CC and CFLAGS to MAKE_ENV and have __MAKE_CONF point to
/dev/null.  The latter is a problem because the port's Makefile uses the
bsd.*.mk infrastructure.  This works around several problems people were
having when setting CFLAGS[1] in make.conf or CC[2] on the command line.

PR:		ports/122943
Reported-by:	many[1], Frank Fenor[2]
2008-04-27 18:32:02 +00:00
Max Laier
1a986cb5e9 Update to 0.7 - adds state display filters. While here also add a patch to
support dynamic ALTQ (by ignoring INACTIVE queues).

Approved by:	flz
2008-04-01 15:10:34 +00:00
Max Laier
cb7992852a Update pftop to 0.6 in order to make it work with changed pf ABI after the
4.1 import.

Reported by:	Bruce Cran
Approved by:	gabor
PR:		ports/116187
2007-09-08 18:14:51 +00:00
Edwin Groothuis
765d1537e6 fix SIZE 2006-02-01 02:14:23 +00:00
Mark Linimon
b3fba46d80 Update to 0.5.
PR:		ports/92094
Submitted by:	Jeffrey H dot  Johnson <CPE1704TKS at bellsouth dot net>
Approved by:	maintainer
2006-01-29 04:44:00 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Pav Lucistnik
3ba03fca82 - Remove dependencies on security/pf, it was removed. pf is in base since
502106

Pointy hat to:	pav
2005-09-14 23:27:00 +00:00
Max Laier
b45042909e Update pftop for the pf 3.7 import.
Submitted by:	Edwin Brown <edwin(!)brown(at)gmail(!)com> (w/changes)
Approved by:	pav
2005-05-04 17:16:23 +00:00
Michael Nottebrock
7b6af006aa Enable ALTQ and 3.5 functionality after the import and update to base.
Submitted by: maintainer
Reminded by: yongari
2004-08-30 18:19:47 +00:00
Trevor Johnson
488e7fe939 Add size data, approved by maintainers. 2004-03-19 01:51:15 +00:00
Oliver Braun
7b1f7cb48c Change maintainer address to maintainers @freebsd.org address.
Submitted by:	maintainer
2004-03-14 11:46:59 +00:00
Oliver Braun
37383a7595 * Update dependencies as pf is now part of the base system. [1]
* Make portlint a little bit happier while I am here.

PR:		ports/63951 [1]
Submitted by:	maintainer [1]
2004-03-09 00:06:49 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Edwin Groothuis
82720705aa New port: sysutils/pftop - Utility to monitor securtiy/pf
Pftop is a small, curses-based utility for real-time display of active
	states and rule statistics for pf, the packet filter (for OpenBSD)

	This used to be part of security/pf but is now individual after
	(ports/57305)

PR:		ports/57307
Submitted by:	Max Laier <max@love2party.net>
2003-09-28 13:32:06 +00:00