Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Apr 2019 13:31:34
0.5_3

|
tobik  |
net-mgmt/dhcdrop: Fix build on FreeBSD >= 12.0 and unbreak STATIC option
Add missing libibverbs dependency when linking statically. On
FreeBSD >= 12.0 libpcap needs libibverbs:
/usr/bin/ld: error: undefined symbol: ibv_get_device_list
>>> referenced by pcap-rdmasniff.c:370
(/usr/src/contrib/libpcap/pcap-rdmasniff.c:370)
>>> pcap-rdmasniff.o:(rdmasniff_create) in archive
/usr/lib/libpcap.a
http://beefy6.nyi.freebsd.org/data/120amd64-default/499421/logs/errors/dhcdrop-0.5_2.log
While here fix the STATIC option. Currently the port always links
statically since --disable-static-build is broken and also enables
static linking.
Reported by: antoine, pkg-fallout |
26 Jul 2018 04:30:23
0.5_2

|
fluffy  |
- Unbreak configure/build on FreeBSD-11.2+ by apply auroreconf + libtoolize
PR: 229645
Submitted by: fluffy
Approved by: maintainer timeout (2 weeks) |
20 Dec 2014 19:28:11
0.5_1

|
bapt  |
cleanup plist |
29 Jul 2014 21:43:18
0.5_1

|
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
22 Feb 2014 18:20:45
0.5_1

|
danilo  |
- Add stage support
- Add LICENSE
- Use options helpers
Approved by: portmgr (blanket) |
20 Sep 2013 22:24:44
0.5_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
31 Jul 2013 12:34:36
0.5_1

|
antoine  |
Fix plist (reported by poudriere) |
23 Jul 2013 09:47:30
0.5_1

|
tijl  |
Add USE_CSTD=gnu89 for clang instead of removing inline.
PR: 180263
Approved by: maintainer timeout (19 days) |
10 May 2013 11:28:32
0.5

|
bapt  |
Convert to new options framework
While here do some build with clang fixes
PR: ports/178445, ports/178446, ports/178444, ports/178443, ports/178425,
ports/178423
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru> |
20 Mar 2011 12:54:45
0.5
|
miwi  |
- Get Rid MD5 support |
19 Aug 2009 15:46:08
0.5
|
amdmi3  |
DHCDROP - utility for tracing and neutralizing(blocking) fake DHCP
servers in Ethernet. Supports various modes. Theres possibility
to set outgoing MAC addresses and optional settings in generated
DHCP requests. Supports legal DHCP servers list. One can run it
in interactive mode under users control or fully automatic mode for
start up from script.
WWW: http://www.netpatch.ru/en/dhcdrop.html
PR: 137955
Submitted by: Babinski Nick <nick@malbi.dp.ua> |