notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: misc/gnustep-examples/Makefile
SVNWeb

Number of commits found: 51

Sun, 4 Aug 2019
[ 09:07 antoine search for other commits by this committer ] Original commit   Revision:508082 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Fri, 1 Mar 2019
[ 06:45 antoine search for other commits by this committer ] Original commit   Revision:494239
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
Sun, 3 Feb 2019
[ 15:37 theraven search for other commits by this committer ] Original commit   Revision:492056 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 26 Sep 2018
[ 15:23 brooks search for other commits by this committer ] Original commit   Revision:480741 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
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
Sun, 3 Dec 2017
[ 12:23 theraven search for other commits by this committer ] Original commit   Revision:455401 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 28 Nov 2017
[ 11:27 amdmi3 search for other commits by this committer ] Original commit   Revision:455029
- Add missing COMMENT, WWW
- Add LICENSE
- Cosmetic fixes
Mon, 21 Aug 2017
[ 13:26 theraven search for other commits by this committer ] Original commit   Revision:448472 (Only the first 10 of 156 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
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
Wed, 13 Jan 2016
[ 05:39 ak search for other commits by this committer ] Original commit   Revision:406010
- 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
Tue, 29 Sep 2015
[ 11:50 amdmi3 search for other commits by this committer ] Original commit   Revision:398171
- Fix build after GNUstep changes by stripping files in the correct place
Wed, 26 Aug 2015
[ 02:45 amdmi3 search for other commits by this committer ] Original commit   Revision:395336
- Strip binaries
- Cosmetic fixes
Wed, 1 Jul 2015
[ 13:50 theraven search for other commits by this committer ] Original commit   Revision:391062 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
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
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Sun, 12 Apr 2015
[ 10:30 antoine search for other commits by this committer ] Original commit   Revision:383856
Mark BROKEN: not converted to USES=gnustep

Reported by:	pkg-fallout
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 7 Sep 2014
[ 11:21 marino search for other commits by this committer ] Original commit   Revision:367516
Stage misc/gnustep-examples
Tue, 5 Aug 2014
[ 22:13 tijl search for other commits by this committer ] Original commit   Revision:364143 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 24 Jul 2014
[ 15:36 bapt search for other commits by this committer ] Original commit   Revision:362806 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Reset maintainership for ports not staged with no pending PR

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

(Part 1)
Sat, 31 Jan 2004
[ 12:16 dinoex search for other commits by this committer ] Original commit 
- update MASTER_SITES
Sun, 19 Oct 2003
[ 12:08 dinoex search for other commits by this committer ] Original commit 
- use ${RM}
Thu, 28 Aug 2003
[ 01:42 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- use new hook USE_GNUSTEP in bsd.port.mk
Fri, 4 Jul 2003
[ 01:48 dinoex search for other commits by this committer ] Original commit 
- Drop obsolete defines
Wed, 18 Jun 2003
[ 04:07 dinoex search for other commits by this committer ] Original commit 
- don't package ~/GNUSstep
Sun, 13 Apr 2003
[ 07:33 dinoex search for other commits by this committer ] Original commit 
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR:             50479
Sun, 23 Mar 2003
[ 19:26 dinoex search for other commits by this committer ] Original commit 
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

Number of commits found: 51