Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv13792

Added Files:
        swig-1.3.20.info swig-1.3.20.patch 
Removed Files:
        swig-1.3.20-1013.info swig-1.3.20-1013.patch 
Log Message:
  
The -shlibs are obsolete.  Make 'em so.

--- swig-1.3.20-1013.patch DELETED ---

--- NEW FILE: swig-1.3.20.patch ---
diff -ru SWIG-1.3.16/configure SWIG-1.3.16-patched/configure
--- SWIG-1.3.16/configure       2002-10-14 20:33:07.000000000 +0200
+++ SWIG-1.3.16-patched/configure       2002-10-17 13:09:42.000000000 +0200
@@ -21122,7 +21122,7 @@
 echo $ECHO_N "checking for Guile library... $ECHO_C" >&6
   dirs="$GUILELIB"
   for i in $dirs ; do
-       if test -r $i/libguile.so; then
+       if test -r $i/libguile.dylib; then
            echo "$as_me:$LINENO: result: $i" >&5
 echo "${ECHO_T}$i" >&6
            GUILELIB="$i"
diff -Nurd -x'*~' SWIG-1.3.20.orig/Runtime/Makefile.in 
SWIG-1.3.20/Runtime/Makefile.in
--- SWIG-1.3.20.orig/Runtime/Makefile.in        2003-12-17 14:11:00.000000000 
-0500
+++ SWIG-1.3.20/Runtime/Makefile.in     2005-04-12 01:47:06.000000000 -0400
@@ -317,7 +317,7 @@
 
 libswigpl_la_SOURCES = libpl.c
 libswigpl_la_LDFLAGS = @LIBTOOL_NO_UNDEFINED@ $(RELEASE_SUFFIX_LIBTOOL) 
$(PERL5_DLNK)
-libswigpl_la_CFLAGS = $(PERL5_INCLUDE) -Dbool=char -Dexplicit=$(PERL5_CCFLAGS)
+libswigpl_la_CFLAGS = $(PERL5_INCLUDE) -Dbool=char 
-Dexplicit="$(PERL5_CCFLAGS)"
 
 
 # ----------------------------------------------------------------------

--- swig-1.3.20-1013.info DELETED ---

--- NEW FILE: swig-1.3.20.info ---
Package: swig
Version: 1.3.20
Revision: 1014
BuildDepends: python | python-nox (>= 2.2.1-8), expat, guile (>= 1.4-16), 
ruby18, tcltk, guile-dev (>= 1.4-16), ruby18-dev, tcltk-dev, fink (>=0.26.0-1)
Depends: %N-shlibs (= %v-%r)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: aac11adef9f9709a75b9b0f676808d5f
SourceDirectory: SWIG-%v
Patch: %n.patch
UpdateConfigGuessinDirs: Tools
UpdateLibtoolinDirs: Tools
GCC: 4.0
ConfigureParams: 
--with-javaincl=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
--with-ruby=%p/bin/ruby1.8 --disable-dependency-tracking
#SetCPPFLAGS: -isystem /usr/include/gcc/darwin/3.3
CompileScript: <<
 ./configure %c
 make
 make runtime
<<
InstallScript: <<
 make install prefix=%i
 make install-runtime prefix=%i
 mkdir -p %i/share/doc/%n
 cp -R Examples %i/share/doc/%n
 (cd Doc; cp README %i/share/doc/%n/README.doc; cp -R Devel %i/share/doc/%n; cp 
-R Manual %i/share/doc/%n)
<<
SplitOff: <<
  Package: %N-shlibs
  Depends:  fink-obsolete-packages
  Files: lib/libswig*.*.dylib
  Shlibs: <<
   %p/lib/libswigguile.0.dylib 1.0.0 %n (>= 1.3.20-2)
   %p/lib/libswigpl.0.dylib 1.0.0 %n (>= 1.3.20-2)
   %p/lib/libswigpy.0.dylib 1.0.0 %n (>= 1.3.20-2)
   %p/lib/libswigrb.0.dylib 1.0.0 %n (>= 1.3.20-2)
   %p/lib/libswigtcl8.0.dylib 1.0.0 %n (>= 1.3.20-2)
   %p/lib/libswigphp4.0.dylib 1.0.0 %n (>= 1.3.20-2)
  <<
  DocFiles: README CHANGES LICENSE NEW
<<
License: BSD
DocFiles: README CHANGES LICENSE NEW
Description: Tool that connects C, C++ programs with high-level languages
DescDetail:<< 
SWIG is a software development tool that connects programs written in C,
C++, and Objective-C with a variety of high-level programming languages.
SWIG is primarily used with common scripting languages such as Perl, 
Python, Tcl/Tk, Ruby, and Guile but has also been extended to include
languages such as Java and Eiffel. SWIG is most commonly used to create
high-level interpreted programming environments and as a tool
for building user interfaces. 
<<
Homepage: http://www.swig.org/
Maintainer: None <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to