notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
dual-dhclient-daemon Spawns dhclients for a dual-stack network
0.1 net on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1Version of this port present on the latest quarterly branch.
Maintainer: cperciva@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-10-02 21:31:41
Last Update: 2021-04-07 08:09:01
Commit Hash: cf118cc
People watching this port, also watch:: py39-pycparser, gstreamer1-plugins-pango, libdc1394, gstreamer1-plugins-openmpt, xerces-c3
License: PD
WWW:
https://github.com/cperciva/dual-dhclient/
Description:
This port provides a daemon which spawns both /sbin/dhclient and /usr/local/sbin/dhclient -6; this simplifies the configuration needed to run DHCP on both protocols of a dual-stack network.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. sbin/dual-dhclient
  2. /usr/local/share/licenses/dual-dhclient-daemon-0.1/catalog.mk
  3. /usr/local/share/licenses/dual-dhclient-daemon-0.1/LICENSE
  4. /usr/local/share/licenses/dual-dhclient-daemon-0.1/PD
Collapse this list.
Dependency lines:
  • dual-dhclient-daemon>0:net/dual-dhclient-daemon
Conflicts:
CONFLICTS_INSTALL:
  • dual-dhclient
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/net/dual-dhclient-daemon/ && make install clean
To add the package, run one of these commands:
  • pkg install net/dual-dhclient-daemon
  • pkg install dual-dhclient-daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dual-dhclient-daemon
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1569319837 SHA256 (cperciva-dual-dhclient-0.1_GH0.tar.gz) = 48a6a70086f2a3610ec1d2d7dee2b725fbc4e96ae0961fac1499b3c7953be581 SIZE (cperciva-dual-dhclient-0.1_GH0.tar.gz) = 1648

Packages (timestamps in pop-ups are UTC):
dual-dhclient-daemon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.10.10.10.1-0.1-
FreeBSD:13:quarterly0.10.10.10.10.10.10.10.1
FreeBSD:14:latest0.10.10.10.10.10.1-0.1
FreeBSD:14:quarterly0.10.1-0.10.10.10.10.1
FreeBSD:15:latest0.10.1n/a0.1n/a0.10.10.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. dhclient : net/isc-dhcp44-client
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_dual-dhclient-daemon
pkg-message:
For install:
To enable dual-stack DHCP, set dhclient_program="/usr/local/sbin/dual-dhclient" in /etc/rc.conf (and make sure the appropriate ifconfig_* lines include DHCP or SYNCDHCP).
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cperciva/dual-dhclient/tar.gz/0.1?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.1
25 Nov 2019 23:25:52
Revision:518434Original commit files touched by this commit
brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
0.1
02 Oct 2019 21:31:35
Revision:513630Original commit files touched by this commit
cperciva search for other commits by this committer
Add net/dual-dhclient-daemon port.

This serves the same purpose as net/dual-dhclient, but does it
better: While net/dual-dhclient is a trivial shell script which
launches two dhclients, this is a daemon which
(a) can be signalled by /etc/rc.d/dhclient stop, and
(b) relays that signal to the two "child" dhclient daemons.

This is deliberately not replacing the net/dual-dhclient port
since in the unlikely event that something is broken I don't
want to see pkg automatically upgrading people; but EC2 AMIs
will be making use of this new port and I intend to remove the
old dual-dhclient port at some point.

Number of commits found: 4