diff options
author | adam <adam@pkgsrc.org> | 2005-01-18 14:17:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-18 14:17:07 +0000 |
commit | 4c013029f42b8c45875b9b538d8878a328ba4e3e (patch) | |
tree | 9e96c4647d884522d87c0a9da737cb3e675c32c6 /graphics/netpbm | |
parent | f381673935616fb799fcdc50a0420a158606bde8 (diff) | |
download | pkgsrc-4c013029f42b8c45875b9b538d8878a328ba4e3e.tar.gz |
These patches are no longer needed
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/patches/patch-ad | 12 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-af | 13 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 16 |
3 files changed, 0 insertions, 41 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad deleted file mode 100644 index 2f2d4d56c32..00000000000 --- a/graphics/netpbm/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.14 2004/04/29 08:02:39 adam Exp $ - ---- converter/other/pstopnm.c.orig 2003-10-18 18:04:43.000000000 +0000 -+++ converter/other/pstopnm.c -@@ -15,7 +15,6 @@ - -----------------------------------------------------------------------------*/ - - #define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ --#define _XOPEN_SOURCE /* Make sure fdopen() is in stdio.h */ - - #include <string.h> - #include <unistd.h> diff --git a/graphics/netpbm/patches/patch-af b/graphics/netpbm/patches/patch-af deleted file mode 100644 index 664352f2770..00000000000 --- a/graphics/netpbm/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.7 2004/05/03 16:42:47 fredb Exp $ - ---- pm_config.h.orig 2004-03-17 21:27:39.000000000 -0600 -+++ pm_config.h -@@ -69,7 +69,7 @@ typedef signed int int32n; - - The problematic C libraries treat _XOPEN_SOURCE the same way. - */ --#if defined(__OpenBSD__) || defined (__NetBSD__) || defined(__bsdi__) || defined(__APPLE__) -+#if defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__) - #define POSIX_IS_IMPLIED - #endif - diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag deleted file mode 100644 index 2ea4058a77f..00000000000 --- a/graphics/netpbm/patches/patch-ag +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ag,v 1.6 2004/07/10 13:29:35 grant Exp $ - ---- generator/Makefile.orig 2003-09-07 12:09:53.000000000 +1000 -+++ generator/Makefile -@@ -14,9 +14,9 @@ include $(BUILDDIR)/Makefile.config - # This package is so big, it's useful even when some parts won't - # build. - --PORTBINARIES = pamseq pbmmake pbmtext pbmtextps pbmupc pgmnoise pgmramp \ -+PORTBINARIES = pamseq pbmmake pbmtext pbmtextps pbmupc pgmnoise \ - ppmcolors ppmmake --MATHBINARIES = pbmpage pgmcrater pgmkernel \ -+MATHBINARIES = pbmpage pgmcrater pgmkernel pgmramp \ - ppmcie ppmforge ppmpat ppmrough ppmwheel - - # We don't include programs that have special library dependencies in the |