
CVS log for pkgsrc/devel/gnustep-make/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / gnustep-make
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Apr 7 01:41:31 2011 UTC (13 months, 2 weeks ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
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 (2 years, 7 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 (2 years, 7 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 (2 years, 11 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 (3 years 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 (3 years, 1 month 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 (3 years, 1 month 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 (3 years, 1 month 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 (3 years, 5 months 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 (3 years, 11 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 (4 years, 2 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 (4 years, 2 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 (4 years, 5 months 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 (4 years, 5 months 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 (4 years, 10 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 (5 years, 4 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 (5 years, 8 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 (5 years, 8 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 (5 years, 9 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 (5 years, 9 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 (5 years, 9 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 (5 years, 10 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 (5 years, 11 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 (6 years, 1 month 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 (6 years, 2 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 (6 years, 3 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 (6 years, 4 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 (6 years, 4 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 (6 years, 5 months 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 (6 years, 7 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 (6 years, 9 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 (6 years, 11 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 (6 years, 11 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 (7 years, 1 month 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 (7 years, 5 months 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 (7 years, 7 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 (7 years, 9 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 (8 years, 1 month 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 (8 years, 1 month 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 (8 years, 4 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 (8 years, 5 months 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 (8 years, 5 months 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 (8 years, 10 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 (9 years, 1 month 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 (9 years, 3 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 (9 years, 3 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 (9 years, 4 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 (9 years, 7 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 (9 years, 7 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 (9 years, 7 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 (9 years, 7 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 (9 years, 7 months ago) by rh
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>