summaryrefslogtreecommitdiff
path: root/net/arping
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2013-02-06PKGREVISION bumps for net/libpcap update.jperkin1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-11-01Reset maintainer.wiz1-2/+2
2009-12-09Some clean up realted to net/libnet{10,11}.obache1-1/+2
* buildlink bin/libnet{10,11}-config to bin/libnet-config for comvenience (they ware renamed in pkgsrc to avoid conflict) * remove -lnet from BUILDLINK_CPPFLAGS.libnet11. linker flags should not be in CPPFLAGS, and it berak likage with libtool as reported in PR 37300. * libnet11 install just a static library, so set defaut DEPMETHOD = build Bump PKGREVISION for libnet11 related packages (net/isic will be updated later).
2009-12-09${LOCALBASE} should not be used for CPPFLAGS, ${BUILDLINK_PREFIX.libnet11}obache1-2/+2
instead.
2009-12-03Put libs after the source to ensure correct linkage.joerg1-2/+3
2009-07-07Updating net/arping from 2.05nb1 to 2.08, setting license to gnu-gpl-v2sno2-7/+7
Upstream changes: Not logged
2008-06-20Add DESTDIR support.joerg1-3/+5
2007-02-22I know I had tested the package when I did the last change, and it hadrillig3-32/+7
worked. But somehow, today it didn't work anymore. Fixed everything by removing the patch for the Makefile and doing the whole build command in the package Makefile. Fixes PR 35786.
2007-02-21Since devel/libnet has been removed from pkgsrc, this package now needsrillig2-55/+4
to depend on devel/libnet11. Because the default option had been to use libnet and now is libnet11, PKGREVISION++. There are no more PKG_OPTIONS left.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-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-12-20Use FreeBSD rules for DragonFly as well.joerg1-2/+2
2006-12-03Make arping1 and arping2 options mutually exclusive.wiz1-2/+3
Addresses PR 35155.
2006-07-14Fix a typo. Reword a sentence. From Zafer Aydogan.wiz1-5/+6
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-01- Update from 2.01 to 2.05adrianp4-60/+68
- No ChangeLog available - Use options.mk so users can choose arping1 with libnet 1.0.x or arping2 with libnet 1.1.x
2005-01-28Force all current packages using the libnet 1.0.x tree to use aadrianp1-1/+3
verision of libnet <= 1.0.1b. This will prevent the case where the user has installed the libnet 1.1.x branch and then tries to install an application that is not compatible with the 1.1.x tree. Over time the list of these applications that require the 1.0.x branch will be reduced as they are updated to later versions that support the libnet 1.1.x branch. This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-6/+6
Suggested by Roland Illig, ok'd by various.
2004-11-19Fix version in PKGNAME (not much point in claiming to be an older version...).wiz1-3/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-07Initial import of arping-2.01 from pkgsrc-wip, contributed byxtraeme6-0/+120
Quentin Garnier. Arping can be used to find out it a specific IP address on the LAN is 'taken' and what MAC address owns it. Sure, you *could* just use 'ping' to find out if it's taken and even if the computer blocks ping (and everything else) you still get an entry in your ARP cache. But what if you aren't on a routable net? Or the host blocks ping (all ICMP even)? Then you're screwed. Or you use arping.