summaryrefslogtreecommitdiff
path: root/devel/gnustep-make
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08Some empty directories are now created; --enable-flattened is the default ↵adam2-3/+44
for GNUstep, so removed from the main Makefile
2003-12-05Changes in version `1.8.0':adam6-268/+176
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Add GNUSTEP_HOST_OS to PLIST_SUBST.rh1-1/+6
2003-04-01Update gnustep-make to 1.6.0. Changes include:rh4-9/+9
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-06bump pkgrevision since the last change was an important bug fixdmcmahill2-3/+4
2003-02-06teach GNUstep to deal with the fact that some NetBSD ELF systems (such asdmcmahill3-6/+32
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.rh4-13/+42
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-29Replace hardcoded /usr/pkg in target.make w/ ${LOCALBASE}. Patch providedrh1-2/+7
by dillo in private email. Bump PKGREVISION.
2002-09-28s/ix86/GNUSTEP_HOST_CPU/rh1-25/+25
s/elf/APPEND_ELF/
2002-09-27USE_X11 so that GNUstep GUI applications will find X11 librariesrh2-4/+5
Bump PKGREVISION
2002-09-27Add proper runtime link pathrh4-6/+36
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 forrh6-0/+323
GNUstep development.