CVS: moonbase/libs/gettext BUILD,1.6,1.7 DETAILS,1.7,1.8

hardkrash at lunar-linux.org hardkrash at lunar-linux.org
Wed Oct 8 03:48:02 GMT 2003


Update of /var/cvs/lunar/moonbase/libs/gettext
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27223

Modified Files:
	BUILD DETAILS 
Log Message:
Added patch for gettextize to not have it bark at you about the headers 
and require you to press return to continue.
one more automation bug out of the way :-)


I did not bump the updated field because I didnt feel the need to have 
everyone re-compile glibc

-- Hardkrash


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/gettext/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	4 May 2003 12:35:36 -0000	1.6
+++ BUILD	8 Oct 2003 03:48:00 -0000	1.7
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1 			 &&
+  
   if ! module_installed teTeX || ! module_installed linuxdoc-tools ; then
     sedit "s:SUBDIRS = doc:SUBDIRS =:" Makefile.am Makefile.in
     sedit 's/cd doc && $(MAKE) ps//'   Makefile.am Makefile.in

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/gettext/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	29 May 2003 03:30:09 -0000	1.7
+++ DETAILS	8 Oct 2003 03:48:00 -0000	1.8
@@ -2,9 +2,11 @@
          VERSION=0.12.1
         #VERSION=0.12
           SOURCE=$MODULE-$VERSION.tar.gz
+	 SOURCE2=gettext-0.12.1-lunar-auto.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
         WEB_SITE=http://www.gnu.org/software/gettext
          ENTERED=20010922
          UPDATED=20030529




More information about the Lunar-commits mailing list