Skip to Content.
Sympa Menu

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

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 (3bcd0bdf5a1e518954f8c6b2f724da6f3ad13773)
  • Date: Tue, 21 Oct 2008 20:07:49 -0500

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

utils/crm114/HISTORY | 2 ++
utils/crm114/INSTALL | 12 ++++++++++++
utils/crm114/PRE_BUILD | 1 +
3 files changed, 15 insertions(+)

New commits:
commit 3bcd0bdf5a1e518954f8c6b2f724da6f3ad13773
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

utils/crm114: correct the build and install

The Makefile has hardcoded CFLAGS, so PRE_BUILD now comments those
before building. Also, the install target of the Makefile is missing a
lot of the useful files, so these are now installed by INSTALL
(includes examples as well as full "programs" like the mailfilter and
mailreaver scripts for spam filtering).

diff --git a/utils/crm114/HISTORY b/utils/crm114/HISTORY
index 3ba27cb..ba7301b 100644
--- a/utils/crm114/HISTORY
+++ b/utils/crm114/HISTORY
@@ -1,5 +1,7 @@
2008-10-21 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: updated to 20080326-BlameSentansoken
+ * PRE_BUILD: comment out CFLAGS in Makefile
+ * INSTALL: created, install misc files make install doesn't handle

2006-12-01 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, DEPENDS, BUILD, PRE_BUILD, HISTORY: Created this spell.
diff --git a/utils/crm114/INSTALL b/utils/crm114/INSTALL
new file mode 100755
index 0000000..f1eecdc
--- /dev/null
+++ b/utils/crm114/INSTALL
@@ -0,0 +1,12 @@
+default_install &&
+
+install -dm 0755 "$INSTALL_ROOT"/usr/share/$SPELL &&
+install -dm 0755 "$INSTALL_ROOT"/usr/share/doc/$SPELL &&
+
+install -m 0644 *.crm "$INSTALL_ROOT"/usr/share/$SPELL &&
+install -m 0644 *.mfp* "$INSTALL_ROOT"/usr/share/$SPELL &&
+install -m 0644 *.recipe "$INSTALL_ROOT"/usr/share/$SPELL &&
+install -m 0644 *.dat "$INSTALL_ROOT"/usr/share/$SPELL &&
+install -m 0644 mailfilter.cf "$INSTALL_ROOT"/usr/share/$SPELL/mailfilter.cf
&&
+
+install -m 0644 *.txt "$INSTALL_ROOT"/usr/share/doc/$SPELL
diff --git a/utils/crm114/PRE_BUILD b/utils/crm114/PRE_BUILD
index fa88d4a..aeb89a8 100755
--- a/utils/crm114/PRE_BUILD
+++ b/utils/crm114/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
sedit "s:LDFLAGS += -static -static-libgcc:#LDFLAGS += -static
-static-libgcc:" Makefile
+sedit "s:CFLAGS += -g -O3 -Wall:#CFLAGS += -g -O3 -Wall:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (3bcd0bdf5a1e518954f8c6b2f724da6f3ad13773), Justin Boffemmyer, 10/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page