[Lunar-commits] CVS: moonbase/chat/gaim BUILD, 1.9, 1.10 DEPENDS, 1.10, 1.11

Nick Hudson nhudson at lunar-linux.org
Sun Feb 15 16:05:27 GMT 2004


Update of /var/cvs/lunar/moonbase/chat/gaim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7129

Modified Files:
	BUILD DEPENDS 
Log Message:

Fixing the gaim module to include a option for moz nss or gnutls if you dont have moz installed.  


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gaim/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD	13 Feb 2004 15:41:01 -0000	1.9
+++ BUILD	15 Feb 2004 16:05:25 -0000	1.10
@@ -7,10 +7,8 @@
                --infodir=/usr/share/info \
                --mandir=/usr/share/man   \
                --enable-gtk2             \
-               --enable-nss=no           \
                --disable-gnome           \
                --disable-artsc           \
-               --disable-perl            \
 	       $OPTS                     &&
   default_make
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gaim/DEPENDS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DEPENDS	6 Nov 2003 17:53:55 -0000	1.10
+++ DEPENDS	15 Feb 2004 16:05:25 -0000	1.11
@@ -1,9 +1,19 @@
 depends   gtk+-2      &&
 
-optional_depends  "gnutls"               \
+optional_depends  "mozilla"                                        \
+                  "--enable-gnutls=no                              \
+                   --with-nspr-libs=/usr/lib/mozilla/              \
+                   --with-nspr-includes=/usr/include/mozilla/nspr/ \
+                   --with-nss-libs=/usr/lib/mozilla/               \
+                   --with-nss-includes=/usr/include/mozilla/nss/   \
+                   --enable-nss=yes"                               \
+                  ""                                               \
+                  "-*required* for msn support (say 'n' to gnutls if you say 'y' here)" &&
+
+optional_depends  "gnutls"               		\
                   "--enable-nss=no --enable-gnutls=yes" \
-                  ""                     \
-		  "- *required* for MSN" &&
+                  ""                                    \
+		  "- *required* for msn support (say 'y' here if you said 'n' to mozilla)" && 
 
 optional_depends  "audiofile"            \
                   "--enable-audiofile"   \
@@ -23,4 +33,4 @@
 optional_depends  "perl"		\
 		  "--enable-perl"	\
 		  "--disable-perl"	\
-		  "to enable perl plugin support"
+		  "to enable perl plugin support" 



More information about the Lunar-commits mailing list