Skip to Content.
Sympa Menu

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

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 (3452ccf0dcbd77e811bf34b0ea75bffd129cd8ef)
  • Date: Thu, 29 Oct 2009 05:05:03 -0500

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

net/noip/BUILD | 2 +-
net/noip/HISTORY | 2 ++
net/noip/INSTALL | 2 +-
net/noip/PRE_BUILD | 2 ++
4 files changed, 6 insertions(+), 2 deletions(-)

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

noip: some post-update fixes

diff --git a/net/noip/BUILD b/net/noip/BUILD
index f6f17b8..124e996 100755
--- a/net/noip/BUILD
+++ b/net/noip/BUILD
@@ -1 +1 @@
-gcc $CFLAGS -Wall -g -Dlinux -DPREFIX=\"$INSTALL_ROOT/usr\" noip2.c -o noip2
$LDFLAGS
+gcc -v $CFLAGS -Wall -g -Dlinux -DPREFIX=\"$INSTALL_ROOT/usr\" noip2.c -o
noip2 $LDFLAGS
diff --git a/net/noip/HISTORY b/net/noip/HISTORY
index 09f7201..9b240e4 100644
--- a/net/noip/HISTORY
+++ b/net/noip/HISTORY
@@ -1,5 +1,7 @@
2009-10-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.1.9
+ * BUILD, INSTALL: added verbosity
+ * PRE_BUILD: remove useless binary file after tarball extraction

2008-09-29 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 2.1.7
diff --git a/net/noip/INSTALL b/net/noip/INSTALL
index 9ebfecb..58c0d3a 100755
--- a/net/noip/INSTALL
+++ b/net/noip/INSTALL
@@ -1 +1 @@
-install -m 500 -o root -g root noip2 "${INSTALL_ROOT}/usr/sbin/"
+install -vm 500 -o root -g root noip2 "${INSTALL_ROOT}/usr/sbin/"
diff --git a/net/noip/PRE_BUILD b/net/noip/PRE_BUILD
index 2d04099..31df888 100755
--- a/net/noip/PRE_BUILD
+++ b/net/noip/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+rm ../._$SPELL-$VERSION &&
+
sedit "s:PREFIX\"/etc:\"/etc:g" noip2.c



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

Archive powered by MHonArc 2.6.24.

Top of Page