Commit graph

43 commits

Author SHA1 Message Date
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
bouyer
e140d68ab4 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.
2006-04-15 09:54:20 +00:00
jlam
dc9594e09d 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.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
bouyer
4d67338c9e 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
2005-11-30 22:36:43 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
minskim
c39fb4c152 Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B. Jewell
in PR pkg/29870.
2005-04-05 05:26:16 +00:00
markd
dfe733b9d0 Pass VARBASE into the make so that it gets set correctly in the binary.
Bump PKGREVISION.
2005-03-17 11:01:44 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
minskim
debcb005a2 Use VARBASE instead of hardcoding /var. 2004-12-10 23:32:34 +00:00
grant
e4a852eb99 add BUILDLINK_LDADD.libpcap to LIBS so this is linked against the
right libraries on Solaris.
2004-11-03 10:59:40 +00:00
snj
176497b1c4 Convert to buildlink3. 2004-04-25 08:11:38 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
hubertf
604857da9e shorten somewhat 2002-12-29 04:42:36 +00:00
wiz
b935c0488f buildlink1 -> buildlink2. 2002-10-10 13:13:05 +00:00
wiz
8a830034b6 Don't document non-existing '-a' flag. Bump PKGREVISION. 2002-08-05 17:54:02 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
8012d12766 Use libpcap buildlink.mk instead of an .ifdef ${OPSYS} hack.
From Stoned Elipot in pkg/13918.
2001-09-10 16:37:36 +00:00
abs
14d260b0ec Updated arpwatch to 2.1a11. No changelog available, old distfile removed. 2001-08-24 11:37:07 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
bouyer
07c2e9e97e Regen 2000-06-09 09:08:03 +00:00
bouyer
c37f18c092 Add a '-a' flag, wich prevents arp traffic from being matched against the local
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-06-09 09:06:55 +00:00
wiz
eadd890e05 replaced a whole lot more commands with ${COMMAND} 2000-01-10 00:57:13 +00:00
wiz
818d632b2b remove unnecessary '. ' 2000-01-10 00:55:19 +00:00
agc
3667af2477 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.
1999-11-19 12:32:26 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
86e27307f3 Make this package work on Solaris. 1999-04-07 13:01:17 +00:00
agc
b5e3bbc50a Mark this package as not working on Solaris for just now.
It needs libpcap, which needs bpf.
1999-03-09 16:43:07 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
mycroft
8b300bc83c 2.1a4 1998-11-04 17:25:12 +00:00
kim
53d63ffb5b Do not install as bin.bin mode 555, but rather use the default
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-09 20:37:17 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
is
791e000b0a include <paths.h>, and PATH_SENDMAIL => _PATH_SENDMAIL. 1998-06-25 11:41:50 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
pk
c1106dd5c4 Change category to `net'. 1998-05-14 09:23:58 +00:00
frueauf
ec134615f0 portlint: mkdir->${MKDIR}; touch->${TOUCH}. 1998-04-27 19:54:25 +00:00
bouyer
f2f14f7d70 arpwatch 2.0.2, an arp activity monitoring tool. Maintain a database
of MAC <-> IP adresses mapping, and warns about changes.
1998-04-27 18:06:37 +00:00