Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.2 01 Jun 2024 11:55:42 |
Fernando ApesteguÃa (fernape) |
devel/gnustep: update to 2.9.2
ChangeLog: https://github.com/gnustep/tools-make/releases/tag/make-2_9_2 |
2.9.1 19 Mar 2024 14:18:27 |
Robert Clausecker (fuz) Author: Joran Rood |
devel/gnustep-make: update to 2.9.1
Changelog: https://github.com/gnustep/tools-make/releases/tag/make-2_9_1
PR: 276147 |
2.8.0_1 07 May 2023 16:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/gnustep-make: Fix "makeinfo --html" output directory
- Bump PORTREVISION for package change
Since texinfo 7, "makeinfo --html foo.texi" outputs to foo_html/ rather than
foo/ which causes build/plist error for some ports.
For example, during
Take x11-toolkits/gnustep-gui for example, it runs "makeinfo --html AppKit.texi"
then checks AppKit/ directory
makeinfo --html AppKit.texi; \
if [ -f AppKit/AppKit_toc.html ]; \
then \
mv AppKit/AppKit.html .; \
mv AppKit/AppKit_*.html .; \
rmdir AppKit/AppKit; \
fi
Obtained
from: https://github.com/gnustep/tools-make/commit/3ff4ee8a053b85d63cd34f645258902bb0dc6f04 |
2.8.0 18 Apr 2023 18:05:13 |
Po-Chuan Hsieh (sunpoet) |
devel/gnustep-make: Add NO_ARCH |
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) |
2.8.0 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 ) |
2.8.0 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 ) |
2.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.0 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. |
2.7.0_3 05 Mar 2020 20:49:06 |
rene |
Return theraven's ports to the pool after safekeeping his commit bit. |
2.7.0_3 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) |
2.7.0_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 |
2.7.0_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. |
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. |
2.6.7_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.6.7_2 30 Mar 2016 16:26:34 |
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 |
2.6.7 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 |
2.6.6_4 10 Apr 2015 13:44:30 |
antoine |
Fix build on versions of freebsd where clang isn't the default compiler |
2.6.6_4 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 |
2.6.6_3 21 Nov 2014 17:22:07 |
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 |
2.6.6_2 15 Nov 2014 08:32:25 |
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. |
2.6.6_1 24 Oct 2014 06:00:13 |
antoine |
Bump portrevision after r371153
Reported by: pkg-fallout |
2.6.6 12 Jan 2014 22:54:59 |
theraven |
Update core GNUstep libraries and fisicalab to latest versions
Approved by: bapt (mentor) |
2.6.5 27 Dec 2013 10:24:34 |
bapt |
Support stage
Modernize a bit |
2.6.5 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2.6.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 |
2.6.2 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) |
2.6.2 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 |
2.6.2 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.6.2 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
2.6.2 25 Jun 2012 16:50:41 |
dinoex |
- add option GNUSTEP_WITH_LIBOBJC2 |
2.6.2 21 Feb 2012 20:11:15 |
dinoex |
- update to 2.6.2 |
2.6.1 28 Dec 2011 03:35:25 |
linimon |
Mark as ignore on powerpc: depends on gcc4.2, which does not run on
powerpc.
Hat: portmgr |
2.6.1 23 Sep 2011 22:26:39 |
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 |
2.6.1 12 Jun 2011 09:45:46 |
dinoex |
- update to 2.6.1 |
2.6.0 21 Apr 2011 04:49:24 |
dinoex |
- update to 2.6.0 |
2.4.0_1 16 Apr 2011 10:17:39 |
dinoex |
- update GNUSTEP_DEVEL to 1.22.0 |
2.4.0 07 Apr 2011 18:26:01 |
dinoex |
- drop MD5 |
2.4.0 04 Jun 2010 13:14:56 |
dinoex |
- LICENSE GPLv3 |
2.4.0 30 May 2010 12:28:39 |
dinoex |
- drop USE_GNUSTEP_PREFIX |
2.4.0 23 May 2010 08:14:37 |
dinoex |
- remove NO_PACKAGE |
2.4.0 22 May 2010 05:25:40 |
dinoex |
- update to 2.4.0 |
2.2.0_1 05 Jul 2009 03:48:17 |
dinoex |
- fix build with custom LOCALBASE
Reported by: QAT |
2.2.0 21 May 2009 11:59:49 |
dinoex |
- update to 2.2.0 |
2.0.8 16 Jan 2009 16:29:49 |
dinoex |
- set NO_PACKAGE |
2.0.8 11 Jan 2009 09:26:05 |
dinoex |
- update to 2.0.8 |
2.0.7 24 Dec 2008 07:51:07 |
dinoex |
- update to 2.0.7 |
2.0.6 21 Aug 2008 06:18:49 |
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 ) |
2.0.6 24 Jun 2008 16:38:58 |
dinoex |
- update to 2.0.6 |
2.0.5 19 Apr 2008 01:37:40 |
edwin |
Make use of the @rmtry macro |
2.0.5 23 Mar 2008 12:24:37 |
dinoex |
- update to 2.0.5 |
2.0.4 14 Jan 2008 12:51:26 |
dinoex |
- update to 2.0.4
- GPLV3 |
2.0.1 28 May 2007 08:45:16 |
dinoex |
- update to 2.0.1 |
2.0.0 25 May 2007 05:55:36 |
dinoex |
- update for gnustep-make-2.0.0 |
1.13.0_4 25 Feb 2007 12:33:59 |
dinoex |
- fix build for CURRENT |
1.13.0_4 07 Feb 2007 12:40:45 |
dinoex |
- skip on CURRENT |
1.13.0_4 31 Jan 2007 18:18:14 |
dinoex |
- add category gnustep
PR: 103931
Approved by: pav |
1.13.0_4 13 Jan 2007 03:57:25 |
dinoex |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu |
1.13.0_4 30 Dec 2006 08:47:20 |
dinoex |
- add Local/Library/Services |
1.13.0_3 09 Dec 2006 09:27:51 |
dinoex |
- add Local/Library/ApplicationSupport
- add Local/Tools/Resources |
1.13.0_2 31 Oct 2006 05:27:27 |
dinoex |
- add Local/Library/Documentation, Local/Tools |
1.13.0_1 13 Sep 2006 04:59:22 |
dinoex |
- create standard directories under Local here
so applications don't have to clean them |
1.13.0 31 Aug 2006 05:35:32 |
dinoex |
- update to 1.13.0 |
1.12.0 08 Apr 2006 15:14:44 |
dinoex |
- cleanup after gcc updates
no hacks for ldconfig needed |
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 15 Mar 2006 08:11:08 |
dinoex |
- activate builds on pointyhat |
1.11.2_1 19 Jan 2006 12:06:14 |
dinoex |
- new option GNUSTEP_PREFIX
allow user defined location of all files |
1.11.2_1 25 Dec 2005 23:08:56 |
dinoex |
- move location of GNUstep.conf |
1.11.2 24 Dec 2005 21:40:02 |
dinoex |
- update to 1.11.2 |
1.11.1 13 Nov 2005 09:26:50 |
dinoex |
- add SHA checksum |
1.11.1 22 Sep 2005 13:34:52 |
dinoex |
- update to 1.11.1 |
1.11.0 19 Aug 2005 16:43:16 |
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) |
1.11.0 27 Jul 2005 17:11:51 |
dinoex |
- update to 1.10.0 |
1.10.0 10 Jul 2005 08:21:08 |
dinoex |
- warn about bad ldconfig paths |
1.10.0 08 Jul 2005 17:07:41 |
kris |
BROKEN on 5.x: Configure fails |
1.10.0 03 Apr 2005 05:21:23 |
dinoex |
- remove WITH_GNUSTEP_DEVEL |
1.10.0 15 Jan 2005 10:54:44 |
dinoex |
- make portlint happier |
1.10.0 14 Dec 2004 05:16:11 |
dinoex |
- handle stale shared libs from gcc-objc installs
- force ldconfig when needed
PR: 74940 |
1.10.0 07 Nov 2004 21:43:55 |
dinoex |
- update to 1.10.0 (stable) |
1.8.0_2 16 Jun 2004 16:36:40 |
dinoex |
- update to 1.9.2 |
1.8.0_2 13 Apr 2004 19:08:41 |
dinoex |
- Fix regression when using gcc-objc-3.2 |
1.8.0_2 13 Apr 2004 11:22:26 |
dinoex |
- revert to build without libobjc
- bump PORTREVISION |
1.8.0_1 05 Mar 2004 15:00:41 |
dinoex |
- update to 1.9.1 |
1.8.0_1 26 Feb 2004 05:15:23 |
dinoex |
- add SIZE |
1.8.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.8.0 31 Jan 2004 12:16:18 |
dinoex |
- update MASTER_SITES |
1.8.0 10 Dec 2003 22:03:33 |
dinoex |
- Update to 1.9.0 |
1.8.0 12 Nov 2003 15:17:18 |
dinoex |
- fix MASTER_SITES trailing char |
1.8.0 12 Nov 2003 15:07:06 |
dinoex |
- update MASTER_SITES |
1.8.0 19 Oct 2003 11:09:19 |
dinoex |
- Update to 1.8.0 |
1.6.0 24 Sep 2003 17:34:09 |
dinoex |
- Update to 1.7.4 |
1.6.0 28 Aug 2003 01:42:30 |
dinoex |
- use new hook USE_GNUSTEP in bsd.port.mk |
1.6.0 27 Aug 2003 07:16:17 |
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 10 Jun 2003 03:08:04 |
dinoex |
- remove empty dirs |
1.6.0 01 Jun 2003 13:44:53 |
dinoex |
- Add WITH_GNUSTEP_DEVEL |
1.6.0 13 Apr 2003 06:58:39 |
dinoex |
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479 |