Up to [cvs.netbsd.org] / pkgsrc / net / arpwatch
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.33 / (download) - annotate - [select for diffs], Thu Sep 25 14:02:09 2008 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
HEAD
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES source.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:29 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.31: +12 -12
lines
Diff to previous 1.31 (colored)
Add DESTDIR support.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Apr 4 19:42:15 2008 UTC (4 years, 1 month ago) by jwise
Branch: MAIN
Changes since 1.30: +5 -2
lines
Diff to previous 1.30 (colored)
Update arpwatch to version 2.1a15. Changes are build-infrastructure-related and updates to vendor tables. While here, also install example scripts which come with arpwatch, showing how to have arpwatch sample from an snmp-enabled router or switch (these install into /usr/pkg/share/examples/arpwatch).
Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 24 19:21:29 2007 UTC (5 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.29: +3 -1
lines
Diff to previous 1.29 (colored)
Prepare for switching to NO_MTREE=yes.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:02 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:12 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 15 09:54:20 2006 UTC (6 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
If the interface doesn't have an ipv4 address and we provided a network via -n, use it instead of bailing out. Allows to run arpwatch on interface without IP address. Bump pkgrevision.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:57 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.25: +1 -3
lines
Diff to previous 1.25 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Nov 30 22:36:43 2005 UTC (6 years, 5 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.24: +12 -6
lines
Diff to previous 1.24 (colored)
Update to 2.1a13, from Geert Hendrickx and William Fletcher.
arpwatch changes:
- Convert arp2ethers from csh to sh
- updated ethercode.dat
- misc minor bugfixes
Changes from Geert Hendrickx:
- move ethercodes.dat to share/arpwatch (from etc)
- Use ${VARBASE:Q} instead of ${VARBASE} as suggested by pkglint
- Use OWN_DIRS to note the admin about the stale db directory after
deinstallation
Changes from William Fletcher:
- add a rc.d script
- add a '-m' option to specify the recipient for email messages (still
defaults to root)
Fix pkg/32151 by Geert Hendrickx
Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:44 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.23: +1 -2
lines
Diff to previous 1.23 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Wed Apr 6 03:56:16 2005 UTC (7 years, 1 month ago) by snj
Branch: pkgsrc-2005Q1
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
Pullup ticket 426 - requested by Min Sik Kim
portability fix for arpwatch
Revision pulled up:
- pkgsrc/net/arpwatch/Makefile 1.23
Module Name: pkgsrc
Committed By: minskim
Date: Tue Apr 5 05:26:16 UTC 2005
Modified Files:
pkgsrc/net/arpwatch: Makefile
Log Message:
Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B.
Jewell in PR pkg/29870.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 5 05:26:16 2005 UTC (7 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B. Jewell in PR pkg/29870.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 17 11:01:44 2005 UTC (7 years, 2 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Changes since 1.21: +3 -2
lines
Diff to previous 1.21 (colored)
Pass VARBASE into the make so that it gets set correctly in the binary. Bump PKGREVISION.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Dec 10 23:32:34 2004 UTC (7 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.20: +11 -3
lines
Diff to previous 1.20 (colored)
Use VARBASE instead of hardcoding /var.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 3 10:59:40 2004 UTC (7 years, 6 months ago) by grant
Branch: MAIN
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
add BUILDLINK_LDADD.libpcap to LIBS so this is linked against the right libraries on Solaris.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 25 08:12:57 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
Convert to buildlink3.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 21 17:10:22 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
COMMENT should start with a capital letter.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 17 22:51:00 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 10 13:13:05 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
buildlink1 -> buildlink2.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 5 17:54:02 2002 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base,
netbsd-1-6
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Don't document non-existing '-a' flag. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 10 16:37:36 2001 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.13: +2 -7
lines
Diff to previous 1.13 (colored)
Use libpcap buildlink.mk instead of an .ifdef ${OPSYS} hack.
From Stoned Elipot in pkg/13918.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 24 11:37:07 2001 UTC (10 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.12: +3 -4
lines
Diff to previous 1.12 (colored)
Updated arpwatch to 2.1a11. No changelog available, old distfile removed.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 25 04:18:03 2001 UTC (11 years, 3 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this
Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 17 18:18:34 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 10 00:57:15 2000 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
replaced a whole lot more commands with ${COMMAND}
Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 19 12:32:26 1999 UTC (12 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.8: +6 -1
lines
Diff to previous 1.8 (colored)
Unfortunately, one of the files that is patched contains an RCS Id in the surrounding context. Introduce a pre-patch stage which removes the magic '$' characters from the source file, which allows us to have package patch files which do not contain any RCS Ids, and which allows us to patch without a fuzz factor.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 7 13:01:17 1999 UTC (13 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001,
comdex-fall-1999
Changes since 1.7: +7 -3
lines
Diff to previous 1.7 (colored)
Make this package work on Solaris.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 9 16:43:07 1999 UTC (13 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Mark this package as not working on Solaris for just now. It needs libpcap, which needs bpf.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:36 1999 UTC (13 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (colored)
Fix CONFLICTS (remove redundancy, mostly)
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 4 17:25:12 1998 UTC (13 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (colored)
2.1a4
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 22 12:58:33 1998 UTC (13 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Update package Makefiles for automatic manual page handling.
Revision 1.3 / (download) - annotate - [select for diffs], Thu May 14 09:23:58 1998 UTC (14 years ago) by pk
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Change category to `net'.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 27 19:54:25 1998 UTC (14 years, 1 month ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.1: +6 -6
lines
Diff to previous 1.1 (colored)
portlint: mkdir->${MKDIR}; touch->${TOUCH}.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 27 18:06:37 1998 UTC (14 years, 1 month ago) by bouyer
Branch: MAIN
arpwatch 2.0.2, an arp activity monitoring tool. Maintain a database of MAC <-> IP adresses mapping, and warns about changes.