aboutsummaryrefslogtreecommitdiffstats
path: root/mail/courier
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-14/+0
|
* - Remove obsolete patchesamdmi32008-12-303-56/+0
| | | | | PR: 130035 Submitted by: Milan Obuch <bsd at dino dot sk>
* - Update to 0.60.0.stefan2008-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)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Remove support for OSVERSION < 5edwin2007-10-041-6/+0
|
* - Update to 0.54.0miwi2007-01-015-4/+41
| | | | | PR: 107375 Submitted by: Milan Obuch<bsd@dino.sk> (maintainer)
* - Update to 0.53.3gabor2006-12-1312-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
* - Update to 0.53.2 and fix vulnerability -- CVE-2006-2659garga2006-06-305-5/+33
| | | | | | | PR: ports/98878 Submitted by: Milan Obuch <bsd@dino.sk> Approved by: maintainer timeout (17 days) Security: CVE-2006-2659
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* Add plist entries to create empty directories.lawrance2006-02-144-7/+65
| | | | | | | | Add 'sharedindexupdate' srcipt. Use 'exec' in shell scripts. PR: ports/93269 Submitted by: Yarema <yds@CoolRat.org> (maintainer)
* Update to 0.52.2.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)
* Remove direct LIB_DEPENDS on fam in favour of the new USE_FAMkris2006-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
* Add missing USE_GETTEXTkris2006-01-261-0/+1
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-13/+13
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Update to 0.52.1pav2005-10-114-82/+94
| | | | | PR: ports/86517 Submitted by: Yarema <yds@CoolRat.org> (maintainer)
* - Update to 0.50.1 and unbreakpav2005-07-1718-495/+502
| | | | | PR: ports/83548 Submitted by: Yarema <yds@CoolRat.org> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* BROKEN: Changes permissions on previously-installed fileskris2005-02-281-0/+2
|
* Split the postgresql ports into a server and a client part.girgen2005-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)
* Update to 0.45.4.dannyboy2004-04-112-10/+6
| | | | | PR: 65351 Submitted by: maintainer
* o Fix recursive definition of PKGNAMESUFFIX.nork2004-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)
* - Update to 0.45.3pav2004-04-046-380/+230
| | | | | | | | | - Remove FORBIDDEN - Convert to OPTIONS - Hand maintainership to submitter PR: ports/65093 Submitted by: Yarema <yds@CoolRat.org>
* Mark FORBIDDEN due to remotely exploitable vulnerabilities.nectar2004-04-011-0/+2
| | | | http://vuxml.freebsd.org/98bd69c3-834b-11d8-a41f-0020ed76ef5a.html
* SIZEify.trevor2004-03-181-0/+1
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update to 0.44.2sergei2004-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>
* - Unbreak: switch from courier:courier (UID/GID 62, conflicts with pf)sergei2003-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>
* BROKEN: This port uses uid/gid 62, which is registered in the master listkris2003-11-161-0/+2
| | | | | | | in the porter's handbook as being owned by pf. PR: ports/58115 Submitted by: Dennis Berger <db@nipsi.de>
* - add CONFLICTSdinoex2003-10-131-0/+1
| | | | Submitted by: eikemeier@fillmore-labs.com
* s/ECHO/ECHO_MSG/g, merge the pre-fetch target into the pre-everything targetoliver2003-09-241-8/+7
| | | | | | | use SITE_PERL instead of the whole path (in DEPENDS) PR: ports/56814 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* [PATCH] mail/courier: enable choose of ghostscript interpreteredwin2003-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>
* [orphaned ports]: use USE_MYSQL for various orphaned ports.edwin2003-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>
* fix pkg-plistoliver2003-08-191-3/+0
| | | | Noted by: bento, Shizuka Kudo <shizukakudo_99@yahoo.com>
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-2/+2
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* - update courier to 0.42.2oliver2003-08-108-120/+209
| | | | | | | | | - fix BROKEN - reset MAINTAINER to ports. Original maintainer doesn't respond to mails over a long time period PR: ports/55427 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
* BROKEN: Changes ownership/permission of manpages, broken pkg-plistkris2003-04-061-0/+2
|
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-2/+2
|
* Point dependencies on net/openldap to net/openldap12edwin2003-02-241-2/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add ${SCRIPTDIR} to PATHarved2003-01-191-1/+2
| | | | | PR: 47041 Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-051-2/+3
|
* Update to version 0.39.3kevlo2002-08-215-16/+6
| | | | | PR: 41832 Submitted by: MAINTAINER
* Update to version 0.39.1kevlo2002-07-083-2/+13
| | | | | PR: 40319 Submitted by: MAINTAINER
* upgrade to 0.38.2ijliao2002-06-0911-102/+353
| | | | | | | fix deinstall problem PR: 39003 Submitted by: maintainer
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Do not try and create a package for this port: it is broken and goes intokris2002-03-071-0/+2
| | | | | | | | an infinite loop displaying this: Is this the entry you wish to remove? ad infinitum.
* Update to 0.37.3pat2002-02-273-4/+4
| | | | | PR: 35335 Submitted by: maintainer
* Update to 0.37.2.20020131pat2002-02-032-2/+2
| | | | | PR: 34566 Submitted by: maintainer
* Fix problem patli caused in last commit from maintainerdwcjr2002-01-311-64/+0
| | | | Submitted by: maintainer
* Update to 0.37.2.20020125pat2002-01-309-452/+293
| | | | | PR: 34398 Submitted by: maintainer
* Use pre-everything::pat2002-01-241-1/+1
| | | | | PR: 34219 Submitted by: maintainer, Dan Langille <dan@langille.org>
* Update courier to 0.37.2; fix security bugs, update MIME handling, adddwhite2002-01-227-63/+65
| | | | | | knob for NOUUCP. PR: 34145
* Add courier 0.37.0, courier SMTP IMAP POP3 HTTP mail server suite.dwhite2002-01-1515-0/+2087
PR: 31473 Submitted by: Yarema <yds@CoolRat.org>