Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (df6ffd99866073aa71ee8f57c637584a27cb349a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (df6ffd99866073aa71ee8f57c637584a27cb349a)
  • Date: Sun, 10 Jul 2011 08:05:17 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics/netpbm/BUILD | 4 +---
graphics/netpbm/DEPENDS | 2 +-
graphics/netpbm/DETAILS | 5 ++---
graphics/netpbm/HISTORY | 5 +++++
4 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit df6ffd99866073aa71ee8f57c637584a27cb349a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

netpbm: => 10.35.81

diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index ee37ca4..906e808 100755
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -35,6 +35,4 @@ if list_find "$OPTS" yes-svga; then
echo "LINUXSVGALIB = libvga.so" >> $CONFIGFILE
fi &&
sedit "s/^\(CFLAGS =\)/\1 ${CFLAGS} /" $CONFIGFILE &&
-make_single &&
-make &&
-make_normal
+make
diff --git a/graphics/netpbm/DEPENDS b/graphics/netpbm/DEPENDS
index b857e1b..e2457a1 100755
--- a/graphics/netpbm/DEPENDS
+++ b/graphics/netpbm/DEPENDS
@@ -10,4 +10,4 @@ optional_depends JPEG yes-jpeg no-jpeg "jpeg support" &&
optional_depends tiff yes-tiff no-tiff "tiff support" &&
optional_depends zlib yes-zlib no-zlib "compression support" &&
optional_depends svgalib yes-svga no-svga "svgalib support" &&
-optional_depends xorg-libs yes-x11 no-x11 "x11 support"
+optional_depends libx11 yes-x11 no-x11 "x11 support"
diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS
index 2c0a0b7..7559af3 100755
--- a/graphics/netpbm/DETAILS
+++ b/graphics/netpbm/DETAILS
@@ -6,9 +6,8 @@ if [[ $NETPBM_SVN == y ]]; then
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=10.35.72
- PATCHLEVEL=0
-
SOURCE_HASH=sha512:4a7c38a893a44473fbfbf5b35232252e1dbeafdc6fa0e30aa1f0c283a4c8147cf0077531b21112d0692bf7e47736b58e29b4f01a8c1bb6cc918e50faf6867f78
+ VERSION=10.35.81
+
SOURCE_HASH=sha512:477daf333aee6d0d3669b9810cb8ef40d40d216bec1268c9cd93a7075793031b6c9c0607c063195e19c07ee42b66f090b4d40909ed9ebd611498c4887765a42e
SOURCE=$SPELL-$VERSION.tgz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
fi
diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index 5b1463f..1af17e4 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,8 @@
+2011-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 10.35.81
+ * DEPENDS: xorg-libs => libx11
+ * BUILD: remove make_single
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (df6ffd99866073aa71ee8f57c637584a27cb349a), Treeve Jelbert, 07/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page