diff options
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/netpbm/netpbm-fiasco-overflow.patch | 12 | ||||
-rw-r--r-- | source/l/netpbm/netpbm-manfix.patch | 36 | ||||
-rwxr-xr-x | source/l/netpbm/netpbm.SlackBuild | 1 |
3 files changed, 0 insertions, 49 deletions
diff --git a/source/l/netpbm/netpbm-fiasco-overflow.patch b/source/l/netpbm/netpbm-fiasco-overflow.patch deleted file mode 100644 index 850dbc30..00000000 --- a/source/l/netpbm/netpbm-fiasco-overflow.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow netpbm-10.47.09/converter/other/fiasco/lib/image.h ---- netpbm-10.47.09/converter/other/fiasco/lib/image.h.fiasco-overflow 2010-01-25 09:00:48.000000000 +0100 -+++ netpbm-10.47.09/converter/other/fiasco/lib/image.h 2010-01-27 10:29:48.000000000 +0100 -@@ -29,7 +29,7 @@ typedef struct image - * Image data - */ - { -- char id [7]; -+ char id [8]; - unsigned reference_count; - unsigned width; /* Width of the image */ - unsigned height; /* Height of the image */ diff --git a/source/l/netpbm/netpbm-manfix.patch b/source/l/netpbm/netpbm-manfix.patch index 54df85f5..c85a7497 100644 --- a/source/l/netpbm/netpbm-manfix.patch +++ b/source/l/netpbm/netpbm-manfix.patch @@ -1,16 +1,3 @@ -diff -urNp old/userguide/avstopam.html new/userguide/avstopam.html ---- old/userguide/avstopam.html 2017-09-05 13:58:08.338559550 +0200 -+++ new/userguide/avstopam.html 2017-09-05 14:00:27.371039472 +0200 -@@ -1,8 +1,7 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> --<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -+<html> - <head> - <title>Avstopam User Manual</title> --<meta http-equiv="content-type" content="text/html; charset=us-ascii" /> - </head> - - <body> diff -urNp old/userguide/escp2topbm.html new/userguide/escp2topbm.html --- old/userguide/escp2topbm.html 2017-09-05 13:58:08.335559561 +0200 +++ new/userguide/escp2topbm.html 2017-09-05 14:01:20.226842694 +0200 @@ -114,29 +101,6 @@ diff -urNp old/userguide/pamstereogram.html new/userguide/pamstereogram.html <h2 id="name">NAME</h2> -diff -urNp old/userguide/pamtoavs.html new/userguide/pamtoavs.html ---- old/userguide/pamtoavs.html 2017-09-05 13:58:08.329559583 +0200 -+++ new/userguide/pamtoavs.html 2017-09-05 14:05:49.299863901 +0200 -@@ -1,5 +1,5 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> --<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -+<html> - <head> - <title>Pamtoavs User Manual</title> - <meta http-equiv="content-type" content="text/html; charset=us-ascii" /> -diff -urNp old/userguide/pamtooctaveimg.html new/userguide/pamtooctaveimg.html ---- old/userguide/pamtooctaveimg.html 2017-09-05 13:58:08.335559561 +0200 -+++ new/userguide/pamtooctaveimg.html 2017-09-05 14:06:21.825752356 +0200 -@@ -1,8 +1,7 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> --<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -+<html> - <head> - <title>Pamtooctaveimg User Manual</title> --<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - </head> - - <body> diff -urNp old/userguide/pnmflip.html new/userguide/pnmflip.html --- old/userguide/pnmflip.html 2017-09-05 13:58:08.336559557 +0200 +++ new/userguide/pnmflip.html 2017-09-05 14:07:15.065963977 +0200 diff --git a/source/l/netpbm/netpbm.SlackBuild b/source/l/netpbm/netpbm.SlackBuild index 2d5241b4..a0c206a8 100755 --- a/source/l/netpbm/netpbm.SlackBuild +++ b/source/l/netpbm/netpbm.SlackBuild @@ -84,7 +84,6 @@ zcat $CWD/netpbm-xwdfix.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/netpbm-multilib.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/netpbm-glibc.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/netpbm-docfix.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/netpbm-fiasco-overflow.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/netpbm-cmuwtopbm.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/netpbm-pamtojpeg2k.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/netpbm-manfix.patch.gz | patch -p1 --verbose || exit 1 |