update package netpbm

This commit is contained in:
Mark Brand 2013-02-24 14:48:18 +01:00
parent c47cfd5d11
commit 27e666b567
3 changed files with 2 additions and 21 deletions

View File

@ -1701,7 +1701,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="netpbm-package">netpbm</td>
<td id="netpbm-version">10.35.87</td>
<td id="netpbm-version">10.35.88</td>
<td id="netpbm-website"><a href="http://netpbm.sourceforge.net/">Netpbm</a></td>
</tr>
<tr>

View File

@ -31,22 +31,3 @@ See index.html for further information.
echo '#endif' >>$@ || $(DELETEIT)
--- a/urt/rle_open_f.c 2012-12-06 11:19:45.850521658 +0100
+++ b/urt/rle_open_f.c 2012-12-06 11:19:57.794521308 +0100
@@ -15,14 +15,14 @@
#include <unistd.h>
#include <fcntl.h>
+#include "rle.h"
+
#ifndef NO_OPEN_PIPES
/* Need to have a SIGCLD signal catcher. */
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
-#include "rle.h"
-
/* Count outstanding children. Assume no more than 100 possible. */
#define MAX_CHILDREN 100
static int catching_children = 0;

View File

@ -3,7 +3,7 @@
PKG := netpbm
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := faf4f4e65ede1a22ed38d84596e68446b7970a8b
$(PKG)_CHECKSUM := 00f82f715bc0745302ccfaacea9fd59957da04a9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/netpbm/super_stable/$($(PKG)_VERSION)/$($(PKG)_FILE)