summaryrefslogtreecommitdiff
path: root/devel/gnustep-base
AgeCommit message (Collapse)AuthorFilesLines
2017-04-22Revbump after icu updateadam2-4/+4
2016-12-04Recursive revbump from textproc/icu 58.1ryoon2-4/+4
2016-11-23also needs openssl for HTTPS connections in NSURLwiedi1-1/+2
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon2-4/+4
2016-04-03When trying to test for OpenSSL, pick a function that has a chance ofjoerg2-1/+70
existing in modern versions.
2015-12-29Add a patch for CVS-2014-2980: Tools/gdomap.c in gdomap in GNUstep Base 1.24.6bsiegert3-3/+74
and earlier, when run in daemon mode, does not properly handle the file descriptor for the logger, which allows remote attackers to cause a denial of service (abort) via an invalid request. Bump pkgrevision.
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz1-2/+2
2015-05-08Avoid __weak redefinitions (from joerg)christos3-3/+21
2015-04-06Revbump after updating textproc/icuadam2-4/+4
2014-10-07Revbump after updating libwebp and icuadam2-4/+4
2014-06-27One more file installed on FreeBSD 10.asau1-0/+2
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-12-23Reset maintainer for resigned developers.wiz1-2/+2
2013-10-19Revbump after updating textproc/icuadam2-4/+4
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-22Update gnustep-base to 1.24.0.rh11-762/+722
Noteworthy changes in version `1.24.0' ====================================== * There is binary incompatibility on 64bit systems in that the value of the NSNotFound constant there is now 64bits rather than 32bits. * gcc-4.0 is the minimum official supported compiler for GNUstep * Support for the GNU LANGUAGES environment variable and other locale improvements * IPV6 support for NSHost and networking operations * Support for UTF-8 string literals in source (compiler permitting) Noteworthy changes in version `1.23.0' ====================================== * Support for automatic reference counting (ARC) when using clasng and the GNUstep Objective-C 2.0 runtime 1.5 or later. * Full support for weak references in NSHashTable, NSMapTable and NSPointerArray when using clang and the GNUstep Objective-C 2.0 runtime 1.5 or later. Noteworthy changes in version `1.22.0' ====================================== * Many updates and new classes * There is now a regression test framework included with the package * New support for Objective-C 2.0
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-06fix build with gnitls-3drochner2-1/+16
2012-07-02PKGREV bumps for gnutls shlib major changedrochner1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2011-09-14Fix build on SunOS.hans1-0/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-07Update gnustep-base to 1.20.1. Notable changes include:rh8-689/+731
- new classes NSHashTable and NSMapTable - string handling performance improvements - bug fixes and stability improvements
2010-03-24Recursive revision bump for GMP update.asau1-1/+2
2009-10-31needs time.h for struct timevaltnn2-1/+14
2009-06-14Remove @dirrm related logic.joerg1-100/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-6/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-51/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-04-18GNUSTEP_OVERRIDE_INSTALL to allow unprivileged DESTDIR installsrh1-1/+3
2009-04-18add another directory independently installed by libFoundationrh1-2/+2
2009-04-18Fix regression, as lib/GNUstep may also be installed by libFoundationrh1-2/+2
2009-04-13Update gnustep-base to 1.18.0. This package is now more hier(7) compliant,rh9-963/+1041
allows multi-threaded applications, and includes compatibility enhancements with OS X 10.5
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-25Changes 1.16.0:adam6-691/+701
* Many updates to include new OS X methods up to 10.5 * Made KeyValueCoding/Observing fully functional and MacOS-X compatible See the release notes for more information.
2008-05-25Changes 1.14.2:adam3-9/+7
* Minor configuration change so it will compile on darwin with ffcall.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-3/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-25Add commented out LICENSE line.wiz1-1/+3
2007-11-25Changes 1.14.1:adam6-696/+690
License changed to GPLv3. Mostly bug fixes, particularly with regard to XML handling and handling unichar on Windows. Changes 1.14.0: Many portability (particularly for ms-windows) and MacOS-X compatibility fixes. New MacOS-X classes and incorporation of NSAffineTransform and NSSpellServer which were formerly in the gui library. Improved performance of amssively multithreaded programs.
2007-01-15No need for X11. Bump revision.joerg1-2/+2
2006-09-22Needs GNUmakefile as MAKE_FILE.rillig1-1/+2
2006-08-30Changes 1.13.0:adam5-22/+54
Debug libraries now have the same name as normal libraries (i.e. no "_d" suffix). This reduces the possiblity of multiple libraries being loaded into the same executable. Added dragonfly OS to make targets. Spaces and backslashes are no longer allowed in paths used by the make package (e.g. with Windows OS). The libraries can still use native paths.
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig1-2/+2
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto