2006-12-01 18:29:44 by Roland Illig | Files touched by this commit (1) |
Log message:
Removed a trailing empty line, which had disturbed pkglint.
|
2006-11-03 18:09:27 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Support DESTDIR. Take maintainership.
|
2006-10-10 21:05:42 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
Update to fixesproto-4.0.
Needed for libXfixes in pkgsrc-wip. I tested with x11/Xfixes with
"native" XFree86 on NetBSD too.
>From ChangeLog:
2006-3-13 Deron Johnson <deron.johnson@sun.com>
* configure.ac
* xfixesproto.h
* /xfixeswire.h
Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
|
2006-07-22 06:46:20 by Roland Illig | Files touched by this commit (107) |
Log message:
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
|
2006-07-11 16:42:04 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message:
Don't use the builtin framework for the various Xorg components
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.
Discussed with jlam@
|
2006-07-11 14:51:34 by David Brownlee | Files touched by this commit (1) |
Log message:
Update to fixesproto-3.0.2nb1:
Fix "ERROR: iconv is not installed; can't buildlink files." by
adding libiconv/buildlink3.mk
|
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-04-19 14:27:02 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
Check before redefining the target for creating symlink.
(Noticed warning that it was redefined in x11-links.)
|
2006-04-18 20:03:22 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Add buildlink target so old pkg-config name fixesext.pc will be available.
|