pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nagios-base don't bother building the sample 'hell...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be21ab4c89c3
branches:  trunk
changeset: 528447:be21ab4c89c3
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri May 04 04:53:03 2007 +0000

description:
don't bother building the sample 'helloworld' module, it doesn't get
installed, anyway, and was breaking the build on Solaris.

diffstat:

 net/nagios-base/distinfo         |   4 ++--
 net/nagios-base/patches/patch-aa |  16 +++++++++-------
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 58c1e64bee42 -r be21ab4c89c3 net/nagios-base/distinfo
--- a/net/nagios-base/distinfo  Thu May 03 20:25:07 2007 +0000
+++ b/net/nagios-base/distinfo  Fri May 04 04:53:03 2007 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2006/08/17 14:19:00 taca Exp $
+$NetBSD: distinfo,v 1.5 2007/05/04 04:53:03 grant Exp $
 
 SHA1 (nagios-2.5.tar.gz) = 00e6bc45c5634649b6a1be2758ec181197d38f76
 RMD160 (nagios-2.5.tar.gz) = a0f1890ed546ce026cf784ae3ca83119275bd529
 Size (nagios-2.5.tar.gz) = 1736167 bytes
-SHA1 (patch-aa) = 1fe7ca7fd5b9aa5336daabdf02e8ca02411d857c
+SHA1 (patch-aa) = b6095ba8e0555d78dd1f857c6a12bc03d97ee602
 SHA1 (patch-ab) = 5d9b0eecd2fdfa00e8412d61f9b54afaa71a97f3
 SHA1 (patch-ac) = ae45c87966641bd3374ee77af7109f19f906d1c0
 SHA1 (patch-ad) = f1b3979d977f78f5b02487809558693a963f2d40
diff -r 58c1e64bee42 -r be21ab4c89c3 net/nagios-base/patches/patch-aa
--- a/net/nagios-base/patches/patch-aa  Thu May 03 20:25:07 2007 +0000
+++ b/net/nagios-base/patches/patch-aa  Fri May 04 04:53:03 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2006/08/17 14:19:00 taca Exp $
+$NetBSD: patch-aa,v 1.3 2007/05/04 04:53:03 grant Exp $
 
---- Makefile.in.orig   2006-05-31 01:31:44.000000000 +0900
+--- Makefile.in.orig   2006-05-31 02:31:44.000000000 +1000
 +++ Makefile.in
 @@ -21,16 +21,17 @@ LDFLAGS=@LDFLAGS@ @LIBS@
  
@@ -23,10 +23,12 @@
  CGICFGDIR=$(CGIDIR)
  PERLDIR=@PERLDIR@
  
-@@ -59,60 +60,6 @@ all:
+@@ -57,61 +58,7 @@ all:
+       cd $(SRC_BASE) && $(MAKE)
+       cd $(SRC_CGI) && $(MAKE)
        cd $(SRC_HTM) && $(MAKE)
-       cd $(SRC_MODULE) && $(MAKE)
- 
+-      cd $(SRC_MODULE) && $(MAKE)
+-
 -      @echo ""
 -      @echo "*** Compile finished ***"
 -      @echo ""
@@ -80,10 +82,10 @@
 -      @echo ""
 -      @echo "Enjoy."
 -      @echo ""
--
++#     cd $(SRC_MODULE) && $(MAKE)
+ 
  nagios:
        cd $(SRC_BASE) && $(MAKE)
- 
 @@ -183,12 +130,11 @@ install-unstripped: 
        $(MAKE) install-basic
  



Home | Main Index | Thread Index | Old Index