[Lunar-commits] r17782 - moonbase/trunk/security/xinetd

Florin Braescu florin at lunar-linux.org
Sun Dec 25 13:06:11 UTC 2005


Author: florin
Date: 2005-12-25 13:06:10 +0000 (Sun, 25 Dec 2005)
New Revision: 17782

Modified:
   moonbase/trunk/security/xinetd/BUILD
   moonbase/trunk/security/xinetd/DETAILS
Log:
add a patch to compile with gcc 4.x.

Modified: moonbase/trunk/security/xinetd/BUILD
===================================================================
--- moonbase/trunk/security/xinetd/BUILD	2005-12-25 12:27:05 UTC (rev 17781)
+++ moonbase/trunk/security/xinetd/BUILD	2005-12-25 13:06:10 UTC (rev 17782)
@@ -1,14 +1,14 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   if [ -e "/etc/init.d/xinetd.sh" ]; then
     rm -f /etc/init.d/xinetd.sh /etc/rc?.d/???xinetd.sh
   fi
 
-  default_config &&
-  make &&
-  prepare_install &&
-  mkdir -p /var/log/xinetd /etc/xinetd &&
-  make install &&
+  default_config  &&
+  mkdir -p /var/log/xinetd /etc/xinetd  &&
+  default_make  &&
   if [ ! -f /etc/xinetd.conf ]; then
     echo "includedir /etc/xinetd.d" > /etc/xinetd.conf
   fi

Modified: moonbase/trunk/security/xinetd/DETAILS
===================================================================
--- moonbase/trunk/security/xinetd/DETAILS	2005-12-25 12:27:05 UTC (rev 17781)
+++ moonbase/trunk/security/xinetd/DETAILS	2005-12-25 13:06:10 UTC (rev 17782)
@@ -1,12 +1,14 @@
           MODULE=xinetd
          VERSION=2.3.13
-        #VERSION=2.3.12
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.xinetd.org/
-      SOURCE_VFY=md5:4295b5fe12350f09b5892b363348ac8b
+         SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2
+      SOURCE_URL=http://www.xinetd.org/
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:fef268d88e0fa2e02e709cf491d752a2b17c30aa
+     SOURCE2_VFY=sha1:b336a68620643e47b4739090bf0293e14033cab0
         WEB_SITE=http://www.xinetd.org
          ENTERED=20010922
-         UPDATED=20040202
+         UPDATED=20051225
         SHORT="xinetd is a replacement for inetd, the internet services daemon."
 
 cat << EOF



More information about the Lunar-commits mailing list