Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11221/libs

Added Files:
        dclib1.info dclib1.patch 
Log Message:
new dclibN version and new valknut

--- NEW FILE: dclib1.patch ---
diff -Naur dclib-0.3.19.orig/dclib/core/cdir.cpp 
dclib-0.3.19/dclib/core/cdir.cpp
--- dclib-0.3.19.orig/dclib/core/cdir.cpp       2008-08-16 13:13:31.000000000 
+0100
+++ dclib-0.3.19/dclib/core/cdir.cpp    2008-08-16 13:14:05.000000000 +0100
@@ -20,22 +20,10 @@
 #endif
 
 #ifndef WIN32
-#include <unistd.h>
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-#include <dirent.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#ifdef HAVE_SYS_VFS_H
-#include <sys/vfs.h>
-#endif
-#ifdef HAVE_SYS_MOUNT_H
-#include <sys/mount.h>
-#endif
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
+#include <unistd.h>
+#include <dirent.h>
 #endif
 
 #include <string.h>

--- NEW FILE: dclib1.info ---
Package: dclib1
Version: 0.3.19
Revision: 3
Description: Direct Connect protocol library
License: GPL
Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
        bzip2-dev,
        libiconv-dev,
        libxml2,
        system-openssl-dev
<<
Conflicts: dclib0-unified
Replaces: dclib0-unified
BuildDependsOnly: true
Source: mirror:sourceforge:wxdcgui/dclib-%v.tar.bz2
Source-MD5: 89b53d8a1a1bceaef90e931a48e8a04f
Patch: %n.patch
PatchScript: <<
  ### need to add new dirs if they're added in the future
  /usr/bin/perl -pi -e 's,-rdynamic,,g;' configure 
dclib/{,core,gnulib,hash}/Makefile.in
  ### '-undefined suppress' is also a no-no
  # no longer present on 0.3.19, so commented out
  #/usr/bin/perl -pi -e 's,-undefined suppress,,g;' `/usr/bin/grep -lr 
'undefined suppress' .`
  ### place SSL_LDFLAGS ahead of some other %p/lib source
  /usr/bin/perl -pi -e 's,\$\(XML_LIBS\) \$\(SSL_LDFLAGS\),\$\(SSL_LDFLAGS\) 
\$\(XML_LIBS\),g;' dclib/{,core,gnulib,hash}/Makefile.in
<<
SetCFLAGS: -I%p/lib/system-openssl/include
SetCPPFLAGS: -D_DARWIN_C_SOURCE
NoSetLDFLAGS: true
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: <<
        --disable-dependency-tracking
<<
GCC: 4.0
CompileScript: <<
  #!/bin/sh -ev
  export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
  ./configure %c
  /usr/bin/make -w
<<
InstallScript: <<
/usr/bin/make -w install DESTDIR=%d
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
SplitOff: <<
  Package: %N-shlibs
  Depends: <<
        bzip2-shlibs,
        libiconv,
        libxml2-shlibs
  <<
  Files: lib/libdc.1.0.0.dylib lib/libdc.1.dylib
  Shlibs: <<
    %p/lib/libdc.1.dylib 2.0.0 %n (>= 0.3.19-1)
  <<
  Description: Shared libraries for dclib
  DocFiles: COPYING INSTALL README
<<
Homepage: http://wxdcgui.sourceforge.net/
DescDetail: <<
dclib is a direct connect library for Direct Connect (DC) clients.
<<
DescPackaging: <<
Links to system-openssl to remove variants and clarify any
lingering licenscing issues.
<<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to