summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-08 00:04:12 +0000
committerdholland <dholland@pkgsrc.org>2012-04-08 00:04:12 +0000
commit443a770aed178f1dbd728ce99ee83345412ebe32 (patch)
treea95fb2d04f65812a1cdeeefc74e1d5083cf65334 /comms/mgetty+sendfax
parente673e159a5b990c6f0c99143045fd039c1fb3c53 (diff)
downloadpkgsrc-443a770aed178f1dbd728ce99ee83345412ebe32.tar.gz
Don't warn in ~every file that DEVICE_GROUP is being defined on the
command line. Eliminates a lot of build noise.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/distinfo4
-rw-r--r--comms/mgetty+sendfax/patches/patch-ai25
2 files changed, 23 insertions, 6 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo
index 7f363bc217b..a8a350f6b45 100644
--- a/comms/mgetty+sendfax/distinfo
+++ b/comms/mgetty+sendfax/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2012/02/16 17:29:25 hans Exp $
+$NetBSD: distinfo,v 1.34 2012/04/08 00:04:12 dholland Exp $
SHA1 (mgetty1.1.37-Jun05.tar.gz) = fec9672e8be29a41f1392c6bf90c0d5732cdb2c2
RMD160 (mgetty1.1.37-Jun05.tar.gz) = 56aa9e213e4bd79c13ace2b7222253d91e756865
@@ -10,7 +10,7 @@ SHA1 (patch-ad) = f02a92a3a9a46fe71d7541897da24470e38f68c7
SHA1 (patch-af) = 088be22c69f39ca099cbe497b7e845bf103bf1c7
SHA1 (patch-ag) = f12e39005c78a94f641ccbdbbfa51b5181821148
SHA1 (patch-ah) = 0a3e5b1375eb36610e6a97113a8e535bf2fd1c6b
-SHA1 (patch-ai) = e67cf18af31b34a6aef529d1114e03ce9e55cc68
+SHA1 (patch-ai) = 10592bbc86db1c362c7af93369087fd9d41fa47c
SHA1 (patch-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d
SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475
SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60
diff --git a/comms/mgetty+sendfax/patches/patch-ai b/comms/mgetty+sendfax/patches/patch-ai
index 6ba9f321b12..f9876cc3fb5 100644
--- a/comms/mgetty+sendfax/patches/patch-ai
+++ b/comms/mgetty+sendfax/patches/patch-ai
@@ -1,8 +1,25 @@
-$NetBSD: patch-ai,v 1.7 2012/02/16 17:29:25 hans Exp $
+$NetBSD: patch-ai,v 1.8 2012/04/08 00:04:12 dholland Exp $
---- policy.h.orig 2009-10-02 11:51:33.000000000 +0200
+- DEVICE_GROUP is set from the pkgsrc makefile, so avoid compiler
+warnings by not defining it again when it's already set.
+
+- configure paths for pkgsrc.
+
+- ...?
+
+--- policy.h.orig 2012-04-07 23:59:02.000000000 +0000
+++ policy.h
-@@ -593,6 +593,21 @@
+@@ -114,7 +114,9 @@
+ /* group id that the device is chown()ed to. If not defined, the
+ * primary group of "DEVICE_OWNER" is used.
+ */
++#ifndef DEVICE_GROUP
+ #define DEVICE_GROUP "modem"
++#endif
+
+ /* access mode for the line while getty has it - it should be accessible
+ * by uucp / uucp, but not by others (imagine someone dialing into your
+@@ -593,6 +595,21 @@
*/
#define MINFREESPACE 1024
@@ -24,7 +41,7 @@ $NetBSD: patch-ai,v 1.7 2012/02/16 17:29:25 hans Exp $
/* fax machines exchange so-called "non-standard-frames" that can be
* used to identify what vendor and model is on the other end.
* mgetty parses and prints this by default, because it can help
-@@ -601,3 +616,4 @@
+@@ -601,3 +618,4 @@
*/
#define FAX_NSF_PARSER