summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-02-24 13:48:18 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-02-24 13:48:18 (GMT)
commit27e666b5670e517cdc3abe69dc9c3ee883bd8a60 (patch)
treed9db7258892ec382746bfeb8248d1e003e0225d5
parentc47cfd5d1139afb2a44f0a9d1d8d578ff37fa8d6 (diff)
downloadmxe-27e666b5670e517cdc3abe69dc9c3ee883bd8a60.zip
mxe-27e666b5670e517cdc3abe69dc9c3ee883bd8a60.tar.gz
mxe-27e666b5670e517cdc3abe69dc9c3ee883bd8a60.tar.bz2
update package netpbm
-rw-r--r--index.html2
-rw-r--r--src/netpbm-1-portability-fixes.patch19
-rw-r--r--src/netpbm.mk2
3 files changed, 2 insertions, 21 deletions
diff --git a/index.html b/index.html
index c5084d3..987c2de 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/src/netpbm-1-portability-fixes.patch b/src/netpbm-1-portability-fixes.patch
index 1c4f9a9..52ae2eb 100644
--- a/src/netpbm-1-portability-fixes.patch
+++ b/src/netpbm-1-portability-fixes.patch
@@ -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;
diff --git a/src/netpbm.mk b/src/netpbm.mk
index 2119048..74e95f4 100644
--- a/src/netpbm.mk
+++ b/src/netpbm.mk
@@ -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)