Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
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.
- fix bug in static-shared expression
- fix shlibversion for shared milter
- default now builds with shared milter
Set option WITH_SENDMAIL_STATIC_MILTER=Yes to force static
PR: 113652
- make IGNORE on pointhat only
2006 Dec 3 09:07:45 dk-milter-0.4.1_4.log
2006 Nov 30 11:13:58 dk-milter-0.4.1_4.log
2006 Nov 24 20:40:18 dk-milter-0.4.1_4.log
2006 Nov 24 17:05:17 dk-milter-0.4.1_4.log
2006 Nov 24 16:58:44 dk-milter-0.4.1_4.log
2006 Nov 23 22:30:42 dk-milter-0.4.1_4.log
2006 Nov 23 21:53:23 dk-milter-0.4.1_4.log
2006 Nov 21 23:09:26 dk-milter-0.4.1_4.log
2006 Nov 21 18:55:57 dk-milter-0.4.1_4.log
2006 Nov 21 03:22:32 dk-milter-0.4.1_4.log
2006 Nov 20 09:23:44 dk-milter-0.4.1_4.log
2006 Nov 19 00:03:11 dk-milter-0.4.1_4.log
2006 Nov 18 23:02:27 dk-milter-0.4.1_4.log
2006 Nov 16 03:14:31 dk-milter-0.4.1_4.log
2006 Nov 15 09:06:56 dk-milter-0.4.1_4.log
2006 Nov 15 08:45:37 dk-milter-0.4.1_4.log
2006 Nov 13 21:24:53 dk-milter-0.4.1_4.log
2006 Nov 12 03:28:35 dk-milter-0.4.1_4.log
2006 Nov 8 23:16:14 dk-milter-0.4.1_4.log
- Fix RUN_DEPENDS does not work correctly by mistake.
- Support mail/postfix-current like security/amavisd-milter port does.
PR: ports/103803
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
- new switch WITH_POSTFIX_MILTER
- assign a new user `dkfilter' to run the milter as a non-priviledged process
PR: ports/103490
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
configuration run simultaneously; e.g. different key with
different selector, or domain for dk-milter.
This patch enables multiple instantiation.
Almost the same as ports/91894
PR: ports/91895
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>