summaryrefslogtreecommitdiff
path: root/mail/cone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.90Beech Rintoul2012-12-262-3/+3
| | | | | | | | | | | | | | | | - Changelog: 2011-10-04 * cone/gettext.C: gettext can't deal with literal ^Ds, so provide a workaround: "\\D" literal. 2011-09-23 * cone/cursesindexdisplay.C (drawLine): Misformatting of the date column in some locales. PR: ports/174708 Submitted by: Uffe Jakobsen <uffe@uffe.org> (maintainer) Notes: svn path=/head/; revision=309527
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 0.89Beech Rintoul2011-06-293-5/+17
| | | | | | | | | | | | | - Pass maintainership to submitter - Consult changelog for specific changes PR: ports/158355 Submitted by: Uffe Jakobsen <uffe@uffe.org> Approved by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=276686
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-17/+4
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225300
* - Update to 0.77Chin-San Huang2008-09-063-198/+9
| | | | | | | | | PR: ports/127142 Submitted by: chinsan Approved by: Larry Rosenman (maintainer) Notes: svn path=/head/; revision=220002
* 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-1/+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
* - Fix breakage with the rootcerts install step.Thomas Abthorpe2007-09-102-1/+3
| | | | | | | | | | | PR: ports/116208 Submitted by: Larry Rosenman <ler_AT_lerctr.org> Noticed by: pavmail Pointyat to: tabthorpe, ler_AT_lerctr.org Approved by: clsung (mentor) Notes: svn path=/head/; revision=199260
* - Update to 0.71Thomas Abthorpe2007-09-072-4/+8
| | | | | | | | | PR: ports/116153 Submitted by: Larry Rosenman <ler_AT_lerctr.org> (maintainer) Approved by: clsung (mentor) Notes: svn path=/head/; revision=198983
* - Update version to 0.70.Marcelo Araujo2007-06-033-25/+20
| | | | | | | | | PR: ports/113070 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Approved by: stas (mentor) Notes: svn path=/head/; revision=192606
* - Fix breakage after 602107 which includes ncursesw in the baseRong-En Fan2007-04-061-1/+1
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=189390
* We have ncursesw support in base system after OSVERSION >= 700033.Rong-En Fan2007-03-091-1/+3
| | | | | | | Approved by: maintainer via private mail Notes: svn path=/head/; revision=187001
* o Add support UTF-8 with ncursesw.Norikatsu Shigemura2007-02-111-8/+28
| | | | | | | | | | | | o No more required LANG=UTF8 without ncursesw. o Bump PORTREVISION, accordingly. PR: ports/108897 Submitted by: Tsuneo Nakagawa <yaemon@kikansha.jp> Approved by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=184909
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,Jun Kuriyama2006-12-221-2/+2
| | | | | | | | | | | depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume Notes: svn path=/head/; revision=180452
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-1/+2
| | | | | | | | | to security/gnupg1. Thanks to: dougb, lofi Notes: svn path=/head/; revision=180326
* - Update to 0.69Martin Wilke2006-11-202-4/+4
| | | | | | | | PR: ports/105657 Submitted by: Larry Rosenman (maintainer) Notes: svn path=/head/; revision=177692
* - Update to 0.68Michael Landin2006-05-314-32/+22
| | | | | | | | PR: ports/97997 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=164086
* - Update to 0.66.20060215Marcus Alves Grando2006-02-184-17/+28
| | | | | | | | PR: 93509 Submitted by: maintainer Notes: svn path=/head/; revision=156323
* Update to 0.66.20060203.Sam Lawrance2006-02-142-7/+8
| | | | | | | | PR: ports/93233 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=155982
* Fix plist and enable installation of the default set of trusted SSLSam Lawrance2006-02-122-77/+85
| | | | | | | | | | | | | | certificates. Missed from: Update to 0.66. Submitter takes maintainership. PR: ports/93212 Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=155825
* Update to 0.66.Sam Lawrance2006-02-122-6/+5
| | | | | | | | | | Submitter takes maintainership. PR: ports/93212 Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=155818
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.65.Roman Bogorodskiy2005-07-143-17/+19
| | | | | | | | PR: 83479 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=139237
* - Update to 0.64 [1]Michael Johnson2005-06-273-17/+18
| | | | | | | | | | - Use USE_FAM PR: ports/82662 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1] Notes: svn path=/head/; revision=138053
* Add WWWErwin Lansing2005-06-091-0/+2
| | | | | | | | PR: 82073 Submitted by: Francisco <francisco@natserv.net> Notes: svn path=/head/; revision=137113
* 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
* Update to 0.63Kevin Lo2005-01-263-14/+14
| | | | | | | | PR: ports/76344 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=127375
* - Update to 0.62;Thierry Thomas2004-11-117-342/+337
| | | | | | | | | | - pet portlint. PR: ports/71351 Submitted by: Matthias Andree. Notes: svn path=/head/; revision=121395
* Chase libaspell to aspell.16.Thierry Thomas2004-08-281-1/+2
| | | | Notes: svn path=/head/; revision=117535
* Update to 0.60:Volker Stolz2004-06-145-195/+156
| | | | | | | | | | | | - drop ncurses requirement - bump minimum FreeBSD version to 5.2.1-RELEASE - fix compilation with GCC 3.4 PR: ports/67686 Submitted by: Matthias Andree Notes: svn path=/head/; revision=111464
* - Update to 0.58Pav Lucistnik2004-04-185-157/+205
| | | | | | | | PR: ports/65684 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=107437
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* - Reset MAINTAINER to ports@FreeBSD.orgClement Laforet2004-02-261-1/+1
| | | | | | | | PR: 63399 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102214
* 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.56Sergei Kolobov2003-12-044-19/+32
| | | | | | | | | | - Respect NOPORTDOCS PR: 59783 Submitted by: maintainer Notes: svn path=/head/; revision=94978
* - Update to 0.55 [1]Sergei Kolobov2003-11-033-25/+25
| | | | | | | | | | | While I'm here [2]: - Clean up {LIB,BUILD,RUN}_DEPENDS PR: 58886 [1] Submitted by: maintainer [1], sergei [2] Notes: svn path=/head/; revision=92997
* - Update to version 0.54.20030928Kirill Ponomarev2003-10-063-18/+3
| | | | | | | | PR: 57634 Submitted by: maintainer Notes: svn path=/head/; revision=90397
* - Update to version 0.54.20030915Kirill Ponomarev2003-09-253-114/+126
| | | | | | | | PR: 56949 Submitted by: maintainer Notes: svn path=/head/; revision=89338
* Cone is a text-based mail client. Cone seamlessly handles multiple POP3,Dirk Meyer2003-08-158-0/+551
IMAP accounts, and local mail folders. Cone is also a simple newsreader. Cone is designed to be foolproof enough to be used by inexperienced users, but also offers advanced features for power users. PR: 54218 Submitted by: matthias.andree@gmx.de Notes: svn path=/head/; revision=86966