1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Babak Farrokhi
8a3758952b net/lft: Update to 3.91 2020-05-22 23:05:29 +00:00
Babak Farrokhi
296664f938 Update net/lft to 3.8 2018-05-20 16:26:53 +00:00
Babak Farrokhi
1702ea4d90 Unbreak on 11-STABLE and 12-CURRENT
- Remove reference to unused header file that caused build failure on 11.x+
- Fix the logic to create RAW sockets appropriately (reported by Andrew Wu)
- Bump PORTREVISION

PR:		219810
Reported by:	Andrew Wu <yauhwawu@gmail.com> , dewayne@heuristicsystems.com.au
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D11072
2017-07-04 09:49:30 +00:00
Mark Linimon
82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00
Babak Farrokhi
9c531b5f4d Update net/lft to 3.79
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10332
2017-04-09 17:09:58 +00:00
Babak Farrokhi
f037ca285d Update net/lft to 3.78
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10133
2017-03-25 11:13:31 +00:00
Babak Farrokhi
733a653b58 Update net/lft to 3.77
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9089
2017-01-09 07:09:06 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Babak Farrokhi
3fd5998704 net/lft:
- Update to 3.73
 - Install docs only if needed
 - Take maintainership

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3515
2015-08-29 13:49:21 +00:00
Emanuel Haupt
e81b02ac0d - Support staging
- Define DOCS option
- Use WWW: with a single space
2014-03-27 12:40:26 +00:00
Marcelo Araujo
dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Ion-Mihai Tetcu
028495ade3 Update to 3.33, drop BROKEN on HEAD.
PR:		ports/160505
Submitted by:	Kurt Jaeger
On behalf of:	araujo@
2011-09-21 12:32:12 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Erwin Lansing
dbe94a355e Mark BROKEN on HEAD: does not build
Feature safe:	yes
2011-01-28 16:47:22 +00:00
Marcelo Araujo
27a46af8f2 - Update to 3.1.
- Update MASTER_SITES.
2009-05-22 19:20:53 +00:00
Marcelo Araujo
24b0e9f48e - Update to 3.0.
- Set PORTEPOCH (3.0b -> 3.0 Release).

Reported by:	pointyhat via erwin
Approved by:	stas (mentor, implicit)
2008-02-13 11:02:09 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Ion-Mihai Tetcu
8dbac0a8a6 - update to 3.0b
- pass maintainership to submitter

PR:		ports/107548
Submitted by:	Marcelo Araujo
2007-01-05 01:55:00 +00:00
Andrew Pantyukhin
de97b436d5 - Update to 2.5 2007-01-04 11:50:02 +00:00
Mark Linimon
82fc25b451 Remove bouncing maintainer address. 2006-06-14 07:49:36 +00:00
Mark Linimon
d0eb6cb67b Reset drkangel@drkangel.org due to bounces; remove dead mastersites. 2006-06-14 06:54:55 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Roman Bogorodskiy
4d491b3bca - Fix WWW: [1]
- Make fetchable

PR:		83769 [1]
Submitted by:	Krzysztof Stryjek <wtp+lft@bsdguru.org> [1]
2005-07-20 15:33:05 +00:00
Foxfair Hu
0a65c68997 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade lft to 2.31.

maintainer timeout:	1 week
2005-07-20 02:04:25 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Edwin Groothuis
e4769a3933 Fix patches due to missing atol().
PR:		56063 (originallY)
Submitted by:	Peter Pentchev <roam@ringlet.net>
2003-10-03 10:56:33 +00:00
Edwin Groothuis
9e21f6b370 patch for net/lft
ports/net/lft has a slight problem on 4.x servers

	GCC 2.95 does not support atol on 4.x, where as 5.x has
	atol, to solve this slight problem we must use either a
	version check, or use depreciated atoll

Informed maintainer.

PR:		ports/56063
Submited by:	Scott M. Likens <damm@fpsn.net>
2003-09-30 12:27:42 +00:00
Kirill Ponomarev
5fcd8f8072 - Update to 2.2
Submitted by:	Kurt Jaeger <pi@complx.LF.net>, krion
Approved by:	maintainer
2003-08-16 16:12:08 +00:00
Jacques Vidrine
4bce3b3135 Do not install this application set-user-ID root. 2003-03-05 16:49:40 +00:00
Peter Pentchev
c7e70f06f4 Add LFT, the Level 4 Traceroute utility.
PR:		48475
Submitted by:	Marco P. Rodrigues <drkangel@drkangel.org>
2003-03-05 14:24:10 +00:00