In order to work around the conflicts over ffi.3,
ffi_call.3 and ffi_prep_cif.3 between the libffi and
gcc45 package, I am looking at adding the calls to
update-alternatives to gcc45. Looking at the openmotif4.info
as an example, I see...
PostInstScript: <<
update-alternatives --install %p/share/man/man3/Object.3 Object.3
%p/share/man/man3/Object.3.openmotif 65
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove Object.3 %p/share/man/man3/Object.3.openmotif
fi
<<
However, this doesn't seem to be functional as my installed copy of openmotif4
has...
ls -l /sw/share/man/man3/Object.3
-rw-r--r-- 1 root admin 2452 Sep 12 2009 /sw/share/man/man3/Object.3
cd /sw/etc/alternatives
ls -l Object.3
lrwxr-xr-x 1 root admin 33 Jul 24 2009 Object.3 ->
/sw/share/man/man3/Object.3.tcltk
but...
ls -l /sw/share/man/man3/Object.3.tcltk
ls: /sw/share/man/man3/Object.3.tcltk: No such file or directory
In this case don't we need to explicitly move aside the Object.3 as
Object.3.tcltk in the install directory before creating the deb files?
Jack
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel