2007-06-16 16:39:29 by OBATA Akio | Files touched by this commit (2) |
Log message:
Fixed PLIST when X11_TYPE=native. No need PLIST.icons trick anymore.
Bump PKGREVISION.
PLIST.icons was made based on PR 34178,
But entries noted in PLIST.icons were mis-installed from ${WRKDIR}/.buildlink
directory, which contained x11 headers, also *.xbm and *.xpm files.
Depending on x11 had been removed since rev 1.17 of Makefile.
Installed from ${WRKSRC}/.* directories is avoided since rev 1.19 of Makefile.
|
2007-02-15 15:54:39 by Roland Illig | Files touched by this commit (1) |
Log message:
Added error checking.
|
2007-02-02 01:18:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix PLIST for non-modular-xorg case (hi joerg!)
|
2007-01-30 21:52:24 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
...also remove the uncommented include.
|
2007-01-30 21:33:21 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Modular Xorg support.
|
2006-11-10 17:49:58 by Todd Vierling | Files touched by this commit (1) |
Log message:
For some reason, Interix "find ... -exec" leaks a little bit of memory,
which on large trees involving thousands of -exec's, makes find turn
into a humongous process. It's faster on most systems to use other
methods anyway, so use xargs where practical, or pipe to a
"while read f; do ..." loop and let the shell do what it was meant
to do -- run programs.
|
2006-10-24 18:20:43 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Move some of the bitmaps into an independent PLIST and conditionally
include it when X11_TYPE!= xorg. I gave up trying to find out when they
are installed. Bump revision.
|
2006-09-02 21:30:45 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed the PLIST, bumped PKGREVISION and followed the pkglint advices.
|
2006-08-13 17:03:55 by Ben Collver | Files touched by this commit (1) |
Log message:
Remove non-existing bitmaps from PLIST.
|
2006-08-10 17:08:41 by Ben Collver | Files touched by this commit (2) | |
Log message:
Fix PLIST and bump pkgrevision, addresses PR#34178
|