summaryrefslogtreecommitdiff
path: root/devel/gnustep-make
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-24Fix bogus double pwent reuse and make user lookup actually work inrh3-2/+26
'user_home'. Bump PKGREVISION.
2004-09-27Add some more relevant directories to PRINT_PLIST_AWK.rh1-9/+89
2004-09-24Update gnustep-make to 1.10.0. Notable changes include:rh3-6/+10
* 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-09-20Add more PRINT_PLIST_AWK, and add package name to inserted comment.wiz1-8/+9
2004-09-20Add some PRINT_PLIST_AWK lines.wiz1-1/+9
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-3/+3
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-18Changes 1.9.2:adam5-19/+17
* Application and Bundles use the latest convention on Apple. * Improve/Simplify dependency checking when making docs
2004-05-09Unused.wiz1-18/+0
2004-04-10Update gnustep-make to 1.9.1.rh7-167/+144
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.
2004-03-31bl3ify gnustep-objc.minskim1-0/+68
2004-03-31Use buildlink3 framework and enable pkgviews installation.minskim1-1/+4
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-17Use a more portable test construct for compatability with Solaris andsketch3-1/+34
others. Remove -Wall to get the package building with USE_SUNPRO by default.
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.