summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-03Move libXres file list where it belongs (the builtin.mk will detectcube_native_xorgcube2-14/+9
libXRes.so so this is safe).
2008-10-03libXres provides libXRes.so, and evidently not the library of the same namecube1-2/+2
as the package.
2008-10-01Add a note why the libtool archive if pixman is not listed.cube1-1/+4
2008-09-28Avoid the 'VAR.${SEL}?= value' construct which has surprising resultscube1-4/+2
depending on the version of make(1).
2008-09-28Refine the comment why CHECK_BUILTIN.${BUILTIN_PKG}?=no is not used.cube1-3/+4
2008-09-28Implement a work around for what seems to be a bug in make(1).cube1-2/+7
'CHECK_BUILTIN.${BUILTIN_PKG}?= no' would set the variable to no even if it had a value before.
2008-09-27Fix another issue with variable evaluation time.cube1-2/+2
2008-09-26Use --with-x11-prefix, not --x11, to pass X11BASE to configure script.jmcneill1-2/+3
2008-09-26Make all X11-related builtin.mk files include x11.builtin.mk to make surecube56-68/+139
all the necessary logic to use x11-links is included no matter what bl3 files a given pacakge includes.
2008-09-26Adapt to new x11.builtin.mk.cube8-59/+28
2008-09-26Add a check for CHECK_BUILTIN.<BUILTIN_PKG>, set BUILDLINK_PREFIX incube1-3/+14
we're using the built-in version and include x11.buildlink3.mk. This is the way x11.builtin.mk is currently used by all its consumer. This will factor a bit of code out of the existing builtin.mk files and will make it a lot easier to use by other builtim.mk files.
2008-09-26Simplify the test surrounding the default value for PREFER_PKGSRC.cube1-9/+7
XXX X11BASE is not yet defined, so we can't use it. Tests for XXX X11R7/libX11.so instead.
2008-09-24Pull-up 1.287 for MacOS X support.cube1-1/+3
2008-09-23Pull-up revision 1.2, minus the libtool archive. Maybe that will make itcube1-1/+4
work on MacOS X.
2008-09-23Pull-up revision 1.8.cube1-1/+4
2008-09-22Add a gross workaround to the gross workaround because openoffice insistscube1-5/+6
on using the pkgconfig files of its dependency.
2008-09-21Update file list for libXpm for native X.Org.cube1-1/+2
2008-09-21Update file list for libXrandr for native X.Org.cube1-1/+5
2008-09-21Update file lsit for libXrender for native X.Org.cube1-1/+5
2008-09-21Use pkgconfig-builtin.mk.cube1-46/+3
2008-09-21Fix file list for libXfixes.cube1-1/+2
2008-09-21Fix file list for Xft2.cube1-1/+3
2008-09-21Fix file list for libXaw.cube1-1/+2
2008-09-21libXres's bl3.mk file referenced Xrender for some unknown reason. More,cube4-8/+18
nothing in x11-links would reference it. So make libXres a "normal" package with a builtin.mk file and list its files in x11-links.
2008-09-21Fix file list for libxkbui and native X.Org.cube1-1/+2
2008-09-21Rework libXdamage support in native X11:cube5-17/+23
- provide a builtin.mk files instead of using x11.buildlink3.mk - split files into a package-specific file - update list of files for native X.Org.
2008-09-21Update xcursor file list for native X.Org.cube1-1/+5
2008-09-21Update MesaLib information for native X.Org.cube1-1/+4
2008-09-21* escape new line in conditionalrtr1-3/+4
* make sure X11BASE is defined before checking if it is empty
2008-09-21Change the logic of the default setting of PREFER_PKGSRC so that nativecube1-3/+7
X.Org on NetBSD never prefers pkgsrc by default.
2008-09-18Pasto fix (hi tron!).cube1-2/+2
2008-09-18Handle xtrans from native X.Org.cube3-1/+21
2008-09-18Fix file list for fontconfig in native X.Org.cube1-1/+4
2008-09-18Make sure libfontenc, libdrm, libXfont, libXprintUtil and liblbxutil arecube11-1/+80
handled in native X.Org.
2008-09-18Handle libXevie with native X.Org.cube3-1/+11
2008-09-18Reference x11/libXdmcp.cube1-1/+2
2008-09-18Link in to native X.Org libXTrap and fix libXau.cube3-1/+12
2008-09-18Search for libXss.so as well as the pkgconfig file. This allowscube1-2/+3
libXScrnSaver to be still considered native on a platform that doesn't provide pkgconfig files for X packages. Issue mentioned and fix suggested by joerg@.
2008-09-18- Make this subroutine more generic by allowing a base in which the filescube1-4/+10
are considered native different than X11BASE. However, it is the default. - Fix an evaluation bug for BUILTIN_PKG.<BUILTIN_PKG>; := is needed here. - Only construct a BUILTIN_PKG.<BUILTIN_PKG> variable if we actually found a .pc file. This allows the caller to search for more than just a .pc file, in case the native package doesn't provide one, or even not to search for .pc file, but for something different. This makes the subroutine even more generic.
2008-09-17Link in to native X.Org the following packages:cube6-10/+22
libFS and libXScrnSaver For libXScrnSaver, there is a catch. Previously, the code assumed its presence from the fact that X11_TYPE was native. I'm changing that to provide a builtin.mk file. This essentially means that the "native X.Org" functionality of pkgsrc requires said native X.Org to provide the necessary pkg-config files. Expect more change of that kind.
2008-09-17Forgot to add that file in previous commit.cube1-0/+6
2008-09-17Link in to native X.Org all the remaining "proto" packages:cube18-1/+88
trapproto, vidmodeproto, xf86bigfontproto, xf86dgaproto, xf86driproto, xf86miscproto, xf86vidmodeproto, xproxymanagementprotocol
2008-09-17Oops, forgot that file in an earlier commit.cube1-0/+6
2008-09-17Link in resourceproto to native X.Org.cube3-1/+11
2008-09-17Link in scrnsaverproto to native X.Org.cube3-1/+11
2008-09-17Link in recordproto to native X.Org.cube3-1/+11
2008-09-17Order bl3.mk files in alphabetical order.cube1-2/+2
2008-09-17Link in printproto to native X.Org.cube3-1/+11
2008-09-17Link in glproto to native X.Org.cube3-1/+15
2008-09-17Match native X.Org's freetype2 library.cube1-1/+4