switching to clang in base.
add COMPILER_LIBCXX where c++abi is used. there will be some "Extra"s but
this is the simplest way to use c++abi on base=clang and estdc++ on base=gcc
arches.
Remove PKG_ARCH=* this didn't even make sense before as there
are configuration discrepancies between architectures, and now the
clang files are different
The symlink of the shared library in lib doesn't point to
GNUstep/Frameworks/$FRAMEWORK.framework/Versions/Current/libnetclasses.so.${SHLIB_VERSION}
anymore but now to
GNUstep/Frameworks/netclasses.framework/Versions/${SHLIB_VERSION}/libnetclasses.so.${SHLIB_VERSION}
It's not easily visible in pkg/PLIST, but on package creation plistdb catched it
problem pointed out by nigel@
noteworthy changes:
* Garbage collection support removed (NSGarbageCollector stub
remains)
* Support for Debian style multi-architecture installations added
* OpenSSL bundle removed since it didn't match GNUTLS support
* Ported to Debian/Hurd
* ICU string (regexp in particular) fixes
* OSX compatibity changes in NSRunLoop and NSTask behavior
* Alternative sort algorithms selectable at runtime
* Many bugfixes and cleanups.
* As usual, this release also contains an update to include the most
recent international timezone data.
Implement per gstate methods for antialias, patternPhase and
compositingOperation in Cairo backend.
Work on antialiasing in Cairo backend.
Variety of bugfixes, especially in Win32 and Cairo backends.
noteworthy changes:
- Fixes for new GIF library versions
- Theming of named images for specific applications by the use of the
CFBundleIdentifier in the theme
- New icons and corresponding constants for special folders, recycler
and others
- Improvements in NSWorkspace icon lookup
- Improvements in removable media commands, imported and cleaned from
GWorkspace
- Numerous bug fixes and improvements in Cocoa compatibility
- Numerous theme tweaks
- Spanish locale
Do not pass an unused argument to compilation, unbreaks GNUstep ports with
-Werror, namely -gui and -dbuskit.
pointed out by sthen@, ajacoutot@, naddy@
* threadable DataBasinKit framework
* concurrent, interruptible operations (e.g. select vs. update)
* handle multiple errors as a result of update
* filter new lines when writing CSVs
* countless bugfixes, especially in select-identify corner cases