pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cqcam/patches Patches forgotten to cvs add fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7460cf4e7255
branches: trunk
changeset: 547754:7460cf4e7255
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Oct 01 22:12:40 2008 +0000
description:
Patches forgotten to cvs add first.
diffstat:
graphics/cqcam/patches/patch-aa | 16 ++++++++++++++++
graphics/cqcam/patches/patch-ad | 15 +++++++++++++++
graphics/cqcam/patches/patch-ae | 19 +++++++++++++++++++
graphics/cqcam/patches/patch-af | 15 +++++++++++++++
4 files changed, 65 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 2170d943699b -r 7460cf4e7255 graphics/cqcam/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cqcam/patches/patch-aa Wed Oct 01 22:12:40 2008 +0000
@@ -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 -r 2170d943699b -r 7460cf4e7255 graphics/cqcam/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cqcam/patches/patch-ad Wed Oct 01 22:12:40 2008 +0000
@@ -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 -r 2170d943699b -r 7460cf4e7255 graphics/cqcam/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cqcam/patches/patch-ae Wed Oct 01 22:12:40 2008 +0000
@@ -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 -r 2170d943699b -r 7460cf4e7255 graphics/cqcam/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cqcam/patches/patch-af Wed Oct 01 22:12:40 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index