aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Fix 'all-depends-list' target in cases if dependencies list isKirill Ponomarev2006-01-2139-276/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] Notes: svn path=/head/; revision=154065
* - Properly treat v310.pre configuration filePav Lucistnik2006-01-202-3/+9
| | | | | | | | | | | | - Fix SPF dependency PR: ports/91379, ports/91864 Submitted by: Petr Rehor <prehor@gmail.com>, Jarrod Sayers <jarrod@netleader.com.au> Approved by: perl (tobez, mat) Notes: svn path=/head/; revision=154021
* Update to 2.1.19Marcus Alves Grando2006-01-202-8/+8
| | | | Notes: svn path=/head/; revision=154018
* Change my email address to the @FreeBSD oneVasil Dimov2006-01-201-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=153954
* BROKEN on 7.0: Does not compileKris Kennaway2006-01-191-1/+7
| | | | Notes: svn path=/head/; revision=153920
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-195-4/+9
| | | | | | | allow user defined location of all files Notes: svn path=/head/; revision=153867
* Update to 1.24Marcus Alves Grando2006-01-182-5/+4
| | | | | | | | PR: 91939 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer) Notes: svn path=/head/; revision=153819
* Update to 1.2.10Erwin Lansing2006-01-182-4/+4
| | | | | | | | PR: 91951 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer) Notes: svn path=/head/; revision=153803
* - Add backup site while primary site does not workPav Lucistnik2006-01-183-3/+9
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=153782
* Update port after master port update to 2.1.18Tom McLaughlin2006-01-182-5/+3
| | | | Notes: svn path=/head/; revision=153780
* In some cases, several instances of a milter with differentAndrey Slusar2006-01-173-10/+69
| | | | | | | | | | | | | | | configuration run simultaneously; e.g. different key with different selector, or domain for dk-milter. This patch enables multiple instantiation. Almost the same as ports/91894 PR: ports/91895 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=153740
* Update to 0.5.1Marcus Alves Grando2006-01-174-15/+22
| | | | | | | Reorganize Makefile Notes: svn path=/head/; revision=153738
* In some cases, several instances of a milter with differentAndrey Slusar2006-01-173-9/+69
| | | | | | | | | | | | | configuration run simultaneously; e.g. different key with different selector, or domain for dkim-milter. This update enables multiple instantiation. PR: ports/91894 Submitted by: Hirohisa Yamaguchi (maintainer) Notes: svn path=/head/; revision=153737
* Update to 2.1.18Marcus Alves Grando2006-01-172-6/+4
| | | | Notes: svn path=/head/; revision=153735
* - add startup script using rc.subr(8)Dirk Meyer2006-01-173-14/+56
| | | | | | | | | | | | - make portlint happier PR: 91596 Submitted by: Hirohisa Yamaguchi - drop pkg-plist - new option WITHOUT_RC_NG Notes: svn path=/head/; revision=153706
* Modify rc.d script like example in Porters Handbook.Marcus Alves Grando2006-01-1610-110/+150
| | | | Notes: svn path=/head/; revision=153685
* Update to 2.3-20060112Marcus Alves Grando2006-01-163-16/+19
| | | | | | | Modify rc.d script like example in Porters Handbook. Notes: svn path=/head/; revision=153684
* Upgrade to 0.31.1.Oliver Braun2006-01-162-3/+4
| | | | Notes: svn path=/head/; revision=153676
* - Fix WRKSRCRenato Botelho2006-01-161-1/+1
| | | | | | | Noticed by: pointyhat via kris Notes: svn path=/head/; revision=153671
* Update to 1.2.1, which works with Thunderbird 1.5Adam Weinberger2006-01-163-18/+11
| | | | | | | | PR: ports/91735 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=153670
* - s/cram-md5/cram_md5/ to fix the spamcontrol option WITH_AUTHCRAMRenato Botelho2006-01-161-2/+2
| | | | | | | Noticed by: Jan-Erik Moon <jan@1kdigital.com> Notes: svn path=/head/; revision=153652
* - Chase qdbm updatePav Lucistnik2006-01-161-1/+1
| | | | | | | | Pointy hat to: ahze Reported by: pointyhat Notes: svn path=/head/; revision=153616
* Add enigmail-seamonkey, a GnuPG extension for the Seamonkey mailAlex Dupre2006-01-152-0/+15
| | | | | | | client. Notes: svn path=/head/; revision=153587
* Update to 0.94.0 release (compatible with TB 1.5).Alex Dupre2006-01-156-33/+77
| | | | | | | | Now the extension doesn't global register itself, instead the user should manually install the generated XPI file into his own profile. Notes: svn path=/head/; revision=153585
* - Update to 1.0.11Pav Lucistnik2006-01-152-5/+5
| | | | | | | | | PR: ports/91816 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: otsune <info@otsune.com> (maintainer) Notes: svn path=/head/; revision=153571
* - Convert RC script to rc_subrPav Lucistnik2006-01-153-51/+46
| | | | | | | | PR: ports/91595 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=153547
* Fix pkg-plist after Mono 1.1.12.1 update.Tom McLaughlin2006-01-144-8/+4
| | | | Notes: svn path=/head/; revision=153509
* - Remove expired portsPav Lucistnik2006-01-145-53/+0
| | | | Notes: svn path=/head/; revision=153501
* Remove thunderbird-devel.Mark Linimon2006-01-141-1/+0
| | | | | | | Forgotten by: ahze Notes: svn path=/head/; revision=153479
* - Improve rc script handlingPav Lucistnik2006-01-145-49/+53
| | | | | | | | | | - Modernize pkg-message PR: ports/91780 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=153476
* Update to 2.2.0beta4.Norikatsu Shigemura2006-01-142-4/+4
| | | | Notes: svn path=/head/; revision=153464
* Mark the port BROKEN.Alex Dupre2006-01-141-0/+2
| | | | | | | | Probably I'll modify this port to create an XPI file and let the user manually install it. Notes: svn path=/head/; revision=153437
* Update to 2.4Emanuel Haupt2006-01-132-9/+8
| | | | | | | Notified by: Luca Morettoni <luca@morettoni.net> (author) Notes: svn path=/head/; revision=153398
* Fix rc.d/postfix.sh restart adding pidfile and procnameMarcus Alves Grando2006-01-126-2/+21
| | | | | | | | | | Bump PORTREVISION PR: 91721 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=153369
* Fix rc.d/postfix.sh restart adding pidfile and procnameMarcus Alves Grando2006-01-1216-8/+56
| | | | | | | | | | | Bump PORTREVISION PR: 91721 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer Notes: svn path=/head/; revision=153368
* Add rcNG script to start postfixMarcus Alves Grando2006-01-1232-216/+424
| | | | | | | | | | Update pkg-message to reflect rcNG script Bump PORTREVISION Approved by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=153357
* Update to 2.3-20060103Marcus Alves Grando2006-01-124-29/+54
| | | | | | | | Add rcNG script to start postfix Update pkg-message to reflect rcNG script Notes: svn path=/head/; revision=153356
* Add rcNG script to start postfixMarcus Alves Grando2006-01-124-48/+77
| | | | | | | | | Update pkg-message to reflect rcNG script Bump PORTREVISION portlint(1) Notes: svn path=/head/; revision=153355
* Add rcNG script to start postfixMarcus Alves Grando2006-01-125-50/+68
| | | | | | | | | Remove scripts/configure. USE_REINPLACE do change !!PREFIX!! Update pkg-message to reflect rcNG script Bump PORTREVISION Notes: svn path=/head/; revision=153354
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+3
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Update thunderbird to 1.5 [1]Michael Johnson2006-01-1281-4431/+121
| | | | | | | | | | - Remove thunderbird-devel - Remove thunderbird from supported geckos for 4.x Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html Notes: svn path=/head/; revision=153334
* Update to 2.2.0beta3.Norikatsu Shigemura2006-01-112-4/+4
| | | | Notes: svn path=/head/; revision=153264
* Add dkim-milter, a domainkeys milter for Sendmail.Emanuel Haupt2006-01-1111-0/+193
| | | | | | | | PR: ports/91582 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=153262
* Depend on gnutls instead of gnutls-devel in:Roman Bogorodskiy2006-01-101-1/+1
| | | | | | | | | | - mail/msmtp [1] - ftp/wzdftpd Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1] Notes: svn path=/head/; revision=153206
* - Update to 0.3.2Tim Bishop2006-01-103-6/+5
| | | | | | | | PR: 91587 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=153186
* Chase gnutls update.Roman Bogorodskiy2006-01-095-6/+9
| | | | Notes: svn path=/head/; revision=153142
* - Update to 2.1.9Tim Bishop2006-01-092-4/+4
| | | | | | | Approved by: clement (mentor, implicitly) Notes: svn path=/head/; revision=153113
* - Chase libver bump in qdbmMichael Johnson2006-01-081-1/+2
| | | | Notes: svn path=/head/; revision=153097
* Mark not for ia64 since regchrome (and the application itself) dumps core.Joe Marcus Clarke2006-01-083-0/+6
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=153085
* Allow to install exim with EXIM_USER=exim EXIM_GROUP=exim instead ofKirill Ponomarev2006-01-072-4/+6
| | | | | | | | | | mailnull:mail. PR: ports/89832 Submitted by: Artis Caune <Artis.Caune@latnet.lv> Notes: svn path=/head/; revision=153021