pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mail-notification Maintainer mode was being activ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a3ecce7b242
branches:  trunk
changeset: 627892:5a3ecce7b242
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Dec 17 19:10:11 2013 +0000

description:
Maintainer mode was being activated in all cases, which is not
desirable; in particular on builds it enables -Werror which causes
the build to fail now.  from Debian by way of FreeBSD.

diffstat:

 mail/mail-notification/distinfo         |   3 ++-
 mail/mail-notification/patches/patch-jb |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r 28b5bd79048d -r 5a3ecce7b242 mail/mail-notification/distinfo
--- a/mail/mail-notification/distinfo   Tue Dec 17 16:27:18 2013 +0000
+++ b/mail/mail-notification/distinfo   Tue Dec 17 19:10:11 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2013/05/25 23:43:58 joerg Exp $
+$NetBSD: distinfo,v 1.16 2013/12/17 19:10:11 markd Exp $
 
 SHA1 (mail-notification-5.4.tar.bz2) = c148449c5d2fd0a75571e4e42932da1f1ae013f6
 RMD160 (mail-notification-5.4.tar.bz2) = 64946509ef99fdeba8ff547ffac3830c36131484
@@ -8,5 +8,6 @@
 SHA1 (patch-ai) = 0178794de2141bed09f51bd5c80405b785d688b0
 SHA1 (patch-aj) = 694c3f99157189c357eaef32913c3d9c7d61162a
 SHA1 (patch-build_src_mn-pop3-mailbox.c) = 26a59e91c227f277962cb613d04facdb95682aea
+SHA1 (patch-jb) = bd3350d7dc13aa131c64dcb0b00afb34db4efe6b
 SHA1 (patch-jbsrc_lib_src_core_jb-main.c) = d34f5b9f43a3b5ab5f4b0cba0469296655930652
 SHA1 (patch-src_mn-client-session.c) = 6c858d4491738484a38593c31ebbd34163a04eee
diff -r 28b5bd79048d -r 5a3ecce7b242 mail/mail-notification/patches/patch-jb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mail-notification/patches/patch-jb   Tue Dec 17 19:10:11 2013 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-jb,v 1.1 2013/12/17 19:10:11 markd Exp $
+
+Maintainer mode was being activated in all cases, which is not
+desirable; in particular on builds it enables -Werror which causes
+the build to fail now.  from Debian by way of FreeBSD.
+
+--- jb.orig    2008-04-25 22:57:47.000000000 +0000
++++ jb
+@@ -37,11 +37,11 @@ maintainer_cflags="-g -fstrict-aliasing
+ -Wno-pointer-sign \
+ -Wshadow"
+ 
+-if test -z $jb_cc; then
++if test -z "$jb_cc"; then
+       jb_cc=cc
+ fi
+ 
+-if test -n $enable_maintainer_mode; then
++if test -n "$enable_maintainer_mode"; then
+       jb_cflags="$jb_cflags $maintainer_cflags"
+ fi
+ 



Home | Main Index | Thread Index | Old Index