aboutsummaryrefslogtreecommitdiff
path: root/mail/courier
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 0.63.0Wesley Shields2010-03-1317-58/+237
| | | | | | | | PR: ports/143974 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=250979
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Add missing optional patchesRong-En Fan2009-08-094-0/+223
| | | | | | | | PR: ports/137582 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) Notes: svn path=/head/; revision=239189
* - Update to 0.62Rong-En Fan2009-08-089-15/+65
| | | | | | | | PR: ports/137112 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) Notes: svn path=/head/; revision=239147
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to 0.61.1Dmitry Marakasov2009-03-075-7/+119
| | | | | | | | PR: 132228 Submitted by: Milan Obuch <bsd at dino dot sk> (maintainer) Notes: svn path=/head/; revision=229638
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-14/+0
| | | | Notes: svn path=/head/; revision=225300
* - Remove obsolete patchesDmitry Marakasov2008-12-303-56/+0
| | | | | | | | PR: 130035 Submitted by: Milan Obuch <bsd at dino dot sk> Notes: svn path=/head/; revision=225006
* - Update to 0.60.0.Stefan Walter2008-12-199-379/+90
| | | | | | | | | | | | | - Add RUN_DEPENDS on security/ca_root_nss. - Remove scripts/c_rehash. - Sort CONFLICTS alphabetically and add couriermlm-0.*. PR: 126228 Submitted by: Yarema <yds@CoolRat.org> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=224414
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-6/+0
| | | | Notes: svn path=/head/; revision=200760
* - Update to 0.54.0Martin Wilke2007-01-015-4/+41
| | | | | | | | PR: 107375 Submitted by: Milan Obuch<bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=181176
* - Update to 0.53.3Gabor Kovesdan2006-12-1212-34/+68
| | | | | | | | | | | | | | - Patch for function name collision (fam support) - Remove deprecated USE_RCORDER - Pass maintainership to submitter - portlint(1) PR: ports/105573 Submitted by: Milan Obuch<bsd@dino.sk> Approved by: erwin (mentor), maintainer timeout Notes: svn path=/head/; revision=179601
* - Update to 0.53.2 and fix vulnerability -- CVE-2006-2659Renato Botelho2006-06-295-5/+33
| | | | | | | | | | PR: ports/98878 Submitted by: Milan Obuch <bsd@dino.sk> Approved by: maintainer timeout (17 days) Security: CVE-2006-2659 Notes: svn path=/head/; revision=166617
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Add plist entries to create empty directories.Sam Lawrance2006-02-144-7/+65
| | | | | | | | | | | Add 'sharedindexupdate' srcipt. Use 'exec' in shell scripts. PR: ports/93269 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=156001
* Update to 0.52.2.Sam Lawrance2006-02-113-4/+5
| | | | | | | | | | PR: ports/91741 Submitted by: Milan Obuch <bsd@dino.sk> Reviewed by: Ed Culp <eculp@encontacto.net> Approved by: yds@CoolRat.org (maintainer, timeout 4 weeks) Notes: svn path=/head/; revision=155748
* Remove direct LIB_DEPENDS on fam in favour of the new USE_FAMKris Kennaway2006-02-111-2/+3
| | | | | | | | | | | | infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since these ports either have not been tested with gamin or are known to fail (courier). PR: ports/92583 Submitted by: marcus Notes: svn path=/head/; revision=155702
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
| | | | Notes: svn path=/head/; revision=154477
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158