Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/graphics
In directory usw-pr-cvs1:/tmp/cvs-serv2697/graphics

Added Files:
        netpbm-9.25-1.info netpbm-9.25-1.patch 
Log Message:
moving to stable based on positive feedback


--- NEW FILE: netpbm-9.25-1.info ---
Package: netpbm
Version: 9.25
Revision: 1
BuildDepends: libjpeg, libpng, libtiff
Depends: %N-shlibs (= %v-%r), %N-bin
Replaces: netpbm (<< 9.25-1), netpbm10
Conflicts: netpbm10
BuildDependsOnly: True
Source: mirror:sourceforge:%n/%n-%v.tgz
Patch: %f.patch
CompileScript: <<
printf 'osx\n\n\n%p\n\n\n\n\n' | ./configure
make LOCALBASE=%p
<<
InstallScript: <<
printf '\n' | make install install.lib install.man install.hdr PREFIX=%i 
INSTALLMANUALS1=%i/share/man/man1 INSTALLMANUALS3=%i/share/man/man3 
INSTALLMANUALS5=%i/share/man/man5
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 9.25-1)
  Files: lib/libp?m.*.dylib
  Shlibs: <<
    %p/lib/libpbm.9.dylib %n (>= %v-%r)
    %p/lib/libpgm.9.dylib %n (>= %v-%r)
    %p/lib/libpnm.9.dylib %n (>= %v-%r)
    %p/lib/libppm.9.dylib %n (>= %v-%r)
  <<
  DocFiles: COPYRIGHT.PATENT HISTORY Netpbm.programming README
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r)
  Replaces: %N (<= 9.25-1)
  Files: bin share/man/man1 share/man/man3
  DocFiles: COPYRIGHT.PATENT HISTORY Netpbm.programming README
<<
DocFiles: COPYRIGHT.PATENT HISTORY Netpbm.programming README
Description: Graphics manipulation programs and libraries
License: OSI-Approved
Homepage: http://netpbm.sourceforge.net
Maintainer: Masanori Sekino <[EMAIL PROTECTED]>

--- NEW FILE: netpbm-9.25-1.patch ---
diff -Naur netpbm-9.25.old/configure netpbm-9.25.new/configure
--- netpbm-9.25.old/configure   Fri Mar 15 00:27:00 2002
+++ netpbm-9.25.new/configure   Tue Jun  4 21:06:44 2002
@@ -607,8 +607,8 @@
     # Nothing to do.
 } elsif ($platform eq "DARWIN") {
     push(@Makefile_config, "CC = cc -no-cpp-precomp\n");
-    push(@Makefile_config, 'CFLAGS_SHLIB = -fno-common', "\n");
-    push(@Makefile_config, 'LDSHLIB = -dynamiclib -install_name 
$(INSTALLLIBS)/lib$(LIBROOT).$(MAJ).dylib', "\n");
+    push(@Makefile_config, 'CFLAGS_SHLIB = -O2 -fno-common', "\n");
+    push(@Makefile_config, 'LDSHLIB = -dynamiclib -install_name 
+$(INSTALLLIBS)/lib$(LIBROOT).$(MAJ).dylib -compatibility_version `expr $(MAJ) + 1` 
+-current_version `expr $(MAJ) + 1`.$(MIN)', "\n");
 #    push(@Makefile_config, "INSTALL = install\n");
     push(@Makefile_config, 'TIFFHDR_DIR = $(LOCALBASE)/include', "\n");
     push(@Makefile_config, 'TIFFLIB_DIR = $(LOCALBASE)/lib', "\n"); 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to