[Lunar-commits] <moonbase> netpbm: Version bump, needed to tweak the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jan 16 18:38:44 CET 2010


commit 82f8458c11774fb42602a5becfd0c99f1032fb80
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 16 12:38:44 2010 -0500

    netpbm: Version bump, needed to tweak the BUILD.
---
 graphics/netpbm/BUILD   |   23 +++++++++++------------
 graphics/netpbm/DETAILS |    6 +++---
 2 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 44c6458..4ccb801 100644
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -1,31 +1,30 @@
 (
 
-  if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then
+#  if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then
     # To compile with jpeg 7, rather than old 6b
     # From http://repos.archlinux.org/viewvc.cgi/netpbm/repos/extra-i686/
-    sedit "s:* cinfo.min_DCT_scaled_size;:* cinfo.min_DCT_v_scaled_size;:" converter/ppm/ppmtompeg/jpeg.c
-  fi &&
+#    sedit "s:* cinfo.min_DCT_scaled_size;:* cinfo.min_DCT_v_scaled_size;:" converter/ppm/ppmtompeg/jpeg.c
+#  fi &&
 
-  sedit "s/getline/getLine/" converter/ppm/xvminitoppm.c  &&
-  sedit "s:/tmp/netpbm:$(pwd -P)/BUILD:g" Makefile.config.in buildtools/installnetpbm.pl doc/README.DJGPP  &&
-  sedit "s/CC = cc/CC = gcc/" Makefile.config.in  &&
+#  sedit "s/getline/getLine/" converter/ppm/xvminitoppm.c  &&
+#  sedit "s:/tmp/netpbm:$(pwd -P)/BUILD:g" Makefile.config.in buildtools/installnetpbm.pl doc/README.DJGPP  &&
+#  sedit "s/CC = cc/CC = gcc/" Makefile.config.in  &&
   echo  -e  "
 gnu
 regular
 shared
-n
+y
 
 libjpeg.so
 default
 libtiff.so
 default
-libpng.so
-default
 libz.so
 default
-
-
-
+/usr/X11R6/lib/libX11.so
+default
+libvga.so
+default
 " | ./configure    &&
   sedit "s/^CFLAGS =/CFLAGS = -fPIC /" Makefile.config  &&
   make             &&
diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS
index d320a0c..2ed6ab9 100644
--- a/graphics/netpbm/DETAILS
+++ b/graphics/netpbm/DETAILS
@@ -1,11 +1,11 @@
           MODULE=netpbm
-         VERSION=10.26.63
+         VERSION=10.35.72
           SOURCE=$MODULE-$VERSION.tgz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:81ec2499897809777813f9ec8e6222d8cf988daf
+      SOURCE_VFY=sha1:f319ff02a42214637dfa7b249925bbb96f9ee14d
         WEB_SITE=http://netpbm.sourceforge.net/
          ENTERED=20010922
-         UPDATED=20090825
+         UPDATED=20100116
            PSAFE=no
            SHORT="contains 220 programs that convert graphics formats"
 


More information about the Lunar-commits mailing list