summaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorjoerg <joerg>2008-10-01 22:12:40 +0000
committerjoerg <joerg>2008-10-01 22:12:40 +0000
commit05f408b07d9a009ea85a2e9aa25fffcfdcd5ba2c (patch)
treeed649bdb089eb0a498e6cd7bfb439cd306063a45 /graphics/cqcam
parent942edb6eba7322aaca0be4f805d345ebb0042021 (diff)
downloadpkgsrc-05f408b07d9a009ea85a2e9aa25fffcfdcd5ba2c.tar.gz
Patches forgotten to cvs add first.
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/patches/patch-aa16
-rw-r--r--graphics/cqcam/patches/patch-ad15
-rw-r--r--graphics/cqcam/patches/patch-ae19
-rw-r--r--graphics/cqcam/patches/patch-af15
4 files changed, 65 insertions, 0 deletions
diff --git a/graphics/cqcam/patches/patch-aa b/graphics/cqcam/patches/patch-aa
new file mode 100644
index 00000000000..c08d5920a15
--- /dev/null
+++ b/graphics/cqcam/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.10 2008/10/01 22:12:40 joerg Exp $
+
+--- cli/Makefile.in.orig 2008-10-01 23:37:58.000000000 +0200
++++ cli/Makefile.in
+@@ -16,8 +16,9 @@ clean:
+ rm -f *.o core $(PROGRAMS)
+
+ bininstall:
+- mkdir -p $(bindir)
+- $(INSTALL) -o root -g @bingroup@ -m 4711 $(PROGRAMS) movify $(bindir)
++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}$(bindir)
++ ${BSD_INSTALL_PROGRAM} $(PROGRAMS) ${DESTDIR}$(bindir)
++ ${BSD_INSTALL_SCRIPT} movify ${DESTDIR}$(bindir)
+
+ cqcam: cqcam.o $(LIBCQCAM)
+ $(CXX) -o $@ cqcam.o $(LDFLAGS) $(LIBS)
diff --git a/graphics/cqcam/patches/patch-ad b/graphics/cqcam/patches/patch-ad
new file mode 100644
index 00000000000..848c36d703b
--- /dev/null
+++ b/graphics/cqcam/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.3 2008/10/01 22:12:40 joerg Exp $
+
+--- webcam/Makefile.in.orig 2008-10-01 23:40:32.000000000 +0200
++++ webcam/Makefile.in
+@@ -19,8 +19,8 @@ webcam: webcam.o $(LIBCQCAM)
+ $(CXX) $(LDFLAGS) -o $@ webcam.o $(LDLIBS) $(LIBS)
+
+ bininstall:
+- mkdir -p $(bindir)
+- $(INSTALL) -o root -g @bingroup@ -m 4711 $(PROGRAMS) $(bindir)
++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}$(bindir)
++ ${BSD_INSTALL_PROGRAM} $(PROGRAMS) ${DESTDIR}$(bindir)
+
+ $(LIBCQCAM):
+ cd ../libcqcam ; $(MAKE) ; cd ../gtkfe
diff --git a/graphics/cqcam/patches/patch-ae b/graphics/cqcam/patches/patch-ae
new file mode 100644
index 00000000000..200bf049e3e
--- /dev/null
+++ b/graphics/cqcam/patches/patch-ae
@@ -0,0 +1,19 @@
+$NetBSD: patch-ae,v 1.3 2008/10/01 22:12:40 joerg Exp $
+
+--- Makefile.in.orig 2000-08-23 20:21:16.000000000 +0200
++++ Makefile.in
+@@ -36,10 +36,10 @@ bininstall: all
+
+ maninstall: docs/cqcam.1
+ @echo -n Installing man pages...
+- @$(MANINSTALL) -o root -g @bingroup@ -m 644 docs/cqcam.1 $(mandir)/man1
+- @mkdir -p $(mandir)/man1
+- @echo ".so man1/cqcam.1" > $(mandir)/man1/xcqcam.1
+- @echo ".so man1/cqcam.1" > $(mandir)/man1/webcam.1
++ @${BSD_INSTALL_MAN_DIR} ${DESTDIR}$(mandir)/man1
++ @${BSD_INSTALL_MAN} docs/cqcam.1 ${DESTDIR}$(mandir)/man1
++ @ln -s cqcam.1 ${DESTDIR}$(mandir)/man1/xcqcam.1
++ @ln -s cqcam.1 ${DESTDIR}$(mandir)/man1/webcam.1
+ @echo " done"
+
+ clean:
diff --git a/graphics/cqcam/patches/patch-af b/graphics/cqcam/patches/patch-af
new file mode 100644
index 00000000000..3bf40dbf709
--- /dev/null
+++ b/graphics/cqcam/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.5 2008/10/01 22:12:40 joerg Exp $
+
+--- xfe/Makefile.in.orig 2000-08-17 12:41:04.000000000 +0200
++++ xfe/Makefile.in
+@@ -20,8 +20,8 @@ xcqcam: $(OBJS) $(LIBCQCAM)
+ $(CXX) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)
+
+ bininstall:
+- mkdir -p $(bindir)
+- $(INSTALL) -o root -g @bingroup@ -m 4711 $(PROGRAMS) $(bindir)
++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}$(bindir)
++ ${BSD_INSTALL_PROGRAM} $(PROGRAMS) ${DESTDIR}$(bindir)
+
+ $(LIBCQCAM):
+ cd ../libcqcam ; $(MAKE) ; cd ../gtkfe