summaryrefslogtreecommitdiff
path: root/mail/mutt14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-08-2122-792/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months Notes: svn path=/head/; revision=477717
* - Set DEPRECATED and EXPIRATION_DATEWen Heping2018-07-241-0/+3
| | | | | | | | | PR: 229793 Submitted by: dereks@lifeofadishwasher.com Approved by: Udo.Schweigert@siemens.com(maintainer) Notes: svn path=/head/; revision=475219
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-101-1/+1
| | | | | | | other miscellaneous files which are not actually manual pages. Notes: svn path=/head/; revision=458646
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Extract do-patch into a separate script.Mathieu Arnold2017-01-161-1/+1
| | | | | | | | | | | PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029 Notes: svn path=/head/; revision=431680
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix build failures on current and pkg builds with XFACE optionThomas Zander2016-01-242-1/+23
| | | | | | | | | PR: 205719 Submitted by: Udo.Schweigert@siemens.com (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=407094
* - Fix build as non-root (similar to what mail/mutt does)Dmitry Marakasov2015-09-232-1/+19
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397636
* Cleanup plistAntoine Brodin2014-11-221-4/+0
| | | | Notes: svn path=/head/; revision=373086
* - Remove a few remaining $Id$ from pkg-plistsAlex Kozlov2014-11-061-1/+0
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=372228
* - Convert to USES=autoreconfTijl Coosemans2014-09-243-35/+3
| | | | | | | - Fix detection of base system Heimdal Notes: svn path=/head/; revision=369205
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-0/+0
| | | | Notes: svn path=/head/; revision=363275
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-152-54/+54
| | | | Notes: svn path=/head/; revision=361961
* - Implement stagingMartin Wilke2014-06-066-444/+63
| | | | | | | | | | - Remove SGML_DOCS option which no longer works with current sgmltools PR: 190097 Submitted by: maintainer Notes: svn path=/head/; revision=356808
* Switch ispell to aspell-ispellBaptiste Daroussin2014-01-281-2/+2
| | | | Notes: svn path=/head/; revision=341583
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Fix pkgname collisionBaptiste Daroussin2013-10-071-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=329692
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Unbreak build after autotools updateMartin Wilke2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=323108
* + Fix fallout from optionsNG conversion (discussed with bapt@):Matthias Andree2013-06-112-12/+35
| | | | | | | | | | | | | | | | | | | | - MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted. - MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective. + While here, make SLANG/NCURSES a radio group for clarity (these two options are optional and mutually exclusive). + Add a patch to send the proper length in an IMAP APPEND command; a size_t argument was printed with %d, which failed where sizeof(int) != sizeof(size_t), i. e. on 64-bit systems, or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond). We now use %lu and cast the argument to unsigned long. Bump PORTREVISION. + Shorten COMMENT to avoid its truncation in pkg_info output. Notes: svn path=/head/; revision=320512
* Actually we do not support alpha anymoreBaptiste Daroussin2013-06-041-1/+0
| | | | Notes: svn path=/head/; revision=319907
* Use a proper per arch exclusion of optionsBaptiste Daroussin2013-06-041-3/+1
| | | | Notes: svn path=/head/; revision=319905
* Exclude SGML_DOCS properly in case arch is alpha and in case MUTT_LITE is ↵Baptiste Daroussin2013-06-041-8/+8
| | | | | | | | | | defined PR: ports/179281 Submitted by: mandree Notes: svn path=/head/; revision=319903
* WITHOUT_NLS -> PORT_OPTIONS:MNLSBaptiste Daroussin2013-06-041-39/+32
| | | | | | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS New options framework Notes: svn path=/head/; revision=319862
* Fix with USES+= ncursesBaptiste Daroussin2013-05-061-3/+2
| | | | Notes: svn path=/head/; revision=317527
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+3
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-3/+2
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Fix LATEST_LINK after renaming the ports mail/mutt to mail/mutt14Michael Scheidell2012-07-291-3/+3
| | | | | | | | PR: ports/170126 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=301672
* Move mail/mutt to mail/mutt14Chris Rees2012-07-221-4/+2
| | | | | | | | | | | | | | | | Move mail/mutt-lite to mail/mutt14-lite Move mail/mutt-devel to mail/mutt Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid breaking the cvs exporter PR: ports/169546 Suggested by: obrien Approved by: maintainer Notes: svn path=/head/; revision=301308
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-111-7/+10
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454
* - Mark CONFLICTS with ja-mutt, ja-mutt-devel, mutt-devel, mutt-devel-lite, ↵Sunpoet Po-Chuan Hsieh2011-10-011-2/+2
| | | | | | | | | | mutt-lite and zh-mutt-devel - Use ?= for CONFLICTS and PORTREVISION: mutt is MASTERDIR of mutt-lite - Bump PORTREVISION for package change Notes: svn path=/head/; revision=282744
* - 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
* - Fix handling of ncurses config-optionDennis Herrmann2011-09-061-3/+2
| | | | | | | | | | - Remove USE_GMAKE (not needed) PR: ports/160521 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=281311
* - remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276989
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-3/+5
| | | | | | | | | | | | | | | | | | | 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
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Fix quoting of Makefile variables;Johan van Selst2010-09-051-2/+2
| | | | | | | this fixes the installation of mutt-lite Notes: svn path=/head/; revision=260608
* - add options for user-settable knobs [1]Rene Ladan2010-08-281-8/+20
| | | | | | | | | | | | | | | - replace an .error with an IGNORE [1] - s/WITH_NCURSES_PORT/WITH_NCURSES [1] - pet portlint for fatal errors and capitalization of IGNORE lines - invert SGML logic for Alpha architecture PR: ports/149061 [1] Submitted by: David DEMELIER [demelier.david gmail.com] Reviewed by: Chip Camden [sterling camdensoftware.com] (during last bugathon) Approved by: maintainer timeout (21 days) Notes: svn path=/head/; revision=260125
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Switch slang dependency to libslang2 (untested)Pav Lucistnik2009-02-101-1/+1
| | | | | | | | Reported by: pointyhat (make index) Pointy hat to: pgollucci Notes: svn path=/head/; revision=227971
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225300
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* 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 dependency for the security/krb5 port.Martin Wilke2008-02-281-2/+2
| | | | | | | | | | - Bump PORTREVISION PR: 117823 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=208062