[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdnssd
From:       Jakub Stachowski <qbast () go2 ! pl>
Date:       2004-12-17 10:41:41
Message-ID: 20041217104141.AC16D1B922 () office ! kde ! org
[Download RAW message or body]

CVS commit by qbast: 

As kdnssd has moved out of kdenonbeta most of stuff here makes no sense.


  M +1 -6      Makefile.am   1.11
  M +1 -30     configure.in.in   1.5
  M +0 -14     patches/README   1.13
  R            configure.in.bot   1.3
  R            dnssd/.cvsignore   1.3
  R            ioslave/.cvsignore   1.3
  R            kcm/.cvsignore   1.3
  R            patches/kpf.patch   1.6
  R            patches/krdc.patch   1.3
  R            patches/krfb.patch   1.2
  R            patches/qdns.patch   1.1
  R            src/.cvsignore   1.1


--- kdenonbeta/kdnssd/Makefile.am  #1.10:1.11
@@ -1,8 +1,3 @@
-if HAVE_DNSSD
-DNSSD_SUBDIRS = kcm ioslave 
-#kdedmodule
-endif
-
-SUBDIRS = dnssd test $(DNSSD_SUBDIRS)
+SUBDIRS = test
 
 

--- kdenonbeta/kdnssd/configure.in.in  #1.4:1.5
@@ -1,30 +1 @@
-#MIN_CONFIG
-
-AC_ARG_ENABLE(dnssd, [  --disable-dnssd     don't require libdns_sd (browsing and \
publishing DNS-SD services will not be possible) ],  with_dnssd=$enableval, \
                with_dnssd=yes)
-if test "$with_dnssd" = "yes"; then
-AC_MSG_CHECKING(for DNS-SD support)
-save_dnssdtest_LIBS="$LIBS"
-save_dnssdtest_LDFLAGS="$LDFLAGS"
-save_dnssdtest_CPPFLAGS="$CPPFLAGS"
-LDFLAGS="$all_libraries $LDFLAGS"
-CPPFLAGS="$CPPFLAGS $all_includes"
-LIBS="-ldns_sd"
-AC_TRY_LINK(    [
-                        #include <dns_sd.h>
-                ],[
-                        DNSServiceRefDeallocate( (DNSServiceRef*) 0);
-                ],[
-                        AC_DEFINE(HAVE_DNSSD,1,[Define if dns-sd is available])
-                        LIB_DNSSD="-ldns_sd"
-                        AC_MSG_RESULT(yes)
-                ],[
-                        AC_MSG_RESULT(no)
-                        LIB_DNSSD=""
-])
-CPPFLAGS=$save_dnssdtest_CPPFLAGS
-LDFLAGS=$save_dnssdtest_LDFLAGS
-LIBS=$save_dnssdtest_LIBS
-fi
-AC_SUBST(LIB_DNSSD)
-AM_CONDITIONAL(HAVE_DNSSD, test -n "$LIB_DNSSD")
-
+DO_NOT_COMPILE="$DO_NOT_COMPILE kdnssd"

--- kdenonbeta/kdnssd/patches/README  #1.12:1.13
@@ -2,18 +2,4 @@
 are mostly for testing and ensuring that kdnssd API doesn't suck.
 
-- kpf.patch - makes "public file server" applet publish _http._tcp
-              record for every server
-                    
-- qdns.patch - hack that fixes QDns handling of TXT records (it added part of domain
-        to TXT data). Sent info about this bug to qt-interest mailing list but \
                nobody
-        answered. Also sent to qt-bugs. kdnssd no longer uses QDns so it is not
-        necessary.
-                     
-- krdc.patch - replaces SLP based service discovery with ZeroConf based. It is 
-        good idea to use this patch together with krfb.patch. If you want to
-        test unicast DNS-SD add 'hypair.net' to your browsing domains
-
-- krfb.patch - replaces SLP in kinetd with ZeroConf
-
 - kfile.patch - replaces lan:/ with dnssd:/ in file selector speedbar
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic