Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (1e38fdc9795168eb12202eb8befd46849a5cf0d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (1e38fdc9795168eb12202eb8befd46849a5cf0d4)
  • Date: Thu, 13 Aug 2009 08:41:26 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

utils/9base/CONFLICTS | 1 +
utils/9base/HISTORY | 9 +++++----
utils/9base/PRE_BUILD | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 1e38fdc9795168eb12202eb8befd46849a5cf0d4
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/9base: corrected install path and conflicts with plan9port

diff --git a/utils/9base/CONFLICTS b/utils/9base/CONFLICTS
new file mode 100755
index 0000000..d6312de
--- /dev/null
+++ b/utils/9base/CONFLICTS
@@ -0,0 +1 @@
+conflicts plan9port y
diff --git a/utils/9base/HISTORY b/utils/9base/HISTORY
index fc8887b..7d4706c 100644
--- a/utils/9base/HISTORY
+++ b/utils/9base/HISTORY
@@ -1,8 +1,9 @@
2009-08-12 Quentin Rameau <quinq AT sourcemage.org>
- * DETAILS: updated to version 3, urls updated.
- * BUILD: moved edition of config.mk to PRE_BUILD.
- * PRE_BUILD: added, corrects install path.
- * PROVIDES: added, provider of PLAN9TOOLS.
+ * DETAILS: updated to version 3, urls updated
+ * BUILD: moved edition of config.mk to PRE_BUILD
+ * PRE_BUILD: added, corrects install path
+ * PROVIDES: added, provider of PLAN9TOOLS
+ * CONFLICTS: now conflicts with plan9port

2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFLICTS: removed, deprecation complete
diff --git a/utils/9base/PRE_BUILD b/utils/9base/PRE_BUILD
index 6ee4bb3..4fa1fc3 100755
--- a/utils/9base/PRE_BUILD
+++ b/utils/9base/PRE_BUILD
@@ -2,4 +2,4 @@ default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

#right install path
-sedit 's:/usr/local/9:/opt/9:' config.mk
+sedit 's:/usr/local/plan9:/opt/plan9:' config.mk



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (1e38fdc9795168eb12202eb8befd46849a5cf0d4), Quentin Rameau, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page