summaryrefslogtreecommitdiff
path: root/devel/gnustep-make/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-04-03Changes 1.12.0:adam1-5/+5
* Minor fixes.
2006-03-03Use config file handling from pkginstall. Bump PKGREVISION.wiz1-2/+2
Ok rh@
2006-01-17Changes 1.11.2:adam1-8/+7
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.joerg1-3/+3
2005-09-30Update gnustep-make to 1.11.1. Changes are bugfixes only.rh1-4/+4
2005-07-29Changes 1.11.0:adam1-6/+6
* 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.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-24Fix bogus double pwent reuse and make user lookup actually work inrh1-1/+2
'user_home'. Bump PKGREVISION.
2004-09-24Update gnustep-make to 1.10.0. Notable changes include:rh1-3/+3
* a GNUsteprc file is now automatically created and installed in $GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the user root directory (default=~/GNUstep, which can be overriden with the `--with-user-root' argument to configure, or by modifying GNUsteprc after configuration.) * make_services is not run by GNUstep.sh anymore. You must run this manually now (see the gnustep-gui documentation). * Palettes use a plist instead of a strings format file now for the palette.table file. * You can use the `--enable-native-objc-exceptions' argument to configure to enable use of built in objc exceptions with compilers that support it.
2004-08-18Changes 1.9.2:adam1-5/+5
* 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-4/+3
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 andsketch1-1/+3
others. Remove -Wall to get the package building with USE_SUNPRO by default.
2003-12-05Changes in version `1.8.0':adam1-5/+5
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-04-01Update gnustep-make to 1.6.0. Changes include:rh1-3/+3
Make now configures by default for only one system. To compile and run GNUstep for multiple platforms from the same directory, use the configure argument -enable-multi-platform. * Auto-build def file for DLLs * Work natively on MacOSX systems. Now use apple-apple-apple instead of nx-nx-nx on OSX systems. * More efficient checks for re-making a project.
2003-02-06teach GNUstep to deal with the fact that some NetBSD ELF systems (such asdmcmahill1-1/+2
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'.
2003-01-03Update gnustep-make to 1.5.1.rh1-3/+3
Changes in version `1.5.1' ========================== * Framework support rewritten, also supports multiple names. * API change: Replace frameowork's xxx_TOOLS by xxx_COPY_INTO_DIR. * Unified link commands between libraries and frameworks (LIB_LINK_*). * New 'make strings' target for localization support. * Speed improvements. * Doesn't try to build OSX bundle on GNUstep and vice versa. * API change: Tools/Subproj can have resources. * API change: TOOL_INSTALL_DIR.
2002-09-27Add proper runtime link pathrh1-1/+2
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/+5
GNUstep development.