[Lunar-commits] r24819 - moonbase/trunk/web/htdig

Dennis Veatch stumbles at lunar-linux.org
Wed Jun 13 00:44:42 CEST 2007


Author: stumbles
Date: 2007-06-13 00:44:42 +0200 (Wed, 13 Jun 2007)
New Revision: 24819

Removed:
   moonbase/trunk/web/htdig/htdig-gcc3.2-config.patch
Modified:
   moonbase/trunk/web/htdig/BUILD
   moonbase/trunk/web/htdig/DETAILS
Log:

off to $PATCH_URL ye be headed.


Modified: moonbase/trunk/web/htdig/BUILD
===================================================================
--- moonbase/trunk/web/htdig/BUILD	2007-06-12 22:31:08 UTC (rev 24818)
+++ moonbase/trunk/web/htdig/BUILD	2007-06-12 22:44:42 UTC (rev 24819)
@@ -2,7 +2,7 @@
 
   CFLAGS="$CFLAGS -Wno-deprecated"
   CCFLAGS="$CCFLAGS -Wno-deprecated"
-  cat $SCRIPT_DIRECTORY/htdig-gcc3.2-config.patch | patch -p0
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
   if module_installed apache-mod_ssl; then
     HTDIGDIR=/usr/share/httpsd/htdig
     CGIBINDIR=/usr/share/httpd/cgi-bin
@@ -35,6 +35,6 @@
   make                            &&
   prepare_install                 &&
   make    install                 &&
-  cp ${CGIBINDIR}/htsearch /usr/bin  
+  cp ${CGIBINDIR}/htsearch /usr/bin
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/web/htdig/DETAILS
===================================================================
--- moonbase/trunk/web/htdig/DETAILS	2007-06-12 22:31:08 UTC (rev 24818)
+++ moonbase/trunk/web/htdig/DETAILS	2007-06-12 22:44:42 UTC (rev 24819)
@@ -1,17 +1,21 @@
           MODULE=htdig
          VERSION=3.1.6
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=htdig-gcc3.2-config.patch
    SOURCE_URL[0]=http://www.htdig.org/files/
    SOURCE_URL[1]=http://htdig.sourceforge.net/files/
    SOURCE_URL[2]=http://htdig.europeanservers.net/files/
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=603fc244ba59ee1efcbe8f2ba087567cb14468d0
+     SOURCE2_VFY=53bc6029663c2b3facad215e857e8aabcb7628fd
         WEB_SITE=http://www.htdig.org/
          ENTERED=20020515
          UPDATED=20020515
-           SHORT="complete world wide web indexing and searching system for a domain or intranet."
+           SHORT="web indexing and searching system for a domain or intranet."
 cat << EOF
 The ht://Dig system is a complete world wide web indexing and searching system
 for a domain or intranet. This system is not meant to replace the need for
 powerful internet-wide search systems like Lycos, Infoseek, Google
-and AltaVista. Instead it is meant to cover the search needs for a single 
+and AltaVista. Instead it is meant to cover the search needs for a single
 company, campus, or even a particular sub section of a web site.
 EOF

Deleted: moonbase/trunk/web/htdig/htdig-gcc3.2-config.patch



More information about the Lunar-commits mailing list