Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.4.0 29 Aug 2023 18:18:39 |
Daniel Engberg (diizzy) |
mail/pantomime: Update to 1.4.0
* Fixes build with GNUstep 1.29.0
No changelog provided by upstream
PR: 273213
Reported by: jbeich |
1.3.0_2 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
1.3.0_2 02 May 2023 16:32:26 |
Muhammad Moinur Rahman (bofh) |
mail/pantomime: Unbreak on HEAD
- Pet portclippy |
1.3.0_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.3.0_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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 ) |
1.3.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0_1 14 Feb 2021 23:21:03 |
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. |
1.3.0 05 Mar 2020 20:49:06 |
rene |
Return theraven's ports to the pool after safekeeping his commit bit. |
1.3.0 05 Jan 2019 22:23:11 |
swills |
mail/pantomime: Update to 1.3.0
PR: 230615
Submitted by: eancaer@gmail.com
Approved by: maintainer timeout (theraven, >2 months) |
1.2.3_2 26 Sep 2018 15:23:37 |
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 |
1.2.3_1 03 Dec 2017 12:23:54 |
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. |
1.2.2 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.2.2 19 Sep 2015 10:33:36 |
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 |
1.2.2 01 Jul 2015 13:50:29 |
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 |
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 |
1.2.0_6 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
1.2.0_6 10 Sep 2014 20:50:37 |
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) |
1.2.0_5 11 Feb 2014 20:24:13 |
antoine |
Stage support |
1.2.0_5 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.2.0_5 28 Aug 2013 18:26:01 |
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 |
1.2.0_4 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
1.2.0_4 09 Jun 2012 12:59:59 |
dinoex |
- patch no longer needed |
1.2.0_4 04 Jan 2012 05:26:10 |
dinoex |
- fix build with gcc46 |
1.2.0_4 11 Nov 2011 11:44:17 |
dinoex |
- update to 1.2.0 release
Feature safe: yes |
1.2.0_3 07 Apr 2011 18:26:01 |
dinoex |
- drop MD5 |
1.2.0_3 05 Jun 2010 06:14:28 |
dinoex |
LICENSE LGPL21 |
1.2.0_3 30 May 2010 12:28:39 |
dinoex |
- drop USE_GNUSTEP_PREFIX |
1.2.0_3 15 Feb 2009 16:44:55 |
dinoex |
- add LICENSE: |
1.2.0_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.2.0_2 25 May 2007 05:55:36 |
dinoex |
- update for gnustep-make-2.0.0 |
1.2.0_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.0_1 11 Feb 2007 09:38:32 |
dinoex |
- update to 1.2.0pre3 |
1.2.0 31 Jan 2007 18:18:14 |
dinoex |
- add category gnustep
PR: 103931
Approved by: pav |
1.2.0 13 Jan 2007 03:57:25 |
dinoex |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu |
1.2.0 31 Oct 2006 05:27:51 |
dinoex |
- update to 1.2.0pre2
this obsoletes pantomime-ssl |
1.1.2_1 13 Sep 2006 05:00:56 |
dinoex |
cleanup pkg-plist after gnustep-make |
1.1.2_1 08 Apr 2006 15:16:30 |
dinoex |
- use @dirrmtry |
1.1.2_1 19 Mar 2006 04:35:47 |
dinoex |
- add USE_GNUSTEP_PREFIX |
1.1.2_1 19 Jan 2006 12:06:14 |
dinoex |
- new option GNUSTEP_PREFIX
allow user defined location of all files |
1.1.2_1 13 Nov 2005 09:26:50 |
dinoex |
- add SHA checksum |
1.1.2_1 13 Jan 2005 11:22:25 |
dinoex |
- add WWW |
1.1.2_1 26 Feb 2004 05:32:59 |
dinoex |
- add SIZE |
1.1.2_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1.2 16 Jan 2004 06:50:22 |
dinoex |
- udpate to 1.1.2 |
1.1.1 13 Nov 2003 03:34:55 |
dinoex |
- update to 1.1.1
- update MASTER_SITES |
1.1.0 19 Oct 2003 11:14:19 |
dinoex |
- Layout for GnuSTEP 1.8.0 |
1.1.0 31 Aug 2003 09:40:20 |
dinoex |
- Update to 1.1.0 |
1.0.5_1 28 Aug 2003 01:42:30 |
dinoex |
- use new hook USE_GNUSTEP in bsd.port.mk |
1.0.5_1 26 Jul 2003 14:41:39 |
dinoex |
- flat layout |
1.0.5_1 04 Jul 2003 01:48:08 |
dinoex |
- Drop obsolete defines |
1.0.5_1 18 Jun 2003 05:14:20 |
dinoex |
- Fix an empty dir when compliled with WITH_GNUSTEP_DEVEL |
1.0.5_1 10 Jun 2003 05:48:45 |
dinoex |
- remove empty dirs |
1.0.5_1 01 Jun 2003 13:32:52 |
dinoex |
- Add WITH_GNUSTEP_DEVEL |
1.0.5_1 01 Jun 2003 03:59:51 |
dinoex |
- Add WITH_GNUSTEP_DEVEL
- make INSTALL_SHLIBS use the new path |
1.0.5_1 13 Apr 2003 07:27:21 |
dinoex |
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479 |
1.0.5_1 26 Feb 2003 20:01:51 |
dinoex |
- Update for gnustep 1.5.2 and gui 0.8.4 |
1.0.5 21 Feb 2003 03:59:00 |
dinoex |
- retire pkg-comment |
1.0.5 20 Feb 2003 18:26:42 |
dinoex |
- add COMMENT |
1.0.5 20 Jan 2003 04:49:01 |
dinoex |
- Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps |
1.0.5 02 Jan 2003 06:16:05 |
dinoex |
- use new backend as default
- make portlint happy
- Update MASTER_SITES |
1.0.5 23 Dec 2002 22:23:09 |
dinoex |
- Fix MASTER_SITES |
1.0.5 30 Oct 2002 04:33:09 |
dinoex |
- use PKGNAMESUFFIX |
1.0.5 29 Oct 2002 20:18:10 |
dinoex |
update MASTER_SITES |
1.0.5 28 Oct 2002 20:53:42 |
dinoex |
support for gnustep-back, option GNUSTEP_GUI_DEVEL |
1.0.5 26 Oct 2002 04:21:52 |
dinoex |
- Update to 1.0.5 |
1.0.4 31 Aug 2002 02:44:07 |
kris |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
1.0.4 07 Jun 2002 17:34:38 |
dinoex |
- Take Maintainership
- use defined dirs consistently in each makefile |
1.0.4 04 Jun 2002 06:49:54 |
dinoex |
Update to: Pantomime-1.0.4
Update to: GNUMail-1.0.2 |
1.0.2 30 Mar 2002 19:39:17 |
pat |
Fix MASTER_SITES
PR: 36486
Submitted by: Tilman Linneweh <tilman@arved.de>, Jason Harris
<jharris@widomaker.com> |
1.0.2 26 Mar 2002 12:26:25 |
tg |
Upgrade to 1.0.2. |
04 Oct 2001 12:45:28 |
tg |
Correct MASTER_SITES. |
01 Oct 2001 12:44:05 |
tg |
New port pantomime. Pantomime is a mail/MIME handling library for GNUstep. |