aboutsummaryrefslogtreecommitdiff
path: root/mail/courier
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-7/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-191-0/+3
| | | | Notes: svn path=/head/; revision=566021
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514142
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-031-0/+5
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497668
* dns/libidn: Update to 1.35Yuri Victorovich2019-04-021-1/+1
| | | | | | | | | | Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048 Notes: svn path=/head/; revision=497546
* mail/courier: unbreak with libc++ 8Jan Beich2019-03-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | In file included from afxpipe.C:6: In file included from ./afx.h:15: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:505: In file included from /usr/include/c++/v1/string_view:176: In file included from /usr/include/c++/v1/__string:57: In file included from /usr/include/c++/v1/algorithm:640: In file included from /usr/include/c++/v1/initializer_list:47: In file included from /usr/include/c++/v1/cstddef:38: ../version:1:1: error: expected unqualified-id 0.65.3 ^ PR: 236192 Approved by: portmgr blanket Notes: svn path=/head/; revision=494575
* mail/courier: Register conflict with mail/panda-imapTobias Kortkamp2019-01-261-1/+1
| | | | | | | | | | Both install man/man8/imapd.8.gz PR: 223011 Submitted by: thierry Notes: svn path=/head/; revision=491312
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-272-12/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* mail/courier: Unbreak by fixing shebang; Add missing dependencyYuri Victorovich2018-03-191-1/+4
| | | | | | | Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=464980
* mail/courier: Unbreak by fixing shebangYuri Victorovich2018-03-181-0/+6
| | | | | | | | | Also add LICENSE. Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=464952
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* ${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
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-20/+20
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* Modernize pkg-plist, remove deprecated @dirrmPawel Pekala2016-01-171-62/+31
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=406526
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-1/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Remove _*OWNGRP, with staging it's not useful anymoreAntoine Brodin2015-05-041-1/+1
| | | | | | | | | With hat: portmgr Original submission: bapt Exp-run: self Notes: svn path=/head/; revision=385403
* Make it also buildable without SSLv3 support.Jung-uk Kim2015-03-231-3/+6
| | | | | | | PR: 198399 Notes: svn path=/head/; revision=382055
* Fix build on head with the base OpenSSL. SSLv2 is no longer available.Jung-uk Kim2015-03-231-0/+15
| | | | Notes: svn path=/head/; revision=382053
* - Convert to USES=libtoolTijl Coosemans2014-09-085-38/+40
| | | | | | | | | | | - Avoid USE_AUTOTOOLS - Fix build with clang - Add missing -lcourierauth [1] Reported by: antoine [1] Notes: svn path=/head/; revision=367705
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* mail/courier: Unbreak F10+, add stage support and remove interactivityJohn Marino2014-07-025-298/+285
| | | | | | | | | PR: 190209 Submitted by: maintainer (Milan Obuch) Verified by: Redports 8x pass Notes: svn path=/head/; revision=360268
* Fix build with modern compilersRenato Botelho2014-05-151-0/+10
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354138
* Switch ispell to aspell-ispellBaptiste Daroussin2014-01-281-2/+2
| | | | Notes: svn path=/head/; revision=341576
* Convert the tree to USES=famAntoine Brodin2014-01-041-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=338691
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-3/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327311
* - Fix build after autotools update [1]Bryan Drewery2013-08-301-2/+2
| | | | | | | | | | | | - Add missing pkgconfig dependency [2] Reported by: Marat Bakeev <hawara@Hawara.com> via ports@ [1] PR: ports/179934 [2] Reported by: Evgeni Dimitrov <evgeni.dimitrov@gmail.com> [2] Approved by: maintainer timeout Notes: svn path=/head/; revision=325688
* - Unbreak build after autotools updateMartin Wilke2013-07-181-0/+1
| | | | Notes: svn path=/head/; revision=323198
* Update to OPTIONSngChris Rees2013-06-061-133/+43
| | | | | | | | PR: ports/175407 Approved by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=320116
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Remove a comment that is spurious now that local rc.d files are includedDoug Barton2012-08-051-4/+0
| | | | | | | in the base rcorder Notes: svn path=/head/; revision=302136
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 0.65.3Julien Laffaye2011-07-205-24/+20
| | | | | | | | PR: ports/158669 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=277995
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* 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
* - Remove file that was not deleted in previous commit.Wesley Shields2010-03-131-11/+0
| | | | | | | | PR: ports/143974 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=250980