Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.7.1 17 Oct 2016 14:51:29 |
adamw |
Remove now-unused greeting patch.
Submitted by: George L. Yermulnik |
1.7.1 17 Oct 2016 06:04:34 |
antoine |
Prevent PKGBASE collison between mail/mutt and mail/mutt-lite |
1.7.1 17 Oct 2016 02:40:41 |
adamw |
- Update to 1.7.1
- Move some vars around to make portlint happy
- Use MUTT_LITE instead of LITE
- Fetch deepif and date-contitional from remote locations
- Reword COMMENT
- Bring back remote patch versions incase mutt version and patch
versions arn't in sync
- Remove date_conditional patch pulled in remotely
- Add two new sidebar samples
- convert patch-* patches to makepatch patches
- Greeting patch 1.7.1 now PATCHFILE
- make makesum will pull all optional dist/patchfiles
PR: 213431
Submitted by: maintainer (dereks lifeofadishwasher com) |
1.7.0 05 Oct 2016 22:55:29 |
adamw |
Update to 1.7.0. The sidebar patch is now an official part of mutt,
and is now controlled by a SIDEBAR option. The trash patch is now
a non-optional part of mutt so its knob has disappeared completely.
Also, pass maintainership to submitter. Udo has looked after this
port for a long time; many thanks to him for all his work!
Changes for 1.7.0:
! Improved alignment when using multi-column characters with
soft-fill (%*X) and right-justified (%>X) format strings.
+ The COLUMNS environment variable will be set to the width of the
pager when invoking display filters. This can be used in
copiousoutput mailcap entries to allow their output to match the
pager width. (Only the first 15 lines of the commit message are shown above ) |
1.6.1 06 May 2016 06:58:17 |
pi |
mail/mutt: 1.6.0 -> 1.6.1
- bug-fixing release - no new functions
PR: 209224
Submitted by: Udo.Schweigert@siemens.com (maintainer) |
1.6.0_2 13 Apr 2016 09:57:03 |
pi |
mail/mutt: fix Makefile for -lite
PR: 208694
Submitted by: Udo.Schweigert@siemens.com (maintainer) |
1.6.0_1 10 Apr 2016 12:53:26 |
pi |
mail/mutt: some fixes
- changed from USE_AUTOTOOLS (deprecated) to USES=autoreconf
- mutt-lite slave port fix for no-libiconv-case
PR: 208658
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) |
1.6.0 09 Apr 2016 17:02:24 |
pi |
mail/mutt: 1.5.24 -> 1.6.0
Changes:
- http://www.mutt.org/doc/UPDATING
- added base64 option
PR: 208641, 208054
Submitted by: Udo.Schweigert@siemens.com (maintainer), ports@bsdserwis.com |
1.5.24_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5.24_6 18 Mar 2016 16:21:29 |
adamw |
Remove metamail dependency, and add a mailcap.5 manpage.
The intention of r411160 was to provide a mailcap manpage, as referenced
in multiple places by the mutt(1) and muttrc(5) manpages.
Although mail/metamail provides a mailcap.4 manpage, metamail is not
particularly relevant as a mailcap provider. The main external filter
that mutt needs is something to render text/html mime parts, but the
last metamail release was in 1994, 22 years ago.
This commit removes that metamail dependency, and adds a mailcap.5
manpage written by Udo Schweigert (mail/mutt's maintainer), based off
metamail's mailcap.4 manpage.
PR: 207727
Submitted by: Udo Schweigert (maintainer) |
1.5.24_5 17 Mar 2016 23:04:25 |
mat |
Depend on a file that actually is in the package, so that the dependency
is really registered.
Sponsored by: Absolight |
1.5.24_5 15 Mar 2016 12:56:32 |
feld |
mail/mutt: Add missing RUN_DEPENDS
Mutt requires mailcap to handle MIME attachments.
http://www.mutt.org/doc/manual/manual-5.html
PR: 207727
Approved by: maintainer |
1.5.24_4 09 Feb 2016 12:33:37 |
marino |
mail/mutt-lite: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
1.5.24_4 28 Jan 2016 12:11:41 |
pi |
mail/mutt: set GSSAPI default to NONE
- this was the old default
PR: 206220 |
28 Jan 2016 11:50:36
|
pi |
mail/mutt: provide options to build with GSSAPI variants
The port rolls its own GSSAPI handling system, looking for installed
libraries, rather than employing the "Uses" knobs (which probably
post-date the mutt Port's GSSAPI support).
When linking against OpenSSL from Ports, this results in one mutt
process pulling in both libcrypto.so.8 from Ports and libcrypto.so.7
from the base system (FreeBSD 10.1), leading to environ corruption
problems when running external commands, which complain at startup
(libc routines detect the corruption). These look like:
sh: environment corrupt; missing value for SOME_VAR
and can be seen when, eg, viewing a PGP-signed mail with GnuPG
integration turned on.
This patch switches mail/mutt to use the GSSAPI "Uses" system.
PR: 206220
Submitted by: Phil Pennock <freebsd@phil.spodhuis.org>
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) |
1.5.24_2 28 Jan 2016 08:41:56 |
pi |
mail/mutt: update sidebar patch
PR: 205284
Reported by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) |
1.5.24_1 14 Jan 2016 04:49:19 |
ohauer |
- fix mutt-lite NLS leftovers [1]
[1] patch by ak@
PR: 206092 |
1.5.24_1 13 Jan 2016 10:05:33 |
ohauer |
- fix mutt-lite build
PR: 206092 (follow up)
Approved by: udo.schweigert@siemens.com (maintainer) |
1.5.24_1 12 Jan 2016 16:07:12 |
ak |
- Convert to options helpers when possible
- Add URLVIEW option (on by default)
- Add patch to make parent directory entry (..) always on top of browser menu
(with any $sort_browser value)
- Clean up MASTER_SITES
PR: 206092
Approved by: udo.schweigert@siemens.com (maintainer) |
1.5.24 13 Sep 2015 09:18:10 |
riggs |
Update to upstream version 1.5.24, add MIXMASTER OPTION
PR: 203056, 202114
Submitted by: Udo.Schweigert@siemens.com (maintainer) |
1.5.23_9 16 May 2015 01:19:12 |
jbeich |
mail/mutt: update patches
- Fix sidebar patch [1]. This version introduces a new config variable
"sidebar_shortpath" which is set to yes by default to ensure
backwards compatibility.
- Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1
stops exporting the GPG_AGENT_INFO environment variable, so mutt can't
check for the presence of that to ensure the agent is running).
- Fix pgp key selection [2].
- Bump port revision because of major change to sidebar patch and gpg
handling.
PR: 199727
PR: 199115 [1]
PR: 199341 [2]
Submitted by: Udo.Schweigert@siemens.com (maintainer)
MFH: 2015Q2 |
1.5.23_8 13 May 2015 23:41:30 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.5.23_8 03 Apr 2015 15:56:58 |
thomas |
Previous change introduces a new dependency, so bump PORTREVISION
PR: 197699
Differential Revision: D2218
Approved by: portmgr (mat) |
1.5.23_7 03 Apr 2015 15:35:30 |
thomas |
Add "translit" ARG to USES=iconv so that the full port still
uses GNU iconv (not the system iconv): users may rely on
being able to set charset=//TRANSLIT
PR: 197699
Differential Revision: D2218
Approved by: maintainer (Udo.Schweigert@siemens.com), portmgr (mat), roberto |
1.5.23_7 06 Mar 2015 12:01:36 |
robak |
mail/mutt: fix muttrc man page
PR: 198303
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> |
1.5.23_7 10 Dec 2014 09:58:25 |
rodrigo |
Update for mail/mutt: Fix security vulnerability CVE-2014-9116
PR: ports/195550
Submitted by: Udo.Schweigert@siemens.com (maintainer)
Obtained from: mutt
MFH: 2014Q4 |
1.5.23_6 22 Nov 2014 13:53:35 |
pi |
mail/mutt: improve sidebar function when handling many mail folders
- Add code to improve sidebar function when handling many mail folders
- Remove sidebar patch from default options to fix issues with packages
(may be reverted later if confidence in current sidebar patch has grown)
- Bump PORTREVISION due to default options changes
PR: 195076
Submitted by: Udo.Schweigert@siemens.com (maintainer) |
1.5.23_5 30 Aug 2014 18:18:14 |
tijl |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc |
1.5.23_4 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.5.23_3 28 Jul 2014 23:20:38 |
adamw |
Rename mail/ patch-xy patches to reflect the files they modify. |
1.5.23_3 15 Jul 2014 16:14:15 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.5.23_3 04 Jun 2014 03:19:47 |
milki |
Revert mail/mutt sidebar patch
- sidebar patch is buggy
- Bump mail/mutt to 1.5.23_3
PR: 190577
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Reviewed by: Larry Rosenman <ler@lerctr.org> (PR submitter)
Approved by: swills (mentor) |
1.5.23_2 02 Jun 2014 22:37:02 |
milki |
Update mail/mutt to 1.5.23_2
- Update sidebar patch to most recent upstream version
(patch-1.5.23.sidebar.20140412)
- Ammend default options by IDN, LOCALES_FIX, SIDEBAR_PATCH, SASL,
and TRASH_PATCH as requested by the community
- Bump portrevision to reflect new default options
PR: ports/188544
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
Reviewed by: bdrewery
Approved by: eadler (mentor) |
1.5.23_1 20 Mar 2014 13:55:31 |
zi |
- Resolve build when COMPRESSED_FOLDERS is enabled
- Bump PORTREVISION
PR: ports/187629
Submitted by: Simeon Simeonov <blackmore@pichove.org>
Approved by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer) |
1.5.23 17 Mar 2014 14:48:52 |
zi |
- Fix build with clang
PR: ports/187418
Submitted by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer) |
1.5.23 14 Mar 2014 11:30:08 |
zi |
- Update to 1.5.23
PR: ports/187539
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Security: eb426e82-ab68-11e3-9d09-000c2980a9f3 |
1.5.22 05 Feb 2014 09:05:09 |
thierry |
Fix when SLANG is selected.
Reported by: Albert Shih |
1.5.22 03 Feb 2014 22:39:06 |
thierry |
- Enable staging, simplifying the port, especially the PLIST code
- Make port work with installed db6 for header caches
PR: ports/185081
Submitted by: Udo Schweigert <udo.schweigert (at) siemens.com> (maintainer) |
1.5.22 28 Jan 2014 14:40:41 |
bapt |
Switch ispell to aspell-ispell |
1.5.22 07 Nov 2013 13:01:41 |
bsam |
- Fix build for recent FreeBSD 10.0
- Add SMTP as default option (as requested by community)
PR: ports/183748
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.22 27 Oct 2013 21:34:58 |
ak |
- Fix sidebar patch for mutt 1.5.22 [1]
Reported by: kaltheat <kaltheat@gmail.com> [2], Glen Barber <gjb@FreeBSD.org>
[3],
ganthore <ganthore@gmail.com> [4], Michael E Beasley <info@servebeer.info> [5]
PR: ports/183229 [2]
PR: ports/183251 [3]
PR: ports/183301 [4]
PR: ports/183351 [5]
Submitted by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> [1]
Obtained from: OpenBSD, Gentoo (based on) |
1.5.22 22 Oct 2013 10:53:52 |
ak |
- Update to 1.5.22 [1]
- Convert to new LIB_DEPENDS syntax
PR: ports/183125 [1]
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1] |
1.5.21_5 20 Oct 2013 19:20:16 |
jhale |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
1.5.21_4 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.5.21_4 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
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) |
1.5.21_4 30 Aug 2013 15:14:26 |
amdmi3 |
- Add SMARTDATE patch.
- Fix MAILDIR_HEADER_CACHE if IMAP_HEADER_CACHE is not set
- Add options to disable TLS versions 1.1 and 1.2 if OPENSSL >= 1.0.0 is used
(taken from upstream)
- Fix broken link in package description
- Bumped PORTREVISION
PR: 181431, 181319
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.21_3 16 Jul 2013 14:43:38 |
miwi |
- Unbreak build after autotools update |
1.5.21_3 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
1.5.21_3 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.5.21_3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.5.21_3 24 Apr 2013 17:33:29 |
jgh |
- fix NOPORTDOCS
- add GSSAPI option
- while here adopt uses for GETTEXT
PR: 177903
Submitted by: koukopoulos@gmail.com, Udo.Schweigert@siemens.com
Approved by: maintainer, Udo.Schweigert@siemens.com |
1.5.21_2 15 Mar 2013 22:04:29 |
jgh |
- add DESC bit for TOKYOCABINET
Reported by: gjb@
Approved by: maintainer, implicit |
1.5.21_2 15 Mar 2013 06:52:42 |
jgh |
- rename CYRUS_SASL2 option to SASL [1,2]
- add tokyocabinet option [2]
PR: 176970 [1]
Submitted by: john.marshall@riverwillow.com.au [1], maintainer (private mail)
[2]
Approved by: maintainer, udo.schweigert@siemens.com |
1.5.21_2 14 Mar 2013 23:17:26 |
jgh |
- fix CYRUS_SASL2 breakage
PR: 176970 (based on)
Submitted by: john.marshall@riverwillow.com.au
Approved by: maintainer, udo.schweigert@siemens.com (implicit) |
1.5.21_2 14 Mar 2013 07:34:30 |
jgh |
- adopt optionsNG and remove legacy information from pkg-descr
PR: 175149
Submitted by: jgh@/maintainer
Approved by: maintainer, Udo.Schweigert@siemens.com |
1.5.21_1 08 Jan 2013 05:06:26 |
jgh |
- conditionally print pkg-message
PR: 175089
Submitted by: wicked@baot.se
Approved by: maintainer, udo.schweigert@siemens.com
Patched by: jgh@ |
1.5.21_1 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
1.5.21 22 Jul 2012 09:15:04 |
crees |
Move mail/mutt to mail/mutt14
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 |
1.4.2.3_6 07 Jul 2012 16:13:16 |
jase |
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor) |
1.4.2.3_6 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
1.4.2.3_6 01 Oct 2011 16:45:46 |
sunpoet |
- Mark CONFLICTS with ja-mutt, ja-mutt-devel, mutt-devel, mutt-devel-lite,
mutt-lite and zh-mutt-devel
- Use ?= for CONFLICTS and PORTREVISION: mutt is MASTERDIR of mutt-lite
- Bump PORTREVISION for package change |
1.4.2.3_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
1.4.2.3_5 06 Sep 2011 17:57:58 |
dhn |
- Fix handling of ncurses config-option
- Remove USE_GMAKE (not needed)
PR: ports/160521
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.4.2.3_5 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.4.2.3_5 11 Apr 2011 08:34:17 |
bapt |
Add a new macro to deal with conflict between ncurses from base and ncurses 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@) |
1.4.2.3_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.2.3_5 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.4.2.3_5 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.4.2.3_5 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.4.2.3_4 05 Sep 2010 21:21:15 |
johans |
Fix quoting of Makefile variables;
this fixes the installation of mutt-lite |
1.4.2.3_4 28 Aug 2010 10:29:15 |
rene |
- add options for user-settable knobs [1]
- 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) |
1.4.2.3_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.4.2.3_3 10 Feb 2009 09:23:00 |
pav |
- Switch slang dependency to libslang2 (untested)
Reported by: pointyhat (make index)
Pointy hat to: pgollucci |
1.4.2.3_3 05 Jan 2009 21:05:49 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.4.2.3_3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
1.4.2.3_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.4.2.3_3 06 Jun 2008 13:43:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.4.2.3_2 28 Feb 2008 09:31:34 |
miwi |
- Fix dependency for the security/krb5 port.
- Bump PORTREVISION
PR: 117823
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.4.2.3_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.4.2.3 30 May 2007 06:40:41 |
miwi |
- Update to 1.4.2.3
PR: 113079
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.4.2.2 24 Apr 2007 22:12:16 |
miwi |
- Remove SASL1 support
PR: 112076
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.4.2.2 05 Apr 2007 18:35:21 |
fjoe |
One more temporary workaround for -CURRENT. |
1.4.2.2 05 Nov 2006 08:38:28 |
miwi |
- Fix GSSAPI for FreeBSD 4.x.
PR: ports/105141
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2 |
1.4.2.2 19 Oct 2006 20:42:00 |
erwin |
Fix the build.
PR: 104455
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Noticed by: pointyhat via kris
Approved by: portmgr (self) |
1.4.2.2 03 Oct 2006 14:11:30 |
shaun |
- Add Kerberos (GSSAPI) support to mutt and mutt-devel.
PR: ports/103924
Submitted by: shaun (me)
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) |
1.4.2.2 18 Jul 2006 14:44:04 |
erwin |
Update to 1.4.2.2
PR: 100478
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.4.2.1_3 30 Jun 2006 14:38:26 |
shaun |
Fix IMAP buffer overflow:
http://www.securityfocus.com/bid/18642
PR: ports/99614 [1], ports/99610 [2]
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1],
J.P. Dinger <jpd@vvtp.tudelft.nl> [2]
Approved by: ahze (mentor) |
1.4.2.1_2 12 May 2006 14:28:19 |
vd |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at
present: erwin) |
1.4.2.1_2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.4.2.1_2 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.2.1_2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.4.2.1_2 28 May 2005 16:28:04 |
pav |
- Add mutt-lite, a slave port for mutt which defines MUTT_LITE flag
PR: ports/81248
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) |
1.4.2.1_2 18 May 2005 15:16:58 |
vs |
Do not disable NLS by default with MUTT_LITE
PR: ports/81205
Submitted by: maintainer |
1.4.2.1_2 18 May 2005 12:42:50 |
krion |
Add WITHOUT_MUTT_FLOCK knob.
PR: ports/81174
Submitted by: maintainer |
1.4.2.1_2 10 May 2005 18:52:00 |
jylefort |
Use autoconf259/automake19 instead of the deprecated
autoconf213/automake14.
PR: ports/80855
Submitted by: maintainer |
1.4.2.1_2 08 May 2005 15:37:47 |
oliver |
- Fix the misc/mime-support dependency
- Add the MUTT_LITE knob for those who want to build mutt with
minimal effort.
PR: ports/80785
Submitted by: maintainer |
1.4.2.1_2 08 May 2005 08:39:30 |
oliver |
last commit was done by using:
PR: ports/80748
Submitted by: maintainer |
1.4.2.1_2 08 May 2005 08:37:36 |
oliver |
- Use mime.types from misc/mime-support
- Bump PORTREVISION |
1.4.2.1_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |