Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-24 | Prepare for switching to NO_MTREE=yes. | joerg | 1 | -1/+3 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
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. | |||||
2006-07-14 | Remove an incomplete sentence, reported by Zafer Aydogan. | wiz | 1 | -1/+0 | |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-04-15 | If the interface doesn't have an ipv4 address and we provided a network | bouyer | 3 | -7/+49 | |
via -n, use it instead of bailing out. Allows to run arpwatch on interface without IP address. Bump pkgrevision. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -3/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 4 | -4/+10 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-11-30 | Update to 2.1a13, from Geert Hendrickx and William Fletcher. | bouyer | 8 | -20/+122 | |
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 | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-04-05 | Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B. Jewell | minskim | 1 | -1/+2 | |
in PR pkg/29870. | |||||
2005-03-17 | Pass VARBASE into the make so that it gets set correctly in the binary. | markd | 1 | -2/+3 | |
Bump PKGREVISION. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-10 | Use VARBASE instead of hardcoding /var. | minskim | 6 | -38/+18 | |
2004-11-03 | add BUILDLINK_LDADD.libpcap to LIBS so this is linked against the | grant | 1 | -1/+3 | |
right libraries on Solaris. | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-12-29 | shorten somewhat | hubertf | 1 | -59/+4 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 3 | -26/+4 | |
2002-08-05 | Don't document non-existing '-a' flag. Bump PKGREVISION. | wiz | 3 | -26/+5 | |
2002-02-05 | /bin/mkdir -> ${MKDIR}. | skrll | 1 | -2/+2 | |
Make the print-PLIST target output ${MKDIR} also. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -2/+2 | |
2001-09-10 | Use libpcap buildlink.mk instead of an .ifdef ${OPSYS} hack. | wiz | 1 | -7/+2 | |
From Stoned Elipot in pkg/13918. | |||||
2001-08-24 | Updated arpwatch to 2.1a11. No changelog available, old distfile removed. | abs | 7 | -203/+125 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-06-09 | Regen | bouyer | 1 | -2/+3 | |
2000-06-09 | Add a '-a' flag, wich prevents arp traffic from being matched against the local | bouyer | 2 | -7/+98 | |
net before processing. Usefull if you don't want to have an IP addr on the listening interface, or if you have aliases in different nets. While I'm there correct a bogon in the man page. | |||||
2000-01-10 | replaced a whole lot more commands with ${COMMAND} | wiz | 1 | -2/+2 | |
2000-01-10 | remove unnecessary '. ' | wiz | 1 | -1/+1 | |
1999-11-19 | Unfortunately, one of the files that is patched contains an RCS Id in | agc | 3 | -7/+12 | |
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. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-04-07 | Make this package work on Solaris. | agc | 2 | -3/+37 | |
1999-03-09 | Mark this package as not working on Solaris for just now. | agc | 1 | -1/+3 | |
It needs libpcap, which needs bpf. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-11-04 | 2.1a4 | mycroft | 5 | -48/+18 | |
1998-08-09 | Do not install as bin.bin mode 555, but rather use the default | kim | 1 | -3/+14 | |
provided by the pkg system (the INSTALL macro for make already has -g and -o, so remove the extra options from Makefile.in). | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 4 | -0/+8 | |
1998-06-25 | include <paths.h>, and PATH_SENDMAIL => _PATH_SENDMAIL. | is | 1 | -0/+30 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-05-14 | Change category to `net'. | pk | 1 | -2/+2 | |
1998-04-27 | portlint: mkdir->${MKDIR}; touch->${TOUCH}. | frueauf | 1 | -6/+6 | |
1998-04-27 | arpwatch 2.0.2, an arp activity monitoring tool. Maintain a database | bouyer | 8 | -0/+152 | |
of MAC <-> IP adresses mapping, and warns about changes. |