non port: misc/gnustep-examples/Makefile |
Number of commits found: 51 |
Sunday, 4 Aug 2019
|
09:07 antoine
Deprecate ports broken for more than 6 months
|
Friday, 1 Mar 2019
|
06:45 antoine
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
|
Sunday, 3 Feb 2019
|
15:37 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)
|
Wednesday, 26 Sep 2018
|
15:23 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
|
Sunday, 3 Dec 2017
|
12:23 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.
|
Tuesday, 28 Nov 2017
|
11:27 amdmi3
- Add missing COMMENT, WWW
- Add LICENSE
- Cosmetic fixes
|
Monday, 21 Aug 2017
|
13:26 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.
|
Tuesday, 19 Jul 2016
|
11:04 mat
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
|
Wednesday, 13 Jan 2016
|
05:39 ak
- 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
|
Tuesday, 29 Sep 2015
|
11:50 amdmi3
- Fix build after GNUstep changes by stripping files in the correct place
|
Wednesday, 26 Aug 2015
|
02:45 amdmi3
- Strip binaries
- Cosmetic fixes
|
Wednesday, 1 Jul 2015
|
13:50 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
|
Thursday, 14 May 2015
|
10:15 mat
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
|
Sunday, 12 Apr 2015
|
10:30 antoine
Mark BROKEN: not converted to USES=gnustep
Reported by: pkg-fallout
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Sunday, 7 Sep 2014
|
11:21 marino
Stage misc/gnustep-examples
|
Tuesday, 5 Aug 2014
|
22:13 tijl
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)
|
Thursday, 24 Jul 2014
|
15:36 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Friday, 20 Sep 2013
|
20:50 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
|
Wednesday, 28 Aug 2013
|
18:26 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
|
Saturday, 13 Oct 2012
|
13:39 dinoex
- cleanup comments
Feature safe: yes
|
Tuesday, 26 Jun 2012
|
05:43 dinoex
- reset MAINTAINER
|
Thursday, 14 Jun 2012
|
05:25 dinoex
- update to 1.3.0
|
Wednesday, 20 Apr 2011
|
18:36 dinoex
- USE_GMAKE ist set by bsd.gnustep.sh
|
Monday, 11 Apr 2011
|
19:54 ade
Update to GNU make 3.82 after numerous -exp runs.
|
Sunday, 13 Mar 2011
|
20:36 dinoex
- fix build with gmake
Reported by: naddy
|
Saturday, 5 Jun 2010
|
04:06 dinoex
- new option WITH_GNUSTEP_DEVEL to update to 1.3.0
|
Sunday, 30 May 2010
|
12:28 dinoex
- drop USE_GNUSTEP_PREFIX
|
Sunday, 5 Jul 2009
|
10:37 dinoex
- cleanup ADDITIONAL_LIB_DIRS
|
Sunday, 21 Jun 2009
|
13:42 dinoex
- fix build with custom LOCALBASE
Reported by: QAT
|
Friday, 6 Jun 2008
|
13:45 edwin
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)
|
Thursday, 28 Feb 2008
|
09:14 dinoex
- update to 1.2.0
|
Friday, 25 May 2007
|
05:55 dinoex
- update for gnustep-make-2.0.0
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wednesday, 31 Jan 2007
|
18:18 dinoex
- add category gnustep
PR: 103931
Approved by: pav
|
Saturday, 13 Jan 2007
|
03:57 dinoex
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
|
Tuesday, 12 Sep 2006
|
17:26 dinoex
- update to 1.1.0
more samples, but GPuzzle was removed
|
Wednesday, 10 May 2006
|
22:37 edwin
Remove USE_REINPLACE from ports starting with M
|
Sunday, 19 Mar 2006
|
04:35 dinoex
- add USE_GNUSTEP_PREFIX
|
Thursday, 19 Jan 2006
|
12:06 dinoex
- new option GNUSTEP_PREFIX
allow user defined location of all files
|
Wednesday, 14 Sep 2005
|
10:35 dinoex
- cleanup old Makefile location
|
Sunday, 7 Nov 2004
|
21:49 dinoex
- update to 1.0.0
|
Thursday, 29 Apr 2004
|
02:58 dinoex
- ignore creation of files in /root/GNUstep
Suggested by: kris
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Saturday, 31 Jan 2004
|
12:16 dinoex
- update MASTER_SITES
|
Sunday, 19 Oct 2003
|
12:08 dinoex
- use ${RM}
|
Thursday, 28 Aug 2003
|
01:42 dinoex
- use new hook USE_GNUSTEP in bsd.port.mk
|
Friday, 4 Jul 2003
|
01:48 dinoex
- Drop obsolete defines
|
Wednesday, 18 Jun 2003
|
04:07 dinoex
- don't package ~/GNUSstep
|
Sunday, 13 Apr 2003
|
07:33 dinoex
- Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
|
Sunday, 23 Mar 2003
|
19:26 dinoex
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 |