Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv4223

Added Files:
        dante-1.1.13-3.info dante-1.1.13-3.patch 
Removed Files:
        dante-1.1.13-2.info dante-1.1.13-2.patch 
Log Message:
Removed a missed circular dep

--- NEW FILE: dante-1.1.13-3.info ---
Package: dante
Version: 1.1.13
Revision: 2
###
Source: ftp://ftp.inet.no/pub/socks/%n-%v.tar.gz
Source-MD5: 77a8e432e5f7327f36fb732022e82e44
Depends: dlcompat-shlibs, dante-shlibs (>= %v-%r)
BuildDepends: dlcompat-dev, gawk
###
Patch: %f.patch
###
###
DocFiles:INSTALL.txt BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION
###
ConfigureParams: --prefix=%p --with-pic --with-socks-conf=%p/etc 
--with-sockd-conf=%p/etc --with-pidfile=%p/var/run --disable-static --datadir=%p/var 
--sharedstatedir=%p/var/spool

PatchScript: <<
mv INSTALL INSTALL.txt
<<


CompileScript: <<
#! /bin/sh -ex
export DYLD_LIBRARY_PATH=%p/lib
export LIBRARY_PATH=%p/lib
export CPPFLAGS=-no-cpp-precomp
export CPATH=%p/include
./configure %c
make
<<

InstallScript: <<
mkdir -p %i/share/doc/dante/example
install -c -p -m 644 example/sockd-basic.conf %i/share/doc/dante/example
install -c -p -m 644 example/sockd.conf %i/share/doc/dante/example
install -c -p -m 644 example/socks-simple-withoutnameserver.conf 
%i/share/doc/dante/example
install -c -p -m 644 example/socks-simple.conf %i/share/doc/dante/example
install -c -p -m 644 example/socks.conf %i/share/doc/dante/example
make install DESTDIR=%d
<<

SplitOff: <<
Package: %N-shlibs
Depends: dlcompat-shlibs
Files: <<
        lib/libdsocks.*.dylib 
        lib/libsocks.*.dylib
        <<
        
Shlibs: <<
        %p/lib/libdsocks.0.1.0.dylib 2.0.0 %n (>= 0.1.13-1)
        %p/lib/libsocks.0.1.0.dylib 2.0.0 %n (>= 0.1.13-1)
<<
DocFiles: INSTALL.txt BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION
<<

SplitOff2: <<
Package: %N-dev
Depends: dante
Files: <<
        include/socks.h
        lib/libdsocks.dylib
        lib/libsocks.dylib
        <<
DocFiles: INSTALL.txt BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION

Description: Dante SOCKS5 shared libraries

DescDetail: <<
This package contains the shared libraries needed to run Dante server or client 
applications
        <<

<<


Description: Circuit-level SOCKS5 firewall/proxy
DescDetail: <<
 Dante is a circuit-level firewall/proxy that can be used to provide convenient and 
secure network connectivity to a wide range of hosts while requiring only the server 
Dante runs on to have external network connectivity.

 Once installed, Dante can in most cases be made transparent to the clients while 
 offering detailed access control and logging facilities to the server administrator. 

Client as well as Server SOCKS5 applications are provided by this package.

Sampe configuration files can be found in your /share/doc/dante directory.
<<
###
License: BSD
Maintainer: Darian Lanx <[EMAIL PROTECTED]>
Homepage: http://www.inet.no/dante/

--- NEW FILE: dante-1.1.13-3.patch ---
diff -Nru3 dante-1.1.13/configure dante-patched/configure
--- dante-1.1.13/configure      2002-06-24 10:48:56.000000000 +0200
+++ dante-patched/configure     2003-04-13 19:07:21.000000000 +0200
@@ -16423,7 +16423,7 @@
 
 #look for PAM header and lib
 
-for ac_header in security/pam_appl.h
+for ac_header in pam/pam_appl.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:16429: checking for $ac_header" >&5
diff -Nru3 dante-1.1.13/include/common.h dante-patched/include/common.h
--- dante-1.1.13/include/common.h       2002-06-17 19:37:33.000000000 +0200
+++ dante-patched/include/common.h      2003-04-13 19:08:06.000000000 +0200
@@ -175,7 +175,7 @@
 #include <ifaddrs.h>
 #endif /* HAVE_IFADDRS_H */
 #if HAVE_PAM
-#include <security/pam_appl.h>
+#include <pam/pam_appl.h>
 #endif /* HAVE_PAM */
 
 #include "yacconfig.h"
diff -Nru3 dante-1.1.13/ltmain.sh dante-patched/ltmain.sh
--- dante-1.1.13/ltmain.sh      2001-12-12 12:23:20.000000000 +0100
+++ dante-patched/ltmain.sh     2003-04-13 18:57:05.000000000 +0200
@@ -2899,6 +2899,16 @@
          $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname 
${realname}U)' || exit $?
        fi
 
+       tmp_deplibs=
+       for test_deplib in $deplibs; do
+               case " $convenience " in
+               *" $test_deplib "*) ;;
+               *)
+                       tmp_deplibs="$tmp_deplibs $test_deplib"
+                       ;;
+               esac
+       done
+       deplibs="$tmp_deplibs" 
        # Do each of the archive commands.
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"

--- dante-1.1.13-2.info DELETED ---

--- dante-1.1.13-2.patch DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to