Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1:/tmp/cvs-serv29856

Added Files:
        xdvi-22.77-2.info xdvi-22.77-2.patch 
Removed Files:
        xdvi-22.77-1.info 
Log Message:
Fix for broken xdvi by replacing call to vfork with fork

--- NEW FILE: xdvi-22.77-2.info ---
Package: xdvi
Version: 22.77
Revision: 2
Depends: x11, ghostscript (>= 7.02) | ghostscript6, tetex-base (>= 2.0.1-1)
Conflicts: system-tetex
Description: Display TeX .dvi files under the X Window System
Source: ftp://ftp.math.berkeley.edu/pub/Software/TeX/%n-%v.tar.gz
Source-MD5: abd4be812ac169f6950714a73aba81a5
Patch: %f.patch
ConfigureParams: --with-tetex --mandir='${prefix}/share/man'
InstallScript: <<
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 make install prefix=%i
 head -25 xdvi.c > LICENSE
 mv %i/bin/xdvi %i/bin/xdvi.xdvi
 mv %i/share/man/man1/xdvi.1 %i/share/man/man1/xdvi.1.xdvi
 mv %i/bin/xdvizilla %i/bin/xdvizilla.xdvi
 mv %i/share/man/man1/xdvizilla.1 %i/share/man/man1/xdvizilla.1.xdvi
<<
DocFiles: FAQ INSTALL README LICENSE
PostInstScript: <<
update-alternatives --install %p/bin/xdvi xdvi %p/bin/xdvi.xdvi 40 --slave 
%p/share/man/man1/xdvi.1 xdvi.1 %p/share/man/man1/xdvi.1.xdvi
update-alternatives --install %p/bin/xdvizilla xdvizilla %p/bin/xdvizilla.xdvi 40 
--slave %p/share/man/man1/xdvizilla.1 xdvizilla.1 %p/share/man/man1/xdvizilla.1.xdvi
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
  update-alternatives --remove xdvi %p/bin/xdvi.xdvi
  update-alternatives --remove xdvizilla %p/bin/xdvizilla.xdvi
fi
<<
DescUsage: <<
 If using system-tetex, install the xdvi-system-tetex package instead.

 Note that the recently-introduced Print dialog box may not yet be 
 functioning correctly in this OSX port.
<<
License: OSI-Approved
Homepage: http://www.math.berkeley.edu/~vojta/xdvi.html
Maintainer: Dave Morrison <[EMAIL PROTECTED]>

--- NEW FILE: xdvi-22.77-2.patch ---
--- old/config.hin      2002-07-13 16:35:43.000000000 -0700
+++ new/config.hin      2003-12-05 17:24:36.000000000 -0800
@@ -25,7 +25,7 @@
 #undef STDC_HEADERS
 
 /* Define vfork as fork if vfork does not work.  */
-#undef vfork
+#define vfork fork
 
 /* Define if your processor stores words with the most significant
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */

--- xdvi-22.77-1.info DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to