Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (f7e714b7ac9fd90d24f40c983281e03120de23a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (f7e714b7ac9fd90d24f40c983281e03120de23a4)
  • Date: Mon, 5 Nov 2007 08:55:19 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

devel/pkgconfig/DEPENDS | 4 ++++
devel/pkgconfig/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 798c57bb53703ecc3bc32abb04ebade19c8e2fcd
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

pkgconfig: Optionally depend on glib2 to use system GLib. Build takes
only 1/10th of the time and executable is half the
size than with included glib.

diff --git a/devel/pkgconfig/DEPENDS b/devel/pkgconfig/DEPENDS
new file mode 100755
index 0000000..ba12e96
--- /dev/null
+++ b/devel/pkgconfig/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends glib2 \
+ "--with-installed-glib" \
+ "--without-installed-glib" \
+ "to use system GLib"
diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
index 06c2e12..04854f7 100644
--- a/devel/pkgconfig/HISTORY
+++ b/devel/pkgconfig/HISTORY
@@ -1,3 +1,6 @@
+2007-11-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added, optionally depend on glib2 for system GLib.
+
2007-08-29 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD, INSTALL, profile.d/pkgconfig.sh: removed, the default pc-path
works now and those simply break it



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (f7e714b7ac9fd90d24f40c983281e03120de23a4), Juuso Alasuutari, 11/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page