aboutsummaryrefslogtreecommitdiff
path: root/mail/dk-milter
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-4/+0
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-132-8/+12
| | | | Notes: svn path=/head/; revision=508882
* - bump MILTER_SOVER to fix linking on FREEBSD-12Dirk Meyer2018-07-011-4/+4
| | | | | | | | | | | | - bump PORTREVISION on ports using libmilter - rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT - rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE - rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC - cleanup ifdefs - fix build on batv-filter with libmilter from ports Notes: svn path=/head/; revision=473663
* Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-021-0/+14
| | | | | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 Notes: svn path=/head/; revision=463452
* - add depedency groffDirk Meyer2018-01-301-2/+2
| | | | Notes: svn path=/head/; revision=460448
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* USE_BDB cleanup.Mathieu Arnold2016-08-081-3/+2
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-1/+1
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* Move USE_BDB support from bsd.databases.mk to its own file.Mathieu Arnold2016-04-251-15/+16
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=414018
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - split libmilter from sendmail into a seperate portDirk Meyer2016-02-131-1/+1
| | | | | | | | - bump PORTREVISION Submitted by: matthew (Matthew Seaman) Notes: svn path=/head/; revision=408774
* - Fix stripping, remove unneeded condition (STRIP already takes WITH_DEBUG ↵Dmitry Marakasov2015-10-141-6/+6
| | | | | | | | | into account) - Switch to options helpers Notes: svn path=/head/; revision=399234
* - drop maintainershipDirk Meyer2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398801
* - Fix manpage handlingDmitry Marakasov2015-10-053-4/+14
| | | | | | | | | - Fix installation from non-root Approved by: portmgr blanket Notes: svn path=/head/; revision=398649
* mail category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=382203
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=365599
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361961
* - remove broken MANPREFIXDirk Meyer2014-03-041-3/+3
| | | | Notes: svn path=/head/; revision=346994
* - use STAGEDIRDirk Meyer2013-11-161-10/+8
| | | | Notes: svn path=/head/; revision=334030
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - cleanup headerDirk Meyer2013-01-261-5/+1
| | | | Notes: svn path=/head/; revision=311027
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-2/+2
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - honor CCDirk Meyer2011-06-242-1/+11
| | | | Notes: svn path=/head/; revision=276215
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-271-1/+1
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - drop obsolete OPENSSL_OVERWRITE_BASEDirk Meyer2010-01-161-1/+1
| | | | | | | Reported by: Matthew J Seaman Notes: svn path=/head/; revision=247966
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - disable checks on BUILDING_INDEXDirk Meyer2009-07-271-0/+2
| | | | | | | Suggested by: cperciva Notes: svn path=/head/; revision=238431
* - update to 1.0.2Dirk Meyer2009-02-142-4/+4
| | | | | | | | PR: 131435 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=228285
* - update to 1.0.1Dirk Meyer2008-09-063-22/+5
| | | | | | | | PR: 127114 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=219985
* - update to 1.0.0Dirk Meyer2008-03-174-10/+27
| | | | | | | | PR: 121701 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=209243
* - use bsd.milter.mkDirk Meyer2007-06-151-28/+15
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=193572
* - update to 0.6.0Dirk Meyer2007-06-029-45/+84
| | | | | | | | | | | | | - new options: WITH_DEBUG, WITHOUT_ARLIB, WITH_POPAUTH - new features: WITH_ANTICIPATE_SENDMAIL_MUNGE, WITH_FLUSH_HEADERS, WITH_MULTIPLE_KEYS, WITH_REQUIRED_HEADERS, WITH_SELECT_CANONICALIZATION PR: 113242 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=192585
* - update to 0.5.0Dirk Meyer2007-04-132-4/+4
| | | | Notes: svn path=/head/; revision=189879
* - update to 0.4.2Dirk Meyer2007-04-114-117/+13
| | | | | | | - check for sysvipc Notes: svn path=/head/; revision=189787
* Back out incorrect r1.18Kris Kennaway2007-03-171-4/+0
| | | | Notes: svn path=/head/; revision=187553
* - Use newly added RC_SUBR_SUFFIXRong-En Fan2007-02-011-7/+1
| | | | | | | | | - Remove the redundant SUB_FILES (USE_RC_SUBR implies it) Approved by: dinoex (maintainer) Notes: svn path=/head/; revision=183865
* - update pkg-messageDirk Meyer2006-12-151-3/+0
| | | | | | | | PR: 106757 Reviewed by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=179842
* - fix typoDirk Meyer2006-12-031-1/+1
| | | | Notes: svn path=/head/; revision=178724
* - take maintainershipDirk Meyer2006-12-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=178713
* Bump PORTREVISIONAndrey A. Chernov2006-11-071-1/+1
| | | | Notes: svn path=/head/; revision=176748
* Remove pkg-install vestigesAndrey A. Chernov2006-11-071-1/+0
| | | | Notes: svn path=/head/; revision=176747
* Install gentxt as gentxt-dkAndrey A. Chernov2006-11-074-24/+5
| | | | | | | | | | Use "mailnull" as default user Always chown piddir Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=176743
* Use right default socket name in startup scriptAndrey A. Chernov2006-10-312-2/+2
| | | | Notes: svn path=/head/; revision=175569
* - Fix starting up multiple instance.Alejandro Pulver2006-10-012-3/+15
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=174245
* - a patch to fix `delayed queue ID' problemPav Lucistnik2006-09-256-20/+114
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=173811