./devel/gnustep-make, GNUstep makefile package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.8nb3, Package name: gnustep-make-2.0.8nb3, Maintainer: rh

The GNUstep makefile package is a simple, powerful and extensible
way to write makefiles for a GNUstep-based project. It allows the
user to write a project without having to deal with the complex issues
associated with configuration, building, installation, and packaging.
It also allows the user to easily create cross-compiled binaries.


Required to build:
[devel/gmake]

Master sites:

SHA1: b84cf87747e7f97470b882279a564726151a2fd8
RMD160: c6b3dc6b1d94f20ea521964e5b5380eef6311e55
Filesize: 472.771 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-28 11:49:23 by OBATA Akio | Files touched by this commit (1)
Log message:
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.
   2009-10-08 14:49:27 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
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.
   2009-10-06 16:57:28 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Don't use the buildlink fake gnustep directory here as it would leak
the build path into the binary package. Bump revision.
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.
   2009-06-14 20:48:18 by Joerg Sonnenberger | Files touched by this commit (44)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67)
Log message:
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.
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.