Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/sci
In directory usw-pr-cvs1:/tmp/cvs-serv23340

Added Files:
        geomview-1.8.1-4.info geomview-1.8.1-4.patch 
        orrery-0.9.2-2.info 
Removed Files:
        geomview-1.8.1-3.info geomview-1.8.1-3.patch 
        orrery-0.9.2-1.info 
Log Message:
adjusting dependencies for shared libraries policy


--- NEW FILE: geomview-1.8.1-4.info ---
Package: geomview
Version: 1.8.1
Revision: 4
BuildDepends: libjpeg, lesstif (>= 0.93.18-2), xforms (>= 0.9999-3)
Depends: x11, xforms-bin, ghostscript | ghostscript6, lesstif-shlibs, libgl
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 1cb0e07a6552e9fe122491af70171536
UpdateConfigGuess: True
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp -Dunix -D__FreeBSD__
SetLDFLAGS: -force_flat_namespace
ConfigureParams: --with-opengl=/usr/X11R6 --bindir='${prefix}/bin/geomview'  
--datadir='${prefix}/share' --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man'
CompileScript: <<
 ./configure %c
 touch include/alloca.h
 make geomdatadir=%p/share moduledir=%p/bin/geomview
<<
InstallScript: <<
 make install prefix=%i geomdatadir=%i/share moduledir=%i/bin/geomview
 mkdir -p %i/etc/profile.d
 echo "set path = ( %p/bin/geomview \$path )" >  %i/etc/profile.d/geomview.csh
 echo "PATH=%p/bin/geomview:\$PATH" > %i/etc/profile.d/geomview.sh
 echo "export PATH" >> %i/etc/profile.d/geomview.sh
 chmod 755 %i/etc/profile.d/geomview.*
<<
InfoDocs: geomview
DocFiles: AUTHORS COPYING ChangeLog INSTALL.Geomview NEWS README
License: LGPL
Description: Interactive 3D viewing program
DescPort: <<
 Had to patch the code in one place, replacing ulong by u_long.
 The other patch, the -Dunix -D__FreeBSD__, and the touch include/alloca.h,
  are all dirty hacks to get configure and Makefiles to do the right thing.
 Also, geomdatadir had to be reset (like datadir) but there is no configure
 option to do it.  Similarly, moduledir had to be reset (like bindir).
<<
DescPackaging: <<
 Due to a conflict between the binary "animate" and a binary of the same
 name in the Imagemagick package, we store binaries in %p/bin/geomview (must
 reset both bindir and moduledir) and add that to the path.
<<
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.geomview.org

--- NEW FILE: geomview-1.8.1-4.patch ---
diff -ur geomview-1.8.1/configure geomview-1.8.1-patched/configure
--- geomview-1.8.1/configure    Mon Mar 26 00:23:02 2001
+++ geomview-1.8.1-patched/configure    Sat Dec  1 07:25:43 2001
@@ -3475,7 +3475,7 @@
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
   rm -rf conftest*
-   SOCKETLIBS=-lsocket
+   SOCKETLIBS=""
               echo "$ac_t""yes" 1>&6 
            
 fi
diff -ur geomview-1.8.1/src/lib/oogl/lisp/lisp.c 
geomview-1.8.1-patched/src/lib/oogl/lisp/lisp.c
--- geomview-1.8.1/src/lib/oogl/lisp/lisp.c     Fri Sep  1 18:38:16 2000
+++ geomview-1.8.1-patched/src/lib/oogl/lisp/lisp.c     Sat Dec  1 07:25:14 2001
@@ -2110,7 +2110,7 @@
     va_list *a_list;
     unsigned long *x;
 {
-  *x = va_arg(*a_list, ulong);
+  *x = va_arg(*a_list, u_long);
 }
 
 LObject *ulongparse(Lake *lake)

--- NEW FILE: orrery-0.9.2-2.info ---
Package: orrery
Version: 0.9.2
Revision: 2
BuildDepends: libjpeg, lesstif, xforms (>= 0.9999-3)
Depends: xforms-bin, geomview, libjpeg-bin, lesstif-shlibs
Source: mirror:sourceforge:geomview/geomview-1.8.1.tar.gz
Source-MD5: 1cb0e07a6552e9fe122491af70171536
Source2: mirror:sourceforge:geomview/%n-%v.tar.gz
Source2-Md5: f7c7cd07375e28d9a532563372323f4d
Source2ExtractDir: geomview-1.8.1/src/bin
UpdateConfigGuess: True
SetCPPFLAGS: -no-cpp-precomp -Dunix -D__FreeBSD__
ConfigureParams: --with-opengl=/usr/X11R6 --bindir='${prefix}/bin/geomview'  
--datadir='${prefix}/share' --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man'
CompileScript: <<
 ./configure %c
 (cd src/bin/%n-%v; make geomdatadir=%p/share moduledir=%p/bin/geomview)
<<
InstallScript: <<
 (cd src/bin/%n-%v; make install prefix=%i geomdatadir=%i/share 
moduledir=%i/bin/geomview)
<<
DocFiles: <<
 src/bin/%n-%v/AUTHORS src/bin/%n-%v/COPYING src/bin/%n-%v/ChangeLog 
src/bin/%n-%v/INSTALL src/bin/%n-%v/NEWS src/bin/%n-%v/README
<<
License: GPL
Description: Digital model of the solar system, a geomview module
DescPort: <<
 Using the same hacks as geomview to get configure and Makefiles to do the
 right thing.  Also, reset geomdatadir (like datadir) and reset moduledir
 (like bindir), in spite of a lack of configure options to do these.
<<
DescPackaging: <<
 As in the case of geomview, we store binaries in %p/bin/geomview.
<<
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.geomview.org

--- geomview-1.8.1-3.info DELETED ---

--- geomview-1.8.1-3.patch DELETED ---

--- orrery-0.9.2-1.info DELETED ---



-------------------------------------------------------
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