notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/gnustep-examples/Makefile

Number of commits found: 51

Sunday, 4 Aug 2019
09:07 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:508082 
Friday, 1 Mar 2019
06:45 antoine search for other commits by this committer
Mark BROKEN: fails to build

AppController.m:9:10: fatal error: 'GL/glu.h' file not found
#include <GL/glu.h>

Reported by:	pkg-fallout
Original commitRevision:494239 
Sunday, 3 Feb 2019
15:37 theraven search for other commits by this committer
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)
Original commitRevision:492056 
Wednesday, 26 Sep 2018
15:23 brooks search for other commits by this committer
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
Original commitRevision:480741 
Sunday, 3 Dec 2017
12:23 theraven search for other commits by this committer
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.
Original commitRevision:455401 
Tuesday, 28 Nov 2017
11:27 amdmi3 search for other commits by this committer
- Add missing COMMENT, WWW
- Add LICENSE
- Cosmetic fixes
Original commitRevision:455029 
Monday, 21 Aug 2017
13:26 theraven search for other commits by this committer
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.
Original commitRevision:448472 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Wednesday, 13 Jan 2016
05:39 ak search for other commits by this committer
- Remove unused USE_* knobs:
   databases/mysql57-server
   games/kajongg
   textproc/ruby-htree

- Fix typos in USE_* knobs:
   graphics/fortytwo
   math/hexcalc
   misc/gnustep-examples
   www/h2o

- Remove unused BROKEN_alpha knob:
   devel/directfb

- Remove user-settable knob:
   multimedia/tovid

Approved by:	portmgr blanket
Original commitRevision:406010 
Tuesday, 29 Sep 2015
11:50 amdmi3 search for other commits by this committer
- Fix build after GNUstep changes by stripping files in the correct place
Original commitRevision:398171 
Wednesday, 26 Aug 2015
02:45 amdmi3 search for other commits by this committer
- Strip binaries
- Cosmetic fixes
Original commitRevision:395336 
Wednesday, 1 Jul 2015
13:50 theraven search for other commits by this committer
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
Original commitRevision:391062 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 12 Apr 2015
10:30 antoine search for other commits by this committer
Mark BROKEN: not converted to USES=gnustep

Reported by:	pkg-fallout
Original commitRevision:383856 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Sunday, 7 Sep 2014
11:21 marino search for other commits by this committer
Stage misc/gnustep-examples
Original commitRevision:367516 
Tuesday, 5 Aug 2014
22:13 tijl search for other commits by this committer
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)
Original commitRevision:364143 
Thursday, 24 Jul 2014
15:36 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362806 
Friday, 20 Sep 2013
20:50 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Original commitRevision:327745 
Wednesday, 28 Aug 2013
18:26 theraven (src committer) search for other commits by this 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
Original commitRevision:325546 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Tuesday, 26 Jun 2012
05:43 dinoex search for other commits by this committer
- reset MAINTAINER
Original commit
Thursday, 14 Jun 2012
05:25 dinoex search for other commits by this committer
- update to 1.3.0
Original commit
Wednesday, 20 Apr 2011
18:36 dinoex search for other commits by this committer
- USE_GMAKE ist set by bsd.gnustep.sh
Original commit
Monday, 11 Apr 2011
19:54 ade search for other commits by this committer
Update to GNU make 3.82 after numerous -exp runs.
Original commit
Sunday, 13 Mar 2011
20:36 dinoex search for other commits by this committer
- fix build with gmake
Reported by:    naddy
Original commit
Saturday, 5 Jun 2010
04:06 dinoex search for other commits by this committer
- new option WITH_GNUSTEP_DEVEL to update to 1.3.0
Original commit
Sunday, 30 May 2010
12:28 dinoex search for other commits by this committer
- drop USE_GNUSTEP_PREFIX
Original commit
Sunday, 5 Jul 2009
10:37 dinoex search for other commits by this committer
- cleanup ADDITIONAL_LIB_DIRS
Original commit
Sunday, 21 Jun 2009
13:42 dinoex search for other commits by this committer
- fix build with custom LOCALBASE
Reported by:    QAT
Original commit
Friday, 6 Jun 2008
13:45 edwin search for other commits by this committer
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)
Original commit
Thursday, 28 Feb 2008
09:14 dinoex search for other commits by this committer
- update to 1.2.0
Original commit
Friday, 25 May 2007
05:55 dinoex search for other commits by this committer
- update for gnustep-make-2.0.0
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 31 Jan 2007
18:18 dinoex search for other commits by this committer
- add category gnustep
PR:             103931
Approved by:    pav
Original commit
Saturday, 13 Jan 2007
03:57 dinoex search for other commits by this committer
- update to use new bsd.gnustep.mk
Approved by:    gurkan@linuks.mine.nu
Original commit
Tuesday, 12 Sep 2006
17:26 dinoex search for other commits by this committer
- update to 1.1.0
more samples, but GPuzzle was removed
Original commit
Wednesday, 10 May 2006
22:37 edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
Original commit
Sunday, 19 Mar 2006
04:35 dinoex search for other commits by this committer
- add USE_GNUSTEP_PREFIX
Original commit
Thursday, 19 Jan 2006
12:06 dinoex search for other commits by this committer
- new option GNUSTEP_PREFIX
  allow user defined location of all files
Original commit
Wednesday, 14 Sep 2005
10:35 dinoex search for other commits by this committer
- cleanup old Makefile location
Original commit
Sunday, 7 Nov 2004
21:49 dinoex search for other commits by this committer
- update to 1.0.0
Original commit
Thursday, 29 Apr 2004
02:58 dinoex search for other commits by this committer
- ignore creation of files in /root/GNUstep
Suggested by:   kris
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Saturday, 31 Jan 2004
12:16 dinoex search for other commits by this committer
- update MASTER_SITES
Original commit
Sunday, 19 Oct 2003
12:08 dinoex search for other commits by this committer
- use ${RM}
Original commit
Thursday, 28 Aug 2003
01:42 dinoex search for other commits by this committer
- use new hook USE_GNUSTEP in bsd.port.mk
Original commit
Friday, 4 Jul 2003
01:48 dinoex search for other commits by this committer
- Drop obsolete defines
Original commit
Wednesday, 18 Jun 2003
04:07 dinoex search for other commits by this committer
- don't package ~/GNUSstep
Original commit
Sunday, 13 Apr 2003
07:33 dinoex search for other commits by this committer
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR:             50479
Original commit
Sunday, 23 Mar 2003
19:26 dinoex search for other commits by this committer
The GNUstep example applications:

# Calculator
# CurrencyConverter
# Finger              It is a simple front-end to finger, ping and traceroute.
# GFractal
# GPuzzle             Using a tiff for a puzzle.
# GSTest
# HostAddress
# Ink                 Text Editor
Original commit

Number of commits found: 51