summaryrefslogtreecommitdiff
path: root/meta-pkgs/xorg/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2004-11-05Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set byxtraeme1-2/+2
EGDIR! (hi reed!)
2004-11-01Make this build/work on DragonFlyBSD. Patches were submitted byxtraeme1-5/+28
Todd Willey via tech-pkg@.
2004-10-20Make xdm use configs from under PKG_SYSCONFDIR.reed1-1/+4
Some ideas came from NetBSD's XFree86 customizations. Use USE_PKGINSTALL and CONF_FILES for xorg-clients. Installs xdm configs (and shell scripts) to examples directory. Create OWN_DIRS for the authDir. PLIST changes are for chooser is now in bin directory. And pixmaps moved to include/X11/pixmaps directory. xdm configs are no longer in lib/X11/xdm (so they are no longer lost on reinstall). (Anyone want to do twm and other configs?)
2004-09-22Master site correctedadam1-2/+2
2004-09-21Update X.org packages to 6.8.1.xtraeme1-8/+5
To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-5/+4
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-16Use PKG_SKIP_REASON so that bulk builds reports the packages askristerw1-2/+2
"unavailable" instead of "broken".
2004-08-14Add substitutions for @_COMPILER_LD_FLAG@ and @RPATH_FLAG@ missedrecht1-1/+3
in my previous commit. Noted by FUKAUMI Naoki on tech-pkg@.
2004-07-30Define CHECK_X11_TYPE, which is needed to be sure that all packagesxtraeme1-1/+3
will be installed into the proper location, otherwise X11ROOT_PREFIX might be empty!
2004-07-30Add a new variable to specify the installation prefix forxtraeme1-3/+2
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE.
2004-07-29Minor nits.xtraeme1-5/+3
2004-07-29xorg packages now will be installed into ${PREFIX}/xorg by default,xtraeme1-3/+2
so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
2004-07-29Initial import of xorg-6.7.0.xtraeme1-0/+239
This is the X.org meta package, for installing the entire X11 suite.