aboutsummaryrefslogtreecommitdiff
path: root/net/arping
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/arping: fix build on GCC architecturesPiotr Kubaj2020-12-301-0/+1
| | | | | | | | arping.c: In function 'xrandom': arping.c:239: error: 'for' loop initial declaration used outside C99 mode Notes: svn path=/head/; revision=559668
* Update arping 2.19 --> 2.21.Cy Schubert2020-12-152-4/+4
| | | | | | | | | | | PR: 243275 Submitted by: cy Reported by: cy Prompted by: <daniel.engberg.lists at pyret.net> Approved by: gavin (maintainer timeout) Notes: svn path=/head/; revision=558164
* net/arping: Update 2.15 -> 2.19Yuri Victorovich2018-03-273-9/+7
| | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Replace CPPFLAGS/LIBS with USES=localbase * Change WWW to a URL with arping-specific info * Remove junk from pkg-descr PR: 226304 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=465753
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Install net/libnet headers and libraries back in the location where otherTijl Coosemans2016-03-201-5/+2
| | | | | | | | | | | | ports expect it. The files were put in a different location to avoid a conflict with net/libnet10 but this port has been removed a while ago now. PR: 208122 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411432
* Update arping to 2.15.Gavin Atkinson2015-04-142-3/+3
| | | | Notes: svn path=/head/; revision=384032
* - Convert net/libnet to USES=libtool and bump dependent portsTijl Coosemans2014-07-141-1/+2
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361791
* Update net/arping to 2.14.Gavin Atkinson2014-07-092-3/+3
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=361378
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Add LICENSE statement.Gavin Atkinson2014-05-151-0/+2
| | | | Notes: svn path=/head/; revision=354098
* Remove redundant file.Gavin Atkinson2014-05-141-20/+0
| | | | | | | | | PR: ports/177186 (partially) Submitted by: KUROSAWA Takahiro Approved by: erwin Notes: svn path=/head/; revision=354091
* Update to 2.13 and stagify.Niclas Zeising2013-11-073-15/+10
| | | | | | | | | PR: ports/183233 Submitted by: zeising Approved by: maintainer timeout Notes: svn path=/head/; revision=333075
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - update libnet to 1.1.6Dirk Meyer2013-02-181-2/+2
| | | | | | | | | - build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing Notes: svn path=/head/; revision=312526
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+4
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - if net/libpcap from ports is install, net/arping bombs b/c of errors in pcap.hPhilip M. Gollucci2010-12-152-0/+23
| | | | | | | | | | | | | fix this. Versions of this patch are committed upstream. - Bump PORTREVISION PR: ports/151263 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> Approved by: maintainer timeout (gavin ; 67 days) Notes: svn path=/head/; revision=266317
* - Update to 2.09Philip M. Gollucci2010-09-092-21/+12
| | | | | | | | | | | | - GNU configure now used - MASTER_SITES updated PR: ports/149025 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer timeout (gavin ; 43 days) Notes: svn path=/head/; revision=260803
* Update net/arping to 2.08.Gavin Atkinson2010-01-242-5/+5
| | | | | | | | | | | While here, switch MAINTAINER to my @FreeBSD.org email address PR: ports/142827 Submitted by: Sofian Brabez sbrabez gmail.com Approved by: jadawin, ed (mentor, implicit) Notes: svn path=/head/; revision=248471
* - Update to 2.06Rong-En Fan2007-10-082-5/+4
| | | | | | | | | PR: ports/116997 Submitted by: Wesley Shields <wxs at atarininja.org> Approved by: Gavin Atkinson <gavin.atkinson at ury.york.ac.uk> (maintainer) Notes: svn path=/head/; revision=201082
* - Build arping 2.x as it's distribution defaultRong-En Fan2007-04-173-37/+6
| | | | | | | | | PR: ports/102058 Reported by: Dr. Markus Waldeck <waldeck at gmx.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=190166
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-4/+7
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* - Grant maintainershipPav Lucistnik2006-05-261-1/+1
| | | | | | | | PR: ports/97892 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Notes: svn path=/head/; revision=163502
* Update to 2.0.5Ion-Mihai Tetcu2006-05-232-4/+4
| | | | | | | | | PR: ports/97549 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: tmclaugh (mentor) Notes: svn path=/head/; revision=163151
* - Update to 2.01.Jean Milanez Melo2006-04-242-5/+4
| | | | | | | | | PR: ports/95875 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: mnag (mentor) Notes: svn path=/head/; revision=160325
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* Reset maintainer, does not respond to mails for 19 days. Since a fewEmanuel Haupt2005-10-281-1/+1
| | | | | | | | | | | | | | days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon) Notes: svn path=/head/; revision=146588
* - Fix build on 6.0 (a conflicting struct name)Sergey Matveychuk2005-08-083-7/+32
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=140815
* BROKEN on 6.0: Does not compileKris Kennaway2005-07-201-1/+7
| | | | Notes: svn path=/head/; revision=139746
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)Edwin Groothuis2004-03-121-1/+1
| | | | | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com> Notes: svn path=/head/; revision=103708
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Remove mastersite which doesn't get updated soon enough.Edwin Groothuis2003-11-021-2/+1
| | | | | | | Informed maintainer. Notes: svn path=/head/; revision=92840
* Update port: net/arpingEdwin Groothuis2003-04-083-28/+13
| | | | | | | | | | | | | - Update to latest release. (bug fix) - Remove unnesscessary patch files - Maintainer CC'ed PR: ports/50718 Submitted by: "Michael L.Hostbaek" <mich@freebsdcluster.org> Approved by: talked to the maintainer earlier today about it (see ports/50322) Notes: svn path=/head/; revision=78595
* update net/arping to 1.06Edwin Groothuis2003-04-082-2/+2
| | | | | | | | | | | update net/arping to 1.06 PR: ports/50322 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Approved by: roman@xpert.com Notes: svn path=/head/; revision=78593
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.04Tilman Keskinoz2003-01-033-9/+9
| | | | Notes: svn path=/head/; revision=72401
* Respect CC and CFLAGSKris Kennaway2002-06-071-0/+25
| | | | Notes: svn path=/head/; revision=60754
* Correct typo.Dima Dorfman2002-04-081-1/+1
| | | | Notes: svn path=/head/; revision=57422
* synscan.nss.nu -> http://www.habets.pp.se/synscan/Ying-Chieh Liao2002-03-262-2/+2
| | | | | | | | | both master site and WWW Submitted by: Thomas Habets <thomas@habets.pp.se> Notes: svn path=/head/; revision=56672
* Update to 1.00David W. Chapman Jr.2001-07-222-2/+2
| | | | | | | | | PR: 28858 Submitted by: petef@databits.net Reviewed by: maintainer Notes: svn path=/head/; revision=45360
* Update to latest versionDavid W. Chapman Jr.2001-06-072-2/+2
| | | | | | | | | PR: 27940 Submitted by: maintainer Reviewed by: will Notes: svn path=/head/; revision=43605
* 0.95->0.96Michael Haro2001-05-042-2/+2
| | | | | | | | PR: 27061 Submitted by: maintainer Notes: svn path=/head/; revision=42242
* Add another mirror siteJames E. Housley2000-10-211-1/+2
| | | | | | | | PR: 22199 Submitted by: Roman Shterenzon <roman@xpert.com> MAINTAINER Notes: svn path=/head/; revision=34091
* Add net/arping v0.95. ARP level "ping" utilityJames E. Housley2000-10-165-0/+36
PR: 21670, 21778 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=33899