aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-backends/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-18 22:16:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-18 22:16:24 +0000
commitb4e0e9fc3fda88cd0cc60bdf2020be2b186a50c2 (patch)
treee3c2797475b8f2830dc02d2ed4789be8a27a0e50 /graphics/sane-backends/files
parentcec51f32fcc3163a6a1ccce36be11add9aeffd17 (diff)
downloadports-b4e0e9fc3fda88cd0cc60bdf2020be2b186a50c2.tar.gz
ports-b4e0e9fc3fda88cd0cc60bdf2020be2b186a50c2.zip
Notes
Diffstat (limited to 'graphics/sane-backends/files')
-rw-r--r--graphics/sane-backends/files/patch-backend__dell1600n_net.c20
-rw-r--r--graphics/sane-backends/files/patch-backend__pixma.h20
-rw-r--r--graphics/sane-backends/files/patch-configure11
3 files changed, 0 insertions, 51 deletions
diff --git a/graphics/sane-backends/files/patch-backend__dell1600n_net.c b/graphics/sane-backends/files/patch-backend__dell1600n_net.c
deleted file mode 100644
index 2446295533dd..000000000000
--- a/graphics/sane-backends/files/patch-backend__dell1600n_net.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- backend/dell1600n_net.c.orig Tue Jun 20 06:07:52 2006
-+++ backend/dell1600n_net.c Fri Sep 15 01:42:26 2006
-@@ -73,6 +73,8 @@
- #include <netinet/in.h>
- #include <netdb.h>
-
-+#include <sys/time.h>
-+
- #include <jpeglib.h>
- #include <tiffio.h>
-
-@@ -1762,7 +1764,7 @@
- ProcessPageData (struct ScannerState *pState)
- {
-
-- char tempFilename[TMP_MAX] = "scan.dat";
-+ char tempFilename[L_tmpnam] = "scan.dat";
- FILE *fTmp;
- int fdTmp;
- struct jpeg_source_mgr jpegSrcMgr;
diff --git a/graphics/sane-backends/files/patch-backend__pixma.h b/graphics/sane-backends/files/patch-backend__pixma.h
deleted file mode 100644
index 0a76076887dd..000000000000
--- a/graphics/sane-backends/files/patch-backend__pixma.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- backend/pixma.h.orig Mon Jun 12 05:56:42 2006
-+++ backend/pixma.h Fri Sep 15 01:11:40 2006
-@@ -104,14 +104,14 @@
-
- #include <errno.h>
-
--#ifdef HAVE_STDINT_H
--# include <stdint.h> /* available in ISO C99 */
-+#ifdef HAVE_INTTYPES_H
-+# include <inttypes.h>
- #else
- # include <sys/types.h>
- typedef u_int8_t uint8_t;
- typedef u_int16_t uint16_t;
- typedef u_int32_t uint32_t;
--#endif /* HAVE_STDINT_H */
-+#endif /* HAVE_INTTYPES_H */
-
- #ifndef EPROTO
- # define EPROTO 10000
diff --git a/graphics/sane-backends/files/patch-configure b/graphics/sane-backends/files/patch-configure
deleted file mode 100644
index 2d0744985b94..000000000000
--- a/graphics/sane-backends/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sun Aug 7 18:50:27 2005
-+++ configure Mon Aug 8 03:17:30 2005
-@@ -6868,7 +6868,7 @@
-
-
-
--for ac_header in fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \
-+for ac_header in fcntl.h unistd.h sys/dsreq.h sys/select.h \
- sys/time.h sys/shm.h sys/ipc.h sys/signal.h \
- sys/scanio.h scsi.h sys/scsi.h sys/scsicmd.h sys/scsiio.h \
- bsd/dev/scsireg.h scsi/sg.h /usr/src/linux/include/scsi/sg.h \