Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c604359b343693f07b0fbfcbac04fd91d18bb568)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c604359b343693f07b0fbfcbac04fd91d18bb568)
  • Date: Wed, 6 Oct 2010 20:03:52 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/vpnc/HISTORY | 3 +++
net/vpnc/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit c604359b343693f07b0fbfcbac04fd91d18bb568
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

vpnc: Fix sed to not mangle the Makefile

Using gcc version: 4.4.3
Building in dir: /usr/src/vpnc-0.5.3
vpnc 0.5.3

Makefile:54: *** missing separator. Stop.

Makefile used:
CFLAGS ?= ...
CFLAGS += ...

The prior sed would mangle that.

diff --git a/net/vpnc/HISTORY b/net/vpnc/HISTORY
index 5e023d6..51722c3 100644
--- a/net/vpnc/HISTORY
+++ b/net/vpnc/HISTORY
@@ -1,3 +1,6 @@
+2010-10-06 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Fix sed to not mangle the Makefile
+
2009-01-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.5.3

diff --git a/net/vpnc/PRE_BUILD b/net/vpnc/PRE_BUILD
index e461960..1817d59 100755
--- a/net/vpnc/PRE_BUILD
+++ b/net/vpnc/PRE_BUILD
@@ -2,4 +2,4 @@ default_pre_build
&&
#
# Use our optimizations as well
#
-sedit "s:CFLAGS=*:& ${CFLAGS} :" $SOURCE_DIRECTORY/Makefile
+sedit "s:CFLAGS ?=*:& ${CFLAGS} :" $SOURCE_DIRECTORY/Makefile



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c604359b343693f07b0fbfcbac04fd91d18bb568), Eric Sandall, 10/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page