Skip to Content.
Sympa Menu

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

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 (04e48578befdef575149ef1febb34d366df15dcf)
  • Date: Sat, 3 Feb 2007 12:44:37 -0600

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

printer/a2ps/HISTORY | 4 +++-
printer/a2ps/PRE_BUILD | 4 +++-
printer/a2ps/a2ps-alphaev67.patch | 20 ++++++++++++++++++++
3 files changed, 26 insertions(+), 2 deletions(-)

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

patch a2ps for alphaev67 host triplet

diff --git a/printer/a2ps/HISTORY b/printer/a2ps/HISTORY
index 51798d0..3111606 100644
--- a/printer/a2ps/HISTORY
+++ b/printer/a2ps/HISTORY
@@ -1,3 +1,6 @@
+2007-02-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * a2ps-alphaev67.patch, PRE_BUILD: make it work with alphaev67
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

@@ -93,4 +96,3 @@

2002-03-24 Jason Flatt <jasonflatt AT wizard.com>
* HISTORY: Added.
-
diff --git a/printer/a2ps/PRE_BUILD b/printer/a2ps/PRE_BUILD
index 2a43fd3..8e2c3e7 100755
--- a/printer/a2ps/PRE_BUILD
+++ b/printer/a2ps/PRE_BUILD
@@ -4,4 +4,6 @@ patch $SOURCE_DIRECTORY/lib/path-concat
patch $SOURCE_DIRECTORY/auxdir/config.sub \
$SCRIPT_DIRECTORY/config.sub.patch &&
patch $SOURCE_DIRECTORY/contrib/emacs/Makefile.in \
- $SCRIPT_DIRECTORY/contrib.patch
+ $SCRIPT_DIRECTORY/contrib.patch &&
+patch $SOURCE_DIRECTORY/auxdir/config.sub \
+ $SCRIPT_DIRECTORY/a2ps-alphaev67.patch
diff --git a/printer/a2ps/a2ps-alphaev67.patch
b/printer/a2ps/a2ps-alphaev67.patch
new file mode 100644
index 0000000..4493beb
--- /dev/null
+++ b/printer/a2ps/a2ps-alphaev67.patch
@@ -0,0 +1,20 @@
+--- auxdir/config.sub 2006-06-01 20:29:45.966819770 +0200
++++ ../config.sub 2006-06-01 20:31:26.000000000 +0200
+@@ -170,7 +170,7 @@
+ | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
+ | 580 | i960 | h8300 \
+ | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
+- | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] \
++ | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] |
alphaev67 \
+ | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
+ | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel |
mips64el \
+ | mips64orion | mips64orionel | mipstx39 | mipstx39el \
+@@ -202,7 +202,7 @@
+ | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* |
i960-* \
+ | xmp-* | ymp-* \
+ | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* |
hppa2.0n-* \
+- | alpha-* | alphaev[4-7]-* | alphaev56-* | alphapca5[67]-* \
++ | alpha-* | alphaev[4-7]-* | alphaev56-* | alphapca5[67]-* |
alphaev67-* \
+ | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
+ | clipper-* | orion-* \
+ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (04e48578befdef575149ef1febb34d366df15dcf), Thomas Orgis, 02/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page