notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/qmail-dk/Makefile
SVNWeb

Number of commits found: 23

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 20 Jul 2018
[ 14:17 tobik search for other commits by this committer ] Original commit   Revision:475017
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
Sat, 7 Jul 2018
[ 06:44 linimon search for other commits by this committer ] Original commit   Revision:474058 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Mark these ports as broken on aarch64, and, where appropriate, armvX.

While here, pet portlint and modernize.

Approved by:	portmgr (tier-2 blanket)
Sat, 10 Sep 2016
[ 21:20 marino search for other commits by this committer ] Original commit   Revision:421743
mail/qmail-dk: document SSL requirement and support its configuration

While here, remove a bunch of ineffective sed commands against the main
makefile.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 6 Oct 2015
[ 18:07 amdmi3 search for other commits by this committer ] Original commit   Revision:398710
- Fix installation from non-root
Thu, 28 May 2015
[ 15:57 bdrewery search for other commits by this committer ] Original commit   Revision:387740 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Sun, 13 Jul 2014
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:361728 (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Sun, 9 Feb 2014
[ 03:49 bdrewery search for other commits by this committer ] Original commit   Revision:343427
- Support STAGEDIR
- Remove usage of bsd.port.pre.mk
Fri, 20 Sep 2013
[ 15:58 bdrewery search for other commits by this committer ] Original commit   Revision:327710 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Add NO_STAGE until validated to be safe for upcoming staging support
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 15 Mar 2013
[ 22:03 bdrewery search for other commits by this committer ] Original commit   Revision:314324 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 18 Dec 2012
[ 13:56 garga search for other commits by this committer ] Original commit   Revision:309185
Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
Fri, 5 Oct 2012
[ 12:41 garga search for other commits by this committer ] Original commit   Revision:305298 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Change headers of all ports maintained by me to new format
Mon, 16 Jul 2012
[ 20:05 garga search for other commits by this committer ] Original commit 
- Move to OPTIONSng
- Silent portlint
Tue, 1 Jun 2010
[ 15:17 garga search for other commits by this committer ] Original commit 
Fix permissions

Submitted by:   Rodrigo Graeff <delphus@delphus.org>
Sat, 28 Mar 2009
[ 17:53 garga search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Wed, 12 Dec 2007
[ 11:43 garga search for other commits by this committer ] Original commit 
- Remove RESTRICTED due to qmail's license change
Sun, 3 Sep 2006
[ 17:33 kris search for other commits by this committer ] Original commit 
RESTRICTED is intended here instead of NO_PACKAGE
Tue, 18 Jul 2006
[ 18:54 garga search for other commits by this committer ] Original commit 
Add qmail-dk 0.54, domainKeys implementation for qmail.

Number of commits found: 23