The NetBSD Project

CVS log for pkgsrc/devel/gnustep-make/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / gnustep-make

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Oct 21 17:45:40 2021 UTC (3 years, 1 month ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
gnustep-make: Explicitly set SHELLPROG.

Without this the tools replacement ends up being incorrect.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri May 14 14:46:40 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
gnustep-makee: installs bash scripts, needs bash at runtime

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Nov 3 12:40:11 2020 UTC (4 years, 1 month ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
gnustep-make: fix invalid bash replacement

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Nov 3 11:24:31 2020 UTC (4 years, 1 month ago) by triaxx
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +6 -6 lines
gnustep-make: fix build on FreeBSD

pkgsrc changes:
---------------
  * Replace SUBST_SED by SUBST_VARS in target substitution because
    mk/scripts/subst-identity.awk seems to be broken on FreeBSD and returns
    error when PREFIX == /usr/pkg.
  * Fix some typos that have been kindly reported by pkglint.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Apr 16 09:21:51 2020 UTC (4 years, 7 months ago) by manu
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +6 -7 lines
Update gnustep-make to 2.8.0

This is required to restore the build of gnustep-objc and gnustep-base on
NetBSD 9.0

Change since previous version in pkgsrc

2020-04-05  Ivan Vucica <ivan@vucica.net>

	* ANNOUNCE:
	* NEWS:
	* RELEASENOTES:
	* Documentation/news.texi:
	* Documentation/releasenotes.texi:
	Update release notes for 2.8.0.
	* Version:
	Bump version to 2.8.0.


2020-02-28  Patryk Laurent <plaurent@me.com>

	* target.make: Unified cross-OS class name extraction and unified
	for other OSes (Darwin, OpenBSD, MinGW).

2020-02-22  Patryk Laurent <plaurent@me.com>

	* target.make: Improved detection of runtime version. Fixed class
	name extraction for Darwin, OpenBSD and MinGW32/64.

2020-02-18  Patryk Laurent <plaurent@me.com>

	* target.make: Fixed EXTRACT_CLASS_NAMES_COMMAND for runtime v2.

2020-02-17  Richard Frith-Macdonald <rfm@gnu.org>

	* library-combo.make: removed GS_WITH_ARC support
	* rules.make: added GS_WITH_ARC stuff
	* Documentation/gnustep-make.texi: Document the changes ...
	We can define GS_WITH_ARC more freely (it is no longer necessary to
	define it before common.make).  The default compiler flags for ARC
	support now include -fobjc-arc-exceptions.  We can now define
	ARC_CPPFLAGS and ARC_OBJCFLAGS to overide the flags sent to the
	preprocessor and compiler/linker when ARC is enabled using GS_WITH_ARC

2019-10-29  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* GNUmakefile.in:
	* Master/source-distribution.make:
	Add support for creating Mercurial tags and creating tarballs from
	a Mercurial tag.

2018-07-10 Richard Frith-Macdonald <rfm@gnu.org>

	* config.make.in:
	* configure:
	* configure.ac:
	* library-combo.make:
	* target.make:
	Change to use -fobjc-runtime=gcc when building with clang but
	targetting the gnu/gcc runtime ABI.  Suggested by David as the
	correct way to tell clang what runtime it should be targetting.

2018-07-09 Richard Frith-Macdonald <rfm@gnu.org>

	* Documentation/library-combo.7:
	* common.make:
	* config.make.in:
	* configure:
	* configure.ac:
	* library-combo.make:
	Changes removing nonfragile ABI settings I made over a year ago and
	somehow failed to commit.  With the ng runtime we always use the
	nonfragile ABI (since it's required for ARC).  With the gnu runtime
	we don't have it and can't use it.  Anything else is for experts
	(and if we want to make that easier it's better done in gnustep-base).

2018-07-05  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* Instance/framework.make:
	* Instance/library.make:
	Fix quotation errors in automatically generated testsuite flags.

2018-03-22 Richard Frith-Macdonald <rfm@gnu.org>

	* TestFramework/gnustep-tests.in: When invoked with --verbose
	it would be nice to build testscases using messages=yes

2018-03-21 Richard Frith-Macdonald <rfm@gnu.org>

	* Instance/framework.make:
	* Instance/library.make:
	When automatically invoking testsuite for 'make check', pass
	additional linker flags to use -rpath so built testcases can
	be executed standalone and still use the locally built
	library/framework.  Idea by David

2018-03-05 Riccardo Mottola <rm@gnu.org>

	* target.make
	Remove legacy Rhapsody and FreeBSD-out support

2018-03-05 Riccardo Mottola <rm@gnu.org>

	* target.make
	netbsd: cleanup old X11R6 directories and generally
	remove additional dirs

2017-12-10 Ivan Vucica <ivan@vucica.net>

	* Master/source-distribution.make
	* GNUmakefile.in:
	When adding an ANNOUNCE file to the annotated tag, added dependency
	on the passed ANNOUNCE file to ensure the temporary file which
	prepends 'Release x.yz' gets regenerated while tagging.

2017-12-07 Ivan Vucica <ivan@vucica.net>

	* Master/source-distribution.make: Allow creating a Git tag and
	creating a tarball from a git tag.
	* GNUmakefile.in: Allow creating a Git tag and creating a tarball
	from a Git tag, for releasing gnustep-make itself.

2017-04-14 Richard Frith-Macdonald <rfm@gnu.org>

	* Version: 2.7.0 release
	* Documentation/news.texi: 2.7.0 release
	* Documentation/releasenotes.texi: 2.7.0 release
	* ANNOUNCE:
	* INSTALL:
	* NEWS:
	* README:
	* RELEASENOTES:
	Regenerate documentation

2017-04-07 Richard Frith-Macdonald <rfm@gnu.org>

	* common.make: correct earlier change ... error pointed out by
	Galen Rhodes as bug #50751

2016-11-22 Doug Simons <doug.simons@testplant.com>

	* target.make: Fix EXTRACT_CLASS_NAMES_COMMAND for Mingw64.

2016-08-19 Giah de Barag <gdb@crelg.com>

	* common.make: filter out optimisation flags when in debug mode.

2016-07-10 13:33-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* GNUmakefile.in: add pkgconfig.make to INSTANCE_SHARED_MAKE_FILES
	variable so it is copied properly.

2016-07-08 Niels Grewe <niels.grewe@halbordnung.de>

	* GNUstep.conf.in
	* GNUstep.csh.in
	* GNUstep.sh.in
	* Instance/Shared/pkgconfig.make
	* Instance/framework.make
	* Instance/library.make
	* config-noarch.make.in
	* configure
	* configure.ac
	* messages.make

Preliminary support for pkg-config files. The GNUstep.sh scripts
set the PKG_CONFIG_PATH and $(INSTANCE)_PKGCONFIG_FILES can be used
to specify the files to install.

2016-06-29 Niels Grewe <niels.grewe@halbordnung.de>

	* Instance/framework.make: Fix installation of Resources symlinks.

2016-06-25 Richard Frith-Macdonald <rfm@gnu.org>

	* Documentation/releasenotes.texi:
	* GNUmakefile.in:
	* GNUstep.csh.in:
	* GNUstep.sh.in:
	* Master/rules.make:
	* common.make:
	* config-noarch.make.in:
	* gnustep-config.in:
	* openapp.in:
	* opentool.in:
	* rules.make:
	When building non-flattened, the subdirectory name for
	libraries/binaries is changed for Debian compatibility (and simplicity)
	to use a directory whose name is of the form architecture/library-combo
	rather than nested directories of the form cpu/os-abi/library-combo.
	The architecture name format is a sanitised triplet cpu-os-abi (where
	previously we had cpu/os-abi).
	When building non-flattened, header files are now installed in an
	architecture and library-combo dependent subdirectory in the same way
	that binary libraries are installed.  This removes an inconsistency and
	makes sense with Debian multiarch support which puts headers in an
	architecture specific subdirectory.
	These changes are the first step in making GNUstep work seamlessly
	with Debian multiarch.  To use them you will need to rebuild your
	entire gnustep installation, and in particular build a version of
	gnustep-base which has correspoinding changes to know where to look
	up resources at runtime.
	However, the changes should have no effect on a flattened installation
	(currently the default).

2016-05-19 Seong Gu Lee <sgleehd@gmail.com>

	* Instance/application.make:
	* config.guess:
	* config.sub:
	* jni.make:
	* rules.make:
	* target.make:
	mingw64 tweaks

2016-05-13 Richard Frith-Macdonald <rfm@gnu.org>

	* TestFramework/Summary.sh:
	* TestFramework/gnustep-tests.in:
	Avoid some pointless warnings when cleaning

2016-05-13  Yavor Doganov  <yavor@gnu.org>

	* Instance/framework.make:
	Forgotten patch to allow multiple versions of a framework to be
	installed.
	* Documentation/GNUmakefile:
	* Instance/Documentation/texi.make:
	Forgotten patch to update for newere makeinfo which produces html.

2016-05-13 Richard Frith-Macdonald <rfm@gnu.org>

	* GNUmakefile.in:
	* TestFramework/gnustep-tests.in:
	* config.make.in:
	* common.make:
	* library-combo.make:
	* configure.ac:
	* configure:
	Minor tweaks... use ARC by default if ng runtime is specified

2016-03-25 Richard Frith-Macdonald <rfm@gnu.org>

	* common.make:
	* config.make.in:
	* configure.ac:
	* library-combo.make:
	* Documentation/library-combo.7:
	* TestFramework/Testing.h:
	* configure:
	Remove garbage collection support

2016-03-04 Richard Frith-Macdonald <rfm@gnu.org>

	* configure.ac: Enable strict v2 mode by default
	* configure: regenerate
	* README.Packaging: Warn about updating ancient makefiles
	* Documentation/library-combo.7: Talk about ng runtime
	* Version:
	* Documentation/news.texi:
	* Documentation/releasenotes.texi:
	Update prior to new release

2016-03-02 Richard Frith-Macdonald <rfm@gnu.org>

	* configure.ac: Improve selection of clang when 'ng' runtime library
	is selected.
	* configure: Regenerate.
	* library-combo.make: Add support for ARC with the 'ng' runtime
	setting.  Enabled by defining GS_WITH_ARC=1 at the start of the
	GNUmakefile or in the environment or in the 'make' arguments.

2016-03-02 Niels Grewe <niels.grewe@halbordnung.de>

	* Master/documentation.make:
	Support skipping the documentation build if documentation=no
	is supplied
	* Documentation/gnustep-make.texi:
	Document the new documentation=no feature (and messages=yes, which
	as also missing).

2015-12-11 23:34-EST Gregory John Casamento <greg.casamento@gmail.com>

	* common.make: Mute error when trying to parse redhat-version
	file.

2015-11-26 Ivan Vucica <ivan@vucica.net>

	* ChangeLog:
	Fixed dates on some previous entries.

	* bake_debian_files:
	Fixed a typo: DEB_PRIORTY -> DEB_PRIORITY.

2015-10-26 Richard Frith-Macdonald <rfm@gnu.org>

	* TestFramework/gnustep-tests.in:
	Exit with status 1 if there are any test failures, 0 otherwise.

2015-10-24 Richard Frith-Macdonald <rfm@gnu.org>

	* Instance/framework.make:
	* Instance/library.make:
	* TestFramework/gnustep-tests.in:
	Improve automated library and framework testcase handling, with
	code to tell the testcases where to find the library/framework
	headers and what to link with in order to do the tests.

2015-10-21 Richard Frith-Macdonald <rfm@gnu.org>

	* Instance/framework.make: Remove unused methods (-frameworkEnv and
	-frameworkPath) from the dummy class.

2015-10-20 Richard Frith-Macdonald <rfm@gnu.org>

	* TestFramework/gnustep-tests.in: Deprecate Env.sh ... use TestInfo to
	set test ewnvironment
	* Instance/framework.make: Add rule to invoke gnustep-tests
	* Instance/library.make: Add rule to invoke gnustep-tests
	* Master/clibrary.make: pass 'make check' to instance
	* Master/framework.make: pass 'make check' to instance
	* Master/library.make: pass 'make check' to instance
	* Master/test-library.make: pass 'make check' to instance
	Simple minded initial attempt to make unit testing for libraries and
	frameworks easier by having a built-in rule to execute test files in
	a subdirectory specified using xxx_TEST_DIR

2015-09-23  Germán Arias <germanandre@gmx.es>

	* Documentation/README.MinGW: Fix errors in services path.

2015-08-17  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* configure.ac: Fix the previous change, which had broken the tests
	for Objective C++, the fragile API and native exception support,
	by using the correct autoconf macros.

	* configure: Regenerated.

2015-08-16 Richard Frith-Macdonald <rfm@gnu.org>

	* library-combo.make: Use David's suggested runtime flag for the
	next generation (ng) runtime combo.
	* configure.ac: Check for compiler blocks support for ng combo.
	Fix some program source quoting for newer autoconf

2015-08-08  Germán Arias <germanandre@gmx.es>

	* Documentation/README.MinGW: Add instructions to install aspell and
	to make a standalone directory to distribute apps.

2015-06-25 Niels Grewe <niels.grewe@halbordnung.de>

	* Instance/Shared/java.make: Fix escaping of inner classes when
	building jar files.

2015-06-09  Riccardo Mottola <rm@gnu.org>

	* config.make.in
	* configure.ac
	* target.make
	Check for nm and gnm as gnu nm, use a $(NM) variable instead of
	hard-coding the binary name of nm
	* configure
	Regerenated

2015-05-15  Richard Frith-Macdonald <rfm@gnu.org>

	* Documentation/news.texi:
	* Documentation/releasenotes.texi:
	* ANNOUNCE:
	* INSTALL:
	* NEWS:
	* RELEASENOTES:
	* Version:
	2.6.7 bugfix/improvement release

2015-03-23  Richard Frith-Macdonald <rfm@gnu.org>

	* Instance/resource-set.make: Fix bug which could cause a resource
	dictionary to be installed inside an existing copy of the same
	resource dictionary.

2015-03-04  Germán Arias <germanandre@gmx.es>

	* Documentation/README.MinGW: Fix typos.

2015-02-21  Germán Arias <germanandre@gmx.es>

	* Documentation/README.MinGW: Add instructions to install cairo
	backend.

2015-02-19  Germán Arias <germanandre@gmx.es>

	* Documentation/README.MinGW: Update instructions for latest MinGW.

2015-01-19  Richard Frith-Macdonald <rfm@gnu.org>

        * TestFramework/gnustep-tests.in: Report abandoned files as failed.
        * TestFramework/Testing.h: Add timing of the duration of sets and a
	hook to perform additional reporting etc on set end.

2015-01-15  Richard Frith-Macdonald <rfm@gnu.org>

        * TestFramework/gnustep-tests.in: Check status of Start.sh script so
	we refrain from attempting tests in a directory whose startup script
	has failed.

2014-12-21: Niels Grewe <niels.grewe@halbordnung.de>

	* rules.make
	* Instance/Shared/java.make:
	Add as_jar option to install the jar file instead of the expanded
	class hierarchy.

2014-12-21: Niels Grewe <niels.grewe@halbordnung.de>

	* Instance/Shared/java.make
	* Instance/java.make
	* Instance/rules.make
	* Master/java.make
	* Master/rules.make
	* common.make
	* messages.make:
	Add a `jar' target to the java project type that allows jars to
	be built from all classes in the project.
	* Documentation/gnustep-make.texi: Document Java project variables.

2014-06-29  Nicolas Boulenguez  <nicolas@debian.org>  (tiny change)

	* common.make (INTERNAL_CFLAGS): Do not ignore user-specified
          CFLAGS.

2014-06-29  Yavor Doganov  <yavor@gnu.org>

	* Documentation/GNUstep.7:
	* Documentation/debugapp.1: Typo fix.
	* Documentation/gnustep-tests.1: New.
	* GNUmakefile.in (install, uninstall): Handle gnustep-tests.1.

2014-06-07  Ivan Vucica <ivan@vucica.net>

	* Master/deb.make: Now adding gnustep-make dependency to the
	DEB_BUILD_DEPENDS only when creating _debenv file.

2014-05-11  Ivan Vucica <ivan@vucica.net>

	* GNUmakefile.in: Date-time and svn-revision suffix are now using
	the tilde character to ensure that the 'actual' commit and 'actual'
	tagged release are treated as being newer by the Debian packaging.
	Also stopped using periods in date-time.
	debfiles target will no longer be automatically run, allowing for
	build scripts to do some customization of debfiles inbetween, or
	to permit the packager maintain the debfiles separately.
	* Master/deb.make: Slightly cleaner build dependency line for
	gnustep-make.
	The version of gnustep-make we build-depend on is now read using
	dpkg -s.
	* Master/source-distribution.make: Date-time and svn-revision
	suffix are now using the tilde character to ensure that the
	'actual' commit and 'actual' tagged release are treated as being
	newer by the Debian packaging. Also stopped using periods in
	date-time.

2014-05-06  Ivan Vucica <ivan@vucica.net>

	* bake_debian_files.sh: If DEB_DEPENDS is non-empty, prepend a
	comma.

2014-05-06  Ivan Vucica <ivan@vucica.net>

	* GNUmakefile.in: Tarball may now have the SVN revision and
	date appended to its version. This is done for svn-snapshot
	and svn-export targets to ensure we have a 'unique' .orig.tar.gz
	for uploading to the Launchpad PPA. The full name of the tarball
	will be saved in a text file usable by scripts.
	Tarball also has to be explicitly and separately produced and
	optionally specifying DEB_TARBALL_VERSION when building a Debian
	package.
	Debian control files now can (and need to) be separately built
	using the target debfiles.
	* Master/source-distribution.make: Similarly to how gnustep-make
	can export working copy as a tarball, the target svn-export has
	been added to other GNUmakefiles.
	Introduced TARBALL_VERSION as an overridable version string in
	the tarball name.
	Environment variables TARBALL_VERSION_INCLUDE_SVN_REVISION and
	TARBALL_VERSION_INCLUDE_DATE_TIME now allow expanding the
	tarball version with the svn revision and date+time.
	Instead of EXPORT_SVN_NAME, now specifying entire EXPORT_SVN_URL
	so that svn-export can specify '.'.
	* Master/deb.make: Switched to use of TARBALL_VERSION as the
	definitive version string in tarball name.
	Added debclean target.
	User now has to explicitly make a choice how the dist tarball
	will be produced.
	Depending on the method, tarball may be placed in the current
	or parent directory, so we detect that (and prefer the current
	directory).
	* bake_debian_files.sh: Now defaulting to target_arch=any so that
	the package gets built on all platforms when uploaded on Launchpad,
	instead of detecting an arch from gnustep-make and burning that
	arch into the source package.
	Added support for TARBALL_VERSION.
	Fixed a 'command not found' error.
	Added support for projects without autotools.

2014-05-05  Ivan Vucica <ivan@vucica.net>

	* GNUmakefile.in: Separately building source and binary package,
	optionally signing. Support for gnustep-make-ld.so.conf.
	* Master/deb.make: Tweaked procedure for building Debian packages
	to avoid cleaning when attempting to get 'make' variables that can
	be passed on to bake_debian_files.sh as environment variables.
	Signing packages is now optional, and source and binary packages
	are built separately.
	* bake_debian.files.sh: Improved .spec parsing. Introduced
	dependency on CDBS (which simplifies customizing of debian/rules)
	while automating some edge cases. Handling of DEB_VERSION_SUFFIX.
	* configure, configure.ac: Support for --enable-install-ld-so-conf.
	* gnustep-make-ld.so.conf.in: Template for the dynamic linker
	configuration file ld.so.conf/gnustep-make.conf.

2014-04-07  Ivan Vucica <ivan@vucica.net>

	* Master/deb.make, bake_debian_files.sh: Rewrite of .deb-building
	system that will produce both a source package and a binary package.
	Work in progress; currently only gnustep-make itself builds correctly.
	* GNUmakefile.in: Added the svn-export target which uses local files
	to do the equivalent of 'make dist'. Switched to new way of building
	.deb using bake_debian_files.sh.
	* deb-equivs-control.template: No longer necessary; removed.

2014-03-27  Richard Frith-Macdonald <rfm@gnu.org>

        * TestFramework/ObjectTesting.h: Add PASS_MATCH macro for matching
	against a regular expresssion.

2014-01-16  Richard Frith-Macdonald <rfm@gnu.org>

	* GNUmakefile.in:
	Fix a couple more hardcoded 'make' calls.
	* Instance/resource-set.make:
	* Instance/Shared/bundle.make:
	Try to get xxx_RESOURCE_DIR woreking consistently for all resources.

2014-01-12  Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* config.make.in, GNUmakefile.in:
	Do not hardcode "make". It already gets detected via configure,
	so use the found name, especially on *BSD systems where its called
        gmake

2014-01-10  Richard Frith-Macdonald <rfm@gnu.org>

	* GNUmakefile.in: Implement Sebastian's suggestions for make targets
	to build/install documentation with or without gnustep-make as a
	convenience for packagers.
	* Documentation/GNUmakefile: Use uninstalled gnustep-make from
	enclosing directory if available ... based on idea by Niels and
	code/comments by Markus.

2014-01-06  Richard Frith-Macdonald <rfm@gnu.org>

	* Instance/Documentation/texi.make:
	Revert change from 2009-09-19 since texi2html now seems to be
	behaving as expected.  However, attempt to move any html files
	from the subdirectory in case we are using a version which still
	puts them there.

2014-01-06  Richard Frith-Macdonald <rfm@gnu.org>

	* INSTALL:
	* Documentation/GNUmakefile:
	Make it clearer (ie very explicit) that you need to install
	gnustep-make in order to install documentation.

2013-12-25 Fred Kiefer <FredKiefer@gmx.de>

	* Instance/rules.make: Add detection for different forms of
	the Info.plist.
	* Instance/application.make,
	* Instance/bundle.make,
	* Instance/framework.make,
	* Instance/gswapp.make,
	* Instance/palette.make,
	* Instance/service.make: Use GNUSTEP_PLIST_DEPEND directly.

2013-12-25 Fred Kiefer <FredKiefer@gmx.de>

	* config.make.in: Use the correct CXX compiler. Fixes bug #36722.
	Patch by Johannes Lundberg <johannes@brilliantservice.co.jp>.

2013-12-24  Richard Frith-Macdonald <rfm@gnu.org>

        * Version:
	* Documentation/news.texi:
	* Documentation/releasenotes.texi:
	Make minor bugfix release ... Version 2.6.6
	Update release notes/documentation

2013-12-12  Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* Master/tool.make: on clean only delete the subdirectory that gets
	created when calling make.

2013-12-07  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* target.make: Add -keep_private_externs to linker flags on OS X
	when merging the object files of a subproject for compatibility
	with other platforms.

2013-12-06  Adam Fedor  <fedor@gnu.org>

	* target.make: Add no-omit-framepointer on mingw32

2013-09-20  Ivan Vucica  <ivan@vucica.net>

	* Master/deb.make: File enumeration now uses 'find'. Fixed
	problem where files outside 'Local' were being accidentally
	dropped from the package. Symlinks are now also included
	in the installed file list.

	* GNUmakefile.in: Symlinks are now also included in the
	installed file list.

2013-09-20  Ivan Vucica  <ivan@vucica.net>

	* deb-equivs-control.template: Added forgotten file.

2013-09-20  Ivan Vucica  <ivan@vucica.net>

	* GNUmakefile.in: Added deb.make. Also added new target,
	'deb' which (using 'equivs-build') produces a Debian package
	for gnustep-make.

	* Master/deb.make: This file provides new targets 'deb' and
	'debfile'. To produce a .deb package, you will need to install
	package named 'equivs'. At the moment, manual patching of
	/usr/bin/equivs-build is also necessary; please review comments
	inside Master/deb.make for further information.

2013-07-27  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* configure.ac: Really fix the test whether the compiler uses the
	non-fragile ABI by default. It should now work on all platforms
	with either gcc or clang.
	* configure: Regenerated.

2013-07-27  Richard Frith-Macdonald <rfm@gnu.org>

	* configure.ac: Revert last change to get nonfragile abi detection
        working on gnu/linux and freebsd again (not tested on other platforms).
	* configure: Regenerated.

2013-07-26  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* configure.ac: Rewrite test whether the compiler supports the
	non-fragile ABI once more, so that it now reports the correct
	result.
	* configure: Regenerated.

2013-07-26  Richard Frith-Macdonald <rfm@gnu.org>

        * Version:
        * Documentation/news.texi:
        * Documentation/releasenotes.texi:
        Make minor bugfix release ... Version 2.6.5
        Update release notes/documentation

2013-07-14  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* configure.ac: Rewrite test whether the compiler supports the
	non-fragile ABI with portable code that does not rely on a BSD
	compatible echo command.
	* configure: Regenerated.

2013-07-04  Richard Frith-Macdonald <rfm@gnu.org>

        * rules.make: Fix order of includes directories ... SYSTEM_INCLUDES
        should come last so that conflices between files of the same name in
        different directories are resolved in the correct/expected order.

2013-06-17  Stefan Bidi <stefanbidi@gmail.com>

        * TestFramework/gnustep-tests.in: add support for .c and .cc files

2012-04-08  Richard Frith-Macdonald <rfm@gnu.org>

        * TestFramework/ObjectTesting.h: Fix error performing equality test
        in copying protocol test macro.

2012-03-28  Richard Frith-Macdonald <rfm@gnu.org>

        Make release
	* Version 2.6.4
        Update release notes/documentation

2012-03-25  Richard Frith-Macdonald <rfm@gnu.org>

        * TestFramework/Testing.h: Use -isEqualForTestcase: for PASS_EQUAL
        macro equality testing if the expected value responds to it.
        Add informal protocol declaring -isEqualForTestcase:
        * TestFramework/ObjectTesting.h: Convert protocol checking functions
        to macros (so error messages get file/line number information) and
        get copy and coding before/after equality checks to use the
        PASS_EQUAL macro so that we can easily make customised tests by
        implementing -isEqualForTestcase: for the class being tested.

2012-03-16  Emmanuel Maillard <mailing-lists@e-maillard.com>

        * target.make: Add target for android

2012-03-08  Jean-Charles BERTIN <jc.bertin@axinoe.com>

        * TestFramework/gnustep-tests.in: Fix typo

2012-03-01  Richard Frith-Macdonald <rfm@gnu.org>

        * common.make: Remove -shared-libgcc linker flag
        * configure.ac: Add check for clang and add -shared-libgcc to linker
        flags if we aren't using it (using gcc) but are using exceptions.
        Tidy a little.
        Patch based on contribtion by Jean-Charles Bertin.

2012-03-01  Richard Frith-Macdonald <rfm@gnu.org>

        * Version ... bump subminor number in preparation for next release.

2012-03-01  Richard Frith-Macdonald <rfm@gnu.org>

        Make release
	* Version 2.6.3
        * Update release notes

2013-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>

	* Instance/framework.make: Removed trailing '/' after
	$(GNUSTEP_TARGET_LDIR) in a couple of cases, to fix building on
	non-flattened layout.

2012-01-31  Richard Frith-Macdonald <rfm@gnu.org>

	* rules.make: A couple more printout targets for managing installation
        of libobjc2 if gnustep-config is not available (eg not in PATH) but
        GNUSTEP_MAKEFILES is defined.

2012-09-24  Niels Grewe <niels.grewe@halbordnung.de>

	* configure.ac: Improve last change based on suggestions by David
	Chisnall.
	* configure: Regenerate.

2012-09-24  Niels Grewe <niels.grewe@halbordnung.de>

	* configure.ac: Also try to detect whether the nonfragile ABI is the
	compiler default.
	* configure: Regenerate.

2012-09-01  Niels Grewe <niels.grewe@halbordnung.de>

	* target.make: Define QNX target.

2012-08-15 Stansilav Yaglo <stanislav-yaglo@yandex.ru>

	* Instance/framework.make: Patch #7822. Make dummy framework classes
	subclasses of NSObject.

2012-07-05  Quentin Mathe <quentin.mathe@gmail.com>

	* configure.ac: Fixed ObjC non fragile ABI check to restore CFLAGS
	correctly, --enable-objc-nonfragile-abi was breaking native exceptions
	detection. Based on a patch by Christopher Armstrong, see bug report
	#36186
	* configure: Regenerated.

2012-02-21  Nicola Pero  <nicola.pero@meta-innovation.com>

	* GNUstep.sh.in: Use "setopt shwordsplit" instead of "set -y" to
	get zsh to emulate sh's traditional word split behaviour.
	Suggestion by Alex Merry.

2012-02-21  Nicola Pero  <nicola.pero@meta-innovation.com>

	* FilesystemLayouts/README: Updated for the fact that 'fhs' is now
	the default filesystem layout.  Issue pointed out by Fred Kiefer
	<FredKiefer@gmx.de>.

2012-02-21  Graham Lee   <iamleeg@gmail.com>

	* library-combo.make (OBJC_LIBS): Always set from OBJC_LIB_FLAG
	when using the 'apple' runtime.

2012-02-17  Adam Fedor  <fedor@gnu.org>

	* Master/nsis.make: Add support for library and framework packages

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Nov 3 10:39:13 2019 UTC (5 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +6 -6 lines
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jul 4 13:40:14 2018 UTC (6 years, 5 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.56.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 29 15:40:47 2015 UTC (9 years, 7 months ago) by spz
Branches: pkgsrc-2015Q1
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +2 -2 lines
Pullup ticket #4702 - requested by manu
devel/gnustep-make: build fix

Revisions pulled up:
- devel/gnustep-make/Makefile                                   1.57
- devel/gnustep-make/distinfo                                   1.28
- devel/gnustep-make/patches/patch-Instance_framework.make      1.2

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   manu
   Date:           Sun Apr 19 04:13:26 UTC 2015

   Modified Files:
           pkgsrc/devel/gnustep-make: Makefile distinfo
           pkgsrc/devel/gnustep-make/patches: patch-Instance_framework.make

   Log Message:
   Apply fix from upstream, to workaround a build failure in SOGo
   http://svn.gna.org/viewcvs/gnustep?view=revision&revision=36185


   To generate a diff of this commit:
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/gnustep-make/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/gnustep-make/distinfo
   cvs rdiff -u -r1.1 -r1.2 \
       pkgsrc/devel/gnustep-make/patches/patch-Instance_framework.make

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Apr 19 04:13:26 2015 UTC (9 years, 7 months ago) by manu
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Apply fix from upstream, to workaround a build failure in SOGo
http://svn.gna.org/viewcvs/gnustep?view=revision&revision=36185

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:09 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Branch point for: pkgsrc-2015Q1
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Dec 23 11:57:03 2013 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Reset maintainer for resigned developers.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Mar 24 17:02:37 2013 UTC (11 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
Don't create interfaces don't derive from NSObject.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:17:02 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Oct 22 02:06:19 2012 UTC (12 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +15 -5 lines
Update gnustep-make to 2.6.2.

GNUstep now defaults to the modern, non-fragile ABI unless the fragile
option is set.

Upstream Changes in version `2.6.2'
===================================

Added standalone filesystem layout for putting everything in one
directory for easy deployment of relocatable. Other bug fixes.

Upstream Changes in version `2.6.1'
===================================

Bug fix release. Most notably to fix a problem compiling GNUstep with
clang.

Upstream Changes in version `2.6.0'
===================================

   * The default filesystem layout is now the 'fhs' layout

   * The default location of the configuration file changed when not
     installing system-wide

   * Removed the -with-system-root, -with-local-root and
     -with-network-root options

   * Removed obsolete variables (deprecated 4 years ago).

   * A new test framework is included in the pacakge

   * objc.make deprecated. Use tool.make instead

   * -enable-absolute-install-paths is now the default on Darwin

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Apr 7 01:41:31 2011 UTC (13 years, 8 months ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -3 lines
Update gnustep-make to 2.4.0. Notable changes include:
   * 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.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Oct 8 12:49:27 2009 UTC (15 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -3 lines
Redo fix for leaking .buildlink references in a more generic fashion by
using the real path in CPPFLAGS etc. The wrapper framework will translate
those back.

Add some more substitutions for additional directories to help other
packages being destdir safe.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Oct 6 14:57:28 2009 UTC (15 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -2 lines
Don't use the buildlink fake gnustep directory here as it would leak
the build path into the binary package. Bump revision.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Jun 13 06:46:42 2009 UTC (15 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue May 19 08:59:09 2009 UTC (15 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -3 lines
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Apr 19 00:50:11 2009 UTC (15 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -2 lines
Create Libraries directory for gnustep bundles.
Bump PKGREVISION.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Apr 18 03:10:33 2009 UTC (15 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Allow gnustep packages to override INSTALL variables to enable unprivileged
DESTDIR builds.  Bump PKGREVISION.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Apr 13 12:09:25 2009 UTC (15 years, 8 months ago) by rh
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +23 -40 lines
Update gnustep-make to 2.0.8.  This makes GNUstep more hier(7) compliant
and requires an update of all GNUstep packages.  Changes also include
bugfixes and some cleanup.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Nov 25 12:51:35 2008 UTC (16 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Changes 2.0.6:
* 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.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun May 25 08:16:06 2008 UTC (16 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Changes 2.0.5:
* Bug fixes

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Mar 8 22:03:22 2008 UTC (16 years, 9 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Bump revision for previous.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Mar 8 22:02:32 2008 UTC (16 years, 9 months ago) by tnn
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Honour PKG_SYSCONFDIR. From Louis Guillaume on pkgsrc-users@

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Nov 25 17:18:22 2007 UTC (17 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -1 lines
Add commented out LICENSE line.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Nov 25 14:42:01 2007 UTC (17 years ago) by adam
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +36 -14 lines
Changes 2.0.2:
Update license to GPLv3. Bug fixes.

Changes 2.0.1:
Bug fixes in filesystem layout and framework installation.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jun 28 03:00:39 2007 UTC (17 years, 5 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Honor PKG_SYSCONFDIR.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 15 18:37:27 2007 UTC (17 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
No need for X11. Bump revision.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:47:43 2006 UTC (18 years, 3 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
This package's Makefile is a GNUmakefile.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 30 14:53:28 2006 UTC (18 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
Changes 1.13.0:

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.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Aug 13 10:12:27 2006 UTC (18 years, 4 months ago) by minskim
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -2 lines
Fix a check-interpreter error.  Bump PKGREVISION.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 31 10:35:38 2006 UTC (18 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
Forced the configure script to be more packager-friendly by ignoring any
existing GNUstep configuration files.

Explicitly set the path to the global configuration file, because
otherwise a system-dependent default pathname for GNUstep.conf is used,
which often does not match ${PREFIX}.

Bumped PKGREVISION.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 28 01:50:58 2006 UTC (18 years, 4 months ago) by minskim
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -1 lines
Fix PLIST on non-ix86 platforms.  Bump PKGREVISION.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jul 22 05:10:54 2006 UTC (18 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun May 28 00:26:26 2006 UTC (18 years, 6 months ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1 lines
Add USE_LANGUAGES= objc

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:16:12 2006 UTC (18 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Changes 1.12.0:
* Minor fixes.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 3 07:24:10 2006 UTC (18 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -2 lines
Use config file handling from pkginstall. Bump PKGREVISION.
Ok rh@

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:43 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 17 07:35:55 2006 UTC (18 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -9 lines
Changes 1.11.2:

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.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jan 12 18:36:22 2006 UTC (18 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Add DragonFly support. Bump revision.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:04 2005 UTC (19 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 30 23:10:52 2005 UTC (19 years, 2 months ago) by rh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update gnustep-make to 1.11.1.  Changes are bugfixes only.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jul 29 12:57:13 2005 UTC (19 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -3 lines
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.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:43 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue May 24 17:20:00 2005 UTC (19 years, 6 months ago) by rillig
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Changed MASTER_SITES to the MASTER_SITE_GNUSTEP template.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:24 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 24 02:37:32 2004 UTC (20 years ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Fix bogus double pwent reuse and make user lookup actually work in
'user_home'.
Bump PKGREVISION.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Sep 24 01:24:31 2004 UTC (20 years, 2 months ago) by rh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update gnustep-make to 1.10.0.  Notable changes include:

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 18 13:58:27 2004 UTC (20 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Changes 1.9.2:
   * Application and Bundles use the latest convention on Apple.
   * Improve/Simplify dependency checking when making docs

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 10 23:31:39 2004 UTC (20 years, 8 months ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -10 lines
Update gnustep-make to 1.9.1.

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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 31 19:20:26 2004 UTC (20 years, 8 months ago) by minskim
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -1 lines
Use buildlink3 framework and enable pkgviews installation.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 22 08:24:29 2004 UTC (20 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 8 15:31:40 2003 UTC (21 years ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -2 lines
Some empty directories are now created; --enable-flattened is the default for GNUstep, so removed from the main Makefile

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Dec 5 09:16:33 2003 UTC (21 years ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +13 -34 lines
Changes in version `1.8.0':
   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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:30:53 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 1 08:29:12 2003 UTC (21 years, 8 months ago) by rh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
Update gnustep-make to 1.6.0.  Changes include:

   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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 6 11:50:01 2003 UTC (21 years, 10 months ago) by dmcmahill
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
bump pkgrevision since the last change was an important bug fix

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 6 10:54:17 2003 UTC (21 years, 10 months ago) by dmcmahill
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
teach GNUstep to deal with the fact that some NetBSD ELF systems (such as
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'.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 3 04:02:25 2003 UTC (21 years, 11 months ago) by rh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +24 -4 lines
Update gnustep-make to 1.5.1.

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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 29 23:45:52 2002 UTC (22 years, 2 months ago) by rh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -2 lines
Replace hardcoded /usr/pkg in target.make w/ ${LOCALBASE}.  Patch provided
by dillo in private email.
Bump PKGREVISION.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 27 23:52:38 2002 UTC (22 years, 2 months ago) by rh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
USE_X11 so that GNUstep GUI applications will find X11 libraries
Bump PKGREVISION

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:22:11 2002 UTC (22 years, 2 months ago) by rh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Add proper runtime link path
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

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 27 10:40:16 2002 UTC (22 years, 2 months ago) by rh
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of gnustep-make-1.5.0, a set of makefiles and templates for
GNUstep development.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 27 10:40:16 2002 UTC (22 years, 2 months ago) by rh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>