summaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.5.1.demon2002-06-161-34/+7
| | | | | PR: 38694, 39188 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Improve maildir supportdwcjr2002-05-161-3/+28
| | | | | PR: 38147 Submitted by: maintainer, lioux
* Use ncurses instead of slang by default, because of slang "out of a box"anders2002-05-041-16/+17
| | | | | | | issues. PR: 37738 Submitted by: maintainer
* Update to version 1.3.99.demon2002-05-031-2/+2
| | | | | PR: 37698 Submitted by: MAINTAINER
* gettext upgrade uber-patch (stage 3)ade2002-04-121-3/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Fix a remaining libiconv issuesdwcjr2002-03-311-4/+4
| | | | | | Fix URLs of patches back to mutt-devel standard Submitted by: maintainer
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-1/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* Stage 1 of gettext update.ade2002-03-151-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Update to version 1.3.28.jim2002-03-131-118/+16
| | | | | PR: 35866 Submitted by: maintainer
* 1) Rename MUTT_WITH_PGP_OUTLOOK_PATCH to WITH_MUTT_PGP_OUTLOOK_PATCH tojim2002-03-121-8/+7
| | | | | | | | | | | | | | | be consistent with the other knobs. 2) Move --enable-pop and --enable-imap up to CONFIGURE_ARGS from where they were originally defined lower in the Makefile so they can be overridden by using MUTT_CONFIGURE_ARGS. 3) s/directory/file/ in a comment in the Makefile. 4) Bump PORTREVISION. 3) Submitted by: maintainer Approved by: maintainer
* Add a MUTT_CONFIGURE_ARGS variable for adding additional config options,jim2002-03-111-2/+15
| | | | | | | | and adjust the documentation to suggest /etc/make.conf as a good place to store the Makefile knobs. PR: 35731 Submitted by: maintainer
* Rollback to revisions below:clive2002-03-091-3/+1
| | | | | | | 1.12 ports/chinese/mutt/Makefile (somewhat) 1.154 ports/mail/mutt-devel/Makefile Previous commits break our lovely portupgrade.
* In case SLAVEPORTREVISION might not be defined, define it as zero.clive2002-03-091-0/+1
| | | | Submitted by: MAINTAINER
* Automate PORTREVISION issue bewteen master port and slave port.clive2002-03-091-1/+2
| | | | Approved by: MAINTAINER
* - Add a patch which avoids a core dump when using IMAP.naddy2002-02-281-1/+1
| | | | | | - Fix pkg-plist to be more maintainable. Submitted by: maintainer Udo Schweigert <udo.schweigert@siemens.com>
* Fix pkg-plist.jim2002-02-271-0/+19
| | | | Submitted by: maintainer
* Add the missing extra-patch-sgmlformat patch and fix a few things:jim2002-02-261-2/+6
| | | | | | | | | | | | | * Adding the missing patch fixes the breakage if not built without defining WITHOUT_MUTT_SGMLFORMAT. * Fix for if both WITH_MUTT_NNTP and WITH_MUTT_PGP_OUTLOOK_PATCH are defined. * Fix pkg-plist if WITH_MUTT_PGP_OUTLOOK_PATCH and WITH_MUTT_HTML are both defined. Submitted by: maintainer
* - Automagically determine when to use sgmlformat.naddy2002-02-261-26/+41
| | | | | | | | | | - Add the pgp outlook compat patch via the new knob MUTT_WITH_PGP_OUTLOOK_PATCH which is on by default if pgp is installed. Patch submitted by: Stefan Walter <dunkelkammer@gmx.de>. - Fix some trailing whitespaces to make portlint a little happier. - Increment PORTREVISION. Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* - Built the port always with IMAP and POP support as is also donenaddy2002-01-291-500/+21
| | | | | | | | | | | in mail/mutt and thus reducing Makefile and pkg-plist to a more maintainable size. - Use the right way of specifying PORTREVISION so slave ports can override this. PR: 34411 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* - Use the latest patches from www.mutt.org.ua.naddy2002-01-281-3/+25
| | | | | | | | - Make the dependency on sgmlformat configurable by the new knob WITHOUT_MUTT_SGMLFORMAT (requested by Neil Darlow <neil@darlow.co.uk>) PR: 34369 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* o Rebuild port docs even if WITH_MUTT_HTML is not given so the ASCIIlioux2002-01-221-9/+4
| | | | | | | | | | manuals reflect all the given WITH_MUTT_knobs. o (Port now always depends on sgmlformat, which isn't a problem anymore since sgmlformat has been fixed for alpha-architecture) PR: 34185 Submitted by: maintainer Requested by: Nicolas Rachinsky <list@rachinsky.de>
* Update to 1.3.27dwcjr2002-01-221-1/+2
| | | | | PR: 34173 Submitted by: maintainer
* Update to version 1.3.26.jim2002-01-191-3/+1
| | | | | PR: 34049 Submitted by: maintainer
* * Do not clobber plaintext manual if WITH_MUTT_HTML is undefined.naddy2002-01-161-5/+6
| | | | | | * Enable WITH_MUTT_HTML on alpha, old problem no longer applies. Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Fix a problem where installs failed if WITH_MUTT_HTML wasn't defined.jim2002-01-051-4/+4
| | | | | | | | Also change the dependency for WITH_MUTT_NNTP to point to inn-stable instead of inn. PR: 33571 Submitted by: maintainer
* From the PR:jim2002-01-051-4/+66
| | | | | | | | | | | | | | | | | | | | | | | Update of port mail/mutt-devel. This update fixes: - detection of libraries by configure. - superflouous installation of some html files. - additional doc files when NNTP support is wanted. - fix the missing ca-locale file in pkg-plist. These four were submitted by Vsevolod Volkov <vvv@mutt.org.ua>. Also changed: - WITH_MUTT_SLANG is now the default (which can be changed by defining WITHOUT_MUTT_SLANG) - fixed the usage of WITH_MUTT_NCURSES (ncurses is part of the base system since 4.0) - WITH_MUTT_SSL is included when PACKAGE_BUILDING is defined - some hints which knobs are available at the beginning of the Makefile PR: 33536 Submitted by: maintainer
* Update to version 1.3.25.jim2002-01-031-2/+1
| | | | | PR: 33510 Submitted by: maintainer
* Fix a newly found security flaw.jim2002-01-021-4/+11
| | | | Submitted by: maintainer
* Fix WITH_MUTT_SSL case by adding WITH_MUTT_IMAPkevlo2001-12-231-0/+4
| | | | | PR: 33107 Submitted by: MAINTAINER
* Remove AUTOMAKE_ARGS which are now in bsd.port.mkdwcjr2001-12-221-1/+0
| | | | | PR: 33092 Submitted by: maintainer
* Bump PORTREVISION due to patch-14.jim2001-12-131-0/+1
|
* - update to 1.3.24petef2001-12-031-5/+6
| | | | | | | | - fix automake to generate bsdmake code, drop USE_GMAKE - add more MASTER_SITES PR: 32466 Submitted by: maintainer
* USE_AUTOMAKE implies USE_AUTOCONF, remove repetitionlioux2001-12-021-1/+0
| | | | Sense beaten into me by: steve
* Add WITH_MUTT_CYRUS_SASL knob to use IMAP with SASLlioux2001-12-021-0/+8
| | | | | PR: 32341 Submitted by: maintainer
* o USE_AUTO* police sweeplioux2001-12-021-5/+11
| | | | | | | - Don't hardcode, use {ACLOCAL,AUTO{CONF,HEADER,MAKE}} - USE_AUTO{CONF,MAKE} instead of BUILD_DEPENDS Approved by: maintainer
* - no longer need gmakepetef2001-11-141-3/+1
| | | | | | | - use autoconf instead of automake PR: 31968 Submitted by: maintainer
* Update to version 1.3.23.2.jim2001-11-101-1/+3
| | | | | PR: 31876 Submitted by: maintainer
* Upgrade to 1.3.23.1demon2001-11-011-1/+3
| | | | | PR: 31668 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Fix for the new AUTOMAKE/AUTOCONF scheme.demon2001-10-291-0/+2
| | | | | PR: 31604 Submitted by: MAINTAINER
* Add news posting supportdwcjr2001-10-291-1/+8
| | | | | PR: 31585 Submitted by: maintainer
* Update to version 1.3.23.jim2001-10-101-4/+38
| | | | | PR: 31196 Submitted by: maintainer
* Update PORTDOC compliancedwcjr2001-09-031-2/+0
| | | | Submitted by: maintainer
* Change location of gpg to ${LOCALBASE} instead of ${PREFIX}dwcjr2001-09-021-1/+1
| | | | Submitted by: kris
* Add missing Bump to PORTREVISION from last commit.dwcjr2001-09-021-0/+1
|
* Make path for gpg in ${PREFIX}/share/doc/mutt/samples/gpg.rc to honor ${PREFIX}dwcjr2001-09-021-0/+4
| | | | | Submitted by: clive Modified by: maintainer
* Update to 1.3.22.1dwcjr2001-08-311-3/+4
| | | | | | Update patches to same version Submitted by: maintainer
* Update patchfiles to match new versionache2001-08-231-1/+1
| | | | Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* - build with IMAP and POP support when PACKAGE_BUILDING (because that wasache2001-08-231-16/+442
| | | | | | | | | | default before adding the WITH_MUTT_IMAP and WITH_MUTT_POP knobs). - fix pkg-plist if not build with WITH_MUTT_IMAP or WITH_MUTT_POP. - rename internal variable to less confusing name Submitted by: Udo Schweigert <ust@cert.siemens.de>
* Upgrade to 1.3.21 (from maintainer)ache2001-08-231-2/+5
| | | | | | | Add news to CATEGORIES if MUTT_WITH_NNTP defined PR: 29952 Submitted by: Udo Schweigert <ust@cert.siemens.de>
OpenPOWER on IntegriCloud