summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-01-18 14:16:20 +0000
committeradam <adam@pkgsrc.org>2005-01-18 14:16:20 +0000
commitf381673935616fb799fcdc50a0420a158606bde8 (patch)
treee8187cdaf8b1d54bbac69db472b0c58d5d4661b1 /graphics/netpbm/patches
parent9a80a01fb8352ef0e2a572f52e1b12bc38f7dab8 (diff)
downloadpkgsrc-f381673935616fb799fcdc50a0420a158606bde8.tar.gz
Changes 10.26.1:
* pamcomp: fix bug that duplicates last row of overlay image. * pamcut: fix bug that fills the rightmost column with black. * pnmtopalm: fix bug with -offset option. * ppmforge: fix bug: crash due to wild pointer with -night. Changes 10.26: * pnmhistmap: Add -dots, -nmax, -red, -green, -blue, -lval, -rval, -height, and -width options. * pnmnorm: accept -wpercent and -wvalue (or -bpercent and -bvalue) together. Thanks Gregg Townsend <gmt@CS.Arizona.EDU>. * xwdtopnm: Add -headerdump option. * pnmtoxwd: Include 256 color color maps in direct color instead of zero. Zero has a weird effect. * pamtotga: recognize RGB_ALPHA instead of RGBA. * palmtopnm: fix bug in determination of compression type. * palmtopnm: fix bug in handling of multi-image streams. * pnmtopalm: fix bugs in computation of nextDepthOffset. * pamtotga: fix TGA pixel size for TGA with alpha. Don't do colormap if input has transparency. * pamtotga: fix crash due to uninitialized "id" field in TGA header. * pbm_writepbmrow(): Fix bug in MMX/SSE code that causes segmentation fault. * pnmhistmap: Fix bug: doesn't work with maxval != 255. * pbmtext: fix crash with code point > 127. * ppmtompeg: major cleanup. * pnmtopng: fix "internal error" and crash bug with -transparent. * pnmtoxwd: fix endianness on littleendian machines. * pnmtoxwd: fix bug: doesn't work if you specify an option. * jpegtopnm: fix bug: -dumpexif all wrong. * jpegtopnm: fix bug: newline written to stdout instead of stderr with -dumpexif. * Add missing 'col' declaration so -msse compile works. * pcdovtoppm: fix syntax error * pnmtojbig/jbigtopnm: add newline to "usage" message. * pamperspective: fix bugs with -frame_include, etc. * build: Jeg2k programs build properly with newer Jasper library. * build: Fix bug: "no rule to build xxx.so" with external * Jasper or Jbig library. * Add NAME and DESCRIPTION section to pointer man pages.
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r--graphics/netpbm/patches/patch-aa37
-rw-r--r--graphics/netpbm/patches/patch-ab6
-rw-r--r--graphics/netpbm/patches/patch-ac8
-rw-r--r--graphics/netpbm/patches/patch-ae10
4 files changed, 26 insertions, 35 deletions
diff --git a/graphics/netpbm/patches/patch-aa b/graphics/netpbm/patches/patch-aa
index 6341d1c3192..3e965192906 100644
--- a/graphics/netpbm/patches/patch-aa
+++ b/graphics/netpbm/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
+$NetBSD: patch-aa,v 1.29 2005/01/18 14:16:20 adam Exp $
---- Makefile.config.in.orig Tue Jan 13 18:12:28 2004
+--- Makefile.config.in.orig 2004-10-16 19:53:17.000000000 +0000
+++ Makefile.config.in
@@ -33,7 +33,7 @@ BUILD_FIASCO = Y
#CC = gcc
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# The linker.
LD = $(CC)
-@@ -70,7 +70,7 @@ LD_FOR_BUILD = $(LD)
+@@ -86,7 +86,7 @@ LD_FOR_BUILD = $(LD)
# MAKE is set automatically by Make to what was used to invoke Make.
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
#Solaris:
#INSTALL = /usr/ucb/install
#Tru64:
-@@ -82,7 +82,7 @@ INSTALL = $(SRCDIR)/buildtools/install.s
+@@ -98,7 +98,7 @@ INSTALL = $(SRCDIR)/buildtools/install.s
# STRIPFLAG is the option you pass to the above install program to make it
# strip unnecessary information out of binaries.
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# If you don't want to strip the binaries, just leave it null:
#STRIPFLAG =
-@@ -101,8 +101,10 @@ MANPAGE_FORMAT = nroff
+@@ -117,8 +117,10 @@ MANPAGE_FORMAT = nroff
AR = ar
RANLIB = ranlib
# IRIX, SCO don't have Ranlib:
@@ -42,16 +42,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# Solaris:
# LEX = flex -e
# Or just skip parts that need Lex:
-@@ -151,7 +153,7 @@ EXE =
-
- # linker options.
-
--LDFLAGS =
-+#LDFLAGS =
- # Eunice users may want to use -noshare so that the executables can
- # run standalone:
- #LDFLAGS = -noshare
-@@ -174,7 +176,7 @@ LDFLAGS =
+@@ -204,7 +206,7 @@ EXE =
# Here, $(SONAME) resolves to the soname for the shared library being created.
# The following are gcc options. This works on GNU libc systems.
@@ -60,8 +51,8 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# You need -nostart instead of -shared on BeOS. Though the BeOS compiler is
# ostensibly gcc, it has the -nostart option, which is not mentioned in gcc
# documentation and doesn't exist in at least one non-BeOS installation.
-@@ -203,6 +205,18 @@ LDRELOC = NONE
- #LDRELOC = ld --relocateable
+@@ -237,6 +239,18 @@ LDRELOC = NONE
+ #LDRELOC = ld --reloc
#LDRELOC = ld -r
+ifeq ($(OPSYS),SunOS)
@@ -79,7 +70,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# On older systems, you have to make shared libraries out of position
# independent code, so you need -fpic or fPIC here. (The rule is: if
-@@ -221,11 +235,23 @@ LDRELOC = NONE
+@@ -255,11 +269,23 @@ LDRELOC = NONE
CFLAGS_SHLIB =
# Solaris or SunOS with gcc, and NetBSD:
#CFLAGS_SHLIB = -fpic
@@ -104,7 +95,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# SHLIB_CLIB is the link option to include the C library in a shared library,
# normally "-lc". On typical systems, this serves no purpose. On some,
# though, it causes information about which C library to use to be recorded
-@@ -294,8 +320,8 @@ TIFFHDR_DIR =
+@@ -328,8 +354,8 @@ TIFFHDR_DIR =
#TIFFLIB = libtiff.so
#TIFFHDR_DIR = /usr/include/libtiff
#NetBSD:
@@ -115,7 +106,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# OSF, Tru64:
#TIFFLIB = /usr/local1/DEC/lib/libtiff.so
#TIFFHDR_DIR = /usr/local1/DEC/include
-@@ -323,8 +349,8 @@ JPEGHDR_DIR =
+@@ -357,8 +383,8 @@ JPEGHDR_DIR =
#JPEGLIB = libjpeg.so
#JPEGHDR_DIR = /usr/include/jpeg
# Netbsd:
@@ -126,7 +117,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# OSF, Tru64:
#JPEGLIB = /usr/local1/DEC/libjpeg.so
#JPEGHDR_DIR = /usr/local1/DEC/include
-@@ -348,8 +374,8 @@ PNGVER =
+@@ -382,8 +408,8 @@ PNGVER =
#PNGLIB = libpng$(PNGVER).so
#PNGHDR_DIR = /usr/include/libpng$(PNGVER)
# NetBSD:
@@ -137,7 +128,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
# OSF/Tru64:
#PNGLIB = /usr/local1/DEC/lib/libpng$(PNGVER).so
#PNGHDR_DIR = /usr/local1/DEC/include
-@@ -359,8 +385,8 @@ PNGVER =
+@@ -393,8 +419,8 @@ PNGVER =
# NONE for the PNG library, it doesn't matter what you specify here --
# it won't get used.
@@ -148,7 +139,7 @@ $NetBSD: patch-aa,v 1.28 2004/10/21 20:45:52 tv Exp $
#ZLIB = libz.so
# The JBIG lossless image compression library (aka JBIG-KIT):
-@@ -401,7 +427,7 @@ OMIT_NETWORK =
+@@ -435,7 +461,7 @@ OMIT_NETWORK =
# built into the standard C library, so this can be null. This is irrelevant
# if OMIT_NETWORK is "y".
diff --git a/graphics/netpbm/patches/patch-ab b/graphics/netpbm/patches/patch-ab
index de630b524fc..0b92d769030 100644
--- a/graphics/netpbm/patches/patch-ab
+++ b/graphics/netpbm/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.14 2004/04/29 08:02:39 adam Exp $
+$NetBSD: patch-ab,v 1.15 2005/01/18 14:16:20 adam Exp $
---- converter/other/Makefile.orig 2003-07-11 03:23:53.000000000 +0000
+--- converter/other/Makefile.orig 2004-10-16 20:53:14.000000000 +0000
+++ converter/other/Makefile
-@@ -96,6 +96,13 @@ HEADERLINKS = pm_config.h pm.h pbm.h pgm
+@@ -98,6 +98,13 @@ HEADERLINKS = pm_config.h pm.h pbm.h pgm
include $(SRCDIR)/Makefile.common
diff --git a/graphics/netpbm/patches/patch-ac b/graphics/netpbm/patches/patch-ac
index 6f688709b92..46afb83e0e2 100644
--- a/graphics/netpbm/patches/patch-ac
+++ b/graphics/netpbm/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.13 2003/03/18 12:11:57 tron Exp $
+$NetBSD: patch-ac,v 1.14 2005/01/18 14:16:20 adam Exp $
---- converter/ppm/ppmtompeg/param.c-orig Fri Aug 31 16:49:01 2001
-+++ converter/ppm/ppmtompeg/param.c Sat Mar 23 19:20:02 2002
-@@ -11,13 +11,6 @@
+--- converter/ppm/ppmtompeg/param.c.orig 2004-12-03 05:05:39.000000000 +0000
++++ converter/ppm/ppmtompeg/param.c
+@@ -7,13 +7,6 @@
/* COPYRIGHT INFORMATION IS AT THE END OF THIS FILE */
diff --git a/graphics/netpbm/patches/patch-ae b/graphics/netpbm/patches/patch-ae
index b41bd836956..8a8d0649a0e 100644
--- a/graphics/netpbm/patches/patch-ae
+++ b/graphics/netpbm/patches/patch-ae
@@ -1,9 +1,9 @@
-$NetBSD: patch-ae,v 1.9 2003/09/07 17:22:16 jschauma Exp $
+$NetBSD: patch-ae,v 1.10 2005/01/18 14:16:20 adam Exp $
---- generator/pbmtextps.c.orig Sat Sep 6 23:31:49 2003
-+++ generator/pbmtextps.c Sat Sep 6 23:32:23 2003
-@@ -13,7 +13,6 @@
- * PostScript is a registered trademark of Adobe Systems International.
+--- generator/pbmtextps.c.orig 2003-10-08 02:39:27.000000000 +0000
++++ generator/pbmtextps.c
+@@ -15,7 +15,6 @@
+ * Additions by Bryan Henderson contributed to public domain by author.
*
*/
-#define _XOPEN_SOURCE /* Make sure popen() is in stdio.h */