aboutsummaryrefslogtreecommitdiff
path: root/mail/courier
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-13/+13
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 0.52.1Pav Lucistnik2005-10-114-82/+94
| | | | | | | | PR: ports/86517 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=144916
* - Update to 0.50.1 and unbreakPav Lucistnik2005-07-1618-495/+502
| | | | | | | | PR: ports/83548 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=139372
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN: Changes permissions on previously-installed filesKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129938
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-5/+5
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Update to 0.45.4.Daniel Harris2004-04-112-10/+6
| | | | | | | | PR: 65351 Submitted by: maintainer Notes: svn path=/head/; revision=106709
* o Fix recursive definition of PKGNAMESUFFIX.Norikatsu Shigemura2004-04-051-6/+6
| | | | | | | | | | | o Add missing tailing \. This is 'Fix build error'. So I don't bump PORTREVISION. Approved by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=106167
* - Update to 0.45.3Pav Lucistnik2004-04-036-380/+230
| | | | | | | | | | | | - Remove FORBIDDEN - Convert to OPTIONS - Hand maintainership to submitter PR: ports/65093 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=106055
* Mark FORBIDDEN due to remotely exploitable vulnerabilities.Jacques Vidrine2004-03-311-0/+2
| | | | | | | http://vuxml.freebsd.org/98bd69c3-834b-11d8-a41f-0020ed76ef5a.html Notes: svn path=/head/; revision=105822
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 0.44.2Sergei Kolobov2004-01-1512-239/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=98205
* - Unbreak: switch from courier:courier (UID/GID 62, conflicts with pf)Sergei Kolobov2003-12-115-14/+13
| | | | | | | | | | | | to mailnull:mailnull (UID/GID 26) Still looking for a better solution - Update to 0.44.0 PR: 59367 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Notes: svn path=/head/; revision=95599
* BROKEN: This port uses uid/gid 62, which is registered in the master listKris Kennaway2003-11-161-0/+2
| | | | | | | | | | in the porter's handbook as being owned by pf. PR: ports/58115 Submitted by: Dennis Berger <db@nipsi.de> Notes: svn path=/head/; revision=94077
* - add CONFLICTSDirk Meyer2003-10-131-0/+1
| | | | | | | Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=90980
* s/ECHO/ECHO_MSG/g, merge the pre-fetch target into the pre-everything targetOliver Lehmann2003-09-241-8/+7
| | | | | | | | | | use SITE_PERL instead of the whole path (in DEPENDS) PR: ports/56814 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89231
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* [PATCH] mail/courier: enable choose of ghostscript interpreterEdwin Groothuis2003-08-312-2/+16
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54957 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88151
* [orphaned ports]: use USE_MYSQL for various orphaned ports.Edwin Groothuis2003-08-281-2/+2
| | | | | | | | | | | | | | | | | | Make these ports use USE_MYSQL: * databases/dbconnect * net/netsaint * www/mod_mp3 * www/mod_mylo * www/phpnuke * www/postnuke * www/udmsearch * mail/courier PR: ports/56029 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=87903
* fix pkg-plistOliver Lehmann2003-08-191-3/+0
| | | | | | | Noted by: bento, Shizuka Kudo <shizukakudo_99@yahoo.com> Notes: svn path=/head/; revision=87296