2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message: Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these. |
2011-04-07 03:41:31 by Rene Hexel | Files touched by this commit (5) |
Log message: 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. |
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. |