Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ba04233292b45b2b2c0a5f69bbd17142823bbecf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ba04233292b45b2b2c0a5f69bbd17142823bbecf)
  • Date: Thu, 20 Jul 2006 17:29:00 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

editors/jedit/DEPENDS | 6 +++---
editors/jedit/HISTORY | 3 +++
libs/guilib/HISTORY | 3 +++
libs/guilib/config.sub.patch | 26 +++++++++++++++++++++++---
4 files changed, 32 insertions(+), 6 deletions(-)

New commits:
commit c38a791f5efc6822a6690a654d66cbdd1605d220
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

trivial typo in variable names - Pieter: I hope you do not mind...

commit 74f384f7a8c0e1dcb5cfe688c8b66229c68168fc
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

support more alphas

diff --git a/editors/jedit/DEPENDS b/editors/jedit/DEPENDS
index 386d32e..1512320 100755
--- a/editors/jedit/DEPENDS
+++ b/editors/jedit/DEPENDS
@@ -1,9 +1,9 @@
depends ant &&
if [[ "${JEDIT_DOCS_HTML}" == "y" ]] ||
- [[ "${JEDIT_DOCS_PDFA4}" == "y" ]] ||
- [[ "${JEDIT_DOCS_PDFUS}" == "y" ]]
+ [[ "${JEDIT_DOCS_PDF_A4}" == "y" ]] ||
+ [[ "${JEDIT_DOCS_PDF_US}" == "y" ]]
then depends docbook-xsl
fi &&
-if [[ "${JEDIT_DOCS_PDFA4}" == "y" ]] || [[ "${JEDIT_DOCS_PDFUS}" == "y" ]]
+if [[ "${JEDIT_DOCS_PDF_A4}" == "y" ]] || [[ "${JEDIT_DOCS_PDF_US}" == "y" ]]
then depends fop
fi
diff --git a/editors/jedit/HISTORY b/editors/jedit/HISTORY
index f6520a6..5ff2544 100644
--- a/editors/jedit/HISTORY
+++ b/editors/jedit/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: fixed typo in variable names
+
2006-07-16 Pieter Lenaerts <e-type AT sourcemage.org>
* updated to 4.3pre5
* CONFIGURE, BUILD, DEPENDS: optional doc generation
diff --git a/libs/guilib/HISTORY b/libs/guilib/HISTORY
index f401039..fc0c3e3 100644
--- a/libs/guilib/HISTORY
+++ b/libs/guilib/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * config.sub.patch: added some alphas
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/libs/guilib/config.sub.patch b/libs/guilib/config.sub.patch
index c3569a1..fed546f 100644
--- a/libs/guilib/config.sub.patch
+++ b/libs/guilib/config.sub.patch
@@ -1,6 +1,26 @@
---- config.sub.old 2000-02-02 16:53:22.000000000 -0800
-+++ config.sub 2005-04-04 23:12:05.000000000 -0700
-@@ -632,6 +631,9 @@
+--- config.sub.old 2006-07-18 02:11:00.145083145 +0200
++++ config.sub 2006-07-18 02:15:42.020515400 +0200
+@@ -153,7 +153,8 @@
+ | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
+ | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
+ | hppa2.0w \
+- | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
++ | alpha | alphaev5 | alphaev56 | alphaev6 | alphaev67 |
alphaev7 \
++ | we32k | ns16k | clipper \
+ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
+ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
+ | mipstx39 | mipstx39el | armv[34][lb] \
+@@ -178,7 +179,8 @@
+ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
+ | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \
+ | hppa2.0w-* \
+- | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
++ | alpha-* | alphaev5-* | alphaev56-* | alphaev6-* | alphaev67-*
| alphaev7-* \
++ | we32k-* | cydra-* \
+ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
+ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
+ | sparc64-* | mips64-* | mipsel-* | armv[34][lb]-*\
+@@ -501,6 +503,9 @@
pentiumii-* | pentium2-*)
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
;;



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ba04233292b45b2b2c0a5f69bbd17142823bbecf), Thomas Orgis, 07/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page