Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.8.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Feb 2021 23:21:03
2.8.0
|
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
2.7.0_3
|
rene  |
Return theraven's ports to the pool after safekeeping his commit bit. |
03 Feb 2019 15:37:58
2.7.0_3
|
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) |
26 Sep 2018 15:23:37
2.7.0_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
2.7.0_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. |
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. |
19 May 2016 10:21:25
2.6.7_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
30 Mar 2016 16:26:34
2.6.7_2
|
acm  |
- Fix issue with DESTDIR and stage-qa on some GNUStep apps.
PR: 208402
Submitted by: me
Approved by: maintainer
Obtained from: http://marc.info/?l=fedora-extras-commits&m=137852553509836&w=2 |
11 Sep 2015 17:00:36

|
amdmi3  |
- Fix shebangs
Approved by: portmgr blanket |
01 Jul 2015 13:50:29
2.6.7
|
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 |
10 Apr 2015 13:44:30
2.6.6_4
|
antoine  |
Fix build on versions of freebsd where clang isn't the default compiler |
09 Apr 2015 07:44:42
2.6.6_4 
|
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 |
21 Nov 2014 17:22:07
2.6.6_3
|
antoine  |
Enforce clang 3.4 in USES=c*11*,objc,gnustep as clang 3.3 has some bugs
Requested by: bapt
PR: ports/195122
Differential Revision: https://reviews.freebsd.org/D1181
Exp-run by: self
With hat: portmgr |
15 Nov 2014 08:32:25
2.6.6_2
|
marino  |
devel/gnustep-make: Fix and modernize pkg-plist
Running "make check-plist" on gnustep-make results in plist errors:
===> Checking for items in STAGEDIR missing from pkg-plist
Orphaned: GNUstep/System/Library/Makefiles/Master/deb.make
Orphaned: GNUstep/System/Library/Makefiles/deb-equivs-control.template
Orphaned: GNUstep/System/Makefiles
The latest was caused by a keyword typo (I think) and the first two were
just missing. While here, modernize the whole thing. No @exec keywords
are needed -- the post-install takes care of the symlink already. |
24 Oct 2014 06:00:13
2.6.6_1
|
antoine  |
Bump portrevision after r371153
Reported by: pkg-fallout |
12 Jan 2014 22:54:59
2.6.6
|
theraven  |
Update core GNUstep libraries and fisicalab to latest versions
Approved by: bapt (mentor) |
27 Dec 2013 10:24:34
2.6.5
|
bapt  |
Support stage
Modernize a bit |
20 Sep 2013 17:04:44
2.6.5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
28 Aug 2013 18:26:01
2.6.5
|
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 |
20 Aug 2013 01:08:18
2.6.2
|
linimon  |
Maintainer has relinquished these ports.
PR: ports/181404
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) |
07 Mar 2013 03:25:11
2.6.2
|
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 |
14 Feb 2013 09:42:13
2.6.2
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
26 Jun 2012 05:43:33
2.6.2
|
dinoex  |
- reset MAINTAINER |
25 Jun 2012 16:50:41
2.6.2
|
dinoex  |
- add option GNUSTEP_WITH_LIBOBJC2 |
21 Feb 2012 20:11:15
2.6.2
|
dinoex  |
- update to 2.6.2 |
28 Dec 2011 03:35:25
2.6.1
|
linimon  |
Mark as ignore on powerpc: depends on gcc4.2, which does not run on
powerpc.
Hat: portmgr |
23 Sep 2011 22:26:39
2.6.1
|
amdmi3  |
- 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 |
12 Jun 2011 09:45:46
2.6.1
|
dinoex  |
- update to 2.6.1 |
21 Apr 2011 04:49:24
2.6.0
|
dinoex  |
- update to 2.6.0 |
16 Apr 2011 10:17:39
2.4.0_1
|
dinoex  |
- update GNUSTEP_DEVEL to 1.22.0 |
07 Apr 2011 18:26:01
2.4.0
|
dinoex  |
- drop MD5 |
04 Jun 2010 13:14:56
2.4.0
|
dinoex  |
- LICENSE GPLv3 |
30 May 2010 12:28:39
2.4.0
|
dinoex  |
- drop USE_GNUSTEP_PREFIX |
23 May 2010 08:14:37
2.4.0
|
dinoex  |
- remove NO_PACKAGE |
22 May 2010 05:25:40
2.4.0
|
dinoex  |
- update to 2.4.0 |
05 Jul 2009 03:48:17
2.2.0_1
|
dinoex  |
- fix build with custom LOCALBASE
Reported by: QAT |
21 May 2009 11:59:49
2.2.0
|
dinoex  |
- update to 2.2.0 |
16 Jan 2009 16:29:49
2.0.8
|
dinoex  |
- set NO_PACKAGE |
11 Jan 2009 09:26:05
2.0.8
|
dinoex  |
- update to 2.0.8 |
24 Dec 2008 07:51:07
2.0.7
|
dinoex  |
- update to 2.0.7 |
21 Aug 2008 06:18:49
2.0.6
|
rafan  |
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 ) |
24 Jun 2008 16:38:58
2.0.6
|
dinoex  |
- update to 2.0.6 |
19 Apr 2008 01:37:40
2.0.5
|
edwin  |
Make use of the @rmtry macro |
23 Mar 2008 12:24:37
2.0.5
|
dinoex  |
- update to 2.0.5 |
14 Jan 2008 12:51:26
2.0.4
|
dinoex  |
- update to 2.0.4
- GPLV3 |
28 May 2007 08:45:16
2.0.1
|
dinoex  |
- update to 2.0.1 |
25 May 2007 05:55:36
2.0.0
|
dinoex  |
- update for gnustep-make-2.0.0 |
25 Feb 2007 12:33:59
1.13.0_4
|
dinoex  |
- fix build for CURRENT |
07 Feb 2007 12:40:45
1.13.0_4
|
dinoex  |
- skip on CURRENT |
31 Jan 2007 18:18:14
1.13.0_4
|
dinoex  |
- add category gnustep
PR: 103931
Approved by: pav |
13 Jan 2007 03:57:25
1.13.0_4
|
dinoex  |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu |
30 Dec 2006 08:47:20
1.13.0_4
|
dinoex  |
- add Local/Library/Services |
09 Dec 2006 09:27:51
1.13.0_3
|
dinoex  |
- add Local/Library/ApplicationSupport
- add Local/Tools/Resources |
31 Oct 2006 05:27:27
1.13.0_2
|
dinoex  |
- add Local/Library/Documentation, Local/Tools |
13 Sep 2006 04:59:22
1.13.0_1
|
dinoex  |
- create standard directories under Local here
so applications don't have to clean them |
31 Aug 2006 05:35:32
1.13.0
|
dinoex  |
- update to 1.13.0 |
08 Apr 2006 15:14:44
1.12.0
|
dinoex  |
- cleanup after gcc updates
no hacks for ldconfig needed |
19 Mar 2006 04:35:47
1.12.0
|
dinoex  |
- add USE_GNUSTEP_PREFIX |
18 Mar 2006 09:52:07
1.12.0
|
dinoex  |
- update to 1.12.0 |
15 Mar 2006 08:11:08
1.11.2_1
|
dinoex  |
- activate builds on pointyhat |
19 Jan 2006 12:06:14
1.11.2_1
|
dinoex  |
- new option GNUSTEP_PREFIX
allow user defined location of all files |
25 Dec 2005 23:08:56
1.11.2_1
|
dinoex  |
- move location of GNUstep.conf |
24 Dec 2005 21:40:02
1.11.2
|
dinoex  |
- update to 1.11.2 |
13 Nov 2005 09:26:50
1.11.1
|
dinoex  |
- add SHA checksum |
22 Sep 2005 13:34:52
1.11.1
|
dinoex  |
- update to 1.11.1 |
19 Aug 2005 16:43:16
1.11.0
|
dinoex  |
- cleanup old Makefile location
- remove BROKEN for 6.0
verified sucessfull builds on FreeBSD 6.0-BETA2 #0: Wed Aug 3 08:22:24 UTC
2005
root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Approved by: portmgr (krion) |
27 Jul 2005 17:11:51
1.11.0
|
dinoex  |
- update to 1.10.0 |
10 Jul 2005 08:21:08
1.10.0
|
dinoex  |
- warn about bad ldconfig paths |
08 Jul 2005 17:07:41
1.10.0
|
kris  |
BROKEN on 5.x: Configure fails |
03 Apr 2005 05:21:23
1.10.0
|
dinoex  |
- remove WITH_GNUSTEP_DEVEL |
15 Jan 2005 10:54:44
1.10.0
|
dinoex  |
- make portlint happier |
14 Dec 2004 05:16:11
1.10.0
|
dinoex  |
- handle stale shared libs from gcc-objc installs
- force ldconfig when needed
PR: 74940 |
07 Nov 2004 21:43:55
1.10.0
|
dinoex  |
- update to 1.10.0 (stable) |
16 Jun 2004 16:36:40
1.8.0_2
|
dinoex  |
- update to 1.9.2 |
13 Apr 2004 19:08:41
1.8.0_2
|
dinoex  |
- Fix regression when using gcc-objc-3.2 |
13 Apr 2004 11:22:26
1.8.0_2
|
dinoex  |
- revert to build without libobjc
- bump PORTREVISION |
05 Mar 2004 15:00:41
1.8.0_1
|
dinoex  |
- update to 1.9.1 |
26 Feb 2004 05:15:23
1.8.0_1
|
dinoex  |
- add SIZE |
04 Feb 2004 05:21:48
1.8.0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
31 Jan 2004 12:16:18
1.8.0
|
dinoex  |
- update MASTER_SITES |
10 Dec 2003 22:03:33
1.8.0
|
dinoex  |
- Update to 1.9.0 |
12 Nov 2003 15:17:18
1.8.0
|
dinoex  |
- fix MASTER_SITES trailing char |
12 Nov 2003 15:07:06
1.8.0
|
dinoex  |
- update MASTER_SITES |
19 Oct 2003 11:09:19
1.8.0
|
dinoex  |
- Update to 1.8.0 |
24 Sep 2003 17:34:09
1.6.0
|
dinoex  |
- Update to 1.7.4 |
28 Aug 2003 01:42:30
1.6.0
|
dinoex  |
- use new hook USE_GNUSTEP in bsd.port.mk |
27 Aug 2003 07:16:17
1.6.0
|
dinoex  |
- Update to 1.7.3 |
26 Jul 2003 14:38:59
1.6.0
|
dinoex  |
- update to 1.7.2
- flat layout |
21 Jun 2003 07:49:51
1.6.0
|
dinoex  |
Update to gnustep-1.7.1 / gui-8.7 |
10 Jun 2003 03:08:04
1.6.0
|
dinoex  |
- remove empty dirs |
01 Jun 2003 13:44:53
1.6.0
|
dinoex  |
- Add WITH_GNUSTEP_DEVEL |
13 Apr 2003 06:58:39
1.6.0
|
dinoex  |
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479 |
23 Mar 2003 20:33:05
1.6.0
|
dinoex  |
- Update to 1.6.0 |
26 Feb 2003 19:57:44
1.5.2
|
dinoex  |
- Update gnustep-base and gnutsep-make to 1.5.2 |
21 Feb 2003 03:59:00
1.5.1
|
dinoex  |
- retire pkg-comment |
20 Feb 2003 18:26:42
1.5.1
|
dinoex  |
- add COMMENT |
23 Dec 2002 22:17:45
1.5.1
|
dinoex  |
- prepare MASTER_SITE_GNUSTEP |
21 Nov 2002 06:27:25
1.5.1
|
dinoex  |
- Update to 1.5.1 |
03 Nov 2002 05:39:53
1.5.0
|
dinoex  |
remove inactive PERL line |