aboutsummaryrefslogtreecommitdiff
path: root/graphics/gphoto2/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gphoto2/files')
-rw-r--r--graphics/gphoto2/files/patch-ai13
-rw-r--r--graphics/gphoto2/files/patch-as33
-rw-r--r--graphics/gphoto2/files/patch-at12
-rw-r--r--graphics/gphoto2/files/patch-au12
-rw-r--r--graphics/gphoto2/files/patch-av11
-rw-r--r--graphics/gphoto2/files/patch-aw11
-rw-r--r--graphics/gphoto2/files/patch-ax10
-rw-r--r--graphics/gphoto2/files/patch-ay10
-rw-r--r--graphics/gphoto2/files/patch-az22
-rw-r--r--graphics/gphoto2/files/patch-ba11
10 files changed, 0 insertions, 145 deletions
diff --git a/graphics/gphoto2/files/patch-ai b/graphics/gphoto2/files/patch-ai
deleted file mode 100644
index c7deffd51dd7..000000000000
--- a/graphics/gphoto2/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/callbacks.c.orig Tue Mar 7 06:23:06 2000
-+++ src/callbacks.c Thu Apr 20 03:00:00 2000
-@@ -529,7 +529,9 @@
-
- #ifdef linux
- sprintf(serial_port_prefix, "/dev/ttyS");
--#elif defined(BSD)
-+#elif defined(__FreeBSD__)
-+ sprintf(serial_port_prefix, "/dev/cuaa");
-+#elif defined(__NetBSD__)
- sprintf(serial_port_prefix, "/dev/tty0");
- #else
- sprintf(serial_port_prefix, "/dev/tty0");
diff --git a/graphics/gphoto2/files/patch-as b/graphics/gphoto2/files/patch-as
deleted file mode 100644
index 99543bacfd86..000000000000
--- a/graphics/gphoto2/files/patch-as
+++ /dev/null
@@ -1,33 +0,0 @@
---- Makefile.in.orig Tue Mar 7 07:06:33 2000
-+++ Makefile.in Thu Apr 20 03:00:00 2000
-@@ -85,12 +85,12 @@
- driversdir = @driversdir@
- gallerydir = @gallerydir@
-
--CFLAGS = -O2 -Wall
-+CFLAGS = @CFLAGS@
-
- SUBDIRS = canon casio directory fuji gallery kodak kodak_generic konica konica_qmxxx man minolta mustek nikon philips photopc ricoh samsung sony src
-
-
--gphotodocdir = $(datadir)/gphoto/doc
-+gphotodocdir = $(datadir)/gphoto
-
- gphotodoc_DATA = AUTHORS MANUAL
-
-@@ -365,13 +365,13 @@
- install-exec-am:
- install-exec: install-exec-recursive
-
--install-data-am: install-gphotodocDATA install-sysDATA
-+install-data-am: install-gphotodocDATA
- install-data: install-data-recursive
-
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
--uninstall-am: uninstall-gphotodocDATA uninstall-sysDATA
-+uninstall-am: uninstall-gphotodocDATA
- uninstall: uninstall-recursive
- all-am: Makefile $(DATA) config.h
- all-redirect: all-recursive-am
diff --git a/graphics/gphoto2/files/patch-at b/graphics/gphoto2/files/patch-at
deleted file mode 100644
index da835efe973c..000000000000
--- a/graphics/gphoto2/files/patch-at
+++ /dev/null
@@ -1,12 +0,0 @@
---- kodak/dc21x/lowlevel.c.orig Fri Jan 21 06:42:18 2000
-+++ kodak/dc21x/lowlevel.c Thu Apr 20 03:00:00 2000
-@@ -2,7 +2,9 @@
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
-+#ifndef __FreeBSD__
- #include <sys/select.h>
-+#endif
- #include <sys/time.h>
- #include <time.h>
- #include "dc21x.h"
diff --git a/graphics/gphoto2/files/patch-au b/graphics/gphoto2/files/patch-au
deleted file mode 100644
index b36f8e1da325..000000000000
--- a/graphics/gphoto2/files/patch-au
+++ /dev/null
@@ -1,12 +0,0 @@
---- kodak/dc21x/main.c.orig Fri Jan 21 06:42:18 2000
-+++ kodak/dc21x/main.c Thu Apr 20 03:00:00 2000
-@@ -2,7 +2,9 @@
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
-+#ifndef __FreeBSD__
- #include <sys/select.h>
-+#endif
- #include <sys/time.h>
- #include <time.h>
- #include "dc21x.h"
diff --git a/graphics/gphoto2/files/patch-av b/graphics/gphoto2/files/patch-av
deleted file mode 100644
index 03fad373b287..000000000000
--- a/graphics/gphoto2/files/patch-av
+++ /dev/null
@@ -1,11 +0,0 @@
---- kodak/dc21x/Makefile.in.orig Tue Mar 7 07:06:48 2000
-+++ kodak/dc21x/Makefile.in Thu Apr 20 03:00:00 2000
-@@ -87,7 +87,7 @@
-
- LIBDIR =
- LIBS =
--CFLAGS = -O2 -Wall
-+CFLAGS = @CFLAGS@
-
- bin_PROGRAMS = dc21x_cam
- dc21x_cam_SOURCES = dc21x.h main.c lowlevel.c
diff --git a/graphics/gphoto2/files/patch-aw b/graphics/gphoto2/files/patch-aw
deleted file mode 100644
index f8e8f3e44ea0..000000000000
--- a/graphics/gphoto2/files/patch-aw
+++ /dev/null
@@ -1,11 +0,0 @@
---- mustek/device.c.orig Mon Dec 6 03:48:54 1999
-+++ mustek/device.c Thu Apr 20 03:00:00 2000
-@@ -59,7 +59,7 @@
- newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS8;
-
- // Set into raw, no echo mode
-- #if defined(__NetBSD__)
-+ #if defined(__NetBSD__) || defined(__FreeBSD__)
- newtio.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL |
- IXANY | IXON | IXOFF | INPCK | ISTRIP);
- #else
diff --git a/graphics/gphoto2/files/patch-ax b/graphics/gphoto2/files/patch-ax
deleted file mode 100644
index 5f4a9005412b..000000000000
--- a/graphics/gphoto2/files/patch-ax
+++ /dev/null
@@ -1,10 +0,0 @@
---- philips/philips_io.c.orig Sun Nov 21 01:28:41 1999
-+++ philips/philips_io.c Thu Apr 20 03:00:00 2000
-@@ -55,7 +55,6 @@
- #include <errno.h>
- #include <signal.h>
- #include <time.h>
--#include <malloc.h>
- #include <unistd.h>
- #include <string.h>
- #include <sys/time.h>
diff --git a/graphics/gphoto2/files/patch-ay b/graphics/gphoto2/files/patch-ay
deleted file mode 100644
index 035cc6defcf8..000000000000
--- a/graphics/gphoto2/files/patch-ay
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.c.orig Tue Mar 7 06:23:06 2000
-+++ src/main.c Thu Apr 20 03:00:00 2000
-@@ -134,6 +134,7 @@
- "Usage: gphoto [-h] [-c] [-n] [-s # filename] [-t # filename]\n");
- fprintf(stdout, " [-d #] [-p filename] [-l filename]\n");
-
-+ gtk_set_locale();
- gtk_init(&argc, &argv);
- #if 1 /* by fujisawa */
- gdk_imlib_init();
diff --git a/graphics/gphoto2/files/patch-az b/graphics/gphoto2/files/patch-az
deleted file mode 100644
index 7a2668d3f139..000000000000
--- a/graphics/gphoto2/files/patch-az
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/util.c.orig Tue Mar 7 06:23:06 2000
-+++ src/util.c Thu Apr 20 03:00:00 2000
-@@ -1,3 +1,4 @@
-+#include "config.h"
- #include "gphoto.h"
- #include "util.h"
- #include <stdio.h>
-@@ -9,10 +10,12 @@
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
--#include <sys/dir.h>
-+#ifdef HAVE_DIRENT_H
- #include <dirent.h>
--#ifdef __FreeBSD__
- #else
-+#include <sys/dir.h>
-+#endif
-+#ifndef __FreeBSD__
- #include <sys/resource.h>
- #endif
- #ifdef linux
diff --git a/graphics/gphoto2/files/patch-ba b/graphics/gphoto2/files/patch-ba
deleted file mode 100644
index c8d0952b38a4..000000000000
--- a/graphics/gphoto2/files/patch-ba
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Tue Mar 7 07:07:09 2000
-+++ src/Makefile.in Thu Apr 20 03:00:00 2000
-@@ -89,7 +89,7 @@
-
- bin_PROGRAMS = gphoto
-
--CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ -O2 -Wall -I$(srcdir)/icons
-+CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @CFLAGS@ -I$(srcdir)/icons
-
- gphoto_LDADD = ../konica/libgphoto_konica_qm100.la ../konica_qmxxx/libgphoto_konica_qmxxx.la ../canon/libgphoto_canon.la ../casio/libgphoto_casio_qv.la ../nikon/libgphoto_coolpix600.la ../philips/libgphoto_philips.la ../fuji/libgphoto_fuji.la ../photopc/libgphoto_photopc.la ../kodak/libgphoto_kodak_dc2x.la ../kodak_generic/libgphoto_kodak_generic.la ../minolta/libgphoto_dimage_v.la ../mustek/libgphoto_mustek_mdc800.la ../ricoh/libgphoto_ricoh300z.la ../samsung/libgphoto_samsung.la ../sony/libgphoto_sony_dscf1.la ../sony/dscf55/libgphoto_sony_dscf55.la ../directory/libgphoto_dir.la @GTK_LIBS@ @GDK_IMLIB_LIBS@ -ljpeg
-