Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (700d8c9ba5b4e3b7b062c7e96ea1b526e8cab5ed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (700d8c9ba5b4e3b7b062c7e96ea1b526e8cab5ed)
  • Date: Fri, 2 May 2008 15:25:48 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

fonts/terminus-font/DEPENDS | 1 +
fonts/terminus-font/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 700d8c9ba5b4e3b7b062c7e96ea1b526e8cab5ed
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

terminus-font/DEPENDS: added bdftopcf depends

Terminus depends on bdftopcf to build the console version of itself
(else the build will fail).

diff --git a/fonts/terminus-font/DEPENDS b/fonts/terminus-font/DEPENDS
index 32cc5c5..1b2bfb3 100755
--- a/fonts/terminus-font/DEPENDS
+++ b/fonts/terminus-font/DEPENDS
@@ -1,3 +1,4 @@
depends gawk &&
depends perl &&
+depends bdftopcf &&
source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts/terminus-font/HISTORY b/fonts/terminus-font/HISTORY
index 2fecaf7..4d7274c 100644
--- a/fonts/terminus-font/HISTORY
+++ b/fonts/terminus-font/HISTORY
@@ -1,3 +1,6 @@
+2008-04-25 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: added depends bdftopcf (fails build without)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.





Archive powered by MHonArc 2.6.24.

Top of Page