aboutsummaryrefslogtreecommitdiff
path: root/mail/dbmail22/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to USES=pkgconfigBryan Drewery2013-05-081-1/+2
| | | | | | | | PR: ports/178419 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=317694
* - use multiple choice feature of options framework for database backendRuslan Makhmatkhanov2012-10-111-7/+5
| | | | | | | | | | | | selection (mysql is still default) - convert NOPORTDOCS case to optionsng too Suggested by: jhale Approved by: Alan Hicks <ahicks at p-o.co dot uk> (maintainer, by mail) Feature safe: yes Notes: svn path=/head/; revision=305733
* - convert to optionsngRuslan Makhmatkhanov2012-10-111-23/+16
| | | | | | | | | | | | | | | | | | while here: - trim Makefile header - remove indefinite article - remove conflicts with port versions we don't have in the tree - fix portlint warning (shlib versions) - remove redundant MANCOMPRESSED=no - use bsd.port.options.mk instead of bsd.port.pre/post.mk - tab -> space change in pkg-descr:WWW PR: 172380 Submitted by: Alan Hicks <ahicks at p-o.co dot uk> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=305720
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-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
* - update to 2.2.18Ruslan Makhmatkhanov2012-03-191-6/+8
| | | | | | | | | | | | | | | | - add LICENSE (GPLv2) - register conflicts with dbmail-3 too while I'm here: - replace `YES' with `yes' in Makefile knobs - fix one case of using `xargs rm' instead of `find -delete' PR: 166251 Submitted by: Alan Hicks <ahicks at p-o.co dot uk> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293574
* Pass maintainership to new volunteer.Ruslan Makhmatkhanov2012-03-191-1/+1
| | | | | | | | | | | | Technically maintainership of this port should reset after the repocopy (because maintainership of the repocopied port was resetted later). The new maintainer give his agreement by private mail. Approved by: maintainer timeout (mail bounce) Feature safe: yes Notes: svn path=/head/; revision=293553
* Add LATEST_LINK and disconnect mail/dbmail22 from the build until I finish withRuslan Makhmatkhanov2012-03-161-0/+1
| | | | | | | | | updating of mail/dbmail to fix INDEX. Apologies. Feature safe: yes Notes: svn path=/head/; revision=293425
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 2.2.17Wesley Shields2011-04-061-2/+1
| | | | | | | | | PR: ports/155501 Submitted by: Piotr Rybicki <piotr.rybicki@innervision.pl> Approved by: maintainer timeout Notes: svn path=/head/; revision=272272
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 2.2.16Sahil Tandon2010-08-071-2/+1
| | | | | | | | | PR: ports/148371 Submitted by: myself (sahil@) Approved by: maintainer (timeout; 33 days) Notes: svn path=/head/; revision=258891
* -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
* - Update to 2.2.11Dennis Herrmann2009-06-251-2/+2
| | | | | | | | | PR: ports/136039 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer Notes: svn path=/head/; revision=236624
* 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
* - Update to 2.2.10Pav Lucistnik2008-04-111-2/+1
| | | | | | | | PR: ports/122575 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=211083
* - Update to 2.2.8Martin Wilke2007-12-181-1/+1
| | | | | | | | PR: 118825 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=204055
* - Update to 2.2.7Martin Wilke2007-12-121-1/+1
| | | | | | | | PR: 117840 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=203334
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - update to 2.2.5Martin Matuska2007-06-111-1/+2
| | | | | | | | | PR: ports/113272 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer, garga (mentor) Notes: svn path=/head/; revision=193251
* - Update to 2.2.4Martin Wilke2007-03-161-2/+5
| | | | | | | | | PR: 110245 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer Notes: svn path=/head/; revision=187482
* - Headernames should be processed case-insensitively according to RFC822 3.4.7.Cheng-Lung Sung2007-02-271-0/+1
| | | | | | | | | | | - Problem reported by Larry Rosenman. Patch for the problem was on the dbmail-dev list. - bump PORTREVISION PR: ports/109607 Submitted by: maintainer (Mark Starovoytov) Notes: svn path=/head/; revision=186139
* - Update to 2.2.2Rong-En Fan2007-02-131-2/+1
| | | | | | | | PR: ports/109094 Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=185090
* - Adds dbmail-timsieved.shMartin Wilke2006-12-161-1/+11
| | | | | | | | | | | | - Adds workaround for installations after some previous revision which didn't deinstall completely - Adds fix for bug #461 from dbmail bugtracker PR: ports/106760 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=179920
* - Update to 2.2.1Pav Lucistnik2006-11-231-55/+94
| | | | | | | | PR: ports/105785 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=177906
* - Update to 2.0.10Marcus Alves Grando2006-04-081-10/+8
| | | | | | | | PR: 95457 Submitted by: maintainer Notes: svn path=/head/; revision=159143
* [update] mail/dbmail: sync to svnEdwin Groothuis2005-12-261-3/+3
| | | | | | | | | | 1. #281 - fix compilation on FreeBSD 4.x PR: ports/90914 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=152081
* - Integrate vendor patches:Pav Lucistnik2005-11-151-0/+2
| | | | | | | | | | | | | | | 1. #266 - Excessive db connects and quits 2. #271 - BUG with connect to postgresql database 3. #272 - Non-UTF characters in a message's body 4. #277 - Fix "INTERNALDATE" calculation in imaputil.c 5. other patches from repository. - Add SHA256 PR: ports/88277 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer) Notes: svn path=/head/; revision=148303
* - Update to 2.0.7Pav Lucistnik2005-09-131-5/+4
| | | | | | | | | | | | | - Add patch for bug 266 - Reset maintainership (3 months of maintainer timeouts) - Assign maintainership to a volunteer PR: ports/85455, ports/85763 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Approved by: maintainer timeout (seanc; 14 days) Notes: svn path=/head/; revision=142623
* - Patch nine bugs:Pav Lucistnik2005-07-181-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | #79 - INTERNALDATE reponses do not conform to RFC #145 - LMTP loses return-path #177 - Compile Fails on FreeBSD (fixes compilation on FreeBSD 4.X) #184 - socklen_t issue #190 - huge load if database crash #198 - DBMail processes killing each other #199 - spare child creates zombie #214 - dbmail-smtp dumps core with double free #216 - malformed header prevents delivery - Fix RC_SUBR usage PR: ports/83437, also ports/80736, ports/82437, ports/83575 Submitted by: Mark Starovoytov <mark@kikg.ifmo.ru>, parts also by: Radim Kolar <hsn@netmag.cz>, thompsa, Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (2 months on oldest PR) Notes: svn path=/head/; revision=139510
* Update to version 2.0.4.Andrew Thompson2005-06-181-4/+2
| | | | | | | | PR: ports/79775 Approved by: maintainer timeout (seanc), linimon Notes: svn path=/head/; revision=137706
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-1/+1
| | | | | | | | | | | 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
* Add rcNG startup scripts for dbmail. Bump port version.Sean Chittenden2004-11-101-1/+20
| | | | Notes: svn path=/head/; revision=121293
* Fix dbmail's packaging in the mysql case. Bumped version.Sean Chittenden2004-11-021-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=120649
* dbmail 2.0.0 needs -fPIC set in order to be sodomized by libtool on amd64.Sean Chittenden2004-10-271-0/+1
| | | | | | | | | Set this universally since it's quite plausible that other 64bit platforms may need this. Don't bump the port version since it wasn't installable on the systems that would need the portversion bump. Notes: svn path=/head/; revision=120353
* Update dbmail to 2.0.0. This upgrade requires a migration script to be run.Sean Chittenden2004-10-241-5/+13
| | | | | | | See UPDATING for details. Grab maintainership of this port for the time being. Notes: svn path=/head/; revision=120047
* upgrade to 1.2.9Ying-Chieh Liao2004-07-201-1/+1
| | | | | | | Submitted by: forth@zbwei.net Notes: svn path=/head/; revision=114264
* - Update to 1.2.8bClement Laforet2004-07-131-4/+2
| | | | Notes: svn path=/head/; revision=113545
* BROKEN: UnfetchableKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113364
* Minor cleanup:Volker Stolz2004-06-291-1/+2
| | | | | | | | | | | - added file EXTRAS (referenced from other documents) - removed script install-dbmail.sh PR: ports/68473 Submitted by: Radim Kolar Notes: svn path=/head/; revision=112559
* - Security fix:Clement Laforet2004-06-111-1/+1
| | | | | | | | | | | | "DBMail 1.2.8a June 08, 2004 16:21:55 Posted by: Ilja Booij A buffer overflow error in DBMail 1.2.x has been discovered and fix. The buffer overflow causes dbmail-smtp to crash with a segmentation fault when a line in the email header is bigger than 2048 bytes. All version < 1.2.8a are affected, so please update your DBMail installation." Notes: svn path=/head/; revision=111284
* - Update to 1.2.7bClement Laforet2004-06-021-6/+5
| | | | | | | | - s/WITH_PGSQL/WITH_POSTGRESQL/ - Drop maintainership Notes: svn path=/head/; revision=110662
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems Notes: svn path=/head/; revision=109952
* 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 1.2.3Clement Laforet2004-02-031-2/+4
| | | | Notes: svn path=/head/; revision=99878
* - Cleanups.Clement Laforet2004-01-161-4/+1
| | | | | | | | Notice by: From: lou <lou@0xffff.org> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98261
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* - Install manual pages [1]Clement Laforet2003-12-191-2/+8
| | | | | | | | | | | - use PORTDOCS - bump PORTREVISION Noticed by: Dave C. <djc@microwave.com> [1] Approved by: erwin (mentor) Notes: svn path=/head/; revision=96195
* - Update to 1.2.1:Sergei Kolobov2003-10-241-5/+2
| | | | | | | | | | | | This update fixes a security bug in the SMTP handling code and adds some indexes to the PostgreSQL table layout for speed improvements PR: 58470 Submitted by: maintainer Approved by: krion (implicit) Notes: svn path=/head/; revision=92041
* dbmail tarball has been updated.Erwin Lansing2003-10-151-0/+1
| | | | | | | | | | | | | - configure script have been improved - some strings changed. Bump PORTREVISION. PR: 58065 Submitted by: maintainer Notes: svn path=/head/; revision=91358