summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-27 23:00:00 +0000
committerwiz <wiz@pkgsrc.org>2004-11-27 23:00:00 +0000
commit2bd9382fa8fa774b75e0ca62bff736f34f25db12 (patch)
treecf60f20d81397079d016781cd6d48fefdccb812d /comms/scmxx/patches
parentcee841f6cb8b9a660a94e4139c3c3ba8ce74d488 (diff)
downloadpkgsrc-2bd9382fa8fa774b75e0ca62bff736f34f25db12.tar.gz
Update to 0.7.4:
support for configuration file (.scmxx/config in home directory) add lock listing to --info new option --lock-info to show status of locks and as switch for --info new option --toggle-lock to toggle status of a lock new option --dial to dial a number using remote keypad access german translation for rpm specfile, manpage and gettext strings russian translation: updated manpage and partially gettext
Diffstat (limited to 'comms/scmxx/patches')
-rw-r--r--comms/scmxx/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/scmxx/patches/patch-aa b/comms/scmxx/patches/patch-aa
new file mode 100644
index 00000000000..8e6a3f651f5
--- /dev/null
+++ b/comms/scmxx/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.8 2004/11/27 23:00:00 wiz Exp $
+
+--- Makefile.in.orig 2004-09-17 13:44:29.000000000 +0200
++++ Makefile.in
+@@ -2,11 +2,11 @@ SHELL=@SHELL@
+
+ .PHONY:all
+ all:
+- for i in src po; do $(MAKE) -C $$i $@; done
++ for i in src ; do $(MAKE) -C $$i $@; done
+
+ .PHONY:install
+ install: all
+- for i in src po docs; do $(MAKE) -C $$i $@; done
++ for i in src docs; do $(MAKE) -C $$i $@; done
+
+ .PHONY:uninstall
+ uninstall: