--- Raster3D-2.9-1.orig/BUGS
+++ Raster3D-2.9-1/BUGS
@@ -1,11 +1,3 @@
-All platforms
-=============
-
-      ==> ImageMagick keeps on changing their option syntax and delegates
-	  file format.  You may have to tweak the calls to ImageMagick
-	  utilities in the stereo3d and label3d scripts to match your local
-	  version of ImageMagick.
-
       ==> Stereo pairs can be generated by using either a shear operation or
       	  by using an angular offset.  Both have problems.  The shear distorts
 	  bounding surfaces.  The angular offset displaces specular highlights
@@ -28,35 +20,3 @@
 	- Labels with TeX-like escape sequences are always treated as Left-Align.
 	- Angstrom symbol only loaded into Times/Helvetica fonts.
 	- ribbon coloring scheme 6 doesn't work
-
-SGI
-===
-	- In general the JPEG and PNG libraries supplied with Irix are bad,
-	  and should be rebuilt from current source
-	- Some versions of Irix contain a header file jpeglib.h that is not
-	  compatible with the actual libjpeg in the same distribution
-	- The PNG library and header files are from an ancient beta-test version.
-	  You must choose between disabling PNG support in Makefile.template or
-	  installing a newer version of libpng on your machine
-
-AIX 
-===
-	File indirection in render doesn't work, because opening Fortran
-	LUN 6 clobbers C I/O in local.c
-	Work-around : 
-		Patch file render_patch.aix modifies render to use
-		LUNs 5,4,3,2,1 for file indirection rather than 6,7,...
-	dispose='delete' not permitted in open statement
-	Work-around :
-		None; temp files accumulate until deleted
-
-linux (g77 and gfortran compilers)
-====================
-
-	The g77 and gfortran compilers do not support file open options 
-	CARRIAGECONTROL='LIST' or DISPOSE='DELETE'.
-	Work-around :
-		'make linux' deletes these specifications from the source
-		files; unfortunately, this means that temporary files do not
-		automatically get deleted from the system temp directory.
-
