pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/mgetty+sendfax Don't warn in ~every file that DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7d41006ff6f
branches:  trunk
changeset: 602210:a7d41006ff6f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Apr 08 00:04:12 2012 +0000

description:
Don't warn in ~every file that DEVICE_GROUP is being defined on the
command line. Eliminates a lot of build noise.

diffstat:

 comms/mgetty+sendfax/distinfo         |   4 ++--
 comms/mgetty+sendfax/patches/patch-ai |  25 +++++++++++++++++++++----
 2 files changed, 23 insertions(+), 6 deletions(-)

diffs (59 lines):

diff -r 79df077db917 -r a7d41006ff6f comms/mgetty+sendfax/distinfo
--- a/comms/mgetty+sendfax/distinfo     Sat Apr 07 23:51:00 2012 +0000
+++ b/comms/mgetty+sendfax/distinfo     Sun Apr 08 00:04:12 2012 +0000
@@ -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-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 -r 79df077db917 -r a7d41006ff6f comms/mgetty+sendfax/patches/patch-ai
--- a/comms/mgetty+sendfax/patches/patch-ai     Sat Apr 07 23:51:00 2012 +0000
+++ b/comms/mgetty+sendfax/patches/patch-ai     Sun Apr 08 00:04:12 2012 +0000
@@ -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 $
+
+- 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      2009-10-02 11:51:33.000000000 +0200
+--- 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 @@
  /* 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
  



Home | Main Index | Thread Index | Old Index