2006-09-16 23:47:43 by Roland Illig | Files touched by this commit (1) |
Log message:
This package's Makefile is a GNUmakefile.
|
2006-08-30 16:53:28 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
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.
|
2006-08-13 12:12:27 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Fix a check-interpreter error. Bump PKGREVISION.
|
2006-07-31 12:35:38 by Roland Illig | Files touched by this commit (1) |
Log message:
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.
|
2006-07-28 03:50:58 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Fix PLIST on non-ix86 platforms. Bump PKGREVISION.
|
2006-07-22 07:10:55 by Roland Illig | Files touched by this commit (23) |
Log message:
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.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-05-28 02:26:27 by Rene Hexel | Files touched by this commit (26) |
Log message:
Add USE_LANGUAGES= objc
|
2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
|