Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (f5960136904e23299358a1285ac1aab26494c40c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (f5960136904e23299358a1285ac1aab26494c40c)
  • Date: Sun, 10 Jul 2011 13:23:36 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

disk/dosfstools/DETAILS | 6 +++---
disk/dosfstools/HISTORY | 4 +++-
graphics/netpbm/BUILD | 4 +---
graphics/netpbm/DEPENDS | 2 +-
graphics/netpbm/DETAILS | 5 ++---
graphics/netpbm/HISTORY | 5 +++++
printer/gutenprint/HISTORY | 3 +++
printer/gutenprint/PRE_BUILD | 6 ++++++
8 files changed, 24 insertions(+), 11 deletions(-)

New commits:
commit 3d875786799028e3dc6d40a6b6e2894b27b2d079
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dosfstools: => 3.0.11

commit 28045c257889e7eb4c6ceecf06d08333dd6bd22e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gutenprint - fix build with gcc-4.6.1

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

netpbm: => 10.35.81

diff --git a/disk/dosfstools/DETAILS b/disk/dosfstools/DETAILS
index a4fd06b..5145e8f 100755
--- a/disk/dosfstools/DETAILS
+++ b/disk/dosfstools/DETAILS
@@ -1,9 +1,9 @@
SPELL=dosfstools
- VERSION=3.0.9
+ VERSION=3.0.11
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.daniel-baumann.ch/software/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d552e9065a5e9315542969eded9872c44c17fd5f3ec901c1341a67040156b2f8288ceb1a940fd91a317ebcf8b48929ce5a5ca32dfe2e7fc8f67b91db2a95c031
+
SOURCE_HASH=sha512:e65154218d1b0374334ee1c23022c833440d840d87ca3f81202149d200643755181f0ae13830a5c6c4f5739041f549dd49cbf5464ec68bb65c211975e18f2df7
WEB_SITE=http://www.daniel-baumann.ch/software/dosfstools/
LICENSE[0]=GPL
ENTERED=20011217
diff --git a/disk/dosfstools/HISTORY b/disk/dosfstools/HISTORY
index 0b20330..23e41f2 100644
--- a/disk/dosfstools/HISTORY
+++ b/disk/dosfstools/HISTORY
@@ -1,3 +1,6 @@
+2011-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.11
+
2010-01-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.0.9

@@ -59,4 +62,3 @@

2002-03-17 Jean-Michel Smith <anonymous AT sourcemage.org>
* Added LICENSE[0] information to DETAILS file
-
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

diff --git a/printer/gutenprint/HISTORY b/printer/gutenprint/HISTORY
index e16adf2..c097426 100644
--- a/printer/gutenprint/HISTORY
+++ b/printer/gutenprint/HISTORY
@@ -1,3 +1,6 @@
+2011-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, fix build with gcc-4.6.1
+
2011-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.2.7

diff --git a/printer/gutenprint/PRE_BUILD b/printer/gutenprint/PRE_BUILD
new file mode 100755
index 0000000..24eb121
--- /dev/null
+++ b/printer/gutenprint/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix build with gcc-4.6.1
+sed -i '/stdlib/i \
+#include <stdio.h>
+' src/cups/commandto*.c



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (f5960136904e23299358a1285ac1aab26494c40c), Vlad Glagolev, 07/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page