Subject: CVS commit: pkgsrc/devel/gnustep-make
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/29/2005 12:57:14
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Jul 29 12:57:14 UTC 2005

Modified Files:
	pkgsrc/devel/gnustep-make: Makefile PLIST distinfo gnustep.mk
	pkgsrc/devel/gnustep-make/patches: patch-ac patch-ad

Log Message:
Changes 1.11.0:

   * 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.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/gnustep-make/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/gnustep-make/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/gnustep-make/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/gnustep-make/gnustep.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/gnustep-make/patches/patch-ac
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/gnustep-make/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.