Port details |
- queue-fix Repairs or generates a qmail queue structure
- 1.4_2 mail =4 1.4_1Version 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
- Port Added: 2005-04-18 18:23:17
- Last Update: 2024-09-30 22:13:43
- Commit Hash: bd7c71c
- People watching this port, also watch:: crm114, openssl, fusefs-sshfs, watchfolder, fix-mime-charset
- License: not specified in port
- WWW:
- https://cr.yp.to/qmail.html
- Description:
- This is a small utility for checking and repairing the qmail queue
structure. It will fix uid/gid settings and permissions. It will
rename the message files to match their inodes. It will even create
directories and files that don't exist that should be there (you can
even create a queue from scratch). It will also print warnings for
any files it finds that should not exist.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- queue-fix>0:mail/queue-fix
- To install the port:
- cd /usr/ports/mail/queue-fix/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/queue-fix
- pkg install queue-fix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: queue-fix
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (queue-fix-1.4.tar.gz) = 63da6360e3225a8fef38925b53a18e67a1197eea1f42fd41bbc928f20a0d0496
SIZE (queue-fix-1.4.tar.gz) = 18486
SHA256 (queue-fix-todo.patch) = 911f84081d0fb68878a0744f5859ce7a45792606cd0af31945cccb41f0d01a7f
SIZE (queue-fix-todo.patch) = 3056
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- qmail-send : mail/qmail
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for queue-fix-1.4_2:
BIG_TODO=off: Use big_todo patch
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_queue-fix
- USES:
- qmail:run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_2 30 Sep 2024 22:13:43 |
Brooks Davis (brooks) |
mail/queue-fix: include errno.h for errno
errno must be accessed by a macro from errno.h. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.4_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4_1 23 Oct 2019 18:10:41 |
emaste |
qmail.org is gone, link to cr.yp.to/qmail.html instead
qmail.org has disappeared and there's no evidence it is coming back.
An unofficial cached copy can be found at
https://github.com/notqmail/qmail.org
Approved by: swills, zeising
Differential Revision: https://reviews.freebsd.org/D22129 |
1.4_1 02 Sep 2016 09:01:25 |
amdmi3 |
- Switch to options helpers
- Cosmetic fixes |
1.4_1 28 May 2015 15:57:00 |
bdrewery |
Farewell qmail. You were good but the lack of an upstream maintainer or
ecosystem maintainers makes this not a viable mail system today. Personally
I am moving to postfix and have so far found it incredibly easy to setup and
already prefer it over qmail. |
1.4_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4_1 02 Mar 2015 23:31:10 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.4_1 09 Feb 2014 03:11:45 |
bdrewery |
- Support STAGEDIR |
1.4_1 20 Sep 2013 15:58:09 |
bdrewery |
- Add NO_STAGE until validated to be safe for upcoming staging support |
1.4_1 14 Sep 2013 15:33:03 |
bdrewery |
- Fix build on head without gcc
Reported by: pkg-fallout |
1.4_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4_1 15 Mar 2013 22:03:43 |
bdrewery |
- 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 |
1.4_1 11 Mar 2013 22:16:46 |
bdrewery |
Fix OPTIONS_DEFINE being defined twice |
1.4_1 18 Dec 2012 13:56:18 |
garga |
Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time. |
1.4_1 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
1.4_1 03 Aug 2012 18:39:21 |
garga |
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@ |
1.4_1 03 Aug 2012 15:34:46 |
garga |
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports |
1.4_1 16 Jul 2012 20:05:12 |
garga |
- Move to OPTIONSng
- Handle DOCS using PORTDOCS and cleanup PLIST_* |
1.4_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.4_1 28 Mar 2009 17:53:24 |
garga |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE |
1.4_1 25 Jul 2008 18:06:33 |
garga |
- Add gentoo mirrors to MASTER_SITES |
1.4_1 21 Jan 2006 17:37:14 |
krion |
- 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 ) |
1.4 08 Nov 2005 14:33:36 |
garga |
- Add SHA256 |
1.4 11 Jul 2005 16:47:16 |
garga |
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor) |
1.4 19 Apr 2005 21:34:08 |
pav |
- Define QMAIL_DIR
- Remove pkg-plist
PR: ports/80096
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer) |
1.4 18 Apr 2005 18:22:30 |
pav |
This is a small utility for checking and repairing the qmail queue
structure. It will fix uid/gid settings and permissions. It will
rename the message files to match their inodes. It will even create
directories and files that don't exist that should be there (you can
even create a queue from scratch). It will also print warnings for
any files it finds that should not exist.
PR: ports/79913
Submitted by: Renato Botelho <freebsd@galle.com.br> |