Up to [cvs.netbsd.org] / pkgsrc / devel / gnustep-make
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 28 10:49:23 2009 UTC (2 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
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,
HEAD
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Installation dirs should not contains PKGREVISION, so use PKGNAME_NOREV instead of PKGNAME. XXX: it may be sufficient to use just PKGBASE, but keep as-is. XXX: and other than libFoundation are not using the subst line, XXX: so maybe it should be moved to the package Makefile.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 8 12:49:27 2009 UTC (2 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.18: +7 -7
lines
Diff to previous 1.18 (colored)
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.18 / (download) - annotate - [select for diffs], Tue Oct 6 14:57:28 2009 UTC (2 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.17: +5 -1
lines
Diff to previous 1.17 (colored)
Don't use the buildlink fake gnustep directory here as it would leak the build path into the binary package. Bump revision.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 20 05:51:00 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.16: +4 -1
lines
Diff to previous 1.16 (colored)
Set GNUSTEP_CONFIG_FILE to make sure gnustep packages properly honour a non-default PKG_SYSCONFBASE. Closes PR pkg/37768 by kre at munnari.OZ.AU.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 19 08:15:50 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
add a tweak for pre-2.0 gnustep bundles
Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 19 00:50:11 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Create Libraries directory for gnustep bundles. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 19 00:09:49 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.13: +13 -13
lines
Diff to previous 1.13 (colored)
use ${RUN} to make wraper creation silent
Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 18 23:50:13 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.12: +33 -4
lines
Diff to previous 1.12 (colored)
Allow unprivileged builds of projects that do a 'make install' into a work subdir during the build phase. This fixes PR pkg/36326.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 18 03:32:17 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.11: +4 -2
lines
Diff to previous 1.11 (colored)
Make GNUSTEP_OVERRIDE_INSTALL YES by default
Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 18 03:10:33 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.10: +7 -1
lines
Diff to previous 1.10 (colored)
Allow gnustep packages to override INSTALL variables to enable unprivileged DESTDIR builds. Bump PKGREVISION.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 18 01:09:03 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.9: +11 -1
lines
Diff to previous 1.9 (colored)
Fix regression, as Makefiles/Additional may also be installed by libFoundation
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 13 12:09:25 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.8: +32 -23
lines
Diff to previous 1.8 (colored)
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.8 / (download) - annotate - [select for diffs], Sun Nov 25 14:42:02 2007 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +8 -8
lines
Diff to previous 1.7 (colored)
Changes 2.0.2: Update license to GPLv3. Bug fixes. Changes 2.0.1: Bug fixes in filesystem layout and framework installation.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 24 16:01:51 2006 UTC (5 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
MAKEFILE => MAKE_FILE. XXX Can the other MAKEFILE changes to gnustep users go away now?
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:04 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.5: +27 -27
lines
Diff to previous 1.5 (colored)
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.5 / (download) - annotate - [select for diffs], Fri Jul 29 12:57:14 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
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.4 / (download) - annotate - [select for diffs], Sun May 22 20:07:51 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 24 02:47:03 2005 UTC (7 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Properly accommodate GNUstep packages that use a non-GNU configure.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 27 06:29:07 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 10 23:31:39 2004 UTC (8 years, 1 month ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
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.