Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (70453a2c002518cf7f091ad229b06d8aa8edf6d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (70453a2c002518cf7f091ad229b06d8aa8edf6d1)
  • Date: Fri, 19 Aug 2011 11:26:21 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

devel/check/BUILD | 4 ----
devel/check/HISTORY | 3 +++
gnome2-apps/gucharmap/DEPENDS | 2 +-
gnome2-apps/gucharmap/HISTORY | 3 +++
net/rrdtool/DEPENDS | 2 +-
net/rrdtool/HISTORY | 3 +++
net/samba/BUILD | 1 -
net/samba/HISTORY | 3 +++
8 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 70453a2c002518cf7f091ad229b06d8aa8edf6d1
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

samba: removed unrecognized options (issue #30)

commit 8e344163c8bacbbdd492754ba8d96aaa4da35aaf
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

rrdtool: fixed unrecognized options (issue #30)

commit 9477c2e3f05ea91c99c457869d523da85de0e7e0
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gucharmap: fixed typo (issue #30)

commit b5c1cf2e3e963f2dacafcc9455e43d89ab840f92
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

check: removed BUILD, it only contained unrecognized configure option
(issue #30)

diff --git a/devel/check/BUILD b/devel/check/BUILD
deleted file mode 100755
index 4ee8541..0000000
--- a/devel/check/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# make it not append version info to its doc dir so we end up with only one
-# check dir in /usr/share/doc
-OPTS="--enable-plain-docdir $OPTS" &&
-default_build
diff --git a/devel/check/HISTORY b/devel/check/HISTORY
index b94a0a9..5d6b230 100644
--- a/devel/check/HISTORY
+++ b/devel/check/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: removed, it only contained unrecognized configure option
(issue #30)
+
2009-10-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.8

diff --git a/gnome2-apps/gucharmap/DEPENDS b/gnome2-apps/gucharmap/DEPENDS
index dfa5031..62dd35b 100755
--- a/gnome2-apps/gucharmap/DEPENDS
+++ b/gnome2-apps/gucharmap/DEPENDS
@@ -9,7 +9,7 @@ optional_depends gobject-introspection \

optional_depends gtk-doc \
"--enable-gtk-doc" \
- "--disable-gtk-doc --disable--gtk-doc-html" \
+ "--disable-gtk-doc --disable-gtk-doc-html" \
"to build documentation" &&

if is_depends_enabled $SPELL gtk-doc; then
diff --git a/gnome2-apps/gucharmap/HISTORY b/gnome2-apps/gucharmap/HISTORY
index d05a3e9..b4b55d2 100644
--- a/gnome2-apps/gucharmap/HISTORY
+++ b/gnome2-apps/gucharmap/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: fixed typo (issue #30)
+
2010-11-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.32.1

diff --git a/net/rrdtool/DEPENDS b/net/rrdtool/DEPENDS
index 6943271..394e878 100755
--- a/net/rrdtool/DEPENDS
+++ b/net/rrdtool/DEPENDS
@@ -31,6 +31,6 @@ optional_depends RUBY \
"for Ruby modules" &&

optional_depends tcl \
- "--enable-tcl-site" \
+ "--enable-tcl" \
"--disable-tcl" \
"for Tcl modules"
diff --git a/net/rrdtool/HISTORY b/net/rrdtool/HISTORY
index 0e0a93c..3253ee8 100644
--- a/net/rrdtool/HISTORY
+++ b/net/rrdtool/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: fixed unrecognized options (issue #30)
+
2010-08-20 Mark Bainter <mbainter AT sourcemage.org>
* DEPENDS: Added missing dependency on intltool

diff --git a/net/samba/BUILD b/net/samba/BUILD
index a7f3992..24d8bd7 100755
--- a/net/samba/BUILD
+++ b/net/samba/BUILD
@@ -1,5 +1,4 @@
OPTS="--with-swatdir=/usr/share/swat \
- --with-smbmount \
--with-fhs \
--with-automount \
--with-winbind \
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 72a5717..4e0f1a2 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: removed unrecognized options (issue #30)
+
2011-08-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.5.11




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (70453a2c002518cf7f091ad229b06d8aa8edf6d1), Bor Kraljič, 08/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page