Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d672d244bd531b8287f4a65e19d92889c6cf1c1e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d672d244bd531b8287f4a65e19d92889c6cf1c1e)
  • Date: Wed, 30 Dec 2009 19:57:35 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xorg-extras/xterm/DEPENDS | 19 +++++++++++++++++--
xorg-extras/xterm/HISTORY | 6 ++++++
2 files changed, 23 insertions(+), 2 deletions(-)

New commits:
commit d672d244bd531b8287f4a65e19d92889c6cf1c1e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xterm: Optionally depends on pcre

commit 6cc8240e4797b2828c69b80cf45c8fffb1f3bc6d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xterm: Depends on libx11, libsm, libxt, libxext, libxaw, libice,
libxmu, libxft, libxrender, fontconfig, and freetype2 rather
than xorg-server

diff --git a/xorg-extras/xterm/DEPENDS b/xorg-extras/xterm/DEPENDS
index 4144a80..21ce734 100755
--- a/xorg-extras/xterm/DEPENDS
+++ b/xorg-extras/xterm/DEPENDS
@@ -1,4 +1,14 @@
-depends xorg-server "--with-x" &&
+depends fontconfig &&
+depends freetype2 &&
+depends libice &&
+depends libsm &&
+depends libx11 "--with-x" &&
+depends libxaw &&
+depends libxext &&
+depends libxft &&
+depends libxmu &&
+depends libxrender &&
+depends libxt &&

optional_depends xaw3d \
"--with-Xaw3d" \
@@ -13,4 +23,9 @@ optional_depends freetype2 \
optional_depends luit \
"--enable-luit" \
"--disable-luit" \
- "to enable Unicode translation"
+ "to enable Unicode translation" &&
+
+optional_depends pcre \
+ "--with-pcre" \
+ "--without-pcre" \
+ "for Perl 5 regular expressions"
diff --git a/xorg-extras/xterm/HISTORY b/xorg-extras/xterm/HISTORY
index 66f93af..bec34ca 100644
--- a/xorg-extras/xterm/HISTORY
+++ b/xorg-extras/xterm/HISTORY
@@ -1,3 +1,9 @@
+2009-12-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libx11, libsm, libxt, libxext, libxaw, libice,
+ libxmu, libxft, libxrender, fontconfig, and freetype2 rather than
+ xorg-server
+ Optionally depends on pcre
+
2009-12-12 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 253




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d672d244bd531b8287f4a65e19d92889c6cf1c1e), Eric Sandall, 12/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page