Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f0415b83d6a0b6f25774082ee1f2060685dba96c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f0415b83d6a0b6f25774082ee1f2060685dba96c)
  • Date: Fri, 30 Mar 2018 22:35:51 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

xorg/xserver/BUILD | 2 ++
xorg/xserver/DEPENDS | 2 +-
xorg/xserver/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit f0415b83d6a0b6f25774082ee1f2060685dba96c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xorg/xserver: made libxres optional + fixed modules and logs locations

diff --git a/xorg/xserver/BUILD b/xorg/xserver/BUILD
index a77b2da..3d21865 100755
--- a/xorg/xserver/BUILD
+++ b/xorg/xserver/BUILD
@@ -5,6 +5,8 @@ OPTS+=" xorg=$XSERVER_XORG \
xvfb=$XSERVER_XVFB \
xephyr=$XSERVER_XEPHYR \
dmx=$XSERVER_DMX \
+ module_dir=lib/xorg/modules \
+ log_dir=${INSTALL_ROOT}/var/log \
xkb_bin_dir=$INSTALL_ROOT/usr/bin \
os_vendor='SourceMage'"
PREFIX=/opt/xorg &&
diff --git a/xorg/xserver/DEPENDS b/xorg/xserver/DEPENDS
index d6a3067..49c769e 100755
--- a/xorg/xserver/DEPENDS
+++ b/xorg/xserver/DEPENDS
@@ -19,7 +19,6 @@ depends libxdmcp &&
depends libxext &&
depends libxfont2 &&
depends libxshmfence &&
-depends libxres &&
depends libxkbfile &&

depends xkbcomp &&
@@ -57,6 +56,7 @@ optional_depends libbsd '' '' 'BSD type features' &&

optional_depends libtirpc 'secure-rpc=true' 'secure-rpc=false' 'secure rpc'
&&

+optional_depends libxres 'xres=true' 'xres=false' 'XRes extension' &&
optional_depends libxv 'xv=true' 'xv=false' 'Xv extension' &&
if is_depends_enabled $SPELL libxv;then
optional_depends libxvmc 'xvmc=true' 'xvmc=false' 'XvMC extension'
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index 86dbf58..740fb07 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,7 @@
+2018-03-30 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: fixed modules and logs directories
+ * DEPENDS: libxres is optional
+
2018-03-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.19.99.902
* DEPENDS: tweak



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f0415b83d6a0b6f25774082ee1f2060685dba96c), Pavel Vinogradov, 03/30/2018

Archive powered by MHonArc 2.6.24.

Top of Page