Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Apr 2021 10:46:45 1.3.0_1
|
Dmitry Marakasov (amdmi3)  |
mail/gnumail: mark BROKEN |
06 Apr 2021 14:31:07 1.3.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Feb 2021 23:21:03
1.3.0_1
|
nc  |
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. |
05 Mar 2020 20:49:06
1.3.0
|
rene  |
Return theraven's ports to the pool after safekeeping his commit bit. |
15 Mar 2019 22:39:14
1.3.0
|
antoine  |
Remove duplicate lines from plist |
03 Feb 2019 15:37:58
1.3.0
|
theraven  |
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version) |
05 Jan 2019 22:23:24
1.3.0
|
swills  |
mail/gnumail: Update to 1.3.0
PR: 230616
Submitted by: eancaer@gmail.com
Approved by: maintainer timeout (theraven, >2 months) |
26 Sep 2018 15:23:37
1.2.3_2
|
brooks  |
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 |
03 Dec 2017 12:23:54
1.2.3_1
|
theraven  |
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. |
26 Aug 2017 10:29:34

|
theraven  |
Update GNUmail and Pantomime to the latest versions. |
21 Aug 2017 13:26:29

|
theraven  |
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. |
01 Apr 2016 14:16:20
1.2.2_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
19 Sep 2015 10:33:36
1.2.2_2
|
theraven  |
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 |
01 Jul 2015 13:50:29
1.2.2
|
theraven  |
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 |
14 May 2015 16:12:45
1.2.0_6
|
amdmi3  |
- CPE was broken after convertsion to USES=gnustep, fix it
Approved by: portmgr blanket |
09 Apr 2015 07:44:42

|
bapt  |
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 |
30 Mar 2015 17:07:24
1.2.0_6
|
robak  |
mail/gnumail: add CPE information
- Maintainer's timeout (theraven@FreeBSD.org)
PR: 198470
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
22 Nov 2014 18:42:44
1.2.0_6
|
antoine  |
Cleanup plist |
10 Sep 2014 20:50:37
1.2.0_6
|
gerald  |
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) |
05 Aug 2014 22:13:29
1.2.0_5
|
tijl  |
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) |
11 Feb 2014 20:12:28
1.2.0_4
|
antoine  |
Stage support |
20 Sep 2013 19:59:14
1.2.0_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
28 Aug 2013 18:26:01
1.2.0_4
|
theraven (src committer)  |
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 |
07 Mar 2013 03:25:11
1.2.0_4
|
bdrewery  |
- 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 |
26 Jun 2012 05:43:33
1.2.0_4
|
dinoex  |
- reset MAINTAINER |
11 Nov 2011 12:03:29
1.2.0_4
|
dinoex  |
- update to 1.2.0 release
Feature safe: yes |
07 Apr 2011 18:26:01
1.2.0_3
|
dinoex  |
- drop MD5 |
04 Jun 2010 13:49:15
1.2.0_3
|
dinoex  |
LICENSE GPLv2 |
30 May 2010 12:28:39
1.2.0_3
|
dinoex  |
- drop USE_GNUSTEP_PREFIX |
15 Feb 2009 16:44:55
1.2.0_3
|
dinoex  |
- add LICENSE: |
06 Jun 2008 13:43:09
1.2.0_3
|
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) |
25 May 2007 05:55:36
1.2.0_2
|
dinoex  |
- update for gnustep-make-2.0.0 |
19 May 2007 20:32:57
1.2.0_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
11 Feb 2007 09:38:32
1.2.0_1
|
dinoex  |
- update to 1.2.0pre3 |
31 Jan 2007 18:18:14
1.2.0
|
dinoex  |
- add category gnustep
PR: 103931
Approved by: pav |
13 Jan 2007 03:57:25
1.2.0
|
dinoex  |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu |
31 Oct 2006 05:27:57
1.2.0
|
dinoex  |
- update to 1.2.0pre2 |
13 Sep 2006 05:00:56
1.1.2
|
dinoex  |
cleanup pkg-plist after gnustep-make |
10 Sep 2006 20:08:46
1.1.2
|
dinoex  |
- use USE_GNUSTEP_LOCAL_LIBS |
08 Apr 2006 15:16:30
1.1.2
|
dinoex  |
- use @dirrmtry |
19 Mar 2006 04:35:47
1.1.2
|
dinoex  |
- add USE_GNUSTEP_PREFIX |
19 Jan 2006 12:06:14
1.1.2
|
dinoex  |
- new option GNUSTEP_PREFIX
allow user defined location of all files |
13 Nov 2005 09:26:50
1.1.2
|
dinoex  |
- add SHA checksum |
03 Apr 2005 05:30:15
1.1.2
|
dinoex  |
- remove WITH_GNUSTEP_DEVEL |
14 Nov 2004 08:10:56
1.1.2
|
dinoex  |
- new option ADDRESSES_PORT |
14 Nov 2004 08:09:10
1.1.2
|
dinoex  |
- update to 1.1.2
PR: 73912
Submitted by: Miguel Mendez |
07 Nov 2004 21:48:30
1.1.1_1
|
dinoex  |
- update for gnustep-make 1.10.0 |
16 Jun 2004 16:39:42
1.1.1_1
|
dinoex  |
- DEFAULTLIBVERSION changed with gnustep-1.9.2 |
26 Feb 2004 05:32:59
1.1.1_1
|
dinoex  |
- add SIZE |
04 Feb 2004 05:21:48
1.1.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
13 Nov 2003 03:34:55
1.1.1
|
dinoex  |
- update to 1.1.1
- update MASTER_SITES |
19 Oct 2003 11:14:19
1.1.0
|
dinoex  |
- Layout for GnuSTEP 1.8.0 |
04 Sep 2003 06:39:16
1.1.0
|
dinoex  |
- removed with update to 1.1.0 |
31 Aug 2003 09:40:20
1.1.0
|
dinoex  |
- Update to 1.1.0 |
28 Aug 2003 01:42:30
1.0.3_2
|
dinoex  |
- use new hook USE_GNUSTEP in bsd.port.mk |
26 Jul 2003 14:41:39
1.0.3_2
|
dinoex  |
- flat layout |
18 Jun 2003 04:06:59
1.0.3_2
|
dinoex  |
- don't package ~/GNUSstep |
10 Jun 2003 13:04:19
1.0.3_2
|
dinoex  |
- remove empty dirs
- fix plist |
01 Jun 2003 04:06:05
1.0.3_2
|
dinoex  |
- Add WITH_GNUSTEP_DEVEL |
13 Apr 2003 07:27:21
1.0.3_2
|
dinoex  |
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479 |
05 Mar 2003 04:50:55
1.0.3_2
|
dinoex  |
- add stamp.make |
26 Feb 2003 20:01:51
1.0.3_2
|
dinoex  |
- Update for gnustep 1.5.2 and gui 0.8.4 |
21 Feb 2003 03:59:00
1.0.3_1
|
dinoex  |
- retire pkg-comment |
20 Feb 2003 18:26:42
1.0.3_1
|
dinoex  |
- add COMMENT |
24 Jan 2003 18:55:58
1.0.3_1
|
dinoex  |
- Catch up implicit dependency of ffcall |
20 Jan 2003 05:10:46
1.0.3_1
|
dinoex  |
- Avoid installation of Clock and PGP in GNUSTEP_USER_DIR
Problem noted by: ryngold@softhome.net |
20 Jan 2003 04:49:01
1.0.3
|
dinoex  |
- Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps |
02 Jan 2003 06:16:05
1.0.3
|
dinoex  |
- use new backend as default
- make portlint happy
- Update MASTER_SITES |
04 Dec 2002 03:44:38
1.0.3
|
dinoex  |
- update MASTER_SITES
- http://bento.freebsd.org/errorlogs/5-full/gnumail-1.0.3.log
PR: 45973
Submitted by: flynn@christine.energyhq.k |
27 Nov 2002 08:24:11
1.0.3
|
dinoex  |
Fix package build on bento caused by gnustep-make-1.5.1 |
13 Nov 2002 03:05:13
1.0.3
|
dinoex  |
remove obsolete dir |
30 Oct 2002 04:33:09
1.0.3
|
dinoex  |
- use PKGNAMESUFFIX |
29 Oct 2002 20:19:56
1.0.3
|
dinoex  |
Update MASTER_SITES |
28 Oct 2002 20:53:42
1.0.3
|
dinoex  |
support for gnustep-back, option GNUSTEP_GUI_DEVEL |
26 Oct 2002 04:57:47
1.0.3
|
dinoex  |
- Update to 1.0.3 |
31 Aug 2002 02:44:07
1.0.2
|
kris  |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
07 Jun 2002 17:34:38
1.0.2
|
dinoex  |
- Take Maintainership
- use defined dirs consistently in each makefile |
04 Jun 2002 06:49:54
1.0.2
|
dinoex  |
Update to: Pantomime-1.0.4
Update to: GNUMail-1.0.2 |
29 Mar 2002 17:43:19
1.0.0
|
pat  |
Add new MASTER_SITES
PR: 36487
Submitted by: Tilman Linneweh <tilman@arved.de> |
26 Mar 2002 12:27:00
1.0.0
|
tg  |
Upgrade to 1.0.0. |
01 Oct 2001 12:44:29 
|
tg  |
Upgrade to 0.7.0. |
30 Aug 2001 11:40:16 
|
tg  |
Upgrade to 0.6.0. |
09 Aug 2001 12:06:25 
|
tg  |
Upgrade to 0.5.0. |
28 Jun 2001 14:04:14 
|
tg  |
New port GNUmail, a GNUstep mail client. |