non port: mail/gnumail/Makefile |
SVNWeb
|
Number of commits found: 66 |
Wed, 22 Feb 2023
|
[ 09:05 Alexey Dokuchaev (danfe) ] 0437623
mail/gnumail: update to version 1.4.0, unbreak, and undeprecate
While here, point WWW to a working site and adjust LICENSE knob.
|
Mon, 20 Feb 2023
|
[ 17:09 Antoine Brodin (antoine) ] 84fafc3
mail/gnumail: deprecate
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Sat, 24 Apr 2021
|
[ 10:46 Dmitry Marakasov (amdmi3) ] f9c7977
mail/gnumail: mark BROKEN
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 14 Feb 2021
|
[ 23:21 nc ] (Only the first 10 of 98 ports in this commit are shown above. )
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports.
|
Thu, 5 Mar 2020
|
[ 20:49 rene ] (Only the first 10 of 26 ports in this commit are shown above. )
Return theraven's ports to the pool after safekeeping his commit bit.
|
Sat, 5 Jan 2019
|
[ 22:23 swills ]
mail/gnumail: Update to 1.3.0
PR: 230616
Submitted by: eancaer@gmail.com
Approved by: maintainer timeout (theraven, >2 months)
|
Wed, 26 Sep 2018
|
[ 15:23 brooks ] (Only the first 10 of 102 ports in this commit are shown above. )
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
|
Sun, 3 Dec 2017
|
[ 12:23 theraven ] (Only the first 10 of 96 ports in this commit are shown above. )
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
|
Sat, 26 Aug 2017
|
[ 10:29 theraven ]
Update GNUmail and Pantomime to the latest versions.
|
Mon, 21 Aug 2017
|
[ 13:26 theraven ] (Only the first 10 of 156 ports in this commit are shown above. )
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 19 Sep 2015
|
[ 10:33 theraven ] (Only the first 10 of 159 ports in this commit are shown above. )
Make all GNUstep ports install into the System domain so that the Local domain
is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove
the Makefile lines explicitly specifying the install domain.
The rest are installed in the Local domain, remove any overrides, update their
pkg-plists and any explicit paths in the Makefiles and then bump port revision.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2977
|
Wed, 1 Jul 2015
|
[ 13:50 theraven ] (Only the first 10 of 44 ports in this commit are shown above. )
Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2961
|
Thu, 14 May 2015
|
[ 16:12 amdmi3 ]
- CPE was broken after convertsion to USES=gnustep, fix it
Approved by: portmgr blanket
|
Thu, 9 Apr 2015
|
[ 07:44 bapt ] (Only the first 10 of 91 ports in this commit are shown above. )
Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG
Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui
Merge deskutils/preferencepanes into deskutils/systempreferences
|
Mon, 30 Mar 2015
|
[ 17:07 robak ]
mail/gnumail: add CPE information
- Maintainer's timeout (theraven@FreeBSD.org)
PR: 198470
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 5 Aug 2014
|
[ 22:13 tijl ] (Only the first 10 of 119 ports in this commit are shown above. )
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports)
|
Tue, 11 Feb 2014
|
[ 20:12 antoine ]
Stage support
|
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, 28 Aug 2013
|
[ 18:26 theraven (src committer) ] (Only the first 10 of 76 ports in this commit are shown above. )
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C
features work out of the box and remove a lot of configurable options for
sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely
broken in lots of cases. Future commits will fix them.
Approved by: bapt
|
Thu, 7 Mar 2013
|
[ 03:25 bdrewery ] (Only the first 10 of 106 ports in this commit are shown above. )
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
|
Tue, 26 Jun 2012
|
[ 05:43 dinoex ] (Only the first 10 of 122 ports in this commit are shown above. )
- reset MAINTAINER
|
Fri, 11 Nov 2011
|
[ 12:03 dinoex ]
- update to 1.2.0 release
Feature safe: yes
|
Fri, 4 Jun 2010
|
[ 13:49 dinoex ] (Only the first 10 of 96 ports in this commit are shown above. )
LICENSE GPLv2
|
Sun, 30 May 2010
|
[ 12:28 dinoex ] (Only the first 10 of 371 ports in this commit are shown above. )
- drop USE_GNUSTEP_PREFIX
|
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)
|
Fri, 25 May 2007
|
[ 05:55 dinoex ] (Only the first 10 of 128 ports in this commit are shown above. )
- update for gnustep-make-2.0.0
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 11 Feb 2007
|
[ 09:38 dinoex ]
- update to 1.2.0pre3
|
Wed, 31 Jan 2007
|
[ 18:18 dinoex ] (Only the first 10 of 160 ports in this commit are shown above. )
- add category gnustep
PR: 103931
Approved by: pav
|
Sat, 13 Jan 2007
|
[ 03:57 dinoex ] (Only the first 10 of 93 ports in this commit are shown above. )
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
|
Tue, 31 Oct 2006
|
[ 05:27 dinoex ]
- update to 1.2.0pre2
|
Sun, 10 Sep 2006
|
[ 20:08 dinoex ]
- use USE_GNUSTEP_LOCAL_LIBS
|
Sun, 19 Mar 2006
|
[ 04:35 dinoex ] (Only the first 10 of 24 ports in this commit are shown above. )
- add USE_GNUSTEP_PREFIX
|
Thu, 19 Jan 2006
|
[ 12:06 dinoex ] (Only the first 10 of 26 ports in this commit are shown above. )
- new option GNUSTEP_PREFIX
allow user defined location of all files
|
Sun, 14 Nov 2004
|
[ 08:10 dinoex ]
- new option ADDRESSES_PORT
|
[ 08:09 dinoex ]
- update to 1.1.2
PR: 73912
Submitted by: Miguel Mendez
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Thu, 13 Nov 2003
|
[ 03:34 dinoex ]
- update to 1.1.1
- update MASTER_SITES
|
Sun, 31 Aug 2003
|
[ 09:40 dinoex ]
- Update to 1.1.0
|
Thu, 28 Aug 2003
|
[ 01:42 dinoex ] (Only the first 10 of 19 ports in this commit are shown above. )
- use new hook USE_GNUSTEP in bsd.port.mk
|
Sun, 13 Apr 2003
|
[ 07:27 dinoex ]
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
|
Wed, 26 Feb 2003
|
[ 20:01 dinoex ]
- Update for gnustep 1.5.2 and gui 0.8.4
|
Thu, 20 Feb 2003
|
[ 18:26 dinoex ] (Only the first 10 of 70 ports in this commit are shown above. )
- add COMMENT
|
Fri, 24 Jan 2003
|
[ 18:55 dinoex ]
- Catch up implicit dependency of ffcall
|
Mon, 20 Jan 2003
|
[ 05:10 dinoex ]
- Avoid installation of Clock and PGP in GNUSTEP_USER_DIR
Problem noted by: ryngold@softhome.net
|
[ 04:49 dinoex ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps
|
Thu, 2 Jan 2003
|
[ 06:16 dinoex ]
- use new backend as default
- make portlint happy
- Update MASTER_SITES
|
Wed, 4 Dec 2002
|
[ 03:44 dinoex ]
- update MASTER_SITES
- http://bento.freebsd.org/errorlogs/5-full/gnumail-1.0.3.log
PR: 45973
Submitted by: flynn@christine.energyhq.k
|
Wed, 30 Oct 2002
|
[ 04:33 dinoex ]
- use PKGNAMESUFFIX
|
Tue, 29 Oct 2002
|
[ 20:19 dinoex ]
Update MASTER_SITES
|
Mon, 28 Oct 2002
|
[ 20:53 dinoex ]
support for gnustep-back, option GNUSTEP_GUI_DEVEL
|
Sat, 26 Oct 2002
|
[ 04:57 dinoex ]
- Update to 1.0.3
|
Sat, 31 Aug 2002
|
[ 02:44 kris ] (Only the first 10 of 43 ports in this commit are shown above. )
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
Fri, 7 Jun 2002
|
[ 17:34 dinoex ]
- Take Maintainership
- use defined dirs consistently in each makefile
|
Tue, 4 Jun 2002
|
[ 06:49 dinoex ]
Update to: Pantomime-1.0.4
Update to: GNUMail-1.0.2
|
Fri, 29 Mar 2002
|
[ 17:43 pat ]
Add new MASTER_SITES
PR: 36487
Submitted by: Tilman Linneweh <tilman@arved.de>
|
Tue, 26 Mar 2002
|
[ 12:27 tg ]
Upgrade to 1.0.0.
|
Mon, 1 Oct 2001
|
[ 12:44 tg ]
Upgrade to 0.7.0.
|
Thu, 30 Aug 2001
|
[ 11:40 tg ]
Upgrade to 0.6.0.
|
Thu, 9 Aug 2001
|
[ 12:06 tg ]
Upgrade to 0.5.0.
|
Thu, 28 Jun 2001
|
[ 14:04 tg ]
New port GNUmail, a GNUstep mail client.
|
Number of commits found: 66 |