Author: sten Date: 2006-07-10 12:13:33 +0200 (Mon, 10 Jul 2006) New Revision: 1598 Modified: crux-2.2/ports/opt/kdebindings/.footprint crux-2.2/ports/opt/kdebindings/Pkgfile Log: kdebindings: disable compilation of java bindings, because they don't build for me...I don't think that anyone uses java bindings for KDE anyways, and if they do, they can do so at their own risk. I can't believe that it took me this long to figure out that java is what was causing the problem--lots of memory leaks during compilation often hung my desktop Modified: crux-2.2/ports/opt/kdebindings/.footprint =================================================================== --- crux-2.2/ports/opt/kdebindings/.footprint 2006-07-09 14:57:59 UTC (rev 1597) +++ crux-2.2/ports/opt/kdebindings/.footprint 2006-07-10 10:13:33 UTC (rev 1598) @@ -112,7 +112,6 @@ -rw-r--r-- root/root usr/lib/python2.4/site-packages/pyqtconfig.py -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qt.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtcanvas.so --rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtext.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtgl.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtnetwork.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtsql.so @@ -805,30 +804,6 @@ -rw-r--r-- root/root usr/share/sip/qtcanvas/copying.sip -rw-r--r-- root/root usr/share/sip/qtcanvas/qcanvas.sip -rw-r--r-- root/root usr/share/sip/qtcanvas/qtcanvasmod.sip -drwxr-xr-x root/root usr/share/sip/qtext/ --rw-r--r-- root/root usr/share/sip/qtext/copying.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintilla.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillaapis.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillabase.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillacommand.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillacommandset.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintilladocument.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexer.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerbash.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexercpp.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexercsharp.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerhtml.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexeridl.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerjava.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerjavascript.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerlua.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerperl.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerpython.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerruby.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexersql.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillamacro.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillaprinter.sip --rw-r--r-- root/root usr/share/sip/qtext/qtextmod.sip drwxr-xr-x root/root usr/share/sip/qtgl/ -rw-r--r-- root/root usr/share/sip/qtgl/copying.sip -rw-r--r-- root/root usr/share/sip/qtgl/qgl.sip Modified: crux-2.2/ports/opt/kdebindings/Pkgfile =================================================================== --- crux-2.2/ports/opt/kdebindings/Pkgfile 2006-07-09 14:57:59 UTC (rev 1597) +++ crux-2.2/ports/opt/kdebindings/Pkgfile 2006-07-10 10:13:33 UTC (rev 1598) @@ -6,13 +6,14 @@ name=kdebindings version=3.5.3 -release=1 +release=2 source=(http://download.kde.org/stable/3.5.3/src/$name-$version.tar.bz2) build() { export QTDIR=/usr/share/qt cd $name-$version ./configure --prefix=/usr \ + --without-java \ --disable-debug make make DESTDIR=$PKG install