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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.gnustep.mk

Number of commits found: 85

Thursday, 9 Apr 2015
07:44 bapt search for other commits by this committer
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
Original commitRevision:383626 
Friday, 21 Nov 2014
17:22 antoine search for other commits by this committer
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
Original commitRevision:373004 
Saturday, 18 Oct 2014
18:13 antoine search for other commits by this committer
Switch from clang33 to clang34 for ports using compiler:*11*, objc or
gnustep on freebsd 8.4 and 9.1

PR:		ports/193555
Differential Revision:	https://reviews.freebsd.org/D935
Reviewed by:	bapt
Exp-run:	self
Original commitRevision:371153 
Tuesday, 24 Jun 2014
21:39 bapt search for other commits by this committer
Use MAKE_CMD instead of GMAKE
Original commitRevision:359128 
Monday, 26 May 2014
13:43 bapt search for other commits by this committer
Do not overwrite USES but append values to it
Original commitRevision:355344 
13:38 miwi search for other commits by this committer
- Covert gmake to USES
Original commitRevision:355342 
Tuesday, 28 Jan 2014
08:15 bapt search for other commits by this committer
Specify minor version of libobjc to avoid LIB_DEPENDS to catch the gcc version
if gcc is installed
Original commitRevision:341511 
Wednesday, 22 Jan 2014
18:36 theraven search for other commits by this committer
Fix GNUstep backend naming in bsd.gnustep.mk.

Approved by:	bapt (mentor, implicit)
Original commitRevision:340729 
15:12 mat search for other commits by this committer
Fixup svn props in Mk.

Sponsored by:	Absolight
Original commitRevision:340713 
Wednesday, 15 Jan 2014
13:46 theraven search for other commits by this committer
Fix bsd.gnustep.mk to refer to the new GNUstep back library.

Approved by:	bapt (mentor)
Original commitRevision:339778 
Monday, 16 Dec 2013
23:12 bapt search for other commits by this committer
Use new LIB_DEPENDS syntax for bsd.gnustep.mk
Original commitRevision:336677 
Monday, 7 Oct 2013
10:32 theraven search for other commits by this committer
Make GNUstep installs respect MAKE_ARGS, required for staging support.

Approved by:	bapt (mentor)
Original commitRevision:329677 
Thursday, 29 Aug 2013
13:03 theraven (src committer) search for other commits by this committer
Fix a copy-and-paste error and a reversed condition in bsd.gnustep.mk

reported by:	avg
Reviewed by:	koobs (twice)
Approved by:	gjb
Original commitRevision:325593 
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 
Thursday, 30 May 2013
01:06 bdrewery search for other commits by this committer
Fix build when WITH_CCACHE_BUILD is set.

The problem is that WITH_CCACHE_BUILD adds PATH to the MAKE_ENV, but
the gnustep support sources a GNUStep.sh file that already sets the
PATH. Next when env PATH=... is called, it overwrites and losers the
gnustep PATH additions. This is a temporary fix until a better
solution is found.
Original commitRevision:319399 
Thursday, 2 May 2013
14:09 bapt search for other commits by this committer
Do bmake complaining about non-zero return, while here stop hardcoding make
Original commitRevision:317116 
Tuesday, 26 Jun 2012
05:44 dinoex search for other commits by this committer
- reset MAINTAINER
Original commit
Sunday, 10 Jun 2012
07:44 dinoex search for other commits by this committer
- allow CC be set to a differen path for option GNUSTEP_WITH_CLANG=yes
Original commit
Saturday, 9 Jun 2012
12:49 dinoex search for other commits by this committer
- update for gnustep-back 0.22
Original commit
Friday, 1 Jun 2012
09:59 dinoex search for other commits by this committer
- fix space
Original commit
Monday, 16 Jan 2012
18:55 dinoex search for other commits by this committer
- force OSVERSION for pointyhat
Original commit
18:34 dinoex search for other commits by this committer
- revert default to GNUSTEP_WITH_GCC42
Original commit
Friday, 13 Jan 2012
10:48 dinoex search for other commits by this committer
- add option GNUSTEP_WITH_GCC46
- add option GNUSTEP_WITH_CLANG
GNUstep defaults to clang in FreeBSD9
Original commit
Sunday, 6 Nov 2011
07:40 dinoex search for other commits by this committer
- fix build for FreeBSD-9
by defaulting to GNUSTEP_WITH_GCC42
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Saturday, 16 Apr 2011
10:21 dinoex search for other commits by this committer
- drop GNUSTEP_WITHOUT_LIBOBJC
- drop GNUSTEP_WITH_BASE_GCC
GNUstep defaults to base compiler

- update GNUSTEP_DEVEL for gnustep-back-0.20
Original commit
Sunday, 13 Mar 2011
20:35 dinoex search for other commits by this committer
- remove obsolete variables
PR:             154395
Submitted by:   Eitan Adler
Original commit
Friday, 11 Jun 2010
09:12 dinoex search for other commits by this committer
- mark sparc as broken
Original commit
Sunday, 30 May 2010
18:14 dinoex search for other commits by this committer
- convert USE_LDCONFIG
PR:             123042,146365
Original commit
Sunday, 23 May 2010
21:03 dinoex search for other commits by this committer
- option WITH_GNUSTEP_DEVEL, new backend version
Original commit
Friday, 2 Apr 2010
03:30 dinoex search for other commits by this committer
- drop options GNUSTEP_WITH_GCC43, GNUSTEP_WITH_GCC44
objc has been removed from this ports.
- fallback to GNUSTEP_WITH_GCC34 on archs other then i386 and am64
Original commit
Thursday, 3 Dec 2009
13:50 dinoex search for other commits by this committer
- remove BROKEN
- add experimenta options GNUSTEP_WITH_GCC43, GNUSTEP_WITH_GCC44
Original commit
06:19 dinoex search for other commits by this committer
- mark all 200 gnustep ports broken after removal ov gcc-objc
Original commit
Saturday, 28 Nov 2009
21:49 dinoex search for other commits by this committer
- update to 0.17.1
Original commit
Friday, 20 Mar 2009
09:14 dinoex search for other commits by this committer
- new Macro USE_GNUSTEP_LOCAL_ASTS
        depends on Ast Bundles installed in Local directrory

- new macro USE_GNUSTEP_LOCAL_BURNS
        depends on Burn Bundles installed in Local directrory
Original commit
Wednesday, 24 Dec 2008
07:49 dinoex search for other commits by this committer
- update to gnustep-back 0.16.0
Original commit
Saturday, 29 Nov 2008
21:41 dinoex search for other commits by this committer
- fix USE_GNUSTEP_LOCAL_BUDLES subdirs
Original commit
20:32 dinoex search for other commits by this committer
- new option USE_GNUSTEP_LOCAL_MENULETS
- option USE_GNUSTEP_LOCAL_BUDLES supports subdirs
Original commit
Monday, 17 Nov 2008
03:55 dinoex search for other commits by this committer
- use BUILD_WRKSRC, INSTALL_WRKSRC
Original commit
Tuesday, 12 Aug 2008
09:26 dinoex search for other commits by this committer
- update stable to 0.14.0
Original commit
Friday, 20 Jun 2008
15:13 dinoex search for other commits by this committer
- update gnustep-back to 0.14.x
Original commit
Sunday, 4 May 2008
21:13 dinoex search for other commits by this committer
- add WITH_GNUSTEP_DEVEL
Original commit
Thursday, 24 Apr 2008
05:04 dinoex search for other commits by this committer
- note reason why INSTALL_SHLIBS is needed
Original commit
Wednesday, 23 Apr 2008
05:51 dinoex search for other commits by this committer
- back out last (approved) commit
substitution fails, pointhat run did not reveal the problem.
using USE_LDCONFIG+=${i} does not work.
USE_LDCONFIG is still broken with custom PREFIX
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Thursday, 28 Feb 2008
09:07 dinoex search for other commits by this committer
- udpate to 0.12.1
Original commit
Tuesday, 26 Jun 2007
16:58 dinoex search for other commits by this committer
- use PACKAGE_BUILDING
Original commit
Monday, 4 Jun 2007
11:20 dinoex search for other commits by this committer
- set default compiler as GNUSTEP_WITH_GCC42=yes
Original commit
Tuesday, 30 Jan 2007
04:25 kris search for other commits by this committer
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Original commit
Tuesday, 2 Jan 2007
17:26 dinoex search for other commits by this committer
- fix path for */Servcies
Reported by:    cbv on FreeNode
Original commit
Sunday, 31 Dec 2006
13:42 dinoex search for other commits by this committer
- add USE_GNUSTEP_LOCAL_SERVICES
- add USE_GNUSTEP_SYSTEM_SERVICES
- add USE_GNUSTEP_SYSTEM_TOOLS
- new macro names that match use in GNUmakefile
Original commit
Monday, 18 Dec 2006
16:07 dinoex search for other commits by this committer
- pass ADDITIONAL_FLAGS ADDITIONAL_CFLAGS
- add apps to BUILD_DEPENDS too
Original commit
Saturday, 9 Dec 2006
21:37 dinoex search for other commits by this committer
- pass ADDITIONAL_CPPFLAGS, ADDITIONAL_INCLUDE_DIRS ADDITIONAL_LIB_DIRS
Original commit
Thursday, 30 Nov 2006
06:55 dinoex search for other commits by this committer
- new option USE_GNUSTEP_LDCONFIG
- new option USE_MAKEFILE
- default USE_GMAKE and GNUmakefile
Original commit
Monday, 20 Nov 2006
03:47 dinoex search for other commits by this committer
-add options USE_GNUSTEP_SYSTEM_THEMES, USE_GNUSTEP_LOCAL_THEMES
Original commit
Sunday, 19 Nov 2006
20:52 dinoex search for other commits by this committer
- new option USE_GNUSTEP_SYSTEM_BUNDLES
Original commit
Friday, 17 Nov 2006
13:01 dinoex search for other commits by this committer
- new option USE_GNUSTEP_LOCAL_BUNDLES
Original commit
Thursday, 16 Nov 2006
14:57 dinoex search for other commits by this committer
- new option USE_GNUSTEP_LOCAL_TOOLS
Original commit
Tuesday, 31 Oct 2006
05:27 dinoex search for other commits by this committer
- new options

 USE_GNUSTEP_SYSTEM_APPS=     ProjectCenter:devel/projectcenter.app
      depends on Application installed in System directrory at runtime

 USE_GNUSTEP_LOCAL_APPS=      Ink:misc/gnustep-examples
      depends on Application installed in Local directrory at runtime

 USE_GNUSTEP_MAKE_DIRS=        App Tools
      call build and install target in each of the given dirs.
Original commit
Thursday, 5 Oct 2006
17:27 dinoex search for other commits by this committer
- whitespaces
PR:             104014
Submitted by:   edwin
Original commit
Thursday, 28 Sep 2006
19:15 dinoex search for other commits by this committer
- new option USE_GNUSTEP_MAKE=yes
for custom build and install targets
Original commit
Sunday, 10 Sep 2006
16:41 dinoex search for other commits by this committer
- order dependencies
- new options for ports:
USE_GNUSTEP_SYSTEM_LIBS
USE_GNUSTEP_LOCAL_LIBS

each can hold mutiple definitions, like:

USE_GNUSTEP_SYSTEM_LIBS+=       Renaissance:${RENAISSANCE_PORT}
USE_GNUSTEP_SYSTEM_LIBS+=       Renaissance:x11-toolkits/renaissance

USE_GNUSTEP_LOCAL_LIBS+=        Pantomime:${PANTOMIME_PORT}
USE_GNUSTEP_LOCAL_LIBS+=        Addresses:${ADDRESSES_PORT}
USE_GNUSTEP_LOCAL_LIBS+=        SlideShow:${SLIDESHOWKIT_PORT}
USE_GNUSTEP_LOCAL_LIBS+=        netclasses:${NETCLASSES_PORT}
Original commit
Thursday, 31 Aug 2006
05:37 dinoex search for other commits by this committer
- update to 0.11.0
Original commit
Tuesday, 4 Apr 2006
19:22 dinoex search for other commits by this committer
- update to gcc4.1 as default
Original commit
Tuesday, 28 Mar 2006
19:50 dinoex search for other commits by this committer
- use gcc ports directly when possible
Original commit
Saturday, 18 Mar 2006
08:04 dinoex search for other commits by this committer
- set default GNUSTEP_PREFIX
Andriy Gapon

- new option USE_GNUSTEP_PREFIX
Original commit
Sunday, 29 Jan 2006
07:31 dinoex search for other commits by this committer
- support multiple backends as dependecies
  some internal macros renamed
Original commit
Thursday, 19 Jan 2006
18:57 dinoex search for other commits by this committer
- new option GNUSTEP_PREFIX
  allow user defined location of all files
  this makes this file save for other ports to include
Original commit
Wednesday, 18 Jan 2006
19:50 dinoex search for other commits by this committer
- new option GNUSTEP_WITH_XLIB
- document compiler options
GNUSTEP_WITH_BASE_GCC
GNUSTEP_WITH_GCC32
GNUSTEP_WITH_GCC33
GNUSTEP_WITH_GCC34
GNUSTEP_WITH_GCC40
GNUSTEP_WITH_GCC41
GNUSTEP_WITH_GCC42
Original commit
Saturday, 19 Nov 2005
06:02 ade search for other commits by this committer
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
Original commit
Tuesday, 25 Oct 2005
07:45 dinoex search for other commits by this committer
- new backend option WITH_GNUSTEP_CAIRO
Original commit
Sunday, 28 Aug 2005
09:15 dinoex search for other commits by this committer
- cleanup Makefile location
Original commit
Wednesday, 27 Jul 2005
17:13 dinoex search for other commits by this committer
Update for gnustep-back 0.10
Original commit
Sunday, 9 Jan 2005
10:12 krion search for other commits by this committer
Remove trailing spaces.
Original commit
Sunday, 14 Nov 2004
08:06 dinoex search for other commits by this committer
- cleanup obsolete defs
Original commit
Sunday, 7 Nov 2004
21:43 dinoex search for other commits by this committer
- update DEFAULT_LIBVERSION
Original commit
Tuesday, 12 Oct 2004
04:32 dinoex search for other commits by this committer
- new option GNUSTEP_WITH_GCC34
Original commit
Wednesday, 16 Jun 2004
08:17 dinoex search for other commits by this committer
- new option DEFAULT_LIBVERSION
Original commit
Thursday, 15 Apr 2004
20:51 dinoex search for other commits by this committer
- update to gcc33
Original commit
Tuesday, 13 Apr 2004
11:29 dinoex search for other commits by this committer
- Fix dependency problem in CURRENT
- drop LIB_DEPENDS in favor of BUILD_DEPENDS and RUN_DEPENDS
- new internel option GNUSTEP_WITHOUT_LIBOBJC
Original commit
Friday, 26 Mar 2004
08:00 dinoex search for other commits by this committer
- make PKGNAMESUFFIX extandable
Original commit
Tuesday, 20 Jan 2004
09:14 marcus search for other commits by this committer
Here come the patches!

* Add ghostscript knobs [1]
* Add per-port persistent build options with a menu-driven front-end [2]
* Allow porters to override the message generated when do-configure fails [3]
* Add patch to obviate many pkg-plist files [4]
* Fix the PKG_DBDIR comment [5]
* Make ports framework more robust with regard to make index [6]
* Add new command macros to bsd.port.mk [7]
* Remove direct command use from bsd.port.mk [8]
* Make the ports system respect WITHOUT_CPU_CFLAGS [9]
* Break the SDL code out into bsd.sdl.mk [10]
* Add working support for USE_SIZE [11]
* Fix RANDOMIZE_MASTER_SITES on -CURRENT [12]
* Convert some spaces to tabs [13]
* Add new physcial categories accessibility and x11-themes [14]
* Speed up GNU configure scripts [15]
* Remove "//" from MLINKS items in PLISTs and fix make -s install and
  make -s deinstall [16]
* Be more specific about looking for files in distinfo [17]
* Add new run-autotools target, and resort configure targets [18]
* Make CONFLICTS compare prefix for installed packages and PREFIX [19]
* Change directory to ${.CURDIR} before running certain make commands [20]
* When INSTALL_AS_USER is set, run ldconfig with failures ignored [21]
* Speed up the security check phase [22]
* Fix some corner cases in the PORTDOCS code [23]
* Add a new DEPRECATED macro [24]
* Make INDEX breakage more informative [25]

Look for a full write-up to follow on ports@ and ports-developers@.

PR:             36112 [1]
                59909 [4]
                61351 [6]
                59058 [7]
                59058 [8]
                59493 [9]
                55494 [10]
                59058 [11]
                59315 [12]
                59058 [13]
                59811 [15]
                59058 [16]
                59058 [17]
                60882 [18]
                58149 [19]
                59058 [20]
                61133 [21]
                55331 [22]
                59070 [23]
                59362 [24]
                59626 [25]
Submitted by:   linimon [1]
                eivind [2]
                marcus [3]
                trevor [4]
                gerald [5]
                linimon [6]
                eik [7]
                eik [8]
                jeh [9]
                edwin [10]
                eik [11]
                Sergey Matveychuk <sem@ciam.ru> [12]
                eik [13]
                trevor gnome [14]
                adamw [15]
                eik [16]
                eik [17]
                edwin [18]
                clement [19]
                eik [20]
                edwin lev [21]
                Eugene M. Kim <ab@astralblue.com> [22]
                eik [23]
                linimon [24]
                eik [25]
Original commit
Sunday, 19 Oct 2003
12:04 dinoex search for other commits by this committer
- New option GNUSTEP_WITH_BASE_GCC
PR:             55013
Original commit
11:14 dinoex search for other commits by this committer
- Layout for GnuSTEP 1.8.0
Original commit
Wednesday, 27 Aug 2003
14:46 dinoex search for other commits by this committer
- spelling
Original commit

Number of commits found: 85