New commits:
commit 90202cf23d2ea099b75fe17ef05cb24fe8920292
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
cups: Include linux/types.h before linux/serial.h
Based on Julien's hal/probe-serial.patch
Fixes Bug#15065
(cherry picked from commit 45cd8d4190d1a48ded6ae761cd2acb8794b8be94)
commit 753b0be99e23e4d2e043c3b147ea47b9f657f7e1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
kbd: Include linux/types.h before linux/serial.h
Based on Julien's hal/probe-serial.patch
Fixes Bug#15064
(cherry picked from commit 0234d7a9510c34b15886d5379903f215359cc522)
commit ed87b87a83d0a29f7dd6504a73b6a6b3ae6ccaee
Author: Julien ROZO <julien AT rozo.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
hal: added a patch to fix compilation issue with latest kernel headers
(cherry picked from commit c2865b1d83f506f9eb9ff13e435131d1c2205781)
commit 9c912a813668e7db5dd468544a3c269aebe04eed
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
commit 60a7f5b98ca223deb9499d7ded17002ab5cac739
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
firefox: Updated to version 3.0.6. SECURITY_PATCH++
(cherry picked from commit d4458ea9be1200253c40110fc2f1406abfbdabce)
commit 3e1bd163d92d026317238710e50481728440c7f4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
xulrunner: Updated to version 1.9.0.6. No release
version yet, using scm due to security vulnerabilities.
SECURITY_PATCH++
(cherry picked from commit 3f49b4f5f1efa3ee7dd003ca1e3f4b4b5345b13e)
commit 9593cfc72b9b62e2be6c94f9c0bd59d20da708a8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
tar: Added REPAIR^all^ too many versions of POST_REMOVE
file. Bug #15048
(cherry picked from commit 206c6ddf13d14b61a24f11d691b00d08ad5ea585)
commit de8bcd0c0c221dd3b994c6fa0dbb841431723a47
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
mplayer: Add query (default n) for IVTV, fix from Vasil Yonkov
Pass MPLAYER_IVTV to OPTS
Fixes Bug #14977
(cherry picked from commit 99eaa03dc50a56fe8db719741538f23b8f7c1011)
commit 1c31dca78c4c9d6c2cfab6faa0d88d639615b243
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
font-{tex,x11}, xorg-font: Override Sorcery's default_post_resurrect
to do TeX/X11/foma specific font generation
Part 3/2(sic) for Bug #14552
diff --git a/ChangeLog b/ChangeLog
index 6bc4b3e..5b16e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * font-{tex,x11}/FUNCTIONS: Override Sorcery's default_post_resurrect
+ to do TeX/X11 specific font generation
+ Part 3/2(sic) for Bug #14552
+ * xorg-font/FUNCTIONS: Override Sorcery's default_post_resurrect to
do foma
+ Part 3/2(sic) for Bug #14552
+
2009-01-31 Treeve Jelbert <treeve AT sourcemage.org>
* printer/zint: new spell, barcode printing
* printer/exaro-libs: new spell, reporting engine
diff --git a/archive/tar/HISTORY b/archive/tar/HISTORY
index e40b1bb..d0a8a5f 100644
--- a/archive/tar/HISTORY
+++ b/archive/tar/HISTORY
@@ -1,3 +1,8 @@
+2009-02-04 George Sherwood <gsherwood AT sourcemage.org>
+ * REPAIR^all^POST_REMOVE: Too many versions of POST_REMOVE
+ There will be an error on cast from install-info
+ Bug #15048
+
2009-01-16 George Sherwood <gsherwood AT sourcemage.org>
* REPAIR^134334446dae38c80e50fc582886694f^POST_REMOVE: Added
proper REPAIR file.
diff --git a/archive/tar/REPAIR^134334446dae38c80e50fc582886694f^POST_REMOVE
b/archive/tar/REPAIR^134334446dae38c80e50fc582886694f^POST_REMOVE
deleted file mode 100755
index 288c2f3..0000000
--- a/archive/tar/REPAIR^134334446dae38c80e50fc582886694f^POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info --delete tar --info-dir $TRACK_ROOT/usr/share/info
-true
diff --git a/archive/tar/REPAIR^all^POST_REMOVE
b/archive/tar/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..288c2f3
--- /dev/null
+++ b/archive/tar/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete tar --info-dir $TRACK_ROOT/usr/share/info
+true
diff --git a/fonts-tex/FUNCTIONS b/fonts-tex/FUNCTIONS
index 3ea3cc3..0506b79 100755
--- a/fonts-tex/FUNCTIONS
+++ b/fonts-tex/FUNCTIONS
@@ -12,3 +12,10 @@ function default_final() {
. $SECTION_DIRECTORY/TEX_FINAL
}
+#---------------------------------------------------------------------
+## Replaces Sorcery's default_post_resurrect with a TeX font one
+#---------------------------------------------------------------------
+function default_post_resurrect() {
+ . $SECTION_DIRECTORY/TEX_POST_RESURRECT
+}
+
diff --git a/fonts-tex/TEX_POST_RESURRECT b/fonts-tex/TEX_POST_RESURRECT
new file mode 100755
index 0000000..fac2771
--- /dev/null
+++ b/fonts-tex/TEX_POST_RESURRECT
@@ -0,0 +1 @@
+texhash
diff --git a/fonts-x11/FUNCTIONS b/fonts-x11/FUNCTIONS
index 526dfdb..1729b51 100755
--- a/fonts-x11/FUNCTIONS
+++ b/fonts-x11/FUNCTIONS
@@ -12,3 +12,10 @@ function default_final() {
. $SECTION_DIRECTORY/X11_FINAL
}
+#---------------------------------------------------------------------
+## Replaces Sorcery's default_post_resurrect with an X11 font one
+#---------------------------------------------------------------------
+function default_post_resurrect() {
+ . $SECTION_DIRECTORY/X11_POST_RESURRECT
+}
+
diff --git a/fonts-x11/X11_POST_RESURRECT b/fonts-x11/X11_POST_RESURRECT
new file mode 100755
index 0000000..696d7d2
--- /dev/null
+++ b/fonts-x11/X11_POST_RESURRECT
@@ -0,0 +1 @@
+register_fonts
diff --git a/fonts-x11/ttf-kochi-substitute/HISTORY
b/fonts-x11/ttf-kochi-substitute/HISTORY
index 38c344f..a4792fa 100644
--- a/fonts-x11/ttf-kochi-substitute/HISTORY
+++ b/fonts-x11/ttf-kochi-substitute/HISTORY
@@ -1,3 +1,8 @@
+2009-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * POST_RESURRECT: Removed, default_post_resurrect is now defined in
+ SECTION_DIRECTORY/FUNCTIONS
+ Fixes Bug #14552
+
2009-01-30 Eric Sandall <sandalle AT sourcemage.org>
* POST_REMOVE: Removed, default_post_remove is now defined in
SECTION_DIRECTORY/FUNCTIONS
diff --git a/fonts-x11/ttf-kochi-substitute/POST_RESURRECT
b/fonts-x11/ttf-kochi-substitute/POST_RESURRECT
deleted file mode 100755
index 368b620..0000000
--- a/fonts-x11/ttf-kochi-substitute/POST_RESURRECT
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/X11_POST_REMOVE
diff --git a/fonts-x11/unfonts-ttf/HISTORY b/fonts-x11/unfonts-ttf/HISTORY
index 5e841ec..f422b44 100644
--- a/fonts-x11/unfonts-ttf/HISTORY
+++ b/fonts-x11/unfonts-ttf/HISTORY
@@ -1,3 +1,8 @@
+2009-02-05 Eric Sandall <sandalle AT sourcemage.org>
+ * POST_RESURRECT: Removed, default_post_resurrect is now defined in
+ SECTION_DIRECTORY/FUNCTIONS
+ Fixes Bug #14552
+
2009-01-30 Eric Sandall <sandalle AT sourcemage.org>
* POST_REMOVE: Removed, default_post_remove is now defined in
SECTION_DIRECTORY/FUNCTIONS
diff --git a/fonts-x11/unfonts-ttf/POST_RESURRECT
b/fonts-x11/unfonts-ttf/POST_RESURRECT
deleted file mode 100755
index 368b620..0000000
--- a/fonts-x11/unfonts-ttf/POST_RESURRECT
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/X11_POST_REMOVE
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 3f73ce1..2344517 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -8,7 +8,7 @@ if [[ $FIREFOX_CVS == y ]]; then