CVS log for ports/net/trafshow3/Makefile
Up to [FreeBSD] / ports / net / trafshow3
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:24:37 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Feb 28 14:37:16 2011 UTC (11 months, 1 week ago) by sem
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
- Tarball has gone. Copy it on ftp.freebsd.org.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed May 12 20:37:17 2010 UTC (21 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Remove references to now non-existant devel/libslang PR: ports/145245 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu May 7 18:04:37 2009 UTC (2 years, 9 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -7 lines
- Remove BROKEN since port is building and working fine on 800085
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jan 8 17:49:41 2009 UTC (3 years, 1 month ago) by erwin
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -1 lines
Mark BROKEN on 8: does not build after the arp-v2 import. Submitted by: pointyhat
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Apr 16 18:40:59 2007 UTC (4 years, 9 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -17 lines
- Clean up Makefile. Get rid all antique constructions. - Fix a bug when config file was overriden [1] Reported by: Anton Yuzhaninov (citrin@RusNet)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Feb 7 17:56:15 2006 UTC (6 years ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -1 lines
- Remove USE_REINPLACE from my ports
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jan 18 09:58:43 2006 UTC (6 years ago) by sem
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +26 -17 lines
- Get back trafshow 3. It shows the most true results. Asked by: many users
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jan 7 06:22:17 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
MAINTAINER-UPDATE: net/trafshow back to ports@freebsd.org I haven't had time to maintain net/trafshow. Worse, I don't even use it myself anymore. Hopefully someone else will pick this up soon. PR: ports/91441 Submitted by: Ryan Thompson <ryan@sasknow.com> <ryan@sasknow.com>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 7 21:33:44 2005 UTC (6 years, 3 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
Workaround bpf non-blocking brokenness (kern/84823). Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Nov 5 14:26:45 2005 UTC (6 years, 3 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +18 -20 lines
- Update to 5.2.1 [1] - Fix configuration file handling across updates [1]: PR: ports/88123 Submitted by: Serge Maslov <serge@maslov.biz> Approved by: maintainer
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 12 04:28:54 2005 UTC (7 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_6_0_0, old_RELEASE_5_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
MAINTAINER-UPDATE: net/trafshow restore patch-ah During the split of trafshow3 and 4, the file patch-ah (a local enhancement adding the ability to apply masks to traffic patterns) was removed from files/ . PR: ports/75685 Submitted by: Ryan Thompson <ryan@sasknow.com>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 14 08:22:33 2004 UTC (7 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -0 lines
Port conflict (net/trafshow and net/trafshow4) net/trafshow and net/trafshow4 installs same executable (bin/trafshow). Both Makefile are missing CONFLICTS= line. Also added NO_LATEST_LINK for net/trafshow4 PR: ports/71097 Submitted by: Riccardo Torrini <riccardo@torrini.org>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 17 07:53:14 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
bump PORTEPOCH
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:12:20 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
Repocopy net/trafshow -> net/trafshow4 Back out net/trafshow to 3.1. PR: ports/70428 Submitted by: maintainer
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Aug 8 05:45:12 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -3 lines
Update to 4.0 PR: ports/70152 Submitted by: maintainer
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jul 30 16:27:01 2004 UTC (7 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Recognize gre, gif, esp protocols PR: ports/69654 Submitted by: Ilya V. Guy <ilya@lisgroup.net> Approved by: maintainer
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jun 29 16:54:55 2003 UTC (8 years, 7 months ago) by leeym
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_4_9_0, old_RELEASE_4_10_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
adds a handy column mask feature (-m) to net/trafshow bump PORTREVISION PR: 51002, 53807 Submitted by: Luigi Rizzo <rizzo@icir.org> Ryan Thompson <ryan@sasknow.com>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 22 08:19:23 2003 UTC (8 years, 9 months ago) by roam
Branches: MAIN
CVS tags: old_RELEASE_5_1_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -2 lines
Auto-detect the libslang dependency (trafshow uses it if available). Fix a typo in the package comment. PR: 51121 Submitted by: maintainer
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:15:05 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
De-pkg-comment.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Nov 4 05:46:34 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
PERL -> REINPLACE And some ports have USE_PERL5=yes now.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 30 23:00:47 2002 UTC (9 years, 9 months ago) by pat
Branches: MAIN
CVS tags: old_RELEASE_4_7_0, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Update MASTER_SITES PR: 37598 Submitted by: maintainer
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Dec 22 02:30:35 2001 UTC (10 years, 1 month ago) by pat
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_5_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
o Fix broken WWW: location to new one o Grammar corrections to pkg-descr o Remove bit about adding BPF devices to kernel, as these are now included in GENERIC o Hand maintainer over to submitter PR: 33078 Submitted by: Ryan Thompson <ryan@sasknow.com>
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:40:25 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Remove jseger and torstenb from maintainership of their ports, they have been inactive for too long Approved by: will
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:31:57 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_4_0, old_RELEASE_4_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Massive style enforcement - use ^I instead of spaces for variables identation.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 16 13:14:26 2000 UTC (11 years, 2 months ago) by tg
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Depend on ncurses.5 after the upgrade of devel/ncurses.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 29 22:31:16 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
That really needed a PORTREVISION=1
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Oct 29 22:27:34 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
Keep seperate ${PREFIX}/etc/trafshow and ${PREFIX}/etc/trafshow.dist files.
No response from the MAINTAINER in a month.
PR: 21288
Submitted by: James E. Housley <jim@thehousleys.net> (me)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jun 28 12:53:15 2000 UTC (11 years, 7 months ago) by alex
Branches: MAIN
CVS tags: old_RELEASE_4_1_1, old_RELEASE_4_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -5 lines
- Support CFLAGS/PREFIX/LOCALBASE properly - Add WWW: line into pkg/DESCR PR: 19345 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:13:51 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 24 16:08:04 2000 UTC (12 years ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +19 -5 lines
Update to trafshow-3.1 Submitted by: Michael Vasilenko <acid@stu.cn.ua> PR: ports/15907, ports/16296
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:24:25 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: old_RELEASE_3_4_0, old_RELEASE_3_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 27 21:42:46 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_3_2_0, old_RELEASE_3_1_0, old_RELEASE_3_0_0, old_RELEASE_2_2_8, old_RELEASE_2_2_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Make myself MAINTAINER at the request of the older MAINTAINER.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 26 12:05:31 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -9 lines
Make this build under CURRENT again. PR: 5815
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 13 12:21:09 1997 UTC (14 years, 6 months ago) by tg
Branches: MAIN
CVS tags: old_RELEASE_2_2_6, old_RELEASE_2_2_5
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -1 lines
Make trafshow compile again on -current. PR: 4211 Submitted by: Igor Vinokurov <igor@zynaps.ru>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 10 22:31:31 1997 UTC (14 years, 6 months ago) by fenner
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Change ftp.relcom.ru and ftp.kiae.su to ftp.kiarchive.ru Submitted by: ache (Andrey A. Chernov)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 21 00:14:06 1997 UTC (14 years, 6 months ago) by fenner
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Fix path on MASTER_SITE Found by: distfile checker
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:36:50 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
CVS tags: old_RELEASE_2_2_2, old_RELEASE_2_2_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -6 lines
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 19 17:30:01 1996 UTC (15 years, 3 months ago) by chuckr
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -5 lines
Port update, fixing some compile problems. Submitted by: Igor Vinokurov <igor@cs.ibank.ru>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 17 16:32:13 1996 UTC (15 years, 3 months ago) by max
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Updated the maintainer's address.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 4 01:57:18 1996 UTC (15 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Add $Id$. Remove NO_CONFIGURE, it is essentially a no-op now.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed May 1 07:52:08 1996 UTC (15 years, 9 months ago) by jkh
Branches: old_TRAFSHOW
CVS tags: old_trafshow_20
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Bring in trafshow - a utility for viewing network traffic. I think this one adheres to Satoshi's stringent standards about Makefile variable ordering! :-) Submitted by: igor@pkaub.ru
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 1 07:52:08 1996 UTC (15 years, 9 months ago) by jkh
Branches: MAIN
Initial revision
