Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc62d902f30524fa1cde1d253a77a4330cf71ca7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc62d902f30524fa1cde1d253a77a4330cf71ca7)
  • Date: Mon, 26 Oct 2009 02:38:28 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/proftpd/BUILD | 4 +++-
ftp/proftpd/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit bc62d902f30524fa1cde1d253a77a4330cf71ca7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

proftpd: disabled multijob build to prevent compilation issues on some
boxens

diff --git a/ftp/proftpd/BUILD b/ftp/proftpd/BUILD
index fc15a8b..7e44a7f 100755
--- a/ftp/proftpd/BUILD
+++ b/ftp/proftpd/BUILD
@@ -21,4 +21,6 @@ OPTS="${PROFTPD_CAPS} ${PROFTPD_MODS} ${OPTS}"
&&
sedit 's:RUN_DIR.*"/var/run/proftpd":RUN_DIR "/var/run":' config.h &&
sedit 's:rundir=/var/run/proftpd:rundir=/var/run:' Make.rules &&

-make
+make_single &&
+make &&
+make_normal
diff --git a/ftp/proftpd/HISTORY b/ftp/proftpd/HISTORY
index 25de5ed..2b5dac0 100644
--- a/ftp/proftpd/HISTORY
+++ b/ftp/proftpd/HISTORY
@@ -1,3 +1,6 @@
+2009-10-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed compilation on some boxens, disabled multijob make
+
2009-10-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.2b




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc62d902f30524fa1cde1d253a77a4330cf71ca7), Vlad Glagolev, 10/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page