Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (723ae251fee9579490038fbefd191a6af7edaae7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (723ae251fee9579490038fbefd191a6af7edaae7)
  • Date: Sun, 16 Jul 2006 16:55:17 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

graphics/netpbm/BUILD | 2 +-
graphics/netpbm/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 723ae251fee9579490038fbefd191a6af7edaae7
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

netpbm: use the correct provides to detect xorg-modular

diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 23ddeba..9e057e6 100755
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -9,7 +9,7 @@ # of cflags, the entries in Makefile.con
# commented out!
sedit "s/^\(CFLAGS =\)/\1 ${CFLAGS} /" Makefile.config &&
make_single &&
-if [[ "$(get_spell_provider $SPELL X11-SERVER)" != "xorg-server" ]]; then
+if [[ "$(get_spell_provider $SPELL X11-LIBS)" != "xorg-server" ]]; then
make X11LIB=/usr/X11R6/lib/libX11.so
else
make X11LIB=/usr/lib/libX11.so
diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index e1baae1..5d4c38a 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,6 @@
+2006-07-16 Robin Cook <rcook AT wyrms.net>
+ * BUILD: use the correct provides to detect xorg-modular
+
2006-07-12 Treeve Jelbert <treeve01 AT pi.be>
* DEPENDS: add X11-LIBS




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (723ae251fee9579490038fbefd191a6af7edaae7), Robin Cook, 07/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page