non port: mail/mutt/Makefile |
SVNWeb
|
Number of commits found: 253 (showing only 100 on this page) |
Thu, 28 Jan 2016
|
[ 12:11 pi ]
mail/mutt: set GSSAPI default to NONE
- this was the old default
PR: 206220
|
[ 11:50 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)
|
[ 08:41 pi ]
mail/mutt: update sidebar patch
PR: 205284
Reported by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
|
Thu, 14 Jan 2016
|
[ 04:49 ohauer ]
- fix mutt-lite NLS leftovers [1]
[1] patch by ak@
PR: 206092
|
Wed, 13 Jan 2016
|
[ 10:05 ohauer ]
- fix mutt-lite build
PR: 206092 (follow up)
Approved by: udo.schweigert@siemens.com (maintainer)
|
Tue, 12 Jan 2016
|
[ 16:07 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)
|
Sun, 13 Sep 2015
|
[ 09:18 riggs ] (Only the first 10 of 15 ports in this commit are shown above. )
Update to upstream version 1.5.24, add MIXMASTER OPTION
PR: 203056, 202114
Submitted by: Udo.Schweigert@siemens.com (maintainer)
|
Sat, 16 May 2015
|
[ 01:19 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
|
Wed, 13 May 2015
|
[ 23:41 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Fri, 3 Apr 2015
|
[ 15:56 thomas ]
Previous change introduces a new dependency, so bump PORTREVISION
PR: 197699
Differential Revision: D2218
Approved by: portmgr (mat)
|
[ 15:35 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
|
Wed, 10 Dec 2014
|
[ 09:58 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
|
Sat, 22 Nov 2014
|
[ 13:53 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)
|
Sat, 30 Aug 2014
|
[ 18:18 tijl ] (Only the first 10 of 51 ports in this commit are shown above. )
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
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
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)
|
Tue, 15 Jul 2014
|
[ 16:14 adamw ] (Only the first 10 of 44 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Wed, 4 Jun 2014
|
[ 03:19 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)
|
Mon, 2 Jun 2014
|
[ 22:37 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)
|
Thu, 20 Mar 2014
|
[ 13:55 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)
|
Mon, 17 Mar 2014
|
[ 14:48 zi ]
- Fix build with clang
PR: ports/187418
Submitted by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
|
Fri, 14 Mar 2014
|
[ 11:30 zi ]
- Update to 1.5.23
PR: ports/187539
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Security: eb426e82-ab68-11e3-9d09-000c2980a9f3
|
Wed, 5 Feb 2014
|
[ 09:05 thierry ]
Fix when SLANG is selected.
Reported by: Albert Shih
|
Mon, 3 Feb 2014
|
[ 22:39 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)
|
Tue, 28 Jan 2014
|
[ 14:40 bapt ]
Switch ispell to aspell-ispell
|
Thu, 7 Nov 2013
|
[ 13:01 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)
|
Tue, 22 Oct 2013
|
[ 10:53 ak ] (Only the first 10 of 13 ports in this commit are shown above. )
- 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]
|
Sun, 20 Oct 2013
|
[ 19:20 jhale ] (Only the first 10 of 32 ports in this commit are shown above. )
- 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
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 4 Sep 2013
|
[ 20:01 bsam ] (Only the first 10 of 63 ports in this commit are shown above. )
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)
|
Fri, 30 Aug 2013
|
[ 15:14 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)
|
Tue, 16 Jul 2013
|
[ 14:43 miwi ]
- Unbreak build after autotools update
|
Mon, 6 May 2013
|
[ 15:34 bapt ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
[ 17:33 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
|
Fri, 15 Mar 2013
|
[ 22:04 jgh ]
- add DESC bit for TOKYOCABINET
Reported by: gjb@
Approved by: maintainer, implicit
|
[ 06:52 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
|
Thu, 14 Mar 2013
|
[ 23:17 jgh ]
- fix CYRUS_SASL2 breakage
PR: 176970 (based on)
Submitted by: john.marshall@riverwillow.com.au
Approved by: maintainer, udo.schweigert@siemens.com (implicit)
|
[ 07:34 jgh ]
- adopt optionsNG and remove legacy information from pkg-descr
PR: 175149
Submitted by: jgh@/maintainer
Approved by: maintainer, Udo.Schweigert@siemens.com
|
Tue, 8 Jan 2013
|
[ 05:06 jgh ]
- conditionally print pkg-message
PR: 175089
Submitted by: wicked@baot.se
Approved by: maintainer, udo.schweigert@siemens.com
Patched by: jgh@
|
Mon, 10 Dec 2012
|
[ 15:10 ume ] (Only the first 10 of 62 ports in this commit are shown above. )
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
|
Sun, 22 Jul 2012
|
[ 09:15 crees ] (Only the first 10 of 59 ports in this commit are shown above. )
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
|
Sat, 7 Jul 2012
|
[ 16:13 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)
|
Sat, 1 Oct 2011
|
[ 16:45 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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Tue, 6 Sep 2011
|
[ 17:57 dhn ]
- Fix handling of ncurses config-option
- Remove USE_GMAKE (not needed)
PR: ports/160521
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
Mon, 11 Apr 2011
|
[ 08:34 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
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@)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sun, 5 Sep 2010
|
[ 21:21 johans ]
Fix quoting of Makefile variables;
this fixes the installation of mutt-lite
|
Sat, 28 Aug 2010
|
[ 10:29 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)
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tue, 10 Feb 2009
|
[ 09:23 pav ]
- Switch slang dependency to libslang2 (untested)
Reported by: pointyhat (make index)
Pointy hat to: pgollucci
|
Mon, 5 Jan 2009
|
[ 21:05 pav ] (Only the first 10 of 31 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Fri, 6 Jun 2008
|
[ 13:43 edwin ] (Only the first 10 of 159 ports in this commit are shown above. )
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)
|
Thu, 28 Feb 2008
|
[ 09:31 miwi ]
- Fix dependency for the security/krb5 port.
- Bump PORTREVISION
PR: 117823
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Wed, 30 May 2007
|
[ 06:40 miwi ]
- Update to 1.4.2.3
PR: 113079
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
Tue, 24 Apr 2007
|
[ 22:12 miwi ]
- Remove SASL1 support
PR: 112076
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
Thu, 5 Apr 2007
|
[ 18:35 fjoe ]
One more temporary workaround for -CURRENT.
|
Sun, 5 Nov 2006
|
[ 08:38 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
|
Tue, 3 Oct 2006
|
[ 14:11 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)
|
Tue, 18 Jul 2006
|
[ 14:44 erwin ]
Update to 1.4.2.2
PR: 100478
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
Fri, 30 Jun 2006
|
[ 14:38 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)
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Sat, 28 May 2005
|
[ 16:28 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)
|
Wed, 18 May 2005
|
[ 15:16 vs ]
Do not disable NLS by default with MUTT_LITE
PR: ports/81205
Submitted by: maintainer
|
[ 12:42 krion ]
Add WITHOUT_MUTT_FLOCK knob.
PR: ports/81174
Submitted by: maintainer
|
Tue, 10 May 2005
|
[ 18:52 jylefort ]
Use autoconf259/automake19 instead of the deprecated
autoconf213/automake14.
PR: ports/80855
Submitted by: maintainer
|
Sun, 8 May 2005
|
[ 15:37 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
|
[ 08:39 oliver ]
last commit was done by using:
PR: ports/80748
Submitted by: maintainer
|
[ 08:37 oliver ]
- Use mime.types from misc/mime-support
- Bump PORTREVISION
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 21 Mar 2005
|
[ 09:03 krion ]
Fix the pgp6 examples and no longer install pgp5 examples.
PR: ports/79076
Submitted by: maintainer
|
Sat, 8 Jan 2005
|
[ 18:41 krion ]
No longer install flea and muttbug as mutt's bug-tracking system is
out of order due to massive spamming.
PR: ports/75959
Submitted by: maintainer
|
Thu, 8 Jul 2004
|
[ 12:40 krion ]
Install Muttrc and mime.types if not already present from a
prior installation
PR: ports/68815
Submitted by: maintainer
|
Sun, 6 Jun 2004
|
[ 07:02 krion ]
- Remove obsolete site from PATCH_SITES
PR: ports/67620
Submitted by: maintainer
|
Fri, 4 Jun 2004
|
[ 17:29 ade ] (Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Mon, 10 May 2004
|
[ 11:37 krion ]
- Fix mutt's tmp-file-naming to fix syntax highlightning for
the vim editor.
- Add the WITHOUT_MUTT_ICONV knob and add dependency on iconv
if that knob is not defined.
PR: ports/66443
Submitted by: maintainer
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Sun, 15 Feb 2004
|
[ 07:21 krion ]
- Update to version 1.4.2.1
PR: ports/62865
Submitted by: maintainer
|
Thu, 12 Feb 2004
|
[ 09:22 krion ]
- Update the compressed mailbox patch
- Add another mirror site for some patches
PR: ports/62723
Submitted by: maintainer
|
Wed, 11 Feb 2004
|
[ 17:19 osa ]
Maintainer update of mail/mutt:
- Update mutt to version 1.4.2.
This version fixes a buffer overflow that can be
triggered by incoming messages. There are reports
about spam that has actually triggered this problem
and crashed mutt.
- Add SIZEs to distinfo
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
PR: 62695
|
Mon, 9 Feb 2004
|
[ 15:28 krion ]
- Fix the generation of temporary file names by using mktemp
instead of PIDs
- Bump PORTREVISION
PR: ports/62568
Submitted by: maintainer
|
Sun, 8 Feb 2004
|
[ 03:20 leeym ]
- Preserve $PREFIX/etc/mime.types
- Add $PREFIX/etc/mime.types.dist
PR: 62452
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Mon, 2 Feb 2004
|
[ 13:33 sergei ]
- Add CONFLICTS to prevent installation over mutt-devel
PR: ports/62254
Submitted by: maintainer
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
Tue, 13 Jan 2004
|
[ 15:32 krion ]
- Add WITHOUT_NLS knob
PR: 61312
Submitted by: maintainer
|
Sun, 26 Oct 2003
|
[ 13:19 krion ]
- Fix the DOCSDIR and EXAMPLESDIR code. Now both can be
set to non-standard values.
- Striping of binaries is no longer needed (it's done by install -s).
- Be less verbose.
PR: 58558
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
Wed, 24 Sep 2003
|
[ 15:30 osa ]
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.
Approved by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
[ 09:37 osa ] (Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Sun, 31 Aug 2003
|
[ 09:24 dinoex ]
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk
Approved by: Udo.Schweigert@siemens.com
|
Tue, 26 Aug 2003
|
[ 20:25 marcus ] (Only the first 10 of 173 ports in this commit are shown above. )
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
Number of commits found: 253 (showing only 100 on this page) |