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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
dhcprelay Lightweight DHCP Relay Agent with GIF tunnel support
1.2_4 net Deleted 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 1.2_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: unknown license
Expired This port expired on: 2018-08-15
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-11-15 11:27:43
Last Update: 2018-08-16 20:28:33
SVN Revision: 477371
People watching this port, also watch:: mDNSResponder
License: NONE
WWW:
http://www.mavetju.org/networking/
Description:
A light-weight DHCP Relay Agent. Why not the ISC DHCP Relay Agent? - If your RA has multiple interfaces, you get multiple requests for each request: DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.199.14.1 DHCPACK on 10.199.14.216 to 00:10:dc:d1:e6:39 (foo) via 10.199.14.1 DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.10.3.5: wrong network. DHCPNAK on 10.199.14.216 to 00:10:dc:d1:e6:39 via 10.10.3.5 This RA sends only one request, coming with the IP address of the LAN the request came from. - If your RA has multiple interfaces, the outgoing interfaces to the WAN needs to be active in the DHCP relay otherwise answers are not picked up. This RA uses a unicast socket for returning answers. - If your RA has non-ethernet interfaces (GIF-tunnels for example, which VPN back to the central network), the answers are not picked up by the RA. WWW: http://www.mavetju.org/networking/
Homepage    cgit ¦ GitHub ¦ 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. bin/dhcprelay
  2. /usr/local/share/licenses/dhcprelay-1.2_4/catalog.mk
  3. /usr/local/share/licenses/dhcprelay-1.2_4/LICENSE
  4. /usr/local/share/licenses/dhcprelay-1.2_4/NONE
Collapse this list.
Dependency lines:
  • dhcprelay>0:net/dhcprelay
No installation instructions:
This port has been deleted.
PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (dhcprelay-1.2.tar.gz) = 031485e4e426de163dd377ee65ca0665441a821b72a635f8a6a52bdb88886d24 SIZE (dhcprelay-1.2.tar.gz) = 4476

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libdnet.so : net/libdnet
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.mavetju.org/download/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2_4
16 Aug 2018 20:28:33
Revision:477371Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone
2018-08-15 net/e169-stats: unknown license
2018-08-15 net/l4ip: unknown license
2018-08-15 net/dhcprelay: unknown license
2018-08-15 emulators/m2000: unknown license
2018-08-15 textproc/ant-xinclude-task: unknown license
2018-08-15 textproc/bomstrip: unknown license
2018-08-15 x11-fonts/ecofont: unknown license
2018-08-15 mail/roundcube-groupvice: unknown license
2018-08-15 security/pft: unknown license
2018-08-15 devel/kickassembler: unknown license
2018-08-15 devel/gdbmods: unknown license
2018-08-15 devel/as31: unknown license
2018-08-15 databases/dbf2mysql: unknown license
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2_4
13 Jul 2018 09:56:57
Revision:474572Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate unmaintained ports under the NONE license
1.2_4
25 Nov 2016 09:31:22
Revision:427093Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Respect CFLAGS/LDFLAGS
1.2_4
16 Nov 2016 22:55:39
Revision:426269Original commit files touched by this commit
rene search for other commits by this committer
Reset edwin's ports, he has handed in his commit bit.

With hat:	portmgr-secretary
1.2_4
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.2_4
16 Jul 2015 14:52:12
Revision:392296Original commit files touched by this commit
riggs search for other commits by this committer
Fix runtime error: Packet type identification on big-endian
machines which prevented it from working correctly on e.g.
MIPS-based routers.

PR:		201382
Submitted by:	kp@freebsd.org
Approved by:	edwin@mavetju.org (maintainer)
MFH:		2015Q3
1.2_3
02 Mar 2015 23:36:36
Revision:380307Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
1.2_3
20 Sep 2014 19:01:46
Revision:368675Original commit files touched by this commit
marino search for other commits by this committer
net/dhcprelay: Fix RC script

PR:		192994
Submitted by:	Denys Razumov
Approved by:	maintainer timeout (~1 month)
1.2_2
11 May 2014 10:03:32
Revision:353666Original commit files touched by this commit
edwin search for other commits by this committer
Fix rc script.

PR:		168446
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
1.2_1
14 Mar 2014 13:52:36
Revision:348231Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- New LIB_DEPENDS definition
1.2_1
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
1.2_1
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
1.2_1
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
1.2_1
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
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.2_1
15 May 2011 02:49:17
Original commit files touched by this commit
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
1.2_1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2_1
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
1.2_1
20 Jul 2009 18:49:57
Original commit files touched by this commit
dougb search for other commits by this committer
Tune up the rc.d script a bit:
1. Change default variable assignments at the top to comments (two of
them were assigning empty default values).
2. Move the default for _enable to below load_rc_config
3. Add the _ifaces and _server options to command_args which eliminates
the need for the precmd
4. s#/usr/local#%%PREFIX%%#
1.2_1
17 Jul 2009 18:39:07
Original commit files touched by this commit
pgollucci search for other commits by this committer
- USE_RC_SUBR != yes
  (rename .sh -> .in)

PR:             ports/136844
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
1.2
21 Mar 2006 02:48:21
Original commit files touched by this commit
edwin search for other commits by this committer
Update to version 1.2, which fixes problem with Cisco phones.
1.1
20 Feb 2006 20:47:50
Original commit files touched by this commit
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
1.1
17 Nov 2005 06:26:50
Original commit files touched by this commit
edwin search for other commits by this committer
Update to vesion 1.1
1.0
15 Nov 2005 11:26:44
Original commit files touched by this commit
edwin search for other commits by this committer
Add net/dhcprelay, a DHCP Relay Agent.

    See the pkg-descr for reasoning why I had to make this one.

    WWW: http://www.mavetju.org/networking/
    Author: Edwin Groothuis <edwin@mavetju.org>

Number of commits found: 23