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.

non port: mail/qmail-dk/Makefile

Number of commits found: 24

Tuesday, 9 Jan 2024
13:27 Baptiste Daroussin (bapt) search for other commits by this committer
MAN[4-8]PREFIX: eleminate its usage  and move man to share/man
commit hash: cb347ec6664d868cc62b050f827927963f2809cf commit hash: cb347ec6664d868cc62b050f827927963f2809cf commit hash: cb347ec6664d868cc62b050f827927963f2809cf commit hash: cb347ec6664d868cc62b050f827927963f2809cf cb347ec
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 20 Jul 2018
14:17 tobik search for other commits by this committer
mail/qmail-dk: Fix build with lld

/usr/bin/ld: error: duplicate symbol: scan_ulong
>>> defined at scan_ulong.c
>>>            scan_ulong.o:(scan_ulong) in archive fs.a
>>> defined at scan_ulong.c
>>>            scan_ulong.o:(.text+0x0)

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474767_s336359/logs/qmail-dk-0.54_1.log

scan_ulong.o is added to fs.a and appears twice in the link command
line (via fs.a and listed explicitly) which results in a duplicate
symbol error with lld.  Removing scan_ulong.o from the link command
line would result in an undefined reference error when linking
auto-int with ld.bfd, so remove it from fs.a instead.

Attempt to build on aarch64 again as the error message is the same.

PR:		221812
Reported by:	emaste, pkg-fallout
Original commitRevision:475017 
Saturday, 7 Jul 2018
06:44 linimon search for other commits by this committer
Mark these ports as broken on aarch64, and, where appropriate, armvX.

While here, pet portlint and modernize.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:474058 
Saturday, 10 Sep 2016
21:20 marino search for other commits by this committer
mail/qmail-dk: document SSL requirement and support its configuration

While here, remove a bunch of ineffective sed commands against the main
makefile.
Original commitRevision:421743 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 6 Oct 2015
18:07 amdmi3 search for other commits by this committer
- Fix installation from non-root
Original commitRevision:398710 
Thursday, 28 May 2015
15:57 bdrewery search for other commits by this committer
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.
Original commitRevision:387740 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Sunday, 13 Jul 2014
23:36 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361728 
Sunday, 9 Feb 2014
03:49 bdrewery search for other commits by this committer
- Support STAGEDIR
- Remove usage of bsd.port.pre.mk
Original commitRevision:343427 
Friday, 20 Sep 2013
15:58 bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
Original commitRevision:327710 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 15 Mar 2013
22:03 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
Original commitRevision:314324 
Tuesday, 18 Dec 2012
13:56 garga search for other commits by this committer
Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
Original commitRevision:309185 
Friday, 5 Oct 2012
12:41 garga search for other commits by this committer
Change headers of all ports maintained by me to new format
Original commitRevision:305298 
Monday, 16 Jul 2012
20:05 garga search for other commits by this committer
- Move to OPTIONSng
- Silent portlint
Original commit
Tuesday, 1 Jun 2010
15:17 garga search for other commits by this committer
Fix permissions

Submitted by:   Rodrigo Graeff <delphus@delphus.org>
Original commit
Saturday, 28 Mar 2009
17:53 garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Original commit
Wednesday, 12 Dec 2007
11:43 garga search for other commits by this committer
- Remove RESTRICTED due to qmail's license change
Original commit
Sunday, 3 Sep 2006
17:33 kris search for other commits by this committer
RESTRICTED is intended here instead of NO_PACKAGE
Original commit
Tuesday, 18 Jul 2006
18:54 garga search for other commits by this committer
Add qmail-dk 0.54, domainKeys implementation for qmail.
Original commit

Number of commits found: 24