summaryrefslogtreecommitdiff
path: root/devel/gnustep-make/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-04-07Update gnustep-make to 2.4.0. Notable changes include:rh1-29/+38
* Parallel building supported using e.g. make -j 2 * Support source files in subdirectories without using a subproject. * Support header files in sub-subdirectories. * Batch-compile Java files (much faster). * Fixes for building documentation.
2009-04-18Allow gnustep packages to override INSTALL variables to enable unprivilegedrh1-0/+17
DESTDIR builds. Bump PKGREVISION.
2009-04-13Update gnustep-make to 2.0.8. This makes GNUstep more hier(7) compliantrh2-9/+70
and requires an update of all GNUstep packages. Changes also include bugfixes and some cleanup.
2008-11-25Changes 2.0.6:adam1-3/+3
* Fixed some spurious rebuilds of plists, and framework headers. * Added the -enable-absolute-install-paths option for Darwin systems. * Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
2008-05-25Changes 2.0.5:adam2-15/+15
* Bug fixes
2007-11-25Changes 2.0.2:adam2-22/+13
Update license to GPLv3. Bug fixes. Changes 2.0.1: Bug fixes in filesystem layout and framework installation.
2006-08-30Changes 1.13.0:adam3-52/+8
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-04-03Changes 1.12.0:adam1-4/+4
* Minor fixes.
2006-03-03Use config file handling from pkginstall. Bump PKGREVISION.wiz1-2/+15
Ok rh@
2006-01-17Changes 1.11.2:adam4-58/+10
The `GNUstep.conf' file is now viewed as the essential determination of the install location for GNUstep libraries, tools and other files. During configuration, this file is read, if it exists, to determine this information. This can still be overriden with environment and command line options, however. See the filesystem documentation in the GNUstep Make Documentation directory for more information. You no longer need to source GNUstep.sh in order to compile GNUstep programs. All that is needed is the definition of GNUSTEP_MAKEFILES. You should also have the GNUstep system tools directory in your path. All netbsd systems are assumed to use ELF libraries. Support for the old static libs version of netbsd was removed. Serveral new options were added to configure to change the location of basic dir locations and basic configuration files. Also, the help was greatly improved. Note that -prefix=/usr/GNUstep/System no longer works. Please use -prefix=/usr/GNUstep or -with-system-root=/usr/GNUstep/System. A few more fixes for cygwin are included as well as Windows resource rules. Support for ObjC++ has been added. You should list the ObjC++ .mm files in the xxx_OBJCC_FILES variable, and put extra ObjC++ flags in xxx_OBJCCFLAGS or ADDITIONAL_OBJCCFLAGS.
2006-01-12Add DragonFly support. Bump revision.joerg2-6/+50
2005-07-29Changes 1.11.0:adam2-7/+7
* New rules for building and using DLLs were implemented. Now gcc and other tricks are used to properly export symbols, so no .def file should be needed. * The GNUsteprc file in $GNUSTEP_SYSTEM_ROOT is deprecated. See the new GNUstep.conf file (which is not installed by default). * Psuedo-framwork support was implemented on MingW. This essentially involves copying the framework to several places so it can be used without links, which Windows does not really support. There's no other clean way to do it. * Support for xxx_WINDRES_FILES on MinGW was implemented.
2004-11-24Fix bogus double pwent reuse and make user lookup actually work inrh1-0/+22
'user_home'. Bump PKGREVISION.
2004-08-18Changes 1.9.2:adam2-8/+8
* Application and Bundles use the latest convention on Apple. * Improve/Simplify dependency checking when making docs
2004-04-10Update gnustep-make to 1.9.1.rh1-22/+0
Changes in version `1.9.1' ========================== * Remove `--disable-import' option * README.Darwin for darwin/MacOSX install * Framework version and naming clarified. Changes in version `1.9.0' ========================== * Support for building in a separate build dir. * Add `--enable-strip-makefiles' option to configure * List of classes in a framework gets written to the plist file.
2003-12-17Use a more portable test construct for compatability with Solaris andsketch2-0/+31
others. Remove -Wall to get the package building with USE_SUNPRO by default.
2003-12-05Changes in version `1.8.0':adam2-12/+12
Read the NEWS file for a complete list of changes since the last stable release. The major difference from 1.6.0 is that the locations of certain directories have changed. Generally this will not cause a problem unless your GNUstep directory is shared by multiple machines running this and earlier (1.6.x) versions of the software.
2003-02-06teach GNUstep to deal with the fact that some NetBSD ELF systems (such asdmcmahill1-0/+25
alpha, and probably pmax) show up as 'netbsd' while others (such as i386) show up as 'netbsdelf'. Should fix problems on all ELF systems which come up as 'netbsd'.
2002-09-27Add proper runtime link pathrh1-0/+22
Add some missing environment variables needed by the GNUstep build system Include GNUstep binary directories in PATH Include some missing header files in buildlink list Bump PKGREVISION
2002-09-27Initial import of gnustep-make-1.5.0, a set of makefiles and templates forrh1-0/+20
GNUstep development.