Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c2204d17ada992c8c16efb9ec5c8d5e0ac5d94c1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c2204d17ada992c8c16efb9ec5c8d5e0ac5d94c1)
  • Date: Tue, 3 May 2016 23:35:27 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
science/grass/DEPENDS | 2 +-
science/grass/HISTORY | 3 +++
windowmanagers/yeahwm/DEPENDS | 4 +---
windowmanagers/yeahwm/HISTORY | 3 +++
windowmanagers/yeahwm/PRE_BUILD | 3 +--
x11-toolkits/lesstif/BUILD | 3 +--
x11-toolkits/lesstif/CONFLICTS | 2 --
x11-toolkits/lesstif/DEPENDS | 9 ---------
x11-toolkits/lesstif/DETAILS | 25 +++++++------------------
x11-toolkits/lesstif/DOWNLOAD | 1 +
x11-toolkits/lesstif/HISTORY | 3 +++
x11-toolkits/lesstif/INSTALL | 1 +
x11-toolkits/lesstif/PRE_BUILD | 14 +-------------
x11-toolkits/lesstif/PROVIDES | 1 -
x11-toolkits/lesstif/UP_TRIGGERS | 2 ++
x11-toolkits/lesstif/xprint.fix.diff | 35
-----------------------------------
17 files changed, 28 insertions(+), 86 deletions(-)

New commits:
commit c2204d17ada992c8c16efb9ec5c8d5e0ac5d94c1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

yeahwm: Replace dependency on lesstif by motif

commit d645834d3c3eed5f0693f4f78b02af2ae17797a5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

grass: Replace dependency on lesstif by motif

commit 61964813def7b6c948bac7fa2ed18eb34d5d6b8d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lesstif: deprecate in favour of motif

diff --git a/ChangeLog b/ChangeLog
index dba95b7..4fb475e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-05-03 Ismael Luceno <ismael AT sourcemage.org>
+ * x11-toolkits/lesstif: spell deprecated [replaced by motif]
+
2016-04-26 Vlad Glagolev <stealth AT sourcemage.org>
* net/inadyn: new spell, small and simple DDNS client

diff --git a/science/grass/DEPENDS b/science/grass/DEPENDS
index d79face..92d8a63 100755
--- a/science/grass/DEPENDS
+++ b/science/grass/DEPENDS
@@ -57,7 +57,7 @@ optional_depends tiff \
"--with-tiff" \
"--without-tiff" \
"For r.out.tiff" &&
-optional_depends lesstif \
+optional_depends motif \
"--with-motif" \
"--without-motif" \
"For the xganim module" &&
diff --git a/science/grass/HISTORY b/science/grass/HISTORY
index 6bedb8f..d57dbd5 100644
--- a/science/grass/HISTORY
+++ b/science/grass/HISTORY
@@ -1,3 +1,6 @@
+2016-05-03 Ismael Luceno <ismael AT sourcemage.org>
+ * : Replace dependency on lesstif by motif
+
2012-10-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 6.4.1
* PRE_BUILD, iostream_cpp470: add patch from ubuntu to fix compile
error
diff --git a/windowmanagers/yeahwm/DEPENDS b/windowmanagers/yeahwm/DEPENDS
index e074b43..b95436b 100755
--- a/windowmanagers/yeahwm/DEPENDS
+++ b/windowmanagers/yeahwm/DEPENDS
@@ -1,6 +1,4 @@
depends xorg-libs &&
depends libxext &&
depends libxinerama &&
-# using the MOTIF provider fails somehow
-#optional_depends MOTIF '' '' 'for Motif hints (to detect borderless
windows)'
-optional_depends lesstif '' '' 'for Motif hints (to detect borderless
windows)'
+optional_depends motif '' '' 'for Motif hints (to detect borderless windows)'
diff --git a/windowmanagers/yeahwm/HISTORY b/windowmanagers/yeahwm/HISTORY
index ec7011a..c6ae391 100644
--- a/windowmanagers/yeahwm/HISTORY
+++ b/windowmanagers/yeahwm/HISTORY
@@ -1,3 +1,6 @@
+2016-05-03 Ismael Luceno <ismael AT sourcemage.org>
+ * HISTORY: Replace dependency on lesstif by motif
+
2009-04-23 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: made lesstiff optional

diff --git a/windowmanagers/yeahwm/PRE_BUILD b/windowmanagers/yeahwm/PRE_BUILD
index 3d668d5..13f8c67 100755
--- a/windowmanagers/yeahwm/PRE_BUILD
+++ b/windowmanagers/yeahwm/PRE_BUILD
@@ -9,8 +9,7 @@ sedit "s/prefix\ =\ \$\(DESTDIR\)\/usr/prefix\ =\
${INSTALL_ROOT}\/usr/g" \
sedit "s/XROOT\ \ \ \ =\ \/usr\/X11R6/XROOT\ \ \ \ =\
${INSTALL_ROOT}\/usr\/X11R6/g" \
${SOURCE_DIRECTORY}/Makefile &&

-#if test "$(get_spell_provider $SPELL MOTIF)" = none ; then
-if ! is_depends_enabled $SPELL lesstif; then
+if ! is_depends_enabled $SPELL motif; then
sedit 's:^#define MWM_HINTS://#define MWM_HINTS:' config.h
fi

diff --git a/x11-toolkits/lesstif/BUILD b/x11-toolkits/lesstif/BUILD
index d0087b2..27ba77d 100755
--- a/x11-toolkits/lesstif/BUILD
+++ b/x11-toolkits/lesstif/BUILD
@@ -1,2 +1 @@
-OPTS="$OPTS --enable-static" &&
-default_build
+true
diff --git a/x11-toolkits/lesstif/CONFLICTS b/x11-toolkits/lesstif/CONFLICTS
deleted file mode 100755
index c768abc..0000000
--- a/x11-toolkits/lesstif/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts motif &&
-conflicts openmotif
diff --git a/x11-toolkits/lesstif/DEPENDS b/x11-toolkits/lesstif/DEPENDS
deleted file mode 100755
index 78db160..0000000
--- a/x11-toolkits/lesstif/DEPENDS
+++ /dev/null
@@ -1,9 +0,0 @@
-depends freetype2 &&
-depends libice &&
-depends libsm &&
-depends libx11 &&
-depends libxau &&
-depends libxdmcp &&
-depends libxext &&
-depends libxt &&
-depends zlib
diff --git a/x11-toolkits/lesstif/DETAILS b/x11-toolkits/lesstif/DETAILS
index 9e50bf8..061ddcf 100755
--- a/x11-toolkits/lesstif/DETAILS
+++ b/x11-toolkits/lesstif/DETAILS
@@ -1,18 +1,7 @@
- SPELL=lesstif
- VERSION=0.95.2
-
SOURCE_HASH=sha512:228c032e00998f774af4677e8af442b6d29eb0781a6cea27ad200fe2d89997dea8326df75000befbd976007c92a886b043a13cefda2b772d4ac7a9958dc58e99
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- LICENSE[0]=LGPL
- SECURITY_PATCH=1
- WEB_SITE=http://www.lesstif.org
- ENTERED=20011019
- SHORT="Lesstif is an LGPL'd implementation of the OSF/Motif GUI
X11 toolkit."
-cat << EOF
-LessTif is an LGPL'd implemention of the OSF/Motif standard GUI
-toolkit for X11. LessTif aims to be source compatible with the
-OSF/Motif versions 1.2 and 2.1. Currently 1.2 support is almost
-complete and most Motif 1.2 apps should compile and run out of the
-box, whilst 2.1 still has very little functionality.
-EOF
+ SPELL=lesstif
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by motif]
+ EOF
diff --git a/x11-toolkits/lesstif/DOWNLOAD b/x11-toolkits/lesstif/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/lesstif/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/lesstif/HISTORY b/x11-toolkits/lesstif/HISTORY
index c62f5a0..2b4cf50 100644
--- a/x11-toolkits/lesstif/HISTORY
+++ b/x11-toolkits/lesstif/HISTORY
@@ -1,3 +1,6 @@
+2016-05-03 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [unmaintained, replaced by motif]
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/x11-toolkits/lesstif/INSTALL b/x11-toolkits/lesstif/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/lesstif/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/lesstif/PRE_BUILD b/x11-toolkits/lesstif/PRE_BUILD
index a5cff5a..27ba77d 100755
--- a/x11-toolkits/lesstif/PRE_BUILD
+++ b/x11-toolkits/lesstif/PRE_BUILD
@@ -1,13 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# don't create /usr/LessTif
-sed -i 's/install-dist_rootDATA install-docDATA//' Makefile.in &&
-sed -i 's/ install-docDATA//' doc/Makefile.in &&
-sed -i 's/ install-docDATA//' doc/www.lesstif.org/Makefile.in &&
-sed -i 's/ install-imagesDATA//' doc/www.lesstif.org/images/Makefile.in &&
-sed -i 's/ install-htmlDATA//' doc/lessdox/clients/Makefile.in &&
-sed -i 's/ install-htmlDATA//' doc/lessdox/functions/Makefile.in &&
-sed -i 's/ install-htmlDATA//' doc/lessdox/widgets/Makefile.in &&
-sed -i 's/ install-data-hook//' doc/lessdox/widgets/Makefile.in &&
-message "${MESSAGE_COLOR}Death of XPrint...$DEFAULT_COLOR" &&
-patch -p0 < "$SCRIPT_DIRECTORY/xprint.fix.diff"
+true
diff --git a/x11-toolkits/lesstif/PROVIDES b/x11-toolkits/lesstif/PROVIDES
deleted file mode 100755
index 26ea992..0000000
--- a/x11-toolkits/lesstif/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-MOTIF
diff --git a/x11-toolkits/lesstif/UP_TRIGGERS
b/x11-toolkits/lesstif/UP_TRIGGERS
new file mode 100755
index 0000000..bccc13f
--- /dev/null
+++ b/x11-toolkits/lesstif/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger lesstif dispel_self
+up_trigger motif cast_self
diff --git a/x11-toolkits/lesstif/xprint.fix.diff
b/x11-toolkits/lesstif/xprint.fix.diff
deleted file mode 100644
index 783a102..0000000
--- a/x11-toolkits/lesstif/xprint.fix.diff
+++ /dev/null
@@ -1,35 +0,0 @@
---- include/Motif-2.1/Xm/XmAll.h.orig 2009-02-06 22:42:24.000000000 +0000
-+++ include/Motif-2.1/Xm/XmAll.h 2009-02-06 22:42:34.000000000 +0000
-@@ -76,12 +76,10 @@
- #include <Xm/Manager.h>
- #include <Xm/Notebook.h>
- #include <Xm/Primitive.h>
--#include <Xm/Print.h>
- #include <Xm/SpinB.h>
- #include <Xm/Transfer.h>
-
- /* 2.1 stuff */
--#include <Xm/Print.h>
- #include <Xm/SSpinB.h>
-
- #endif /* _XM_XMALL_H */
---- include/Motif-2.1/Xm/Makefile.in.orig 2009-02-06 22:41:52.000000000
+0000
-+++ include/Motif-2.1/Xm/Makefile.in 2009-02-06 22:42:11.000000000 +0000
-@@ -329,7 +329,6 @@
-
- # Only in 2.1
- xm_21private_h = \
-- Print.h PrintSP.h \
- SSpinB.h SSpinBP.h \
- TransltnsP.h \
- XmAll.h XmStrDefs.h
---- include/Motif-2.1/Xm/Makefile.am.orig 2009-02-06 22:41:46.000000000
+0000
-+++ include/Motif-2.1/Xm/Makefile.am 2009-02-06 22:42:08.000000000 +0000
-@@ -76,7 +76,6 @@
-
- # Only in 2.1
- xm_21private_h = \
-- Print.h PrintSP.h \
- SSpinB.h SSpinBP.h \
- TransltnsP.h \
- XmAll.h XmStrDefs.h



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c2204d17ada992c8c16efb9ec5c8d5e0ac5d94c1), Ismael Luceno, 05/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page