notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/libdnet/Makefile
SVNWeb

Number of commits found: 53

Wed, 20 Sep 2023
[ 12:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:29fbd5bc638e4bc44223651b1a373f37a8484d3d  commit hash:29fbd5bc638e4bc44223651b1a373f37a8484d3d  commit hash:29fbd5bc638e4bc44223651b1a373f37a8484d3d  29fbd5b 
net/libdnet: Fix missing USES flags

In my previous commit I missed to type ldflags arguments to localbase,
this patch fixes the commit.
Tue, 19 Sep 2023
[ 06:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Kristof Provost ]    commit hash:a36ac4ec4f06a1d6a14f63972aaa1399035f55a6  commit hash:a36ac4ec4f06a1d6a14f63972aaa1399035f55a6  commit hash:a36ac4ec4f06a1d6a14f63972aaa1399035f55a6  a36ac4e 
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")
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 25 Mar 2022
[ 13:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:c750f7c10c8191f6913d8fe53d089560fca3f800  commit hash:c750f7c10c8191f6913d8fe53d089560fca3f800  commit hash:c750f7c10c8191f6913d8fe53d089560fca3f800  c750f7c 
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 1 May 2019
[ 07:31 tobik search for other commits by this committer ] Original commit   Revision:500582
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>
Sat, 13 Apr 2019
[ 11:18 bofh search for other commits by this committer ] Original commit   Revision:498802
net/libdnet: Fix LIB_DEPENDS as MASTERPORT

Reported by:	antoine
Tue, 9 Apr 2019
[ 19:37 bofh search for other commits by this committer ] Original commit   Revision:498511
net/libdnet: Fix build when devel/check is installed

Reported by:	gavilaan@googlemail.com richard@highwayman.com
Fri, 5 Apr 2019
[ 22:11 bofh search for other commits by this committer ] Original commit   Revision:497992
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
Wed, 14 Sep 2016
[ 17:52 antoine search for other commits by this committer ] Original commit   Revision:422146
Unbreak by switching to USE_GITHUB
[ 15:59 mat search for other commits by this committer ] Original commit   Revision:422140 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
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
Sat, 25 Oct 2014
[ 06:45 antoine search for other commits by this committer ] Original commit   Revision:371467
Unbreak
Fri, 12 Sep 2014
[ 09:16 amdmi3 search for other commits by this committer ] Original commit   Revision:368013
- Drop .la files, no dependees require them
- Add LICENSE_FILE

Approved by:	portmgr blanket
Sun, 27 Apr 2014
[ 15:32 antoine search for other commits by this committer ] Original commit   Revision:352433
Update to 1.12

PR:		ports/187977
Approved by:	maintainer timeout (1 month)
Wed, 26 Feb 2014
[ 04:44 miwi search for other commits by this committer ] Original commit   Revision:346086
- Stage support
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 09:37 kwm search for other commits by this committer ] Original commit 
Fix build on FreeBSD 10.

Approved by:    portmgr (miwi)
Sat, 22 Aug 2009
[ 00:32 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 341 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with N
Wed, 29 Apr 2009
[ 02:43 pgollucci search for other commits by this committer ] Original commit 
- This port builds on 8-CURRENT again

Approved by:    Robert Gogolok <gogo@cs.uni-sb.de> (maintainer, via private
e-mail)
Thu, 22 Jan 2009
[ 17:53 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:   pointyhat
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 4 Jul 2008
[ 00:44 araujo search for other commits by this committer ] Original commit 
- 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)
Sun, 23 Sep 2007
[ 06:10 edwin search for other commits by this committer ] Original commit 
Remove trailing . from BROKEN message.
Mon, 16 Jul 2007
[ 07:12 miwi search for other commits by this committer ] Original commit 
- Marked BROKEN Does not build properly without /dev/bpf0.

PR:             113893
Submitted by:   Wesley Shields <wxs@atarininja.org>
Approved by:    maintainer
Mon, 12 Mar 2007
[ 17:51 tmclaugh search for other commits by this committer ] Original commit 
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
Tue, 30 Jan 2007
[ 19:32 pav search for other commits by this committer ] Original commit 
- Fix after objformat removal

PR:             ports/108500
Submitted by:   Jonathan <afarsec@012.net.il> (maintainer)
Mon, 11 Dec 2006
[ 16:02 xride search for other commits by this committer ] Original commit 
Backout previous commit

Approved by:    tmclaugh (implicit)
[ 14:06 xride search for other commits by this committer ] Original commit 
Fix pkg-plist info to unbreak net/py-libdnet

PR:             104364
Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
Approved by:    tmclaugh (implicit)
Tue, 10 Oct 2006
[ 08:19 itetcu search for other commits by this committer ] Original commit 
Fix typo in previous commit and prevend INDEX breakage

Submitted by:   FreshPorts sanity checking
[ 08:03 itetcu search for other commits by this committer ] Original commit 
- Update to 1.11
- doesn't build on 4.x

PR:             ports/101665
Submitted by:   maintainer (Yonatan)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 22 Nov 2005
[ 21:55 thierry search for other commits by this committer ] Original commit 
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)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 16 Mar 2005
[ 22:12 pav search for other commits by this committer ] Original commit 
- Update to 1.10
- Add knob for python bindings, default off

PR:             ports/78774
Submitted by:   Jonathan <onatan@gmail.com> (maintainer)
Sun, 20 Feb 2005
[ 17:11 pav search for other commits by this committer ] Original commit 
- Update to 1.9

PR:             ports/77781
Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
Sun, 14 Nov 2004
[ 22:26 pav search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update maintainer's email address

PR:             ports/73939
Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
Tue, 12 Oct 2004
[ 17:36 leeym search for other commits by this committer ] Original commit 
- add missing files
- add INSTALLS_SHLIB and USE_LIBTOOL_VER

PR:             ports/71710
Submitted by:   leeym
Approved by:    maintainer timeout
Sun, 15 Aug 2004
[ 13:17 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.8.

PR:             ports/70472
Submitted by:   Yonatan Yonatan.at.Xpert.dot.com>
Sat, 31 Jan 2004
[ 00:25 arved search for other commits by this committer ] Original commit 
Fix build of dependant ports on AMD64
Thu, 22 Jan 2004
[ 22:48 krion search for other commits by this committer ] Original commit 
- Add CONFIGURE_TARGET to silence configure's warning
Wed, 24 Sep 2003
[ 08:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 3 Sep 2003
[ 23:28 edwin search for other commits by this committer ] Original commit 
[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>
Mon, 30 Jun 2003
[ 14:09 daichi search for other commits by this committer ] Original commit 
update net/libdnet: 1.5 --> 1.7

PR:             53891
Submitted by:   Dominic Marks <dom@cus.org.uk> (maintainer)
Tue, 24 Jun 2003
[ 01:06 leeym search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
update maintainer's email address.

PR:             53658
Submitted by:   Dominic Marks <dom@cus.org.uk>
Fri, 21 Feb 2003
[ 13:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 484 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 7 Jan 2003
[ 21:36 arved search for other commits by this committer ] Original commit 
Mark BROKEN on CURRENT, since libdnet does not work with ipfw2

PR:             46822
Submitted by:   Dominic Marks <dom@cus.org.uk>
Sat, 2 Nov 2002
[ 04:33 perky search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Fix typoes on MAINTAINER address.

Submitted by:   Dominic Marks <D.Marks@student.umist.ac.uk>
Thu, 24 Oct 2002
[ 07:01 kevlo search for other commits by this committer ] Original commit 
Upgrade to version 1.5

PR: 44387
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Tue, 8 Oct 2002
[ 12:10 perky search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update maintainer address

PR:             43820
Submitted by:   Dominic Marks <d.marks@students.umist.ac.uk>
Mon, 12 Aug 2002
[ 06:15 pat search for other commits by this committer ] Original commit 
Fix maintainer email address

PR:             ports/41564
Submitted by:   maintainer
Mon, 27 May 2002
[ 01:25 anders search for other commits by this committer ] Original commit 
Add libdnet, a simplified, portable interface to low-level networking
routines. Complement to pcap.

PR:             37118
Submitted by:   Dominic Marks <dominic_marks@btinternet.com>

Number of commits found: 53