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
dhcpd OpenBSD dhcp daemon
6.6.20200413_1 net on this many watch lists=2 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 6.6.20200413Version of this port present on the latest quarterly branch.
Maintainer: koue@chaosophia.net search for ports maintained by this maintainer
Port Added: 2015-12-06 09:50:56
Last Update: 2024-03-18 16:39:46
Commit Hash: 89f5397
People watching this port, also watch:: opensmtpd, nfsen, tmux, obhttpd, beadm
License: BSD3CLAUSE
WWW:
https://github.com/koue/dhcpd
Description:
This is the FreeBSD port of the OpenBSD dhcpd. The Dynamic Host Configuration Protocol (DHCP) is a standardized network protocol used on Internet Protocol (IP) networks for dynamically distributing network configuration parameters, such as IP addresses for interfaces and services.
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 (12 items)
Collapse this list.
  1. /usr/local/share/licenses/dhcpd-6.6.20200413_1/catalog.mk
  2. /usr/local/share/licenses/dhcpd-6.6.20200413_1/LICENSE
  3. /usr/local/share/licenses/dhcpd-6.6.20200413_1/BSD3CLAUSE
  4. @sample etc/dhcpd.conf.sample
  5. sbin/dhcpd
  6. share/man/man5/dhcp-options.5.gz
  7. share/man/man5/dhcpd.conf.5.gz
  8. share/man/man5/dhcpd.leases.5.gz
  9. share/man/man8/dhcpd.8.gz
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • dhcpd>0:net/dhcpd
Conflicts:
CONFLICTS:
  • isc-dhcp4[1-3]-server*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/net/dhcpd/ && make install clean
To add the package, run one of these commands:
  • pkg install net/dhcpd
  • pkg install dhcpd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dhcpd
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1586798509 SHA256 (koue-dhcpd-6.6.20200413_GH0.tar.gz) = 5e8286e6595477ad031e1a60d0a48d182b14050ea56c7929a707789223b63676 SIZE (koue-dhcpd-6.6.20200413_GH0.tar.gz) = 131419

Packages (timestamps in pop-ups are UTC):
dhcpd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.6.202004136.6.20200413_16.6.202004136.6.202004136.6.20200413_1-6.6.20200413-
FreeBSD:13:quarterly6.6.202004136.6.202004136.6.202004136.6.202004136.6.202004136.6.202004136.6.202004136.6.20200413
FreeBSD:14:latest6.6.202004136.6.20200413_16.6.202004136.6.202004136.6.20200413_16.6.20200413-6.6.20200413
FreeBSD:14:quarterly6.6.202004136.6.20200413-6.6.202004136.6.202004136.6.202004136.6.202004136.6.20200413
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for dhcpd-6.6.20200413_1: NOPF=off: Disable PF support ===> Use 'make config' to modify these settings
Options name:
net_dhcpd
USES:
ssl uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/koue/dhcpd/tar.gz/6.6.20200413?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.6.20200413_1
18 Mar 2024 16:39:46
commit hash: 89f539783afbb6f15896d0fdc06ae3060c67929ccommit hash: 89f539783afbb6f15896d0fdc06ae3060c67929ccommit hash: 89f539783afbb6f15896d0fdc06ae3060c67929ccommit hash: 89f539783afbb6f15896d0fdc06ae3060c67929c files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
net/dhcpd: Move man pages to share/man

Approved by:	portmgr (blanket)
6.6.20200413
24 Nov 2023 19:38:21
commit hash: 6cf595b31f7a2447d1a8c82fb9a88838ffca40a7commit hash: 6cf595b31f7a2447d1a8c82fb9a88838ffca40a7commit hash: 6cf595b31f7a2447d1a8c82fb9a88838ffca40a7commit hash: 6cf595b31f7a2447d1a8c82fb9a88838ffca40a7 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Mallory
net/dhcpd: Add ipv6-only-preferred option per RFC 8925

While here, pet linters.

PR:		275217
Reported by:	mallorya@fastmail.com
Approved by:	koue@chaosophia.net (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
6.6.20200413
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
6.6.20200413
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
6.6.20200413
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
6.6.20200413
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.
6.6.20200413
19 Apr 2020 10:09:44
Revision:532098Original commit files touched by this commit
tagattie search for other commits by this committer
- Update to 6.6.20200413
- Make portlint happy

PR:		245606
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/koue/dhcpd/blob/6.6.20200413/ChangeLog
6.4.20181105
09 Nov 2018 16:52:46
Revision:484528Original commit files touched by this commit
swills search for other commits by this committer
net/dhcpd: update to 6.4.20181105

PR:		232984
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
6.0.20170207_2
04 Jul 2018 14:21:07
Revision:473889Original commit files touched by this commit
swills search for other commits by this committer
net/dhcpd: Add option to disable PF support

While here, remove unneeded USERS and GROUPS lines.

PR:		229490
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
6.0.20170207_1
25 May 2018 14:04:06
Revision:470842Original commit files touched by this commit
tz search for other commits by this committer
net/dhcpd: doesn't start without discouraged -c flag

Remove discouraged -c flag from rc-file.
Also use PREFIX in config file

PR:		222151
Submitted by:	Nikola Kolev <koue@chaosophia.net>
Reported by:	mwlucas@michaelwlucas.com
Approved by:	Nikola Kolev <koue@chaosophia.net>
MFC after:	2018Q2
6.0.20170207
09 Feb 2017 17:44:36
Revision:433752Original commit files touched by this commit
krion search for other commits by this committer
Update net/dhcpd to 6.0.20170207

PR:		216917
Submitted by:	koue@chaosophia.net
Approved by:	mat (maintainer)
Differential Revision:	https://reviews.freebsd.org/D9493
5.8.20151202
03 Jan 2017 18:12:13
Revision:430490Original commit files touched by this commit
mat search for other commits by this committer
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
5.8.20151202
06 Dec 2015 11:41:14
Revision:403103Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
5.8.20151202
06 Dec 2015 09:50:48
Revision:403095Original commit files touched by this commit
pi search for other commits by this committer
New port: net/dhcpd

This is the FreeBSD port of the OpenBSD dhcpd.

The Dynamic Host Configuration Protocol (DHCP) is a standardized
network protocol used on Internet Protocol (IP) networks for dynamically
distributing network configuration parameters, such as IP addresses for
interfaces and services.

WWW: https://github.com/koue/dhcpd

PR:		197361
Submitted by:	Nikola Kolev <koue@chaosophia.net>

Number of commits found: 15