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
usendmail Replacement for qmail's sendmail drop-in
0.1.6_2 mail 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.1.6_2Version of this port present on the latest quarterly branch.
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: 2004-02-29 22:56:02
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: zrep
License: not specified in port
WWW:
https://www.ohse.de/uwe/usendmail.html
Description:
usendmail is a replacement for the sendmail clone of the qmail package. It accepts more of the original sendmail's commandline options and does not depend on environment variables to set the envelope sender.
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 (1 items)
Collapse this list.
  1. sbin/usendmail
Collapse this list.
Dependency lines:
  • usendmail>0:mail/usendmail
To install the port:
cd /usr/ports/mail/usendmail/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/usendmail
  • pkg install usendmail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: usendmail
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (usendmail-0.1.6.tar.gz) = b13793d76bfb094105e5f0d355bf8777bd416cdb843a40a2a2bd6be748b9cd84 SIZE (usendmail-0.1.6.tar.gz) = 51071

Packages (timestamps in pop-ups are UTC):
usendmail
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.6_20.1.6_2-0.1.6_20.1.6_2---
FreeBSD:13:quarterly0.1.6_20.1.6_2-0.1.6_20.1.6_2-0.1.6_20.1.6_2
FreeBSD:14:latest0.1.6_20.1.6_2-0.1.6_20.1.6_2---
FreeBSD:14:quarterly0.1.6_20.1.6_2-0.1.6_20.1.6_2-0.1.6_20.1.6_2
FreeBSD:15:latest0.1.6_20.1.6_2n/a0.1.6_2n/a-0.1.6_20.1.6_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. qmail-send : mail/qmail
Runtime dependencies:
  1. qmail-send : mail/qmail
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for usendmail-0.1.6_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
mail_usendmail
USES:
qmail
pkg-message:
For install:
usendmail has been successfully installed! Now you have to change your sendmail(8) wrapping: If you are using mailwrapper(8), do the following: in /etc/mail/mailer.conf replace the lines sendmail /var/qmail/bin/sendmail send-mail /var/qmail/bin/sendmail with sendmail /usr/local/sbin/usendmail send-mail /usr/local/sbin/usendmail Otherwise replace the link from /usr/sbin/sendmail to /var/qmail/bin/sendmail with one to /usr/local/sbin/usendmail.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.ohse.de/uwe/usendmail/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.1.6_2
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)
0.1.6_2
20 Jul 2022 14:22:19
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.6_2
26 Oct 2021 12:18:57
commit hash: 55cbd8b4ba693fea7467fb0a482930f06ff32923commit hash: 55cbd8b4ba693fea7467fb0a482930f06ff32923commit hash: 55cbd8b4ba693fea7467fb0a482930f06ff32923commit hash: 55cbd8b4ba693fea7467fb0a482930f06ff32923 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
mail/usendmail: also enable on armv7 and riscv64

Builds fine on armv7.
On riscv64 it will probably also build fine once GCC is ported.
0.1.6_2
26 Oct 2021 09:28:44
commit hash: bf243c2395c770ba6eefae9f553d757c37e54beccommit hash: bf243c2395c770ba6eefae9f553d757c37e54beccommit hash: bf243c2395c770ba6eefae9f553d757c37e54beccommit hash: bf243c2395c770ba6eefae9f553d757c37e54bec files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
mail/usendmail: fix build on non-x86

Force GCC to build:
uogetopt.c:50:2: error: 'regparm' is not valid on this platform
        attribute_regparm(2);
0.1.6_2
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.6_2
02 Jan 2021 01:46:09
Revision:559904Original commit files touched by this commit
linimon search for other commits by this committer
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
0.1.6_2
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
0.1.6_2
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
0.1.6_2
26 May 2017 14:27:45
Revision:441784Original commit files touched by this commit
linimon search for other commits by this committer
These ports fail the same way on armv6 as they do on aarch64.

Approved by:	portmgr (tier-2 blanket)
0.1.6_2
08 Nov 2016 19:29:57
Revision:425758Original commit files touched by this commit
linimon search for other commits by this committer
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
0.1.6_2
08 Nov 2016 07:26:30
Revision:425691Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on arm64.
0.1.6_2
29 Mar 2016 00:37:44
Revision:412082Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Switch to new test framework
- Regenerate patches with `make makepatch`
0.1.6_2
12 Jun 2015 21:32:36
Revision:389304Original commit files touched by this commit
erwin search for other commits by this committer
Reset maintainership for tmseck

Approved by:	portmgr
0.1.6_2
02 Mar 2015 23:31:10
Revision:380306Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
0.1.6_2
07 Jul 2014 15:31:02
Revision:361099Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
0.1.6_2
26 Feb 2014 09:44:39
Revision:346171Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
0.1.6_2
20 Sep 2013 19:59:14
Revision:327742Original 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:
mail)
0.1.6_2
15 Mar 2013 22:03:43
Revision:314324Original commit files touched by this commit
bdrewery search for other commits by this committer
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
  bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
0.1.6_2
09 Mar 2013 18:09:25
Revision:313740Original commit files touched by this commit
tmseck search for other commits by this committer
Change MAINTAINER to my FreeBSD.org address.

Approved by:	flo (mentor)
0.1.6_2
21 Jan 2011 08:07:26
Original commit files touched by this commit
mandree search for other commits by this committer
Remove NO_SIZE, upstream has switched to lighttpd.

Approved by:  Thomas-Martin Seck (maintainer)
Submitted by: Eitan Adler
PR:           ports/153544
Feature safe: yes
0.1.6_2
28 Nov 2009 14:58:57
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix tr(1) usage

PR:             140941
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
0.1.6_1
26 Jun 2006 14:20:16
Original commit files touched by this commit
pav search for other commits by this committer
- pass 'make all' verbatim to the package instead of calling the package's
  scripts manually
- define a regression-test target depending on build: that runs the package's
  test script in order to automate regression testing on the ports cluster
- belatedly change QMAIL_DIR to QMAIL_PREFIX in files/pkg-message.in, too

PR:             ports/99426
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
0.1.6_1
10 May 2006 22:37:39
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
0.1.6_1
22 Jan 2006 12:50:54
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.1.6_1
21 Jan 2006 17:37:14
Original commit files touched by this commit
krion search for other commits by this committer
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.6
21 Jul 2005 11:56:47
Original commit files touched by this commit
garga search for other commits by this committer
Unbreak with gcc >= 3.4

PR:             ports/83804
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Approved by:    flz (mentor)
0.1.6
12 Mar 2004 15:34:38
Original commit files touched by this commit
krion search for other commits by this committer
- Use NO_SIZE, master site doesn't report file sizes

PR:             ports/64085
Submitted by:   maintainer
0.1.6
05 Mar 2004 19:17:16
Original commit files touched by this commit
clement search for other commits by this committer
- Fix fetch.
DISABLE_SIZE because the primary download size uses the publicfile
http daemon which does not report back the required information
(pointed out by Jason Harris).

PR:             63812
Submitted by:   Thomas-Martin Seck <thomas@tmseck.homedns.org> (maintainer)
0.1.6
29 Feb 2004 22:55:38
Original commit files touched by this commit
sergei search for other commits by this committer
Add usendmail 0.1.6, a replacement for qmail's sendmail drop-in.

PR:             63074
Submitted by:   Thomas Seck <tmseck@netcologne.de>

Number of commits found: 30