[Lunar-commits]
CVS: moonbase/zbeta/gaim-cvs BUILD, 1.4, 1.5 DEPENDS, 1.3, 1.4
Nick Hudson
nhudson at lunar-linux.org
Sun Feb 15 16:06:16 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/chat/gaim BUILD, 1.9, 1.10 DEPENDS,
1.10, 1.11
- Next message: [Lunar-commits] CVS: moonbase/web/mozilla BUILD, 1.19.2.4,
NONE CONFIGURE, 1.15.2.1, NONE CONFLICTS, 1.2.2.1,
NONE DEPENDS, 1.13.2.1, NONE DETAILS, 1.21.2.2,
NONE POST_INSTALL, 1.7.2.3, NONE POST_REMOVE, 1.3.2.1,
NONE PRE_BUILD, 1.5.2.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/zbeta/gaim-cvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7282
Modified Files:
BUILD DEPENDS
Log Message:
Fixing gaim-cvs module to work with either moz nss or gnutls
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/gaim-cvs/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 30 Mar 2003 16:50:27 -0000 1.4
+++ BUILD 15 Feb 2004 16:06:14 -0000 1.5
@@ -8,7 +8,9 @@
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
- $OPTS &&
+ --enable-gtk2 \
+ --disable-artsc \
+ $OPTS &&
default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/gaim-cvs/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS 30 Mar 2003 16:51:14 -0000 1.3
+++ DEPENDS 15 Feb 2004 16:06:14 -0000 1.4
@@ -8,10 +8,35 @@
optional_depends "esound" \
"--enable-esd" \
"--disable-esdtest" \
- "to enable enlightenment sound daemon for output"
+ "to enable enlightenment sound daemon for output" &&
optional_depends "gtkspell" \
"--enable-gtkspell" \
"--disable-gtkspell" \
- "to enable spell checking"
+ "to enable spell checking" &&
+
+optional_depends "libgnomeui" \
+ "--enable-gnome" \
+ "" \
+ "for gnome support" &&
+
+optional_depends "perl" \
+ "--enable-perl" \
+ "" \
+ "for perl support" &&
+
+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" \
+ "for msn ssl support (say 'n' to gnutls if you said 'y' here)" &&
+
+optional_depends "gnutls" \
+ "--enable-gnutls=yes" \
+ "--enable-gnutls=no" \
+ "for msn ssl support (say 'y' here if you said 'n' to mozilla)"
+
- Previous message: [Lunar-commits] CVS: moonbase/chat/gaim BUILD, 1.9, 1.10 DEPENDS,
1.10, 1.11
- Next message: [Lunar-commits] CVS: moonbase/web/mozilla BUILD, 1.19.2.4,
NONE CONFIGURE, 1.15.2.1, NONE CONFLICTS, 1.2.2.1,
NONE DEPENDS, 1.13.2.1, NONE DETAILS, 1.21.2.2,
NONE POST_INSTALL, 1.7.2.3, NONE POST_REMOVE, 1.3.2.1,
NONE PRE_BUILD, 1.5.2.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list