Skip to Content.
Sympa Menu

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

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 (a8c0859a6d88eaa8510e6281b9cebfd8630d9901)
  • Date: Sat, 28 Mar 2009 15:15:55 -0500

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

graphics/netpbm/BUILD | 1 +
graphics/netpbm/DETAILS | 1 +
graphics/netpbm/HISTORY | 5 +++++
3 files changed, 7 insertions(+)

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

netpbm - fix bug #5141

diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 2c84b91..411aab5 100755
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -11,6 +11,7 @@ LINKER_CAN_DO_EXPLICIT_LIBRARY = Y
LINKERISCOMPILER = Y
CFLAGS_SHLIN += -fPIC
NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/
+PNGLIB = libpng.so
EOF
if list_find "$OPTS" yes-jpeg; then
echo "JPEGLIB = libjpeg.so" >> Makefile.config
diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS
index f6af231..b7a2925 100755
--- a/graphics/netpbm/DETAILS
+++ b/graphics/netpbm/DETAILS
@@ -7,6 +7,7 @@ if [[ $NETPBM_SVN == y ]]; then
FORCE_DOWNLOAD=1
else
VERSION=10.26.60
+ PATCHLEVEL=1

SOURCE_HASH=sha512:efcc4b1c249eba2f497d324d754618ad0febac1236a0c7b90640f2ebca6479e3fe26a4ee99f0502fbefd5acfc26f85c82017ee63d679a6f33f829b6445c18d03
SOURCE=$SPELL-$VERSION.tgz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index c2ac0f0..efd5832 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,8 @@
+2009-03-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: install png conversion routines
+ fixes bug #1514
+
2009-02-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 10.26.60




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a8c0859a6d88eaa8510e6281b9cebfd8630d9901), Treeve Jelbert, 03/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page