2015-04-19 06:13:26 by Emmanuel Dreyfus | Files touched by this commit (3) |
Log message:
Apply fix from upstream, to workaround a build failure in SOGo
http://svn.gna.org/viewcvs/gnustep?view=revision&revision=36185
|
2015-03-04 17:51:57 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Don't use the clang bl3.mk file, it will go away soon. Change to DEPENDS.
XXX this still looks wrong
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-07-28 11:26:20 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Remove pointless ifndef guard, GNUSTEP_SKIP_DEFAULT_OPTIONS isn't used or
documented anywhere else in pkgsrc.
|
2014-07-28 11:18:59 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Set PKGSRC_COMPILER, do not append to it. The latter seems to cause
problems when PKGSRC_COMPILER contains duplicate entries. Pointed out and
verified by taca.
|
2014-07-16 00:35:15 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Allow the fragile option to support GCC.
|
2013-12-23 12:57:07 by Thomas Klausner | Files touched by this commit (79) |
Log message:
Reset maintainer for resigned developers.
|
2013-03-24 18:02:37 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Don't create interfaces don't derive from NSObject.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-22 04:06:19 by Rene Hexel | Files touched by this commit (7) |
Log message:
Update gnustep-make to 2.6.2.
GNUstep now defaults to the modern, non-fragile ABI unless the fragile
option is set.
Upstream Changes in version `2.6.2'
===================================
Added standalone filesystem layout for putting everything in one
directory for easy deployment of relocatable. Other bug fixes.
Upstream Changes in version `2.6.1'
===================================
Bug fix release. Most notably to fix a problem compiling GNUstep with
clang.
Upstream Changes in version `2.6.0'
===================================
* The default filesystem layout is now the 'fhs' layout
* The default location of the configuration file changed when not
installing system-wide
* Removed the -with-system-root, -with-local-root and
-with-network-root options
* Removed obsolete variables (deprecated 4 years ago).
* A new test framework is included in the pacakge
* objc.make deprecated. Use tool.make instead
* -enable-absolute-install-paths is now the default on Darwin
|