I was considering how we might depreciate
the gcc42 package out of fink unstable tonight
and remembered that this is being blocked by the
pdftk package which doesn't build with gcc 4.3
or newer. Fortunately Fedora 11 has a pdftk
build that uses a pdftk-1.41-noitext.tar.bz2
tarball and their itext package to compile
against gcc 4.4.0. I'll look at creating the
required itext fink package and reworking the
pdftk packaging to build against it. Roughly
the Fedora build looks like...

CompileScript: <<
  rm -rf java_libs
  %{_javadir}/itext-%{itextvers}.jar | grep '\.class$' | sed 's/\.class//' | 
sed 's|/|\.|g' > classes
  gjavah -d java_libs -cni -classpath=%{_javadir}/itext-%{itextvers}.jar \
   `cat classes`
  cd pdftk 
  make -f Makefile.RedHat LIBDIR=%{_libdir} ITEXTVERS="%{itextvers}"
<<

I still have to sort out where we will place _javadir.
          Jack

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to