1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Mathieu Arnold
4d32bbcef6 Move USE_BDB support from bsd.databases.mk to its own file.
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
2016-04-25 16:17:19 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dirk Meyer
15ff0ca966 - split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
2016-02-13 09:03:15 +00:00
Dmitry Marakasov
565380226c - Fix stripping, remove unneeded condition (STRIP already takes WITH_DEBUG into account)
- Switch to options helpers
2015-10-14 02:48:57 +00:00
Dirk Meyer
bc79bff345 - drop maintainership 2015-10-08 04:08:51 +00:00
Dmitry Marakasov
4136c5b3ee - Fix manpage handling
- Fix installation from non-root

Approved by:	portmgr blanket
2015-10-05 14:06:46 +00:00
John Marino
90e3f72974 mail category: Remove $PTHREAD_LIBS
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
2015-03-25 11:41:17 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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)
2014-08-21 22:50:29 +00:00
Adam Weinberger
99afccd1ce Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:14:15 +00:00
Dirk Meyer
280380c162 - remove broken MANPREFIX 2014-03-04 06:51:37 +00:00
Dirk Meyer
e95ecd9677 - use STAGEDIR 2013-11-16 20:11:28 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Dirk Meyer
d579cd2aaa - cleanup header 2013-01-26 16:34:39 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Dirk Meyer
82df6a2a34 - honor CC 2011-06-24 18:53:09 +00:00
Doug Barton
86922094aa RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
93c3683742 - drop obsolete OPENSSL_OVERWRITE_BASE
Reported by:	Matthew J Seaman
2010-01-16 09:00:34 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Dirk Meyer
be732dbbba - disable checks on BUILDING_INDEX
Suggested by:   cperciva
2009-07-27 07:32:38 +00:00
Dirk Meyer
6fa622039c - update to 1.0.2
PR:		131435
Submitted by:	Hirohisa Yamaguchi
2009-02-14 18:49:28 +00:00
Dirk Meyer
ec801e8cec - update to 1.0.1
PR:		127114
Submitted by:	Hirohisa Yamaguchi
2008-09-06 09:37:15 +00:00
Dirk Meyer
2282c497e8 - update to 1.0.0
PR:		121701
Submitted by:	Hirohisa Yamaguchi
2008-03-17 19:11:20 +00:00
Dirk Meyer
815b497b9a - use bsd.milter.mk
- 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
2007-06-15 11:33:01 +00:00
Dirk Meyer
3abbac1d8a - update to 0.6.0
- 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
2007-06-02 14:46:41 +00:00
Dirk Meyer
710dbd8207 - update to 0.5.0 2007-04-13 04:14:39 +00:00
Dirk Meyer
5ee9785149 - update to 0.4.2
- check for sysvipc
2007-04-11 16:29:26 +00:00
Kris Kennaway
8479e6013f Back out incorrect r1.18 2007-03-17 00:15:46 +00:00
Rong-En Fan
849c5e34d1 - Use newly added RC_SUBR_SUFFIX
- Remove the redundant SUB_FILES (USE_RC_SUBR implies it)

Approved by:	dinoex (maintainer)
2007-02-01 14:21:43 +00:00
Dirk Meyer
8aeea44754 - update pkg-message
PR:		106757
Reviewed by:	Hirohisa Yamaguchi
2006-12-15 09:01:35 +00:00
Dirk Meyer
17bc424e98 - fix typo 2006-12-03 19:53:35 +00:00
Dirk Meyer
e31bb07ada - take maintainership
- 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
2006-12-03 18:33:01 +00:00
Andrey A. Chernov
29746758a7 Bump PORTREVISION 2006-11-07 21:11:39 +00:00
Andrey A. Chernov
6092dd7a54 Remove pkg-install vestiges 2006-11-07 20:53:01 +00:00
Andrey A. Chernov
dcf156d45f Install gentxt as gentxt-dk
Use "mailnull" as default user
Always chown piddir

Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
2006-11-07 20:20:10 +00:00
Andrey A. Chernov
fcea5eb135 Use right default socket name in startup script 2006-10-31 00:27:08 +00:00
Alejandro Pulver
3133dce176 - Fix starting up multiple instance.
- 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>
2006-10-01 15:08:24 +00:00
Pav Lucistnik
b4b077fb16 - a patch to fix `delayed queue ID' problem
- 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)
2006-09-25 17:44:40 +00:00
Xin LI
0c3f407336 Apply a vendor patch which addresses the "syntax error in signature data"
introduced in 0.4.1:
	dk-filter/dk-filter.c:	1.158 -> 1.159
	libdk/dk.c:		1.168 -> 1.169

Obtained from:	Sendmail (msk@)
2006-09-17 14:57:21 +00:00
Xin LI
237b66a9d5 - Update to 0.4.1
- Fix some issues with rc.d script, add an option to ease the
   task to specify the selector.
2006-07-12 08:09:13 +00:00
Michael Haro
592dabeaa5 Update to 0.4.0 2006-06-11 06:59:13 +00:00
Pav Lucistnik
8397569621 - Update to 0.3.3
PR:		ports/94463
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2006-03-15 14:17:49 +00:00
Andrey Slusar
28b5848449 In some cases, several instances of a milter with different
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>
2006-01-17 14:10:08 +00:00
Pav Lucistnik
853594a45b - Convert RC script to rc_subr
PR:		ports/91595
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2006-01-15 09:11:04 +00:00
Tim Bishop
1707afc4ea - Update to 0.3.2
PR:		91587
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2006-01-10 11:44:35 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00
Andrey A. Chernov
886b9ec51c Remove myself from maintainer 2005-08-28 07:52:24 +00:00