Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (ee567a2ec0be22e9d58a16b1321049979280a194)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (ee567a2ec0be22e9d58a16b1321049979280a194)
  • Date: Mon, 29 Jan 2007 15:15:01 -0600

GIT changes to stable-0.6 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ham/hamlib/BUILD | 15 ++++-----------
ham/hamlib/DEPENDS | 7 +++++++
ham/hamlib/DETAILS | 5 ++---
ham/hamlib/HISTORY | 6 ++++++
4 files changed, 19 insertions(+), 14 deletions(-)

New commits:
commit ee567a2ec0be22e9d58a16b1321049979280a194
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

hamlib update and cleanup, one less api1 spell
(cherry picked from commit bd6ff4a87fc4eea740b4e706e6deda5feba5231d)

diff --git a/ham/hamlib/BUILD b/ham/hamlib/BUILD
index 3d2c0ad..eff528e 100755
--- a/ham/hamlib/BUILD
+++ b/ham/hamlib/BUILD
@@ -1,11 +1,4 @@
-(
-
- sedit "s:-O2:$CFLAGS:g" configure &&
-
- ./configure --prefix=/usr $OPTS &&
-
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
+OPTS="$OPTS --disable-static" &&
+make_single &&
+default_build &&
+make_normal
diff --git a/ham/hamlib/DEPENDS b/ham/hamlib/DEPENDS
new file mode 100755
index 0000000..52e32ff
--- /dev/null
+++ b/ham/hamlib/DEPENDS
@@ -0,0 +1,7 @@
+depends libxml2 &&
+
+optional_depends perl --with-perl-binding --without-perl-binding "for perl
bindings" &&
+optional_depends python --with-python-binding --without-python-binding "for
python bindings" &&
+optional_depends g++ --with-cxx-binding --without-cxx-binding "for c++
bindings and demo" &&
+optional_depends tcl --with-tcl-binding --without-tcl-binding "for tcl
bindings and demo" &&
+optional_depends gd --with-rigmatrix --without-rigmatrix "for the rigmatrix
tool"
diff --git a/ham/hamlib/DETAILS b/ham/hamlib/DETAILS
index 63883f2..f7c9fc7 100755
--- a/ham/hamlib/DETAILS
+++ b/ham/hamlib/DETAILS
@@ -1,14 +1,13 @@
SPELL=hamlib
- VERSION=1.1.4
+ VERSION=1.2.6
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
WEB_SITE=http://www.hamlib.org/
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:e726544796d3d2d08549df3f064d77ea0a2549508f69a758db65a798f153409ef1d3c71124d5d7fafa25491495e3e4afc1fc906449f1dccbedae243209b9d931
+
SOURCE_HASH=sha512:e48ae8761ac33ba4456c1252647df87dbbf7abf3a3046a5ec77305bd585c697739f55d55bde0c0d1c16738c9fde7ce72d1a15e7ce7dc0afc2b813a60cd2f4d04
ENTERED=20020728
KEYWORDS="radio ham"
- BUILD_API=1
SHORT="HAM radio equipment control libraries."
cat << EOF

diff --git a/ham/hamlib/HISTORY b/ham/hamlib/HISTORY
index 5e1ce10..129d720 100644
--- a/ham/hamlib/HISTORY
+++ b/ham/hamlib/HISTORY
@@ -1,3 +1,9 @@
+2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added
+ * BUILD: use only one makejob, link dynamically, use defaults - fixes
man
+ * DETAILS, BUILD: converted to build api2
+ * DETAILS: updated spell to 1.2.6
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (ee567a2ec0be22e9d58a16b1321049979280a194), Jaka Kranjc, 01/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page