Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13_5 27 Jan 2024 12:37:29 |
Muhammad Moinur Rahman (bofh) |
net/libdnet: Moved man to share/man
Approved by: portmgr (blanket) |
1.13_4 20 Sep 2023 12:10:03 |
Muhammad Moinur Rahman (bofh) |
net/libdnet: Fix missing USES flags
In my previous commit I missed to type ldflags arguments to localbase,
this patch fixes the commit. |
1.13_4 19 Sep 2023 06:24:59 |
Muhammad Moinur Rahman (bofh) Author: Kristof Provost |
net/libdnet: Use libpfctl
Several old ioctl commands have been removed in 15/main, which broke
compilation for this port. Rely on libpfctl instead.
There are some breaking pf API changes in 14 which involves regarding
the ioctl syscalls. This port is an old outdated port which explicitly
used those older syscalls. This port also is dependency of net/scapy
which is run in our CI for testing. So fix it with blanket approval.
For more information see:
https://lists.freebsd.org/archives/freebsd-pf/2023-April/000345.html
PR: 273899
Approved by: portmgr (just-fix-it)
Sponsored by: Rubicon Communications, LLC ("Netgate") |
1.13_3 24 Jun 2023 12:03:43 |
Muhammad Moinur Rahman (bofh) |
net/{py-}libdnet: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.13_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.13_3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.13_3 25 Mar 2022 13:38:18 |
Po-Chuan Hsieh (sunpoet) |
net/py-libdnet: Prepare for py-setuptools 69.10.0 update
Thie fix is split into 2 parts.
- This patch works for both current and upcoming py-setuptools.
- PLIST_FILES change in net/py-libdnet is pending because it is not compatible
with current py-setuptools (57.0.0).
With hat: python |
1.13_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.13_3 16 Feb 2021 20:02:33 |
amdmi3 |
net/libdnet: disable useless buildtime check for /dev/bpf presence
Device is not guarateed to exist at package building time.
PR: 238523
Submitted by: rea@FreeBSD.org
Reported by: dweimer@dweimer.net
Approved by: maintainer timeout (onatan@gmail.com, 1.5 years)
MFH: 2021Q1 |
1.13_3 01 May 2019 07:31:55 |
tobik |
net/libdnet: Drop bogus libcheck run dependency
It was added in r498511 to fix the build when devel/check is installed
in the environment. It is not used for anything other than building
a couple of tests that are never run or installed. Instead just
pass --without-check to configure to disable use of it.
PR: 237177
Reported by: Christian Ullrich <chris@chrullrich.net> |
1.13_2 13 Apr 2019 11:18:14 |
bofh |
net/libdnet: Fix LIB_DEPENDS as MASTERPORT
Reported by: antoine |
1.13_1 09 Apr 2019 19:37:04 |
bofh |
net/libdnet: Fix build when devel/check is installed
Reported by: gavilaan@googlemail.com richard@highwayman.com |
1.13 05 Apr 2019 22:11:31 |
bofh |
net/libdnet: Update version 1.12=>1.13
I have reviewed the code of net/libdnet. And created a fork as the
development seems stalled by the original author.
- Removed all the codes not related to FreeBSD
- Fix configure script to find related header files and now it builds
relevant source files instead of *-none.c files
- Modernized all build tools configuration file and removed unnecessary
files
- Works at least with PF. Still not working with ipfw2/ipfilter.
The repo location is:
https://github.com/5u623l20/libdnet/
PR: 236642
Submitted by: bofh
Approved by: maintainer-timeout |
1.12_1 18 Apr 2018 10:52:18 |
eugen |
net/libdnet: unbreak compilation for non-default FreeBSD builds
libdnet fails to compile for non-default FreeBSD build with
pf/ipfilter excluded but ipfw included because its ipfw support
staled from ipfw1 times and does not apply to modern ipfw implementation.
PORTREVISION not changed because the change is effectively 'no-op'
for default build.
PR: 227490 |
1.12_1 14 Sep 2016 17:52:05 |
antoine |
Unbreak by switching to USE_GITHUB |
1.12_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.12_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.12_1 25 Oct 2014 06:45:46 |
antoine |
Unbreak |
1.12_1 12 Sep 2014 09:16:50 |
amdmi3 |
- Drop .la files, no dependees require them
- Add LICENSE_FILE
Approved by: portmgr blanket |
1.12 27 Apr 2014 15:32:07 |
antoine |
Update to 1.12
PR: ports/187977
Approved by: maintainer timeout (1 month) |
1.11_3 26 Feb 2014 04:44:38 |
miwi |
- Stage support |
1.11_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.11_3 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.11_3 29 Oct 2011 09:37:46 |
kwm |
Fix build on FreeBSD 10.
Approved by: portmgr (miwi) |
1.11_3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.11_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.11_3 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.11_3 29 Apr 2009 02:43:59 |
pgollucci |
- This port builds on 8-CURRENT again
Approved by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer, via private
e-mail) |
1.11_2 22 Jan 2009 17:53:35 |
erwin |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat |
1.11_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.11_2 04 Jul 2008 00:44:12 |
araujo |
- Unbreak jail builds (bpf0 has been here since 3.x).
- Use SF macro.
PR: ports/125001
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Approved by: "Jonatan B" <onatan@gmail.com> (maintainer) |
1.11_1 23 Sep 2007 06:10:37 |
edwin |
Remove trailing . from BROKEN message. |
1.11_1 16 Jul 2007 07:12:54 |
miwi |
- Marked BROKEN Does not build properly without /dev/bpf0.
PR: 113893
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer |
1.11_1 10 Jul 2007 21:19:27 |
pav |
- Fix build of net/py-libdnet slave with GCC 4.2
PR: ports/114475
Submitted by: Wesley Shields <wxs@atarininja.org> |
1.11_1 12 Mar 2007 17:51:53 |
tmclaugh |
Fix py-libdnet.
The py-libdnet port has been seperated out as a slave port to libdnet and
is now dependent on libdnet. py-libdnet now only installs the libdnet
python module. Since files previously owned by py-libdnet are now owned
by its dependency, in order to upgrade correctly, py-libdnet must be
deinstall and then reinstalled manually.
PR: 109262
Submitted by: thierry and me
Approved by: maintainer timeout |
1.11 30 Jan 2007 19:32:35 |
pav |
- Fix after objformat removal
PR: ports/108500
Submitted by: Jonathan <afarsec@012.net.il> (maintainer) |
1.11 11 Dec 2006 16:02:41 |
xride |
Backout previous commit
Approved by: tmclaugh (implicit) |
1.11 11 Dec 2006 14:06:24 |
xride |
Fix pkg-plist info to unbreak net/py-libdnet
PR: 104364
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Approved by: tmclaugh (implicit) |
1.11 10 Oct 2006 08:19:04 |
itetcu |
Fix typo in previous commit and prevend INDEX breakage
Submitted by: FreshPorts sanity checking |
1.11 10 Oct 2006 08:03:42 |
itetcu |
- Update to 1.11
- doesn't build on 4.x
PR: ports/101665
Submitted by: maintainer (Yonatan) |
1.10_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.10 22 Nov 2005 21:55:30 |
thierry |
Build libdnet' Python module in a slave port.
(needed for a to-be-released soon port)
Since I'm there, add SHA256.
Approved by: Jonatan B <onatan (at) gmail.com> (maintainer) |
1.10 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.10 16 Mar 2005 22:12:24 |
pav |
- Update to 1.10
- Add knob for python bindings, default off
PR: ports/78774
Submitted by: Jonathan <onatan@gmail.com> (maintainer) |
1.9 20 Feb 2005 17:11:36 |
pav |
- Update to 1.9
PR: ports/77781
Submitted by: Yonatan <onatan@gmail.com> (maintainer) |
1.8 14 Nov 2004 22:26:11 |
pav |
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer) |
1.8 12 Oct 2004 17:36:00 |
leeym |
- add missing files
- add INSTALLS_SHLIB and USE_LIBTOOL_VER
PR: ports/71710
Submitted by: leeym
Approved by: maintainer timeout |
1.8 15 Aug 2004 13:17:41 |
vanilla |
Upgrade to 1.8.
PR: ports/70472
Submitted by: Yonatan Yonatan.at.Xpert.dot.com> |
1.7_1 31 Jan 2004 00:25:48 |
arved |
Fix build of dependant ports on AMD64 |
1.7_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.7_1 22 Jan 2004 22:48:40 |
krion |
- Add CONFIGURE_TARGET to silence configure's warning |
1.7_1 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.7_1 03 Sep 2003 23:28:08 |
edwin |
[PATCH] net/libdnet: unbreak on -CURRENT
[DESCRIBE CHANGES]
This band-aid fix inhibits IPFW detection at configure time.
At least it will allow -CURRENT users to build ports depending
on this one (net/honeyd, net/arpd, net/ttlscan,
security/fragroute).
Note that this doesn't solve the FreeBSD 4.x + IPFW2 case.
Added directory / file: files/configure.patch
Port maintainer (dominic.marks@btinternet.com) is cc'd.
PR: ports/55807
Submitted by: Yann Berthier <yb@sainte-barbe.org> |
1.7 30 Jun 2003 14:09:55 |
daichi |
update net/libdnet: 1.5 --> 1.7
PR: 53891
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer) |
1.5 24 Jun 2003 01:06:04 |
leeym |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk> |
1.5 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
1.5 07 Jan 2003 21:36:50 |
arved |
Mark BROKEN on CURRENT, since libdnet does not work with ipfw2
PR: 46822
Submitted by: Dominic Marks <dom@cus.org.uk> |
1.5 02 Nov 2002 04:33:43 |
perky |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk> |
1.5 24 Oct 2002 07:01:03 |
kevlo |
Upgrade to version 1.5
PR: 44387
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
1.4 08 Oct 2002 12:10:37 |
perky |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk> |
1.4 12 Aug 2002 06:15:50 |
pat |
Fix maintainer email address
PR: ports/41564
Submitted by: maintainer |
1.4 27 May 2002 01:25:57 |
anders |
Add libdnet, a simplified, portable interface to low-level networking
routines. Complement to pcap.
PR: 37118
Submitted by: Dominic Marks <dominic_marks@btinternet.com> |