[Lunar-commits] r15972 - moonbase/trunk/mail/exim
    Terry Chan 
    tchan at lunar-linux.org
       
    Mon Aug  1 15:58:57 UTC 2005
    
    
  
Author: tchan
Date: 2005-08-01 15:58:56 +0000 (Mon, 01 Aug 2005)
New Revision: 15972
Modified:
   moonbase/trunk/mail/exim/BUILD
   moonbase/trunk/mail/exim/CONFIGURE
   moonbase/trunk/mail/exim/DEPENDS
Log:
Fixed this module to remove xserver code.
Modified: moonbase/trunk/mail/exim/BUILD
===================================================================
--- moonbase/trunk/mail/exim/BUILD	2005-08-01 15:52:11 UTC (rev 15971)
+++ moonbase/trunk/mail/exim/BUILD	2005-08-01 15:58:56 UTC (rev 15972)
@@ -8,7 +8,7 @@
 
   mkdir Local
  
-  if module_installed xserver ; then
+  if [ "$USE_X11" == "y" ]; then
     cp src/EDITME           Local/Makefile
     cp exim_monitor/EDITME  Local/eximon.conf
   else
Modified: moonbase/trunk/mail/exim/CONFIGURE
===================================================================
--- moonbase/trunk/mail/exim/CONFIGURE	2005-08-01 15:52:11 UTC (rev 15971)
+++ moonbase/trunk/mail/exim/CONFIGURE	2005-08-01 15:58:56 UTC (rev 15972)
@@ -11,4 +11,5 @@
 fi
 
 mquery IDENT_QUERIES "enable ident queries? [not recommended]" n
+mquery USE_X11   "Build exim monitor with x11 ?" y
 
Modified: moonbase/trunk/mail/exim/DEPENDS
===================================================================
--- moonbase/trunk/mail/exim/DEPENDS	2005-08-01 15:52:11 UTC (rev 15971)
+++ moonbase/trunk/mail/exim/DEPENDS	2005-08-01 15:58:56 UTC (rev 15972)
@@ -6,5 +6,6 @@
   *)  depends  hc-cron  ;;
 esac  &&
 
-optional_depends  tcp_wrappers  ""  ""  "for controlling remote access"
-optional_depends  mysql         ""  ""  "for mysql lookup tables"
+optional_depends  tcp_wrappers  ""  ""  "for controlling remote access" &&
+optional_depends  mysql         ""  ""  "for mysql lookup tables" &&
+optional_depends "%X" "" "" "Build exim monitor with x11 support"
    
    
More information about the Lunar-commits
mailing list