Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.28.0_8 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.28.0_7 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.28.0_7 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.28.0_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.28.0_7 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.28.0_6 05 Mar 2020 20:49:06 |
rene |
Return theraven's ports to the pool after safekeeping his commit bit. |
1.28.0_6 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.28.0_6 03 Feb 2019 15:37:58 |
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) |
1.28.0_5 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.28.0_4 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. |
1.28.0_3 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.28.0_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
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 |
1.28.0_2 16 Oct 2014 08:55:30 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911 |
1.28.0_2 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.28.0_1 26 Mar 2014 07:59:00 |
bapt |
Support stage |
1.28.0_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.28.0_1 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.24.0_1 22 Aug 2013 23:34:32 |
marino |
Unbreak devel/gnustep
The problem with GNUStep is that most of the backends are slave ports with
nearly identical pkg-plists. To properly fix, the slave port pkg-plists
need to be mutually exclusive. This will take a bit of work.
In the meantime, the port can be unbroken by specifying a signal backend.
It makes the port lose effectiveness as a meta package, but at least it will
build now. That's better than being broken.
PR: 181404
Approved by: bapt/culot (mentors, implicit) |
1.24.0 20 Aug 2013 01:08:18 |
linimon |
Maintainer has relinquished these ports.
PR: ports/181404
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) |
1.24.0 08 Jun 2013 16:21:24 |
antoine |
Clarify why devel/gnustep is broken. |
1.24.0 30 May 2013 08:14:21 |
miwi |
- Mark BROKEN fails to build |
1.24.0 07 Mar 2013 03:25:11 |
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 |
1.24.0 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
1.24.0 09 Jun 2012 12:46:20 |
dinoex |
- update to 1.24.0 |
1.19.3 16 Apr 2011 10:17:39 |
dinoex |
- update GNUSTEP_DEVEL to 1.22.0 |
1.19.3 30 May 2010 12:28:39 |
dinoex |
- drop USE_GNUSTEP_PREFIX |
1.19.3 23 May 2010 20:58:56 |
dinoex |
- add option WITH_GNUSTEP_DEVEL to build version 1.21.0 |
1.19.3 28 Nov 2009 21:52:50 |
dinoex |
- update to 1.19.1 |
1.18.0 16 Jan 2009 16:31:51 |
dinoex |
- set NO_PACKAGE |
1.18.0 24 Dec 2008 07:54:33 |
dinoex |
- update to 1.18.0 |
1.16.3 12 Aug 2008 09:23:47 |
dinoex |
- udpate stable to 1.16.3 |
1.14.4 11 Aug 2008 15:38:39 |
dinoex |
- update to 1.16.3 |
1.14.4 08 Jul 2008 17:30:31 |
dinoex |
- update to 1.16.2 |
1.14.4 20 Jun 2008 15:14:37 |
dinoex |
- update to 1.16.0 |
1.14.4 15 Jun 2008 11:22:41 |
dinoex |
- update to 1.14.4 |
1.14.3_1 06 Jun 2008 13:21:59 |
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.14.3 04 May 2008 21:13:22 |
dinoex |
- add WITH_GNUSTEP_DEVEL |
1.14.3 23 Mar 2008 12:24:19 |
dinoex |
- update to 1.14.3 |
1.14.2 28 Feb 2008 09:09:34 |
dinoex |
- update to 1.14.2 |
1.13.0_1 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.13.0 25 Feb 2007 09:41:02 |
dinoex |
- describe GNUstep.csh |
1.13.0 31 Jan 2007 18:18:14 |
dinoex |
- add category gnustep
PR: 103931
Approved by: pav |
1.13.0 19 Dec 2006 07:03:04 |
dinoex |
- new option WITH_GNUSTEP_SINGLE_BACKEND |
1.13.0 18 Nov 2006 06:40:36 |
dinoex |
- use NO_INSTALL |
1.13.0 31 Oct 2006 05:27:32 |
dinoex |
- connect cairo backend |
1.13.0 31 Aug 2006 05:35:32 |
dinoex |
- update to 1.13.0 |
1.12.0 19 Mar 2006 04:35:47 |
dinoex |
- add USE_GNUSTEP_PREFIX |
1.12.0 18 Mar 2006 09:52:07 |
dinoex |
- update to 1.12.0 |
1.11.2_1 26 Jan 2006 05:29:49 |
dinoex |
- include xlib and libar backends.
users can switch now between them at runtime. |
1.11.2 19 Jan 2006 12:06:14 |
dinoex |
- new option GNUSTEP_PREFIX
allow user defined location of all files |
1.11.2 16 Jan 2006 11:50:19 |
dinoex |
- add quick readme to start gnustep apps |
1.11.2 24 Dec 2005 21:40:02 |
dinoex |
- update to 1.11.2 |
1.11.1 22 Sep 2005 13:34:52 |
dinoex |
- update to 1.11.1 |
1.11.0 27 Jul 2005 17:11:51 |
dinoex |
- update to 1.10.0 |
1.10.2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.10.2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.10.2 03 Apr 2005 05:22:34 |
dinoex |
- update to 1.10.2 |
1.10.0 14 Nov 2004 08:06:16 |
dinoex |
- cleanup obsolete defs |
1.10.0 07 Nov 2004 21:43:55 |
dinoex |
- update to 1.10.0 (stable) |
1.8.0 16 Jun 2004 16:36:40 |
dinoex |
- update to 1.9.2 |
1.8.0 05 Mar 2004 15:00:41 |
dinoex |
- update to 1.9.1 |
1.8.0 10 Dec 2003 22:03:33 |
dinoex |
- Update to 1.9.0 |
1.8.0 19 Oct 2003 11:09:19 |
dinoex |
- Update to 1.8.0 |
1.6.0 30 Aug 2003 02:38:38 |
dinoex |
- file retired, new location ports/Mk/bsd.gnustep.mk |
1.6.0 27 Aug 2003 07:17:43 |
dinoex |
- Update to 1.7.3 |
1.6.0 26 Jul 2003 14:38:59 |
dinoex |
- update to 1.7.2
- flat layout |
1.6.0 21 Jun 2003 07:49:51 |
dinoex |
Update to gnustep-1.7.1 / gui-8.7 |
1.6.0 18 Jun 2003 05:02:13 |
dinoex |
- configure depended ports |
1.6.0 18 Jun 2003 04:06:59 |
dinoex |
- don't package ~/GNUSstep |
1.6.0 01 Jun 2003 03:12:41 |
dinoex |
- Add WITH_GNUSTEP_DEVEL
HEADS UP: New filesystem layout with gnustep-1.7.0 |
1.6.0 13 Apr 2003 11:38:11 |
dinoex |
- Change WANT_GNUSTEP_* to WITH_GNUSTEP_*
Suggested by: kris |
1.6.0 13 Apr 2003 06:53:03 |
dinoex |
- use bsd.gnustep.mk
PR: 50479 |
1.6.0 31 Mar 2003 01:52:22 |
dinoex |
- Cleanup |
1.6.0 23 Mar 2003 20:34:37 |
dinoex |
- Update to 1.6.0 |
1.5.2 02 Mar 2003 07:31:22 |
dinoex |
- drop gnustep-objc in this meta package |
1.5.2 26 Feb 2003 19:57:44 |
dinoex |
- Update gnustep-base and gnutsep-make to 1.5.2 |
1.5.1 21 Feb 2003 03:59:00 |
dinoex |
- retire pkg-comment |
1.5.1 20 Feb 2003 18:26:42 |
dinoex |
- add COMMENT |
1.5.1 21 Jan 2003 03:57:28 |
dinoex |
- Fix BUILD_DEPENDS to find correct port. |
1.5.1 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.5.1 23 Nov 2002 08:43:06 |
dinoex |
Update Version |
1.5.0 03 Nov 2002 05:27:46 |
dinoex |
fix dependency |
1.5.0 01 Nov 2002 03:25:08 |
dinoex |
use SYSTEMDIR |
1.5.0 30 Oct 2002 04:27:27 |
dinoex |
use PKGNAMESUFFIX
add slave port gnustep-devel |
1.5.0 28 Oct 2002 20:53:42 |
dinoex |
support for gnustep-back, option GNUSTEP_GUI_DEVEL |
1.5.0 20 Oct 2002 15:53:52 |
dinoex |
Update to 1.5.0 |
1.4.0 06 Sep 2002 07:25:16 |
dinoex |
bump Version to 1.4.0 |
1.3.2 07 Jun 2002 17:34:38 |
dinoex |
- Take Maintainership
- use defined dirs consistently in each makefile |
1.3.2 04 Jun 2002 18:26:57 |
dinoex |
- Update metaport to 1.3.2 |
1.3.0 21 Mar 2002 13:15:02 |
tg |
Upgrade to 1.3.0. |
23 Jan 2002 12:57:09 |
tg |
Track gnustep-base version (1.1.0). |
14 Sep 2001 12:58:06 |
knu |
The category a port belongs in should be listed first in its CATEGORIES. |
15 Aug 2001 12:29:12 |
tg |
Don't depend on gnustep-guile. |
08 Aug 2001 11:59:51 |
tg |
Fix path for COMBOLIBDIR. |
26 Jun 2001 17:16:59 |
olgeni |
Add missing "\" at end of line (RUN_DEPENDS). |
26 Jun 2001 13:12:39 |
tg |
This is now the mega port that installs the GNUstep stuff. Set to version
1.0.2. |
07 Apr 2001 19:03:57 |
ben |
Fix fennerism. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|