aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cone
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* mail/cone: Change maintainer addressler2019-04-211-1/+1
| | | | | | Per IRC/Private E-Mail. Submitted by: cpeticus@gmail.com
* dns/libidn: Update to 1.35yuri2019-04-021-1/+1
| | | | | | | Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* - Update devel/courier-unicode to 2.1madpilot2018-10-102-7/+8
| | | | | | | | | | | | | | | | | | | - Convert to USES localbase - Update mail/cone to 1.0 [1] - Update mail/courier-imap to 5.0.0 - Add LICENSE - Update mail/maildrop to 3.0.0 - Remove IDN option since it's now mandatory - Update mail/sqwebmail to 6.0.0 [2] - Update security/courier-authlib to 0.69.0 - Add note to UPDATING - Silence some portlint warnings PR: 231471 [1] Submitted by: me Approved by: Maintainer timeout [1], oliver@ [2] Differential Revision: https://reviews.freebsd.org/D17234
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-0/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Fix port builds for architectures which remain on gcc as the default compiler.linimon2018-06-111-1/+2
| | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-111-1/+1
| | | | other miscellaneous files that are not actually manual pages (part 2).
* mail/cone: update to 0.96.2swills2017-12-122-5/+5
| | | | | | | While here, pass maintainership to submitter. PR: 224195 Submitted by: Chris Petrik <christopherpetrik335@student.athenstech.edu>
* Update mail/cone to 0.96.1madpilot2017-08-222-4/+4
|
* - Update devel/courier-unicode to 2.0madpilot2017-07-062-4/+4
| | | | | | | | | | | | | | - Update mail/cone to 0.96 - Update mail/courier-imap to 4.18.0 [1] - Update mail/maildrop to 2.9.0 - Update mail/sqwebmail to 5.9.0 [1] - Update security/courier-authlib (and slaves) to 0.68.0 [1] On request from oliver@, take maintainership of the courier-authlib ports and the courier-imap port. Approved by: oliver@ (maintainer) [1] Differential Revision: https://reviews.freebsd.org/D11467
* - Remove unused since r400398 scriptak2017-04-291-155/+0
|
* - Add LICENSE_FILEamdmi32017-02-261-14/+14
| | | | | | | - Switch to USES=localbase - Switch to USES=ssl - Switch to options helpers - Cosmetic fixes
* Update to 0.94.vanilla2016-12-294-44/+12
|
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Thank you Uffe for your past work on FreeBSD ports! Hope you'll find timebsam2016-10-101-1/+1
| | | | | | to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.92 [1]madpilot2015-10-288-46/+63
| | | | | | | | | | | - Fix build without SSLv3 [2] Thanks ro brnrd for providing an updated patch. PR: 202677 [1], 203697 [2] Submitted by: yamagi at yamagi.org [1] Submitted by: cpbsdmail at gmail.com [2] MFH: 2015Q4
* - Fix build on 10.x+ by always using GCCamdmi32015-06-081-0/+1
| | | | Approved by: portmgr blanket
* converters/libiconv:tijl2015-04-151-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Cleanup plistantoine2014-11-231-2/+0
|
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-0/+2
|
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-1/+1
| | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
* mail/cone: support stage [1]wg2014-06-254-24/+43
| | | | | | | | | | - Add LICENSE [1] - Fix for clang [1] - Use shebangfix - Remove unneeded pre/post include PR: 191323 Submitted by: maintainer
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Convert the tree to USES=famantoine2014-01-051-2/+1
| | | | Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - convert to the new perl5 frameworkaz2013-09-151-3/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-7/+2
| | | | Convert USE_READLINE by USES=readline
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 0.90beech2012-12-272-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)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-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
* - Update to 0.89beech2011-06-303-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>
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵bapt2011-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@)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with M
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* - Update to 0.77chinsan2008-09-073-198/+9
| | | | | | PR: ports/127142 Submitted by: chinsan Approved by: Larry Rosenman (maintainer)
* 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-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)
* - Fix breakage with the rootcerts install step.tabthorpe2007-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)
* - Update to 0.71tabthorpe2007-09-072-4/+8
| | | | | | PR: ports/116153 Submitted by: Larry Rosenman <ler_AT_lerctr.org> (maintainer) Approved by: clsung (mentor)
* - Update version to 0.70.araujo2007-06-033-25/+20
| | | | | | PR: ports/113070 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Approved by: stas (mentor)
* - Fix breakage after 602107 which includes ncursesw in the baserafan2007-04-071-1/+1
| | | | Approved by: maintainer (implicit)
* We have ncursesw support in base system after OSVERSION >= 700033.rafan2007-03-091-1/+3
| | | | Approved by: maintainer via private mail
* o Add support UTF-8 with ncursesw.nork2007-02-121-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)
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,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
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedkuriyama2006-12-211-1/+2
| | | | | | to security/gnupg1. Thanks to: dougb, lofi
* - Update to 0.69miwi2006-11-212-4/+4
| | | | | PR: ports/105657 Submitted by: Larry Rosenman (maintainer)
* - Update to 0.68mich2006-06-014-32/+22
| | | | | PR: ports/97997 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Update to 0.66.20060215mnag2006-02-194-17/+28
| | | | | PR: 93509 Submitted by: maintainer
* Update to 0.66.20060203.lawrance2006-02-142-7/+8
| | | | | PR: ports/93233 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* Fix plist and enable installation of the default set of trusted SSLlawrance2006-02-122-77/+85
| | | | | | | | | | | certificates. Missed from: Update to 0.66. Submitter takes maintainership. PR: ports/93212 Submitted by: Larry Rosenman <ler@lerctr.org>
* Update to 0.66.lawrance2006-02-122-6/+5
| | | | | | | Submitter takes maintainership. PR: ports/93212 Submitted by: Larry Rosenman <ler@lerctr.org>
* - Add SHA256pav2005-11-251-0/+1
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 0.65.novel2005-07-153-17/+19
| | | | | PR: 83479 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* - Update to 0.64 [1]ahze2005-06-273-17/+18
| | | | | | | - Use USE_FAM PR: ports/82662 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1]
* Add WWWerwin2005-06-101-0/+2
| | | | | PR: 82073 Submitted by: Francisco <francisco@natserv.net>
* 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'.
* Update to 0.63kevlo2005-01-263-14/+14
| | | | | PR: ports/76344 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* - Update to 0.62;thierry2004-11-127-342/+337
| | | | | | | - pet portlint. PR: ports/71351 Submitted by: Matthias Andree.
* Chase libaspell to aspell.16.thierry2004-08-291-1/+2
|
* Update to 0.60:vs2004-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
* - Update to 0.58pav2004-04-195-157/+205
| | | | | PR: ports/65684 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* SIZEify.trevor2004-03-181-0/+1
|
* - Reset MAINTAINER to ports@FreeBSD.orgclement2004-02-271-1/+1
| | | | | PR: 63399 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update to 0.56sergei2003-12-044-19/+32
| | | | | | | - Respect NOPORTDOCS PR: 59783 Submitted by: maintainer
* - Update to 0.55 [1]sergei2003-11-043-25/+25
| | | | | | | | While I'm here [2]: - Clean up {LIB,BUILD,RUN}_DEPENDS PR: 58886 [1] Submitted by: maintainer [1], sergei [2]
* - Update to version 0.54.20030928krion2003-10-063-18/+3
| | | | | PR: 57634 Submitted by: maintainer
* - Update to version 0.54.20030915krion2003-09-253-114/+126
| | | | | PR: 56949 Submitted by: maintainer
* Cone is a text-based mail client. Cone seamlessly handles multiple POP3,dinoex2003-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