Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (8625fcaec652c3ee45018495164da2efbe4711c8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (8625fcaec652c3ee45018495164da2efbe4711c8)
  • Date: Wed, 20 Sep 2006 14:47:32 -0500

GIT changes to master grimoire by David Kowis <dkowis AT raziel.shlrm.org>:

telephony/asterisk/CONFIGURE | 6 ------
telephony/asterisk/HISTORY | 4 ++--
telephony/asterisk/INSTALL | 5 -----
telephony/asterisk/PRE_BUILD | 5 +++--
telephony/asterisk/makelist.patch | 11 -----------
5 files changed, 5 insertions(+), 26 deletions(-)

New commits:
commit 8625fcaec652c3ee45018495164da2efbe4711c8
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT raziel.shlrm.org>

asterisk

Got smart and found an option to prevent overwriting configs!

diff --git a/telephony/asterisk/CONFIGURE b/telephony/asterisk/CONFIGURE
deleted file mode 100755
index 8a328b8..0000000
--- a/telephony/asterisk/CONFIGURE
+++ /dev/null
@@ -1,6 +0,0 @@
-persistent_add ASTERISK_SAMPLES &&
-message "The spell author reccomends saying y to this the first time you
cast it." &&
-message "That way you have the sample configs to get started with." &&
-message "The spell WILL NOT REMEMBER that you said y, it's a one time deal."
&&
-query ASTERISK_SAMPLES \
- "Do you want to install the sample configs (CLOBBERS EXISTING
CONFIG!!!!)?" n
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index 463ae62..02ce731 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,8 +1,8 @@
2006-09-20 David Kowis <dkowis AT shlrm.org>
* DETAILS: Version to 1.2.12.1
* DEPENDS: fixed depends info
- * CONFIGURE: added logic to install configs
- * INSTALL: added logic to forget about installing configs :)
+ * PRE_BUILD: found options to prevent config clobbering!
+ obsoleted patch with a line of sed

2006-04-24 Unet <unet AT sourcemage.org>
* DETAILS: Updated to 1.2.7.1
diff --git a/telephony/asterisk/INSTALL b/telephony/asterisk/INSTALL
deleted file mode 100755
index 6731e8a..0000000
--- a/telephony/asterisk/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-if [[ "$ASTERISK_SAMPLES" == "y" ]]; then
- persistent_remove ASTERISK_SAMPLES &&
- make samples
-fi
diff --git a/telephony/asterisk/PRE_BUILD b/telephony/asterisk/PRE_BUILD
index 26c9b07..d8deb7b 100755
--- a/telephony/asterisk/PRE_BUILD
+++ b/telephony/asterisk/PRE_BUILD
@@ -1,3 +1,4 @@
-default_pre_build &&
-patch -d${SOURCE_DIRECTORY} -p0 < ${SCRIPT_DIRECTORY}/makelist.patch
+OURCE_DIRECTORY} &&
+sed -i -e "s|/usr/bin/awk|/bin/awk|" editline/makelist &&
+sed -i -e "s/OVERWRITE=y/OVERWRITE=n/" Makefile

diff --git a/telephony/asterisk/makelist.patch
b/telephony/asterisk/makelist.patch
deleted file mode 100644
index dba70a4..0000000
--- a/telephony/asterisk/makelist.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- editline/makelist.orig 2005-11-30 07:24:39.000000000 +1300
-+++ editline/makelist 2005-12-24 11:43:45.000000000 +1300
-@@ -39,7 +39,7 @@
-
- # makelist.sh: Automatically generate header files...
-
--AWK=/usr/bin/awk
-+AWK=/bin/awk
- USAGE="Usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
-
- if [ "x$1" = "x" ]



  • [SM-Commit] GIT changes to master grimoire by David Kowis (8625fcaec652c3ee45018495164da2efbe4711c8), David Kowis, 09/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page