Ticket #10933: kde354_1.patch

File kde354_1.patch, 131.2 KB (added by takanori@…, 18 years ago)
  • kde/Portfile

     
    22
    33PortSystem 1.0
    44name            kde
    5 version         3.5.1
     5version         3.5.4
    66categories      kde
    77maintainers     ben@macports.org takanori@macports.org
    88description     KDE Desktop bundle
  • kdeaccessibility3/files/InstallScript.sh

     
    11#!/bin/sh -e
    22
    3         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
     5 
     6        ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
    57
    6 #darwinports
    7         export UNSERMAKE="no"
    8 
    9         ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
    10 
    118        mkdir -p %i/share/doc/installed-packages
    129        touch %i/share/doc/installed-packages/%N
    1310        touch %i/share/doc/installed-packages/%N-base
    1411
    15         rm -rf %i/share/doc/kde/en/kmouth
     12        rm -rf %i/share/doc/kde/en/kmouth %i/share/man/man1/kmouth*
    1613        install -d -m 755 %i/share/config
    17         cat <<EOF #!/bin/sh -e
    18 END > %i/share/config/kttsdrc
     14        cat <<END > %i/share/config/kttsdrc
    1915[FreeTTS]
    2016FreeTTSJarPath=%p/share/java/freetts/freetts.jar
    2117
  • kdeaccessibility3/files/CompileScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp
    4         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    54        . ./environment-helper.sh
    6         export lt_cv_sys_max_cmd_len=65536
     5        export ac_cv_path_freetts_bindir="%p/share/java/freetts"
    76
    8 #darwinports
    9         export UNSERMAKE="no"
    10 
    117        export DO_NOT_COMPILE="kmouth"
    128
    13         export CC=gcc CXX=g++
    14 
    159        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
    1610        ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
    17         ./build-helper.sh make      %N %v %r make all all_libraries="$ALL_LIBRARIES"
     11        ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
  • kdeaccessibility3/Portfile

     
    11# $Id$
    22
    3 #Synced with Fink, Version 3.5.1-1023
     3#Synced with Fink, Version 3.5.4-1021
    44
    55PortSystem 1.0
    66name            kdeaccessibility3
    7 version         3.5.1
    8 revision        1
    9 set kdeadmin    kde-admindir-3.5.1
     7version         3.5.4
     8set kdeadmin    kde-admindir-252
    109categories      kde
    1110maintainers     ben@macports.org takanori@macports.org
    1211description     KDE accessibility tools. \
    1312                NB No KDE sound support.
    1413platforms       darwin
    15 master_sites    opendarwin::kde351 \
     14master_sites    opendarwin::kde354 \
    1615                opendarwin::admin
    1716#               kde:stable/${version}/src
    1817#               http://ranger.befunk.com/fink/:admin
    19 extract.suffix  .tar.bz2
    2018use_bzip2       yes
    2119distname        kdeaccessibility-${version}
    22 distfiles       ${distname}.tar.bz2:kde351 \
     20distfiles       ${distname}.tar.bz2:kde354 \
    2321                ${kdeadmin}.tar.bz2:admin
    2422depends_build   port:autoconf \
    25                 port:automake
     23                port:unsermake
    2624depends_lib     port:kdebase3
     25#               port:freetts
     26#               port:gstreamer
    2727
    28 checksums       ${distname}.tar.bz2 md5 cc0773103053a6800b3d35e6021b6719 \
    29                 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e
     28checksums       ${distname}.tar.bz2 md5 bc64350a56a585e4d2c88fe3fc8b24f8 \
     29                ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e
    3030
    31 extract.only ${distname}.tar.bz2
    32 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
     31extract.only    ${distname}.tar.bz2
     32post-extract    { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
    3333
    3434patchfiles     
    3535patch           {
    3636                cd ${worksrcpath}
    3737                foreach file $patchfiles {
    38                     system "sed -e 's,@FINKPREFIX@,${prefix},g' ${portpath}/${filesdir}/${file} | patch -p1"
     38                    system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
    3939                }
     40                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
    4041}
    41 post-patch      {
    42                 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh
    43                 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh
     42post-patch      {
     43                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
    4444                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
    45                 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh
    46                 foreach file [glob ${worksrcpath}/admin/*] {
    47                     reinplace "s|-O2|-Os|g" $file
    48                     reinplace "s|doc/HTML|doc/kde|g" $file
    49                     reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file
    50                 }
    5145                foreach file {CompileScript.sh InstallScript.sh} {
    52                     file copy ${portpath}/${filesdir}/${file} ${worksrcpath}
     46                    file copy ${filespath}/${file} ${worksrcpath}
    5347                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file}
    5448                    reinplace "s|%N|${name}|g" ${worksrcpath}/${file}
    5549                    reinplace "s|%v|${version}|g" ${worksrcpath}/${file}
     
    6155                }
    6256}
    6357
    64 configure.args  --enable-kttsd-gstreamer --with-distribution='DarwinPorts/Mac OS X' --without-arts
     58configure.args  --enable-kttsd-gstreamer --with-distribution='MacPorts/Mac OS X' --without-arts
    6559
    6660configure       {}
    6761build           { system "cd ${worksrcpath} && ./CompileScript.sh" }
    6862destroot        { system "cd ${worksrcpath} && ./InstallScript.sh" }
    6963
    70 post-destroot   {
     64post-destroot   {
    7165                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    7266                xinstall -m 644 -W ${worksrcpath} COPYING INSTALL ${destroot}${prefix}/share/doc/${name}
    7367}
    74 
    75 platform darwin 6 {
    76         depends_lib-append      lib:libdl:dlcompat
    77 }
  • kdeaddons3/files/InstallScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
    55
    6 #darwinports
    7         export UNSERMAKE="no"
     6        ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
    87
    9         ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
    10 
    118        mkdir -p %i/share/doc/installed-packages
    129        touch %i/share/doc/installed-packages/%N
    1310        touch %i/share/doc/installed-packages/%N-base
  • kdeaddons3/files/CompileScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
    5         export lt_cv_sys_max_cmd_len=65536
    65
    7 #darwinports
    8         export UNSERMAKE="no"
    9 
    106        export CC=gcc CXX=g++
    117
    128        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
    139        ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
    14         ./build-helper.sh make      %N %v %r make all all_libraries="$ALL_LIBRARIES"
     10        ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
  • kdeaddons3/Portfile

     
    11# $Id$
    22
    3 #Synced with Fink, Version 3.5.1-1023
     3#Synced with Fink, Version 3.5.4-1021
    44
    55PortSystem 1.0
    66name            kdeaddons3
    7 version         3.5.1
    8 revision        2
    9 set kdeadmin    kde-admindir-3.5.1
     7version         3.5.4
     8set kdeadmin    kde-admindir-252
    109categories      kde
    1110maintainers     ben@macports.org takanori@macports.org
    1211description     KDE addons. \
    1312                NB No KDE sound support.
    1413platforms       darwin
    15 master_sites    opendarwin::kde351 \
     14master_sites    opendarwin::kde354 \
    1615                opendarwin::admin
    1716#               kde:stable/${version}/src
    1817#               http://ranger.befunk.com/fink/:admin
    19 extract.suffix  .tar.bz2
    2018use_bzip2       yes
    2119distname        kdeaddons-${version}
    22 distfiles       ${distname}.tar.bz2:kde351 \
     20distfiles       ${distname}.tar.bz2:kde354 \
    2321                ${kdeadmin}.tar.bz2:admin
    2422depends_build   port:autoconf \
    25                 port:automake
    26 depends_lib     port:kdebase3 \
     23                port:unsermake
     24depends_lib     port:doxygen \
     25                port:kdebase3 \
    2726                port:kdegames3 \
    28                 port:libsdl \
    29                 port:doxygen
     27                port:kdepim3
     28#               port:gtk1
     29#               port:libsdl
    3030
    31 checksums       ${distname}.tar.bz2 md5 cbd2a6f65ae7338736d93b72bfdf5ae3 \
    32                 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e
     31checksums       ${distname}.tar.bz2 md5 840d18fbcadec9f94bb70563876b4dcd \
     32                ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e
    3333
    34 extract.only ${distname}.tar.bz2
    35 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
     34extract.only    ${distname}.tar.bz2
     35post-extract    { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
    3636
    3737patchfiles      kdeaddons3.patch
    3838patch           {
    3939                cd ${worksrcpath}
    4040                foreach file $patchfiles {
    41                     system "sed -e 's,@FINKPREFIX@,${prefix},g' ${portpath}/${filesdir}/${file} | patch -p1"
     41                    system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
    4242                }
     43                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
    4344}
    44 post-patch      {
    45                 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh
    46                 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh
     45post-patch      {
     46                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
    4747                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
    48                 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh
    49                 foreach file [glob ${worksrcpath}/admin/*] {
    50                     reinplace "s|-O2|-Os|g" $file
    51                     reinplace "s|doc/HTML|doc/kde|g" $file
    52                     reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file
    53                 }
    5448                foreach file {CompileScript.sh InstallScript.sh} {
    55                     file copy ${portpath}/${filesdir}/${file} ${worksrcpath}
     49                    file copy ${filespath}/${file} ${worksrcpath}
    5650                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file}
    5751                    reinplace "s|%N|${name}|g" ${worksrcpath}/${file}
    5852                    reinplace "s|%v|${version}|g" ${worksrcpath}/${file}
     
    6458                }
    6559}
    6660
    67 configure.args  --with-sdl-prefix=${prefix} --disable-sdltest --with-distribution='DarwinPorts/Mac OS X' --without-arts
     61configure.args  --with-sdl-prefix=${prefix} --disable-sdltest --with-distribution='MacPorts/Mac OS X' --without-arts
    6862
    6963configure       {}
    7064build           { system "cd ${worksrcpath} && ./CompileScript.sh" }
    7165destroot        { system "cd ${worksrcpath} && ./InstallScript.sh" }
    7266
    73 post-destroot   {
     67post-destroot   {
    7468                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    7569                xinstall -m 644 -W ${worksrcpath} README ${destroot}${prefix}/share/doc/${name}
    7670}
    77 
    78 platform darwin 6 {
    79         depends_lib-append      lib:libdl:dlcompat
    80 }
  • kdeartwork3/files/InstallScript.sh

     
    11#!/bin/sh -e
    22
    3         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
    55
    6 #darwinports
    7         export UNSERMAKE="no"
     6        ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
    87
    9         ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
    10 
    118        mkdir -p %i/share/doc/installed-packages
    129        touch %i/share/doc/installed-packages/%N
    1310        touch %i/share/doc/installed-packages/%N-base
  • kdeartwork3/files/CompileScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp
    4         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    54        . ./environment-helper.sh
    6         export lt_cv_sys_max_cmd_len=65536
    75
    8 #darwinports
    9         export UNSERMAKE="no"
    10 
    11         export CC=gcc CXX=g++
    12 
    136        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
    147        ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
    15         ./build-helper.sh make      %N %v %r make all all_libraries="$ALL_LIBRARIES"
     8        ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
  • kdeartwork3/files/kdeartwork3.patch

     
    1 diff -uNr kdeartwork-3.5.0/kscreensaver/kdesavers/rotation.h kdeartwork-3.5.0-new/kscreensaver/kdesavers/rotation.h
    2 --- kdeartwork-3.5.0/kscreensaver/kdesavers/rotation.h  Mon Oct 10 10:53:54 2005
    3 +++ kdeartwork-3.5.0-new/kscreensaver/kdesavers/rotation.h      Sat Jan 14 13:08:14 2006
    4 @@ -41,10 +41,10 @@
    5      * @param t Time in seconds, integration variable
    6      * @param dt Initial time increment in seconds for integration, auto adjusted
    7      * later to guarantee precision
    8 -    * @param _A Moment of inertia along 1. figure axis
    9 -    * @param _B Moment of inertia along 2. figure axis
    10 -    * @param _C Moment of inertia along 3. figure axis
    11 -    * @param _y Vector of 12 elements containing the initial rotation vector
    12 +    * @param fooA Moment of inertia along 1. figure axis
    13 +    * @param fooB Moment of inertia along 2. figure axis
    14 +    * @param fooC Moment of inertia along 3. figure axis
    15 +    * @param fooy Vector of 12 elements containing the initial rotation vector
    16      * omega (elements 0 to 2), and the initial rotating systems coordinate
    17      * vectors e1, e2, e3 (elements 3 to 5, 6 to 8, and 9 to 11).
    18      * @param eps Relative precision per integration step, see
    19 @@ -52,10 +52,10 @@
    20     EulerOdeSolver(
    21        const double &t,
    22        const double &dt,
    23 -      const double &_A,
    24 -      const double &_B,
    25 -      const double &_C,
    26 -      std::valarray<double> &_y,
    27 +      const double &fooA,
    28 +      const double &fooB,
    29 +      const double &fooC,
    30 +      std::valarray<double> &fooy,
    31        const double &eps);
    32  
    33    protected:
  • kdeartwork3/Portfile

     
    11# $Id$
    22
    3 #Synced with Fink, Version 3.5.1-1023
     3#Synced with Fink, Version 3.5.4-1021
    44
    55PortSystem 1.0
    66name            kdeartwork3
    7 version         3.5.1
    8 revision        1
    9 set kdeadmin    kde-admindir-3.5.1
     7version         3.5.4
     8set kdeadmin    kde-admindir-252
    109categories      kde
    1110maintainers     ben@macports.org takanori@macports.org
    1211description     KDE additional artwork. \
    1312                NB No KDE sound support.
    1413platforms       darwin
    15 master_sites    opendarwin::kde351 \
     14master_sites    opendarwin::kde354 \
    1615                opendarwin::admin
    1716#               kde:stable/${version}/src
    1817#               http://ranger.befunk.com/fink/:admin
    19 extract.suffix  .tar.bz2
    2018use_bzip2       yes
    2119distname        kdeartwork-${version}
    22 distfiles       ${distname}.tar.bz2:kde351 \
     20distfiles       ${distname}.tar.bz2:kde354 \
    2321                ${kdeadmin}.tar.bz2:admin
    2422depends_build   port:autoconf \
    25                 port:automake
     23                port:unsermake
    2624depends_lib     port:kdebase3
     25#               port:xscreensaver
    2726
    28 checksums       ${distname}.tar.bz2 md5 8053bb1a1b2a5844b29f5f96328b1d96 \
    29                 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e
     27checksums       ${distname}.tar.bz2 md5 c7ff9048b9b68c976de08ed418598e40 \
     28                ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e
    3029
    31 extract.only ${distname}.tar.bz2
    32 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
     30extract.only    ${distname}.tar.bz2
     31post-extract    { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
    3332
    34 patchfiles      kdeartwork3.patch
     33patchfiles     
    3534patch           {
    3635                cd ${worksrcpath}
    3736                foreach file $patchfiles {
    38                     system "sed -e 's,@FINKPREFIX@,${prefix},g' ${portpath}/${filesdir}/${file} | patch -p1"
     37                    system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
    3938                }
     39                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
    4040}
    41 post-patch      {
    42                 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh
    43                 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh
     41post-patch      {
     42                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
    4443                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
    45                 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh
    46                 foreach file [glob ${worksrcpath}/admin/*] {
    47                     reinplace "s|-O2|-Os|g" $file
    48                     reinplace "s|doc/HTML|doc/kde|g" $file
    49                     reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file
    50                 }
    5144                foreach file {CompileScript.sh InstallScript.sh} {
    52                     file copy ${portpath}/${filesdir}/${file} ${worksrcpath}
     45                    file copy ${filespath}/${file} ${worksrcpath}
    5346                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file}
    5447                    reinplace "s|%N|${name}|g" ${worksrcpath}/${file}
    5548                    reinplace "s|%v|${version}|g" ${worksrcpath}/${file}
     
    6154                }
    6255}
    6356
    64 configure.args  --with-distribution='DarwinPorts/Mac OS X' --without-arts
     57configure.args  --with-distribution='MacPorts/Mac OS X' --without-arts
    6558
    6659configure       {}
    6760build           { system "cd ${worksrcpath} && ./CompileScript.sh" }
    6861destroot        { system "cd ${worksrcpath} && ./InstallScript.sh" }
    6962
    70 post-destroot   {
     63post-destroot   {
    7164                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    7265                xinstall -m 644 -W ${worksrcpath} README ${destroot}${prefix}/share/doc/${name}
    7366
    7467                #these icons are provided by kdesdk3
    75                 file delete ${destroot}${prefix}/share/icons/Locolor/16x16/apps/kbabel.png
    76                 file delete ${destroot}${prefix}/share/icons/Locolor/16x16/apps/ktimemon.png
    77                 file delete ${destroot}${prefix}/share/icons/Locolor/32x32/apps/kbabel.png
    78                 file delete ${destroot}${prefix}/share/icons/Locolor/32x32/apps/ktimemon.png
     68                file delete ${destroot}${prefix}/share/icons/Locolor/16x16/apps/kbabel.png
     69                file delete ${destroot}${prefix}/share/icons/Locolor/32x32/apps/kbabel.png
    7970
     71                #these icons are provided by kdeaddons3
     72                file delete ${destroot}${prefix}/share/icons/Locolor/16x16/apps/ktimemon.png
     73                file delete ${destroot}${prefix}/share/icons/Locolor/32x32/apps/ktimemon.png
     74
    8075                #rename "Locolor" to "locolor"
    8176                file rename ${destroot}${prefix}/share/icons/Locolor ${destroot}${prefix}/share/icons/locolor.tmp
    8277                file rename ${destroot}${prefix}/share/icons/locolor.tmp ${destroot}${prefix}/share/icons/locolor
    83 
    8478}
    85 
    86 platform darwin 6 {
    87         depends_lib-append      lib:libdl:dlcompat
    88 }
  • kdebase3/files/kdebase3-unified.patch

     
    1 --- kdebase-3.5.0/drkonqi/Makefile.am   2005-09-10 04:25:55.000000000 -0400
    2 +++ kdebase-3.5.0-new/drkonqi/Makefile.am       2005-11-13 08:25:50.000000000 -0500
     1
     2--- kdebase-3.5.4/applnk/Makefile.am    2005-09-10 04:25:45.000000000 -0400
     3+++ kdebase-3.5.4-new/applnk/Makefile.am        2006-08-03 12:16:55.000000000 -0400
     4@@ -3,7 +3,7 @@
     5 xdg_menu_DATA = kde-settings.menu kde-information.menu kde-screensavers.menu
     6 
     7 xdg_mergedmenu_DATA = kde-essential.menu
     8-xdg_mergedmenudir = $(xdg_menudir)/applications-merged
     9+xdg_mergedmenudir = $(xdg_menudir)/kde-applications-merged
     10 
     11 xdg_directory_DATA = \
     12 kde-main.directory \
     13--- kdebase-3.5.4/doc/userguide/kde-for-admins.docbook  2006-07-22 04:15:40.000000000 -0400
     14+++ kdebase-3.5.4-new/doc/userguide/kde-for-admins.docbook      2006-08-03 12:16:55.000000000 -0400
     15@@ -1669,7 +1669,7 @@
     16 </para>
     17 
     18 <informalexample>
     19-<para>Example from <filename>applications.menu</filename>:
     20+<para>Example from <filename>kde-applications.menu</filename>:
     21 <programlisting>
     22 <markup>
     23        &lt;Menu&gt;
     24@@ -1743,7 +1743,7 @@
     25 information, see <ulink url="http://www.freedesktop.org/Standards/basedir-spec">http://www.freedesktop.org/Standards/basedir-spec</ulink></para>
     26 
     27 <informalexample>
     28-<para>Example from <filename>applications.menu</filename>:
     29+<para>Example from <filename>kde-applications.menu</filename>:
     30 <programlisting>
     31 <markup>
     32              &lt;Menu&gt;
     33@@ -1795,7 +1795,7 @@
     34 <title>Essential Menus</title>
     35 
     36 <para><filename
     37-class="directory">$<envar>KDEDIR</envar>/etc/xdg/menus/applications-merged/</filename>
     38+class="directory">$<envar>KDEDIR</envar>/etc/xdg/menus/kde-applications-merged/</filename>
     39 contains <filename>kde-essential.menu</filename> which includes some
     40 essential menus that are normally not shown in the &kde; menu itself:
     41 <itemizedlist>
     42--- kdebase-3.5.4/drkonqi/Makefile.am   2005-09-10 04:25:55.000000000 -0400
     43+++ kdebase-3.5.4-new/drkonqi/Makefile.am       2006-08-03 12:16:55.000000000 -0400
    344@@ -8,15 +8,17 @@
    445 
    546 EXTRA_DIST = LICENSE
     
    2263 
    2364 
    2465 check_PROGRAMS = crashtest
    25 --- kdebase-3.5.0/drkonqi/main.cpp      2005-09-10 04:25:55.000000000 -0400
    26 +++ kdebase-3.5.0-new/drkonqi/main.cpp  2005-11-13 08:25:50.000000000 -0500
     66--- kdebase-3.5.4/drkonqi/main.cpp      2006-07-22 04:15:52.000000000 -0400
     67+++ kdebase-3.5.4-new/drkonqi/main.cpp  2006-08-03 12:16:55.000000000 -0400
    2768@@ -57,7 +57,7 @@
    2869   KCmdLineLastOption
    2970 };
     
    3374 {
    3475   // Drop privs.
    3576   setgid(getgid());
    36 --- kdebase-3.5.0/kappfinder/Makefile.am        2005-09-10 04:25:41.000000000 -0400
    37 +++ kdebase-3.5.0-new/kappfinder/Makefile.am    2005-11-13 08:25:50.000000000 -0500
     77--- kdebase-3.5.4/kappfinder/Makefile.am        2005-09-10 04:25:41.000000000 -0400
     78+++ kdebase-3.5.4-new/kappfinder/Makefile.am    2006-08-03 12:16:56.000000000 -0400
    3879@@ -1,9 +1,17 @@
    3980 SUBDIRS = apps
    4081 
     
    5798 
    5899 noinst_PROGRAMS = kappfinder_install
    59100 kappfinder_install_SOURCES = main_install.cpp common.cpp
    60 --- kdebase-3.5.0/kappfinder/main.cpp   2005-10-10 11:04:07.000000000 -0400
    61 +++ kdebase-3.5.0-new/kappfinder/main.cpp       2005-11-13 08:25:50.000000000 -0500
     101--- kdebase-3.5.4/kappfinder/main.cpp   2005-10-10 11:04:07.000000000 -0400
     102+++ kdebase-3.5.4-new/kappfinder/main.cpp       2006-08-03 12:16:56.000000000 -0400
    62103@@ -31,7 +31,7 @@
    63104   KCmdLineLastOption
    64105 };
     
    68109 {
    69110   KAboutData aboutData( "kappfinder", I18N_NOOP( "KAppfinder" ),
    70111                         "1.0", description, KAboutData::License_GPL,
    71 --- kdebase-3.5.0/kcontrol/filetypes/Makefile.am        2005-09-10 04:25:08.000000000 -0400
    72 +++ kdebase-3.5.0-new/kcontrol/filetypes/Makefile.am    2005-11-13 08:25:50.000000000 -0500
     112--- kdebase-3.5.4/kcontrol/filetypes/Makefile.am        2005-09-10 04:25:08.000000000 -0400
     113+++ kdebase-3.5.4-new/kcontrol/filetypes/Makefile.am    2006-08-03 12:16:56.000000000 -0400
    73114@@ -12,16 +12,18 @@
    74115        kservicelistwidget.h typeslistitem.h newtypedlg.h \
    75116        kserviceselectdlg.h
     
    93134 
    94135 messages:
    95136        $(XGETTEXT) *.cpp -o $(podir)/filetypes.pot
    96 --- kdebase-3.5.0/kcontrol/filetypes/keditfiletype.cpp  2005-10-10 11:03:47.000000000 -0400
    97 +++ kdebase-3.5.0-new/kcontrol/filetypes/keditfiletype.cpp      2005-11-13 08:25:51.000000000 -0500
     137--- kdebase-3.5.4/kcontrol/filetypes/keditfiletype.cpp  2005-10-10 11:03:47.000000000 -0400
     138+++ kdebase-3.5.4-new/kcontrol/filetypes/keditfiletype.cpp      2006-08-03 12:16:56.000000000 -0400
    98139@@ -108,7 +108,7 @@
    99140   KCmdLineLastOption
    100141 };
     
    104145 {
    105146   KServiceTypeProfile::setConfigurationMode();
    106147   KLocale::setMainCatalogue("filetypes");
    107 --- kdebase-3.5.0/kdcop/Makefile.am     2005-09-10 04:25:53.000000000 -0400
    108 +++ kdebase-3.5.0-new/kdcop/Makefile.am 2005-11-13 08:25:51.000000000 -0500
     148--- kdebase-3.5.4/kcontrol/fonts/Makefile.am    2006-03-17 05:17:12.000000000 -0500
     149+++ kdebase-3.5.4-new/kcontrol/fonts/Makefile.am        2006-08-03 12:16:56.000000000 -0400
     150@@ -4,13 +4,13 @@
     151 libkxftconfig_la_LIBADD = $(LIBFONTCONFIG_LIBS)
     152 libkxftconfig_la_LDFLAGS = $(LIBFONTCONFIG_RPATH)
     153 
     154-AM_CPPFLAGS  = $(all_includes) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
     155+AM_CPPFLAGS  = $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE $(all_includes)
     156 
     157 kde_module_LTLIBRARIES = kcm_fonts.la
     158 
     159 kcm_fonts_la_SOURCES = fonts.cpp
     160 kcm_fonts_la_LDFLAGS = $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) -module -avoid-version $(all_libraries) -no-undefined
     161-kcm_fonts_la_LIBADD = libkxftconfig.la $(top_builddir)/kcontrol/krdb/libkrdb.la $(LIB_KDEUI) $(LIBFONTCONFIG_LIBS)
     162+kcm_fonts_la_LIBADD = $(LIBFONTCONFIG_LIBS) libkxftconfig.la $(top_builddir)/kcontrol/krdb/libkrdb.la $(LIB_KDEUI)
     163 METASOURCES = AUTO
     164 
     165 noinst_HEADERS = fonts.h kxftconfig.h
     166--- kdebase-3.5.4/kcontrol/fonts/configure.in.in        2005-09-10 04:25:04.000000000 -0400
     167+++ kdebase-3.5.4-new/kcontrol/fonts/configure.in.in    2006-08-03 12:16:56.000000000 -0400
     168@@ -1,8 +1,6 @@
     169-KDE_FIND_PATH(fontconfig-config, FONTCONFIG_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
     170         KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
     171             AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
     172         ])
     173-])
     174 
     175 if test -n "$PKGCONFIG"; then
     176   vers=`$PKGCONFIG fontconfig --modversion 2>/dev/null | sed -e 's/libfontconfig //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
     177--- kdebase-3.5.4/kcontrol/kfontinst/configure.in.in    2006-01-19 12:00:50.000000000 -0500
     178+++ kdebase-3.5.4-new/kcontrol/kfontinst/configure.in.in        2006-08-03 12:16:56.000000000 -0400
     179@@ -36,11 +36,9 @@
     180 
     181     KFI_FOUND_FONTCONFIG=0
     182     # check for fontconfig...
     183-    KDE_FIND_PATH(fontconfig-config, FONTCONFIG_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
     184             KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
     185                 AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
     186             ])
     187-    ])
     188 
     189     if test -n "$PKGCONFIG"; then
     190         vers=`$PKGCONFIG fontconfig --modversion 2>/dev/null | sed -e 's/libfontconfig //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
     191--- kdebase-3.5.4/kcontrol/kfontinst/kcmfontinst/Makefile.am    2005-09-10 04:25:09.000000000 -0400
     192+++ kdebase-3.5.4-new/kcontrol/kfontinst/kcmfontinst/Makefile.am        2006-08-03 12:16:56.000000000 -0400
     193@@ -4,10 +4,10 @@
     194 endif
     195 
     196 kde_module_LTLIBRARIES = kcm_fontinst.la
     197-kcm_fontinst_la_LIBADD  = $(LIB_KIO) $(FONTINST_PRINT_LIB) $(LIBFREETYPE_LIBS) $(LIBFONTCONFIG_LIBS) ../lib/libkfontinst.la
     198+kcm_fontinst_la_LIBADD  = $(LIBFREETYPE_LIBS) $(LIBFONTCONFIG_LIBS) $(LIB_KIO) $(FONTINST_PRINT_LIB) ../lib/libkfontinst.la
     199 METASOURCES = AUTO
     200 kcm_fontinst_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
     201-AM_CPPFLAGS = -I$(srcdir)/../lib $(FONTINST_PRINT_INC) -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS)
     202+AM_CPPFLAGS = -I$(srcdir)/../lib $(FONTINST_PRINT_INC) -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
     203 
     204 xdg_apps_DATA = kcmfontinst.desktop
     205 
     206--- kdebase-3.5.4/kcontrol/kfontinst/kfile-plugin/Makefile.am   2005-09-10 04:25:09.000000000 -0400
     207+++ kdebase-3.5.4-new/kcontrol/kfontinst/kfile-plugin/Makefile.am       2006-08-03 12:16:56.000000000 -0400
     208@@ -1,13 +1,13 @@
     209 kde_module_LTLIBRARIES = kfile_font.la
     210 
     211 kfile_font_la_SOURCES = KFileFont.cpp
     212-kfile_font_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN)
     213-kfile_font_la_LIBADD = $(LIB_KIO) $(LIBFREETYPE_LIBS) ../lib/libkfontinst.la
     214+kfile_font_la_LDFLAGS = $(LIBFREETYPE_RPATH) $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN)
     215+kfile_font_la_LIBADD = $(LIBFREETYPE_LIBS) $(LIB_KIO) ../lib/libkfontinst.la
     216 
     217 kdelnkdir = $(kde_servicesdir)
     218 kde_services_DATA = kfile_font.desktop
     219 
     220-AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS)
     221+AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(all_includes)
     222 
     223 METASOURCES = AUTO
     224 noinst_HEADERS = KFileFont.h
     225--- kdebase-3.5.4/kcontrol/kfontinst/kfontinst/Main.cpp 2005-10-10 11:03:47.000000000 -0400
     226+++ kdebase-3.5.4-new/kcontrol/kfontinst/kfontinst/Main.cpp     2006-08-03 12:16:56.000000000 -0400
     227@@ -190,7 +190,7 @@
     228         KFI::CXConfig::refreshPaths(true);
     229 }
     230 
     231-int main(int argc, char *argv[])
     232+extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
     233 {
     234 #ifdef HAVE_GETOPT_H
     235     static struct option options[]=
     236--- kdebase-3.5.4/kcontrol/kfontinst/kfontinst/Makefile.am      2005-09-10 04:25:09.000000000 -0400
     237+++ kdebase-3.5.4-new/kcontrol/kfontinst/kfontinst/Makefile.am  2006-08-03 12:16:56.000000000 -0400
     238@@ -1,5 +1,8 @@
     239-bin_PROGRAMS = kfontinst
     240-kfontinst_SOURCES = \
     241+bin_PROGRAMS =
     242+lib_LTLIBRARIES =
     243+kdeinit_LTLIBRARIES = kfontinst.la
     244+
     245+kfontinst_la_SOURCES = \
     246 CompressedFile.cpp \
     247 Main.cpp \
     248 Encodings.cpp \
     249@@ -15,6 +18,6 @@
     250 Fontmap.h \
     251 XConfig.h
     252 
     253-kfontinst_LDADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_FONT_ENC) $(LIBZ) $(LIB_KIO) ../lib/libkfontinst.la
     254-kfontinst_LDFLAGS = $(all_libraries) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(KDE_RPATH)
     255-AM_CPPFLAGS= -DOS_$(UNAME) -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS)
     256+kfontinst_la_LIBADD = $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_FONT_ENC) ../../fonts/libkxftconfig.la $(LIBZ) $(LIB_KIO) ../lib/libkfontinst.la
     257+kfontinst_la_LDFLAGS = $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(all_libraries) $(KDE_PLUGIN) -module
     258+AM_CPPFLAGS= -DOS_$(UNAME) -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
     259--- kdebase-3.5.4/kcontrol/kfontinst/kio/Makefile.am    2005-09-10 04:25:09.000000000 -0400
     260+++ kdebase-3.5.4-new/kcontrol/kfontinst/kio/Makefile.am        2006-08-03 12:16:56.000000000 -0400
     261@@ -2,9 +2,9 @@
     262 kio_fonts_la_SOURCES = \
     263 KioFonts.cpp
     264 
     265-kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) -lkdesu ../lib/libkfontinst.la
     266-kio_fonts_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -module -avoid-version -no-undefined
     267-AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
     268+kio_fonts_la_LIBADD = $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) ../../fonts/libkxftconfig.la $(LIB_KIO) -lkdesu ../lib/libkfontinst.la
     269+kio_fonts_la_LDFLAGS = $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
     270+AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE $(all_includes)
     271 
     272 # The kxftconfig stuf really belongs to kdebase/kcontrol/fonts - here only so that can distribute this as an archive.
     273 noinst_HEADERS = \
     274--- kdebase-3.5.4/kcontrol/kfontinst/lib/FcEngine.h     2005-09-10 04:25:09.000000000 -0400
     275+++ kdebase-3.5.4-new/kcontrol/kfontinst/lib/FcEngine.h 2006-08-03 12:16:56.000000000 -0400
     276@@ -5,6 +5,8 @@
     277 #include "config.h"
     278 #endif
     279 
     280+#define KFI_FC_NO_WIDTHS 1
     281+
     282 #include <qstring.h>
     283 #include <qvaluevector.h>
     284 #include <qfont.h>
     285--- kdebase-3.5.4/kcontrol/kfontinst/lib/Makefile.am    2005-09-10 04:25:09.000000000 -0400
     286+++ kdebase-3.5.4-new/kcontrol/kfontinst/lib/Makefile.am        2006-08-03 12:16:56.000000000 -0400
     287@@ -9,6 +9,6 @@
     288 FcEngine.h \
     289 KfiConstants.h
     290 
     291-libkfontinst_la_LIBADD = $(LIB_KDECORE) $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) $(LIBXFT_LIB)
     292-libkfontinst_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -no-undefined
     293-AM_CPPFLAGS= $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
     294+libkfontinst_la_LIBADD = $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KDECORE) $(LIB_KIO) $(LIBXFT_LIB)
     295+libkfontinst_la_LDFLAGS = $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(all_libraries) $(KDE_RPATH) -no-undefined
     296+AM_CPPFLAGS= $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE $(all_includes)
     297--- kdebase-3.5.4/kcontrol/kfontinst/thumbnail/Makefile.am      2005-09-10 04:25:09.000000000 -0400
     298+++ kdebase-3.5.4-new/kcontrol/kfontinst/thumbnail/Makefile.am  2006-08-03 12:16:56.000000000 -0400
     299@@ -2,7 +2,7 @@
     300 
     301 fontthumbnail_la_SOURCES = FontThumbnail.cpp
     302 fontthumbnail_la_LIBADD = $(LIBFREETYPE_LIBS) $(LIB_KDECORE) $(LIB_KIO) ../lib/libkfontinst.la
     303-fontthumbnail_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN)
     304+fontthumbnail_la_LDFLAGS = $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN) $(all_libraries)
     305 METASOURCES = AUTO
     306 
     307 noinst_HEADERS = FontThumbnail.h
     308@@ -11,4 +11,4 @@
     309 
     310 kde_services_DATA = fontthumbnail.desktop
     311 
     312-AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS)
     313+AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(all_includes)
     314--- kdebase-3.5.4/kcontrol/kfontinst/viewpart/FontViewerApp.cpp 2005-10-10 11:03:47.000000000 -0400
     315+++ kdebase-3.5.4-new/kcontrol/kfontinst/viewpart/FontViewerApp.cpp     2006-08-03 12:16:56.000000000 -0400
     316@@ -116,7 +116,7 @@
     317                             KAboutData::License_GPL,
     318                             I18N_NOOP("(c) Craig Drummond, 2004"));
     319 
     320-int main(int argc, char **argv)
     321+extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
     322 {
     323     KCmdLineArgs::init(argc, argv, &aboutData);
     324     KCmdLineArgs::addCmdLineOptions(options);
     325--- kdebase-3.5.4/kcontrol/kfontinst/viewpart/Makefile.am       2005-09-10 04:25:09.000000000 -0400
     326+++ kdebase-3.5.4-new/kcontrol/kfontinst/viewpart/Makefile.am   2006-08-03 12:16:56.000000000 -0400
     327@@ -13,18 +13,21 @@
     328 
     329 kde_services_DATA = kfontviewpart.desktop
     330 
     331-AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS)
     332+AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
     333 METASOURCES = AUTO
     334 
     335-kfontview_LDADD = $(LIB_KPARTS)
     336-kfontview_LDFLAGS = $(all_libraries) $(KDE_RPATH)
     337+kfontview_la_LIBADD = $(LIB_KPARTS)
     338+kfontview_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
     339+
     340+bin_PROGRAMS =
     341+lib_LTLIBRARIES =
     342+kdeinit_LTLIBRARIES = kfontview.la
     343 
     344-bin_PROGRAMS = kfontview
     345 xdg_apps_DATA = kfontview.desktop
     346 
     347 appdata_DATA = kfontviewpart.rc kfontviewui.rc
     348 appdatadir = $(kde_datadir)/kfontview
     349 
     350-kfontview_SOURCES = FontViewerApp.cpp
     351+kfontview_la_SOURCES = FontViewerApp.cpp
     352 
     353 
     354--- kdebase-3.5.4/kdcop/Makefile.am     2005-09-10 04:25:53.000000000 -0400
     355+++ kdebase-3.5.4-new/kdcop/Makefile.am 2006-08-03 12:16:56.000000000 -0400
    109356@@ -7,10 +7,13 @@
    110357 
    111358 INCLUDES = $(all_includes)
     
    124371 
    125372 noinst_HEADERS = kdcopwindow.h
    126373 METASOURCES =  AUTO
    127 --- kdebase-3.5.0/kdcop/kdcop.cpp       2005-09-10 04:25:53.000000000 -0400
    128 +++ kdebase-3.5.0-new/kdcop/kdcop.cpp   2005-11-13 08:25:51.000000000 -0500
     374--- kdebase-3.5.4/kdcop/kdcop.cpp       2005-09-10 04:25:53.000000000 -0400
     375+++ kdebase-3.5.4-new/kdcop/kdcop.cpp   2006-08-03 12:16:56.000000000 -0400
    129376@@ -15,7 +15,7 @@
    130377     KCmdLineLastOption
    131378 };
     
    135382 {
    136383   KAboutData aboutData( "kdcop", I18N_NOOP("KDCOP"),
    137384                        "0.1", I18N_NOOP( "A graphical DCOP browser/client" ),
    138 --- kdebase-3.5.0/kdebugdialog/Makefile.am      2005-09-10 04:24:57.000000000 -0400
    139 +++ kdebase-3.5.0-new/kdebugdialog/Makefile.am  2005-11-13 08:25:51.000000000 -0500
     385--- kdebase-3.5.4/kdebugdialog/Makefile.am      2005-09-10 04:24:57.000000000 -0400
     386+++ kdebase-3.5.4-new/kdebugdialog/Makefile.am  2006-08-03 12:16:56.000000000 -0400
    140387@@ -4,12 +4,14 @@
    141388 
    142389 ####### Files
     
    157404 
    158405 messages:
    159406        $(XGETTEXT) *.cpp -o $(podir)/kdebugdialog.pot 
    160 --- kdebase-3.5.0/kdebugdialog/main.cpp 2005-10-10 11:03:40.000000000 -0400
    161 +++ kdebase-3.5.0-new/kdebugdialog/main.cpp     2005-11-13 08:25:51.000000000 -0500
     407--- kdebase-3.5.4/kdebugdialog/main.cpp 2005-10-10 11:03:40.000000000 -0400
     408+++ kdebase-3.5.4-new/kdebugdialog/main.cpp     2006-08-03 12:16:56.000000000 -0400
    162409@@ -75,7 +75,7 @@
    163410   KCmdLineLastOption
    164411 };
     
    168415 {
    169416   KAboutData data( "kdebugdialog", I18N_NOOP( "KDebugDialog"),
    170417     "1.0", I18N_NOOP("A dialog box for setting preferences for debug output"),
    171 --- kdebase-3.5.0/kdepasswd/Makefile.am 2005-09-10 04:24:59.000000000 -0400
    172 +++ kdebase-3.5.0-new/kdepasswd/Makefile.am     2005-11-13 08:25:51.000000000 -0500
     418--- kdebase-3.5.4/kdepasswd/Makefile.am 2005-09-10 04:24:59.000000000 -0400
     419+++ kdebase-3.5.4-new/kdepasswd/Makefile.am     2006-08-03 12:16:56.000000000 -0400
    173420@@ -1,10 +1,13 @@
    174421 
    175422 SUBDIRS = kcm
     
    188435 
    189436 METASOURCES =  AUTO
    190437 AM_CPPFLAGS= -I$(top_srcdir)/libkonq $(all_includes)
    191 --- kdebase-3.5.0/kdepasswd/kdepasswd.cpp       2005-09-10 04:24:59.000000000 -0400
    192 +++ kdebase-3.5.0-new/kdepasswd/kdepasswd.cpp   2005-11-13 08:25:51.000000000 -0500
     438--- kdebase-3.5.4/kdepasswd/kdepasswd.cpp       2005-09-10 04:24:59.000000000 -0400
     439+++ kdebase-3.5.4-new/kdepasswd/kdepasswd.cpp   2006-08-03 12:16:56.000000000 -0400
    193440@@ -26,7 +26,7 @@
    194441 };
    195442 
     
    199446 {
    200447     KAboutData aboutData("kdepasswd", I18N_NOOP("KDE passwd"),
    201448             VERSION, I18N_NOOP("Changes a UNIX password."),
    202 --- kdebase-3.5.0/kdeprint/kdeprintfax/Makefile.am      2005-09-10 04:25:38.000000000 -0400
    203 +++ kdebase-3.5.0-new/kdeprint/kdeprintfax/Makefile.am  2005-11-13 08:25:51.000000000 -0500
     449--- kdebase-3.5.4/kdeprint/kdeprintfax/Makefile.am      2005-09-10 04:25:38.000000000 -0400
     450+++ kdebase-3.5.4-new/kdeprint/kdeprintfax/Makefile.am  2006-08-03 12:16:56.000000000 -0400
    204451@@ -1,11 +1,14 @@
    205452 INCLUDES= $(all_includes)
    206453 
     
    221468 
    222469 xdg_apps_DATA = kdeprintfax.desktop
    223470 
    224 --- kdebase-3.5.0/kdeprint/kdeprintfax/main.cpp 2005-10-10 11:04:02.000000000 -0400
    225 +++ kdebase-3.5.0-new/kdeprint/kdeprintfax/main.cpp     2005-11-13 08:25:51.000000000 -0500
     471--- kdebase-3.5.4/kdeprint/kdeprintfax/main.cpp 2005-10-10 11:04:02.000000000 -0400
     472+++ kdebase-3.5.4-new/kdeprint/kdeprintfax/main.cpp     2006-08-03 12:16:56.000000000 -0400
    226473@@ -44,7 +44,7 @@
    227474   // INSERT YOUR COMMANDLINE OPTIONS HERE
    228475 };
     
    232479 {
    233480 
    234481   KAboutData aboutData( "kdeprintfax", I18N_NOOP("KdeprintFax"),
    235 --- kdebase-3.5.0/kdeprint/kprinter/printwrapper.cpp    2005-10-10 11:04:05.000000000 -0400
    236 +++ kdebase-3.5.0-new/kdeprint/kprinter/printwrapper.cpp        2005-11-13 08:25:51.000000000 -0500
     482--- kdebase-3.5.4/kdeprint/kprinter/printwrapper.cpp    2005-10-10 11:04:05.000000000 -0400
     483+++ kdebase-3.5.4-new/kdeprint/kprinter/printwrapper.cpp        2006-08-03 12:16:56.000000000 -0400
    237484@@ -137,10 +137,6 @@
    238485 {
    239486        KCmdLineArgs    *args = KCmdLineArgs::parsedArgs();
     
    256503 #  if defined(HAVE_SIGSET)
    257504                sigset(SIGHUP, signal_handler);
    258505                sigset(SIGINT, signal_handler);
    259 --- kdebase-3.5.0/kdesktop/Makefile.am  2005-09-10 04:25:45.000000000 -0400
    260 +++ kdebase-3.5.0-new/kdesktop/Makefile.am      2005-11-13 08:29:01.000000000 -0500
     506--- kdebase-3.5.4/kdesktop/Makefile.am  2006-05-22 14:12:51.000000000 -0400
     507+++ kdebase-3.5.4-new/kdesktop/Makefile.am      2006-08-03 12:16:56.000000000 -0400
    261508@@ -8,9 +8,9 @@
    262509 
    263510 ####### Files
     
    283530 
    284531 METASOURCES = AUTO
    285532 
    286 --- kdebase-3.5.0/kdesktop/init.h       2005-10-10 11:04:11.000000000 -0400
    287 +++ kdebase-3.5.0-new/kdesktop/init.h   2005-11-13 08:25:51.000000000 -0500
    288 @@ -27,4 +27,18 @@
    289   */
    290  void testLocalInstallation();
    291  
    292 +typedef struct fileinfobuf {
    293 +   u_int32_t info_length;
    294 +   union {
    295 +     struct {
    296 +       u_int32_t type;
    297 +       u_int32_t creator;
    298 +       u_int16_t fdFlags;
    299 +       u_int16_t location;
    300 +       u_int32_t padding[4];
    301 +     } finder;
    302 +     off_t rsrcForkSize;
    303 +   } data;
    304 +} fileinfobuf;
    305 +
    306  #endif
    307 --- kdebase-3.5.1/kdesktop/kcheckrunning.cpp.orig       2006-02-27 14:36:42.000000000 -0500
    308 +++ kdebase-3.5.1/kdesktop/kcheckrunning.cpp    2006-02-27 14:37:11.000000000 -0500
     533--- kdebase-3.5.4/kdesktop/kcheckrunning.cpp    2005-10-10 11:04:11.000000000 -0400
     534+++ kdebase-3.5.4-new/kdesktop/kcheckrunning.cpp        2006-08-03 12:16:56.000000000 -0400
    309535@@ -18,8 +18,9 @@
    310536 */
    311537 
     
    317543     {
    318544     Display* dpy = XOpenDisplay( NULL );
    319545     if( dpy == NULL )
    320 --- kdebase-3.5.0/kdesktop/kwebdesktop/Makefile.am      2005-09-10 04:25:45.000000000 -0400
    321 +++ kdebase-3.5.0-new/kdesktop/kwebdesktop/Makefile.am  2005-11-13 08:25:52.000000000 -0500
     546--- kdebase-3.5.4/kdesktop/kwebdesktop/Makefile.am      2005-09-10 04:25:45.000000000 -0400
     547+++ kdebase-3.5.4-new/kdesktop/kwebdesktop/Makefile.am  2006-08-03 12:16:56.000000000 -0400
    322548@@ -2,12 +2,15 @@
    323549 INCLUDES= $(all_includes)
    324550 LDADD = $(LIB_KHTML)
     
    338564 
    339565 kdesktop_kwebdesktop_data_DATA = kwebdesktop.desktop
    340566 kdesktop_kwebdesktop_datadir = $(kde_datadir)/kdesktop/programs
    341 --- kdebase-3.5.0/kdesktop/kwebdesktop/kwebdesktop.cpp  2005-10-10 11:04:07.000000000 -0400
    342 +++ kdebase-3.5.0-new/kdesktop/kwebdesktop/kwebdesktop.cpp      2005-11-13 08:25:52.000000000 -0500
     567--- kdebase-3.5.4/kdesktop/kwebdesktop/kwebdesktop.cpp  2006-05-22 14:12:50.000000000 -0400
     568+++ kdebase-3.5.4-new/kdesktop/kwebdesktop/kwebdesktop.cpp      2006-08-03 12:16:56.000000000 -0400
    343569@@ -84,7 +84,7 @@
    344570 }
    345571 
     
    349575 {
    350576     KAboutData data( "kwebdesktop", I18N_NOOP("KDE Web Desktop"),
    351577                      VERSION,
    352 --- kdebase-3.5.0/kdesktop/lock/Makefile.am     2005-09-10 04:25:41.000000000 -0400
    353 +++ kdebase-3.5.0-new/kdesktop/lock/Makefile.am 2005-11-13 08:25:53.000000000 -0500
     578--- kdebase-3.5.4/kdesktop/lock/Makefile.am     2005-09-10 04:25:41.000000000 -0400
     579+++ kdebase-3.5.4-new/kdesktop/lock/Makefile.am 2006-08-03 12:16:56.000000000 -0400
    354580@@ -1,14 +1,16 @@
    355581 ## Makefile.am of kdebase/kdesktop/lock
    356582 
     
    372598 
    373599 noinst_HEADERS = lockprocess.h lockdlg.h autologout.h main.h
    374600 
    375 --- kdebase-3.5.0/kdesktop/lock/main.cc 2005-10-10 11:04:07.000000000 -0400
    376 +++ kdebase-3.5.0-new/kdesktop/lock/main.cc     2005-11-13 08:25:52.000000000 -0500
    377 @@ -58,7 +58,7 @@
     601--- kdebase-3.5.4/kdesktop/lock/main.cc 2006-03-17 05:17:37.000000000 -0500
     602+++ kdebase-3.5.4-new/kdesktop/lock/main.cc     2006-08-03 12:16:56.000000000 -0400
     603@@ -59,7 +59,7 @@
    378604 
    379605 // -----------------------------------------------------------------------------
    380606 
     
    383609 {
    384610     KLocale::setMainCatalogue("kdesktop");
    385611 
    386 --- kdebase-3.5.0/kdesu/kdesu/Makefile.am       2005-09-10 04:26:14.000000000 -0400
    387 +++ kdebase-3.5.0-new/kdesu/kdesu/Makefile.am   2005-11-13 08:25:52.000000000 -0500
     612--- kdebase-3.5.4/kdesu/kdesu/Makefile.am       2005-09-10 04:26:14.000000000 -0400
     613+++ kdebase-3.5.4-new/kdesu/kdesu/Makefile.am   2006-08-03 12:16:56.000000000 -0400
    388614@@ -3,11 +3,14 @@
    389615 INCLUDES= $(all_includes)
    390616 
     
    405631 noinst_HEADERS = sudlg.h
    406632 
    407633 ## Messages
    408 --- kdebase-3.5.0/kdesu/kdesu/kdesu.cpp 2005-11-08 17:37:00.000000000 -0500
    409 +++ kdebase-3.5.0-new/kdesu/kdesu/kdesu.cpp     2005-11-13 08:25:52.000000000 -0500
    410 @@ -85,7 +85,7 @@
     634--- kdebase-3.5.4/kdesu/kdesu/kdesu.cpp 2006-05-22 14:13:07.000000000 -0400
     635+++ kdebase-3.5.4-new/kdesu/kdesu/kdesu.cpp     2006-08-03 12:16:56.000000000 -0400
     636@@ -86,7 +86,7 @@
    411637 
    412638 static int startApp();
    413639 
     
    416642 {
    417643     // FIXME: this can be considered a poor man's solution, as it's not
    418644     // directly obvious to a gui user. :)
    419 --- kdebase-3.5.0/kdesu/kdesud/Makefile.am      2005-09-10 04:26:13.000000000 -0400
    420 +++ kdebase-3.5.0-new/kdesu/kdesud/Makefile.am  2005-11-13 08:30:17.000000000 -0500
     645--- kdebase-3.5.4/kdesu/kdesud/Makefile.am      2005-09-10 04:26:13.000000000 -0400
     646+++ kdebase-3.5.4-new/kdesu/kdesud/Makefile.am  2006-08-03 12:16:56.000000000 -0400
    421647@@ -4,10 +4,13 @@
    422648 
    423649 KDE_CXXFLAGS = $(KDE_USE_FPIE)
     
    436662 noinst_HEADERS = repo.h handler.h lexer.h secure.h
    437663 
    438664 ## kdesud needs to be suid or sgid something
    439 --- kdebase-3.5.0/kdesu/kdesud/kdesud.cpp       2005-09-10 04:26:13.000000000 -0400
    440 +++ kdebase-3.5.0-new/kdesu/kdesud/kdesud.cpp   2005-11-13 08:25:52.000000000 -0500
     665--- kdebase-3.5.4/kdesu/kdesud/kdesud.cpp       2005-09-10 04:26:13.000000000 -0400
     666+++ kdebase-3.5.4-new/kdesu/kdesud/kdesud.cpp   2006-08-03 12:16:56.000000000 -0400
    441667@@ -246,7 +246,7 @@
    442668  * Main program
    443669  */
     
    447673 {
    448674     KAboutData aboutData("kdesud", I18N_NOOP("KDE su daemon"),
    449675             Version, I18N_NOOP("Daemon used by kdesu"),
    450 --- kdebase-3.5.0/kdialog/Makefile.am   2005-09-10 04:25:36.000000000 -0400
    451 +++ kdebase-3.5.0-new/kdialog/Makefile.am       2005-11-13 08:25:52.000000000 -0500
     676--- kdebase-3.5.4/kdialog/Makefile.am   2005-09-10 04:25:36.000000000 -0400
     677+++ kdebase-3.5.4-new/kdialog/Makefile.am       2006-08-03 12:16:56.000000000 -0400
    452678@@ -1,11 +1,13 @@
    453679 KDE_CXXFLAGS = -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST
    454680 INCLUDES = $(all_includes)
     
    467693 
    468694 METASOURCES = AUTO
    469695 
    470 --- kdebase-3.5.0/kdialog/kdialog.cpp   2005-10-10 11:04:00.000000000 -0400
    471 +++ kdebase-3.5.0-new/kdialog/kdialog.cpp       2005-11-13 08:25:52.000000000 -0500
    472 @@ -661,7 +661,7 @@
     696--- kdebase-3.5.4/kdialog/kdialog.cpp   2006-05-22 14:12:42.000000000 -0400
     697+++ kdebase-3.5.4-new/kdialog/kdialog.cpp       2006-08-03 12:16:56.000000000 -0400
     698@@ -660,7 +660,7 @@
    473699 }
    474700 
    475701 
     
    478704 {
    479705   KAboutData aboutData( "kdialog", I18N_NOOP("KDialog"),
    480706                         "1.0", I18N_NOOP( "KDialog can be used to show nice dialog boxes from shell scripts" ),
    481 --- kdebase-3.5.0/kfind/Makefile.am     2005-09-10 04:25:00.000000000 -0400
    482 +++ kdebase-3.5.0-new/kfind/Makefile.am 2005-11-13 08:25:52.000000000 -0500
     707--- kdebase-3.5.4/kdm/kfrontend/kdm_greet.c     2005-10-10 11:04:31.000000000 -0400
     708+++ kdebase-3.5.4-new/kdm/kfrontend/kdm_greet.c 2006-08-03 12:17:53.000000000 -0400
     709@@ -44,8 +44,9 @@
     710 # include <sched.h>
     711 #endif
     712 
     713+#include <X11/Xlib.h>
     714+
     715 #if defined(HAVE_XTEST) || defined(HAVE_XKB)
     716-# include <X11/Xlib.h>
     717 # include <X11/keysym.h>
     718 #endif
     719 
     720--- kdebase-3.5.4/kfind/Makefile.am     2005-09-10 04:25:00.000000000 -0400
     721+++ kdebase-3.5.4-new/kfind/Makefile.am 2006-08-03 12:16:56.000000000 -0400
    483722@@ -28,9 +28,12 @@
    484723 
    485724 #And this is for kfind
     
    497736 # the library search path.
    498737-kfind_LDFLAGS = $(all_libraries) $(KDE_RPATH)
    499738+kfind_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
    500 --- kdebase-3.5.0/kfind/main.cpp        2005-09-10 04:25:00.000000000 -0400
    501 +++ kdebase-3.5.0-new/kfind/main.cpp    2005-11-13 08:25:52.000000000 -0500
     739--- kdebase-3.5.4/kfind/main.cpp        2005-09-10 04:25:00.000000000 -0400
     740+++ kdebase-3.5.4-new/kfind/main.cpp    2006-08-03 12:16:56.000000000 -0400
    502741@@ -19,7 +19,7 @@
    503742   KCmdLineLastOption
    504743 };
     
    508747 {
    509748   KLocale::setMainCatalogue("kfindpart");
    510749   KAboutData aboutData( "kfind", I18N_NOOP("KFind"),
    511 --- kdebase-3.5.0/khelpcenter/Makefile.am       2005-09-10 04:25:18.000000000 -0400
    512 +++ kdebase-3.5.0-new/khelpcenter/Makefile.am   2005-11-13 08:25:52.000000000 -0500
     750--- kdebase-3.5.4/khelpcenter/Makefile.am       2005-09-10 04:25:18.000000000 -0400
     751+++ kdebase-3.5.4-new/khelpcenter/Makefile.am   2006-08-03 12:16:56.000000000 -0400
    513752@@ -3,14 +3,14 @@
    514753 INCLUDES = $(all_includes)
    515754 METASOURCES = AUTO
     
    530769 
    531770 khelpcenter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
    532771 khelpcenter_la_LIBADD = $(LIB_KHTML)
    533 --- kdebase-3.5.0/khelpcenter/htmlsearch/Makefile.am    2005-09-10 04:25:18.000000000 -0400
    534 +++ kdebase-3.5.0-new/khelpcenter/htmlsearch/Makefile.am        2005-11-13 08:25:52.000000000 -0500
     772--- kdebase-3.5.4/khelpcenter/htmlsearch/Makefile.am    2005-09-10 04:25:18.000000000 -0400
     773+++ kdebase-3.5.4-new/khelpcenter/htmlsearch/Makefile.am        2006-08-03 12:16:56.000000000 -0400
    535774@@ -21,14 +21,15 @@
    536775 
    537776 xdg_apps_DATA = htmlsearch.desktop
     
    552791 
    553792 xpm_DATA = unchecked.xpm checked.xpm
    554793 xpmdir = $(kde_datadir)/khelpcenter/pics
    555 --- kdebase-3.5.0/khelpcenter/htmlsearch/index.cpp      2005-09-10 04:25:18.000000000 -0400
    556 +++ kdebase-3.5.0-new/khelpcenter/htmlsearch/index.cpp  2005-11-13 08:25:52.000000000 -0500
     794--- kdebase-3.5.4/khelpcenter/htmlsearch/index.cpp      2005-09-10 04:25:18.000000000 -0400
     795+++ kdebase-3.5.4-new/khelpcenter/htmlsearch/index.cpp  2006-08-03 12:16:56.000000000 -0400
    557796@@ -13,7 +13,7 @@
    558797 };
    559798 
     
    563802 {
    564803   KAboutData aboutData( "khtmlindex", I18N_NOOP("KHtmlIndex"),
    565804        "",
    566 --- kdebase-3.5.0/khelpcenter/khc_indexbuilder.cpp      2005-10-10 11:03:57.000000000 -0400
    567 +++ kdebase-3.5.0-new/khelpcenter/khc_indexbuilder.cpp  2005-11-13 08:25:52.000000000 -0500
     805--- kdebase-3.5.4/khelpcenter/khc_indexbuilder.cpp      2005-10-10 11:03:57.000000000 -0400
     806+++ kdebase-3.5.4-new/khelpcenter/khc_indexbuilder.cpp  2006-08-03 12:16:56.000000000 -0400
    568807@@ -163,7 +163,7 @@
    569808   KCmdLineLastOption
    570809 };
     
    574813 {
    575814   KAboutData aboutData( "khc_indexbuilder",
    576815                         I18N_NOOP("KHelpCenter Index Builder"),
    577 --- kdebase-3.5.0/kicker/extensions/kasbar/Makefile.am  2005-09-10 04:25:29.000000000 -0400
    578 +++ kdebase-3.5.0-new/kicker/extensions/kasbar/Makefile.am      2005-11-13 08:25:52.000000000 -0500
     816--- kdebase-3.5.4/kicker/extensions/kasbar/Makefile.am  2005-09-10 04:25:29.000000000 -0400
     817+++ kdebase-3.5.4-new/kicker/extensions/kasbar/Makefile.am      2006-08-03 12:16:56.000000000 -0400
    579818@@ -35,10 +35,12 @@
    580819 
    581820 EXTRA_DIST = $(lnk_DATA)
     
    593832                $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
    594833 
    595834 
    596 --- kdebase-3.5.0/kicker/extensions/kasbar/kasbarapp.cpp        2005-10-10 11:03:59.000000000 -0400
    597 +++ kdebase-3.5.0-new/kicker/extensions/kasbar/kasbarapp.cpp    2005-11-13 08:25:52.000000000 -0500
     835--- kdebase-3.5.4/kicker/extensions/kasbar/kasbarapp.cpp        2005-10-10 11:03:59.000000000 -0400
     836+++ kdebase-3.5.4-new/kicker/extensions/kasbar/kasbarapp.cpp    2006-08-03 12:16:57.000000000 -0400
    598837@@ -73,7 +73,7 @@
    599838    KCmdLineLastOption
    600839 };
     
    604843 {
    605844   KCmdLineArgs::init( argc, argv, "kasbar", "KasBar", I18N_NOOP( "An alternative task manager" ), VERSION_STRING );
    606845   KCmdLineArgs::addCmdLineOptions( options );
    607 --- kdebase-3.5.0/kioslave/info/kde-info2html.conf      2005-09-10 04:25:37.000000000 -0400
    608 +++ kdebase-3.5.0-new/kioslave/info/kde-info2html.conf  2005-11-13 08:25:52.000000000 -0500
     846--- kdebase-3.5.4/kioslave/info/kde-info2html.conf      2005-09-10 04:25:37.000000000 -0400
     847+++ kdebase-3.5.4-new/kioslave/info/kde-info2html.conf  2006-08-03 12:16:57.000000000 -0400
    609848@@ -25,6 +25,7 @@
    610849 
    611850 #-- location of info files.
     
    614853            "/usr/share/info",
    615854            "/usr/info",
    616855            "/usr/lib/info",
    617 --- kdebase-3.5.0/kioslave/media/mounthelper/Makefile.am        2005-09-10 04:25:36.000000000 -0400
    618 +++ kdebase-3.5.0-new/kioslave/media/mounthelper/Makefile.am    2005-11-13 08:31:13.000000000 -0500
     856--- kdebase-3.5.4/kioslave/ldap/configure.in.in 2005-10-10 11:04:01.000000000 -0400
     857+++ kdebase-3.5.4-new/kioslave/ldap/configure.in.in     2006-08-03 12:16:57.000000000 -0400
     858@@ -38,10 +38,11 @@
     859 case "$with_ldap" in
     860 no) AC_MSG_RESULT(no) ;;
     861 framework)
     862-  LDAP_LIBS="-Xlinker -framework -Xlinker LDAP"
     863+  LDAP_LIBS="-Wl,-framework,LDAP"
     864   AC_DEFINE_UNQUOTED(HAVE_LIBLDAP, 1, [Define if you have LDAP libraries])
     865   LDAP_SUBDIR="ldap"
     866   AC_MSG_RESULT(Apple framework)
     867+  with_ldap=FOUND
     868   ;;
     869 FOUND)
     870   AC_MSG_RESULT(incs=$ldap_incdir libs=$ldap_libdir)
     871--- kdebase-3.5.4/kioslave/man/kio_man.cpp      2005-10-10 11:04:01.000000000 -0400
     872+++ kdebase-3.5.4-new/kioslave/man/kio_man.cpp  2006-08-03 12:16:57.000000000 -0400
     873@@ -50,7 +50,7 @@
     874 
     875 MANProtocol *MANProtocol::_self = 0;
     876 
     877-#define SGML2ROFF_DIRS "/usr/lib/sgml"
     878+#define SGML2ROFF_DIRS "@FINKPREFIX@/share/sgml"
     879 
     880 /*
     881  * Drop trailing ".section[.gz]" from name
     882@@ -883,6 +883,7 @@
     883 
     884     // Default paths
     885     static const char *manpaths[] = {
     886+        "@FINKPREFIX@/share/man",
     887         "/usr/X11/man",
     888         "/usr/X11R6/man",
     889         "/usr/man",
     890--- kdebase-3.5.4/kioslave/media/mounthelper/Makefile.am        2006-07-22 04:15:42.000000000 -0400
     891+++ kdebase-3.5.4-new/kioslave/media/mounthelper/Makefile.am    2006-08-03 12:16:57.000000000 -0400
    619892@@ -1,12 +1,14 @@
    620893-bin_PROGRAMS = kio_media_mounthelper
    621 +bin_PROGRAMS = 
     894+bin_PROGRAMS =
    622895+lib_LTLIBRARIES =
    623896+kdeinit_LTLIBRARIES = kio_media_mounthelper.la
    624897 
     
    629902+kio_media_mounthelper_la_SOURCES = kio_media_mounthelper.cpp
    630903 
    631904-kio_media_mounthelper_LDFLAGS = $(KDE_RPATH) $(all_libraries)
    632 -kio_media_mounthelper_LDADD = $(LIB_KIO) ../libmediacommon/libmediacommon.la
    633 +kio_media_mounthelper_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module
    634 +kio_media_mounthelper_la_LIBADD = $(LIB_KIO) ../libmediacommon/libmediacommon.la
     905-kio_media_mounthelper_LDADD = ../libmediacommon/libmediacommon.la $(LIB_KIO)
     906+kio_media_mounthelper_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(KDE_PLUGIN)
     907+kio_media_mounthelper_la_LIBADD = ../libmediacommon/libmediacommon.la $(LIB_KIO)
    635908 
    636909 METASOURCES = AUTO
    637910 
    638 --- kdebase-3.5.0/kioslave/media/mounthelper/kio_media_mounthelper.cpp  2005-10-10 11:04:00.000000000 -0400
    639 +++ kdebase-3.5.0-new/kioslave/media/mounthelper/kio_media_mounthelper.cpp      2005-11-13 08:25:53.000000000 -0500
    640 @@ -191,7 +191,7 @@
     911--- kdebase-3.5.4/kioslave/media/mounthelper/kio_media_mounthelper.cpp  2006-07-22 04:15:42.000000000 -0400
     912+++ kdebase-3.5.4-new/kioslave/media/mounthelper/kio_media_mounthelper.cpp      2006-08-03 12:16:57.000000000 -0400
     913@@ -192,7 +192,7 @@
    641914 };
    642915 
    643916 
     
    646919 {
    647920        KCmdLineArgs::init(argc, argv, "kio_media_mounthelper",
    648921                           "kio_media_mounthelper", "kio_media_mounthelper",
    649 --- kdebase-3.5.0/kioslave/trash/Makefile.am    2005-09-10 04:25:37.000000000 -0400
    650 +++ kdebase-3.5.0-new/kioslave/trash/Makefile.am        2005-11-13 08:25:53.000000000 -0500
     922--- kdebase-3.5.4/kioslave/nfs/mount_xdr.c      2005-09-10 04:25:37.000000000 -0400
     923+++ kdebase-3.5.4-new/kioslave/nfs/mount_xdr.c  2006-08-03 12:16:57.000000000 -0400
     924@@ -43,6 +43,13 @@
     925 
     926 /* from @(#)mount.x    1.3 91/03/11 TIRPC 1.0 */
     927 
     928+#if defined(__APPLE__) && !defined(IXDR_GET_INT32)
     929+#define IXDR_GET_INT32(buf)             ((int32_t)ntohl((u_int32_t)*(buf)++))
     930+#define IXDR_PUT_INT32(buf, v)          (*(buf)++ =(int32_t)htonl((u_int32_t)v))
     931+#define IXDR_GET_U_INT32(buf)           ((u_int32_t)IXDR_GET_INT32(buf))
     932+#define IXDR_PUT_U_INT32(buf, v)        IXDR_PUT_INT32((buf), ((int32_t)(v)))
     933+#endif
     934+
     935 bool_t
     936 xdr_fhandle(XDR *xdrs, fhandle objp)
     937 {
     938--- kdebase-3.5.4/kioslave/trash/Makefile.am    2005-09-10 04:25:37.000000000 -0400
     939+++ kdebase-3.5.4-new/kioslave/trash/Makefile.am        2006-08-03 12:16:57.000000000 -0400
    651940@@ -9,10 +9,13 @@
    652941 kio_trash_la_LIBADD  = libtrashcommon.la $(LIB_KIO)
    653942 kio_trash_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined
     
    666955 
    667956 kde_services_DATA = trash.protocol
    668957 
    669 --- kdebase-3.5.0/kioslave/trash/ktrash.cpp     2005-10-10 11:04:01.000000000 -0400
    670 +++ kdebase-3.5.0-new/kioslave/trash/ktrash.cpp 2005-11-13 08:25:53.000000000 -0500
     958--- kdebase-3.5.4/kioslave/trash/ktrash.cpp     2005-10-10 11:04:01.000000000 -0400
     959+++ kdebase-3.5.4-new/kioslave/trash/ktrash.cpp 2006-08-03 12:16:57.000000000 -0400
    671960@@ -35,7 +35,7 @@
    672961     KCmdLineLastOption
    673962 };
     
    677966 {
    678967     KApplication::disableAutoDcopRegistration();
    679968     KCmdLineArgs::init( argc, argv, "ktrash",
    680 --- kdebase-3.5.0/knetattach/Makefile.am        2005-09-10 04:25:49.000000000 -0400
    681 +++ kdebase-3.5.0-new/knetattach/Makefile.am    2005-11-13 08:25:53.000000000 -0500
     969--- kdebase-3.5.4/knetattach/Makefile.am        2005-09-10 04:25:49.000000000 -0400
     970+++ kdebase-3.5.4-new/knetattach/Makefile.am    2006-08-03 12:16:57.000000000 -0400
    682971@@ -1,9 +1,12 @@
    683972 INCLUDES= $(all_includes)
    684973 
     
    696985 METASOURCES = AUTO
    697986 xdg_apps_DATA = knetattach.desktop
    698987 KDE_ICON = AUTO
    699 --- kdebase-3.5.0/knetattach/main.cpp   2005-10-10 11:04:20.000000000 -0400
    700 +++ kdebase-3.5.0-new/knetattach/main.cpp       2005-11-13 08:25:53.000000000 -0500
     988--- kdebase-3.5.4/knetattach/main.cpp   2005-10-10 11:04:20.000000000 -0400
     989+++ kdebase-3.5.4-new/knetattach/main.cpp       2006-08-03 12:16:57.000000000 -0400
    701990@@ -25,7 +25,7 @@
    702991 
    703992 #include "knetattach.h"
     
    707996        KAboutData about("knetattach", I18N_NOOP("KDE Network Wizard"), "1.0",
    708997                I18N_NOOP("KDE Network Wizard"),
    709998                KAboutData::License_GPL,
    710 --- kdebase-3.5.0/konqueror/keditbookmarks/Makefile.am  2005-09-10 04:25:49.000000000 -0400
    711 +++ kdebase-3.5.0-new/konqueror/keditbookmarks/Makefile.am      2005-11-13 08:25:53.000000000 -0500
     999--- kdebase-3.5.4/konqueror/keditbookmarks/Makefile.am  2005-09-10 04:25:49.000000000 -0400
     1000+++ kdebase-3.5.4-new/konqueror/keditbookmarks/Makefile.am      2006-08-03 12:16:57.000000000 -0400
    7121001@@ -2,13 +2,13 @@
    7131002 
    7141003 METASOURCES = AUTO
     
    7281017 
    7291018 dcop_DCOPIDLNG = true
    7301019 keditbookmarks_la_SOURCES = main.cpp listview.cpp toplevel.cpp actionsimpl.cpp commands.cpp importers.cpp dcop.skel dcop.cpp bookmarkiterator.cpp  \
    731 --- kdebase-3.5.0/konqueror/keditbookmarks/kbookmarkmerger.cpp  2005-09-10 04:25:49.000000000 -0400
    732 +++ kdebase-3.5.0-new/konqueror/keditbookmarks/kbookmarkmerger.cpp      2005-11-13 08:25:53.000000000 -0500
     1020--- kdebase-3.5.4/konqueror/keditbookmarks/kbookmarkmerger.cpp  2005-09-10 04:25:49.000000000 -0400
     1021+++ kdebase-3.5.4-new/konqueror/keditbookmarks/kbookmarkmerger.cpp      2006-08-03 12:16:57.000000000 -0400
    7331022@@ -55,7 +55,7 @@
    7341023        return XGetSelectionOwner( dpy, atom ) != None;
    7351024 }
     
    7391028 {
    7401029        const bool kdeRunning = kdeIsRunning();
    7411030 
    742 --- kdebase-3.5.0/kpager/Makefile.am    2005-09-10 04:25:36.000000000 -0400
    743 +++ kdebase-3.5.0-new/kpager/Makefile.am        2005-11-13 08:25:53.000000000 -0500
     1031--- kdebase-3.5.4/kpager/Makefile.am    2005-09-10 04:25:36.000000000 -0400
     1032+++ kdebase-3.5.4-new/kpager/Makefile.am        2006-08-03 12:16:57.000000000 -0400
    7441033@@ -1,14 +1,16 @@
    7451034 INCLUDES= $(all_includes)
    7461035 
     
    7631052 
    7641053 KDE_ICON = kpager
    7651054 
    766 --- kdebase-3.5.0/kpager/main.cpp       2005-10-10 11:04:00.000000000 -0400
    767 +++ kdebase-3.5.0-new/kpager/main.cpp   2005-11-13 08:25:53.000000000 -0500
     1055--- kdebase-3.5.4/kpager/main.cpp       2005-10-10 11:04:00.000000000 -0400
     1056+++ kdebase-3.5.4-new/kpager/main.cpp   2006-08-03 12:16:57.000000000 -0400
    7681057@@ -62,7 +62,7 @@
    7691058 
    7701059 };
     
    7741063 {
    7751064     KAboutData *aboutdata = new KAboutData("kpager", "KPager", "1.5",
    7761065                                           I18N_NOOP("Desktop Overview"), KAboutData::License_GPL,
    777 --- kdebase-3.5.0/kpersonalizer/Makefile.am     2005-09-10 04:25:00.000000000 -0400
    778 +++ kdebase-3.5.0-new/kpersonalizer/Makefile.am 2005-11-13 08:25:53.000000000 -0500
     1066--- kdebase-3.5.4/kpersonalizer/Makefile.am     2005-09-10 04:25:00.000000000 -0400
     1067+++ kdebase-3.5.4-new/kpersonalizer/Makefile.am 2006-08-03 12:16:57.000000000 -0400
    7791068@@ -1,11 +1,14 @@
    7801069-bin_PROGRAMS = kpersonalizer
    7811070-kpersonalizer_SOURCES = stylepreview.ui krefinepage.cpp \
     
    8031092 
    8041093 # Uncomment the following two lines if you add a ui.rc file for your application to make use of
    8051094 # KDE´s XML GUI builing
    806 --- kdebase-3.5.0/kpersonalizer/main.cpp        2005-09-10 04:25:00.000000000 -0400
    807 +++ kdebase-3.5.0-new/kpersonalizer/main.cpp    2005-11-13 08:25:53.000000000 -0500
     1095--- kdebase-3.5.4/kpersonalizer/main.cpp        2005-09-10 04:25:00.000000000 -0400
     1096+++ kdebase-3.5.4-new/kpersonalizer/main.cpp    2006-08-03 12:16:57.000000000 -0400
    8081097@@ -33,7 +33,7 @@
    8091098         KCmdLineLastOption
    8101099 };
     
    8141103 {
    8151104        KAboutData aboutData( "kpersonalizer", I18N_NOOP("KPersonalizer"),
    8161105                VERSION, description, KAboutData::License_GPL,
    817 --- kdebase-3.5.0/kreadconfig/Makefile.am       2005-09-10 04:25:36.000000000 -0400
    818 +++ kdebase-3.5.0-new/kreadconfig/Makefile.am   2005-11-13 08:25:53.000000000 -0500
     1106--- kdebase-3.5.4/kreadconfig/Makefile.am       2005-09-10 04:25:36.000000000 -0400
     1107+++ kdebase-3.5.4-new/kreadconfig/Makefile.am   2006-08-03 12:16:57.000000000 -0400
    8191108@@ -1,12 +1,17 @@
    8201109 AM_CPPFLAGS = -DQT_NO_CAST_ASCII
    8211110 
     
    8391128 
    8401129 messages:
    8411130        $(XGETTEXT) $(kreadconfig_SOURCES) -o $(podir)/kreadconfig.pot
    842 --- kdebase-3.5.0/kreadconfig/kreadconfig.cpp   2005-09-10 04:25:36.000000000 -0400
    843 +++ kdebase-3.5.0-new/kreadconfig/kreadconfig.cpp       2005-11-13 08:25:53.000000000 -0500
     1131--- kdebase-3.5.4/kreadconfig/kreadconfig.cpp   2005-09-10 04:25:36.000000000 -0400
     1132+++ kdebase-3.5.4-new/kreadconfig/kreadconfig.cpp       2006-08-03 12:16:57.000000000 -0400
    8441133@@ -41,7 +41,7 @@
    8451134        { "type <type>", I18N_NOOP("Type of variable"), 0 },
    8461135         KCmdLineLastOption
     
    8501139 {
    8511140        KAboutData aboutData("kreadconfig", I18N_NOOP("KReadConfig"),
    8521141                "1.0.1",
    853 --- kdebase-3.5.0/kreadconfig/kwriteconfig.cpp  2005-09-10 04:25:36.000000000 -0400
    854 +++ kdebase-3.5.0-new/kreadconfig/kwriteconfig.cpp      2005-11-13 08:25:53.000000000 -0500
     1142--- kdebase-3.5.4/kreadconfig/kwriteconfig.cpp  2005-09-10 04:25:36.000000000 -0400
     1143+++ kdebase-3.5.4-new/kreadconfig/kwriteconfig.cpp      2006-08-03 12:16:57.000000000 -0400
    8551144@@ -23,7 +23,7 @@
    8561145        { "+value", I18N_NOOP( "The value to write. Mandatory, on a shell use '' for empty" ), 0 },
    8571146         KCmdLineLastOption
     
    8611150 {
    8621151        KAboutData aboutData("kwriteconfig", I18N_NOOP("KWriteConfig"),
    8631152                "1.0.0",
    864 --- kdebase-3.5.0/ksplashml/Makefile.am 2005-09-10 04:25:51.000000000 -0400
    865 +++ kdebase-3.5.0-new/ksplashml/Makefile.am     2005-11-13 08:25:53.000000000 -0500
     1153--- kdebase-3.5.4/ksplashml/Makefile.am 2005-09-10 04:25:51.000000000 -0400
     1154+++ kdebase-3.5.4-new/ksplashml/Makefile.am     2006-08-03 12:16:57.000000000 -0400
    8661155@@ -4,10 +4,13 @@
    8671156 
    8681157 METASOURCES=AUTO
     
    8811170 
    8821171 noinst_HEADERS = ksplashiface.h wndmain.h
    8831172 
    884 --- kdebase-3.5.0/ksplashml/main.cpp    2005-09-10 04:25:51.000000000 -0400
    885 +++ kdebase-3.5.0-new/ksplashml/main.cpp        2005-11-13 08:25:53.000000000 -0500
     1173--- kdebase-3.5.4/ksplashml/main.cpp    2005-09-10 04:25:51.000000000 -0400
     1174+++ kdebase-3.5.4-new/ksplashml/main.cpp        2006-08-03 12:16:57.000000000 -0400
    8861175@@ -37,7 +37,7 @@
    8871176   KCmdLineLastOption
    8881177 };
     
    8921181 {
    8931182   KAboutData about(
    8941183     "ksplash",
    895 --- kdebase-3.5.0/ksplashml/themeengine/simple/Makefile.am      2005-09-10 04:25:50.000000000 -0400
    896 +++ kdebase-3.5.0-new/ksplashml/themeengine/simple/Makefile.am  2005-11-13 08:25:53.000000000 -0500
     1184--- kdebase-3.5.4/ksplashml/themeengine/simple/Makefile.am      2005-09-10 04:25:50.000000000 -0400
     1185+++ kdebase-3.5.4-new/ksplashml/themeengine/simple/Makefile.am  2006-08-03 12:16:57.000000000 -0400
    8971186@@ -1,7 +1,10 @@
    8981187 
    8991188 INCLUDES = $(all_includes)
     
    9091198+ksplashsimple_la_SOURCES = main.cpp
    9101199+ksplashsimple_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
    9111200+ksplashsimple_la_LIBADD = $(LIB_XINERAMA) $(LIB_X11)
    912 --- kdebase-3.5.1/ksplashml/themeengine/simple/main.cpp.orig    2006-02-27 10:56:40.000000000 -0500
    913 +++ kdebase-3.5.1/ksplashml/themeengine/simple/main.cpp 2006-02-27 10:56:55.000000000 -0500
     1201--- kdebase-3.5.4/ksplashml/themeengine/simple/main.cpp 2006-05-22 14:13:00.000000000 -0400
     1202+++ kdebase-3.5.4-new/ksplashml/themeengine/simple/main.cpp     2006-08-03 12:16:57.000000000 -0400
    9141203@@ -31,10 +31,11 @@
    9151204 # endif
    9161205 #endif
     
    9241213     {
    9251214     if( fork() != 0 )
    9261215         return 0;
    927 --- kdebase-3.5.0/kstart/Makefile.am    2005-09-10 04:25:55.000000000 -0400
    928 +++ kdebase-3.5.0-new/kstart/Makefile.am        2005-11-13 08:25:53.000000000 -0500
     1216--- kdebase-3.5.4/kstart/Makefile.am    2005-09-10 04:25:55.000000000 -0400
     1217+++ kdebase-3.5.4-new/kstart/Makefile.am        2006-08-03 12:16:57.000000000 -0400
    9291218@@ -6,10 +6,13 @@
    9301219 
    9311220 #######        Files
     
    9441233 METASOURCES =  kstart.moc
    9451234 
    9461235 noinst_HEADERS = kstart.h version.h
    947 --- kdebase-3.5.0/kstart/kstart.cpp     2005-09-10 04:25:55.000000000 -0400
    948 +++ kdebase-3.5.0-new/kstart/kstart.cpp 2005-11-13 08:25:53.000000000 -0500
     1236--- kdebase-3.5.4/kstart/kstart.cpp     2005-09-10 04:25:55.000000000 -0400
     1237+++ kdebase-3.5.4-new/kstart/kstart.cpp 2006-08-03 12:16:57.000000000 -0400
    9491238@@ -283,7 +283,7 @@
    9501239   KCmdLineLastOption
    9511240 };
     
    9551244 {
    9561245   // David, 05/03/2000
    9571246   KAboutData aboutData( "kstart", I18N_NOOP("KStart"), KSTART_VERSION,
    958 --- kdebase-3.5.0/ksysguard/gui/Makefile.am     2005-09-10 04:26:15.000000000 -0400
    959 +++ kdebase-3.5.0-new/ksysguard/gui/Makefile.am 2005-11-13 08:32:24.000000000 -0500
     1247--- kdebase-3.5.4/ksysguard/gui/Makefile.am     2005-09-10 04:26:15.000000000 -0400
     1248+++ kdebase-3.5.4-new/ksysguard/gui/Makefile.am 2006-08-03 12:16:57.000000000 -0400
    9601249@@ -18,21 +18,23 @@
    9611250 
    9621251 ####### This part is very ksysguard specific
     
    9851274 
    9861275 kpm_SOURCES = kpm.c
    9871276 
    988 --- kdebase-3.5.0/ksysguard/gui/ksysguard.cc    2005-10-10 11:04:32.000000000 -0400
    989 +++ kdebase-3.5.0-new/ksysguard/gui/ksysguard.cc        2005-11-13 08:25:53.000000000 -0500
     1277--- kdebase-3.5.4/ksysguard/gui/ksysguard.cc    2006-03-17 05:17:48.000000000 -0500
     1278+++ kdebase-3.5.4-new/ksysguard/gui/ksysguard.cc        2006-08-03 12:16:57.000000000 -0400
    9901279@@ -520,7 +520,7 @@
    9911280 /*
    9921281  * Once upon a time...
     
    9961285 {
    9971286   // initpipe is used to keep the parent process around till the child
    9981287   // has registered with dcop.
    999 --- kdebase-3.5.0/ksystraycmd/Makefile.am       2005-09-10 04:26:16.000000000 -0400
    1000 +++ kdebase-3.5.0-new/ksystraycmd/Makefile.am   2005-11-13 08:25:53.000000000 -0500
     1288--- kdebase-3.5.4/ksystraycmd/Makefile.am       2005-09-10 04:26:16.000000000 -0400
     1289+++ kdebase-3.5.4-new/ksystraycmd/Makefile.am   2006-08-03 12:16:57.000000000 -0400
    10011290@@ -1,16 +1,19 @@
    10021291 ####### Fiddle here
    10031292 
     
    10221311 
    10231312 messages:
    10241313        $(XGETTEXT) $(ksystraycmd_SOURCES) -o $(podir)/ksystraycmd.pot
    1025 --- kdebase-3.5.0/ksystraycmd/main.cpp  2005-09-10 04:26:16.000000000 -0400
    1026 +++ kdebase-3.5.0-new/ksystraycmd/main.cpp      2005-11-13 08:25:53.000000000 -0500
     1314--- kdebase-3.5.4/ksystraycmd/main.cpp  2006-01-19 12:03:19.000000000 -0500
     1315+++ kdebase-3.5.4-new/ksystraycmd/main.cpp      2006-08-03 12:16:57.000000000 -0400
    10271316@@ -45,7 +45,7 @@
    10281317   KCmdLineLastOption
    10291318 };
     
    10331322 {
    10341323   KAboutData aboutData( "ksystraycmd", I18N_NOOP( "KSysTrayCmd" ),
    10351324                        "KSysTrayCmd 0.1",
    1036 --- kdebase-3.5.0/ktip/Makefile.am      2005-09-10 04:25:55.000000000 -0400
    1037 +++ kdebase-3.5.0-new/ktip/Makefile.am  2005-11-13 08:25:53.000000000 -0500
     1325--- kdebase-3.5.4/ktip/Makefile.am      2005-09-10 04:25:55.000000000 -0400
     1326+++ kdebase-3.5.4-new/ktip/Makefile.am  2006-08-03 12:16:57.000000000 -0400
    10381327@@ -2,10 +2,13 @@
    10391328 
    10401329 SUBDIRS = pics
     
    10531342 
    10541343 METASOURCES = AUTO
    10551344 KDE_ICON = AUTO
    1056 --- kdebase-3.5.0/ktip/ktipwindow.cpp   2005-10-10 11:04:21.000000000 -0400
    1057 +++ kdebase-3.5.0-new/ktip/ktipwindow.cpp       2005-11-13 08:25:53.000000000 -0500
     1345--- kdebase-3.5.4/ktip/ktipwindow.cpp   2005-10-10 11:04:21.000000000 -0400
     1346+++ kdebase-3.5.4-new/ktip/ktipwindow.cpp       2006-08-03 12:16:57.000000000 -0400
    10581347@@ -31,7 +31,7 @@
    10591348 
    10601349 static const char description[] = I18N_NOOP("Useful tips");
     
    10641353 {
    10651354        KAboutData aboutData("ktip", I18N_NOOP("KTip"),
    10661355                                "0.3", description, KAboutData::License_GPL,
    1067 --- kdebase-3.5.0/kwin/clients/kwmtheme/cli_installer/Makefile.am       2005-09-10 04:25:55.000000000 -0400
    1068 +++ kdebase-3.5.0-new/kwin/clients/kwmtheme/cli_installer/Makefile.am   2005-11-13 08:25:53.000000000 -0500
     1356--- kdebase-3.5.4/kwin/clients/kwmtheme/cli_installer/Makefile.am       2005-09-10 04:25:55.000000000 -0400
     1357+++ kdebase-3.5.4-new/kwin/clients/kwmtheme/cli_installer/Makefile.am   2006-08-03 12:16:57.000000000 -0400
    10691358@@ -4,15 +4,17 @@
    10701359 
    10711360 ####### This part is very kwmtheme specific
     
    10881377-kwmtheme_LDADD   = $(LIB_KDECORE)
    10891378+kwmtheme_la_LIBADD   = $(LIB_KDECORE)
    10901379 
    1091 --- kdebase-3.5.0/kwin/clients/kwmtheme/cli_installer/main.cpp  2005-09-10 04:25:55.000000000 -0400
    1092 +++ kdebase-3.5.0-new/kwin/clients/kwmtheme/cli_installer/main.cpp      2005-11-13 08:25:53.000000000 -0500
     1380--- kdebase-3.5.4/kwin/clients/kwmtheme/cli_installer/main.cpp  2005-09-10 04:25:55.000000000 -0400
     1381+++ kdebase-3.5.4-new/kwin/clients/kwmtheme/cli_installer/main.cpp      2006-08-03 12:16:57.000000000 -0400
    10931382@@ -37,7 +37,7 @@
    10941383     copyOutput.close();
    10951384 }
     
    10991388 {
    11001389     KCmdLineArgs::init(argc, argv, "kwmtheme", description, "0.1");
    11011390     KCmdLineArgs::addCmdLineOptions( options );
    1102 --- kdebase-3.5.0/kwin/killer/Makefile.am       2005-09-10 04:25:55.000000000 -0400
    1103 +++ kdebase-3.5.0-new/kwin/killer/Makefile.am   2005-11-13 08:25:53.000000000 -0500
     1391--- kdebase-3.5.4/kwin/killer/Makefile.am       2005-09-10 04:25:55.000000000 -0400
     1392+++ kdebase-3.5.4-new/kwin/killer/Makefile.am   2006-08-03 12:16:57.000000000 -0400
    11041393@@ -1,9 +1,11 @@
    11051394 INCLUDES = $(all_includes)
    11061395 
     
    11171406+kwin_killer_helper_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
    11181407 
    11191408 METASOURCES = AUTO
    1120 --- kdebase-3.5.0/kwin/killer/killer.cpp        2005-09-10 04:25:55.000000000 -0400
    1121 +++ kdebase-3.5.0-new/kwin/killer/killer.cpp    2005-11-13 08:25:53.000000000 -0500
     1409--- kdebase-3.5.4/kwin/killer/killer.cpp        2005-09-10 04:25:55.000000000 -0400
     1410+++ kdebase-3.5.4-new/kwin/killer/killer.cpp    2006-08-03 12:16:57.000000000 -0400
    11221411@@ -43,7 +43,7 @@
    11231412         KCmdLineLastOption
    11241413     };
     
    11281417     {
    11291418     KLocale::setMainCatalogue( "kwin" ); // the messages are in kwin's .po file
    11301419     KCmdLineArgs::init( argc, argv, "kwin_killer_helper", I18N_NOOP( "KWin" ),
    1131 --- kdebase-3.5.0/libkonq/Makefile.am   2005-10-10 11:04:21.000000000 -0400
    1132 +++ kdebase-3.5.0-new/libkonq/Makefile.am       2005-11-13 08:25:53.000000000 -0500
     1420--- kdebase-3.5.4/libkonq/Makefile.am   2005-10-10 11:04:21.000000000 -0400
     1421+++ kdebase-3.5.4-new/libkonq/Makefile.am       2006-08-03 12:16:57.000000000 -0400
    11331422@@ -21,7 +21,7 @@
    11341423 
    11351424 lib_LTLIBRARIES = libkonq.la
     
    11391428 
    11401429 libkonq_la_SOURCES = konq_popupmenu.cc knewmenu.cc \
    11411430    konq_xmlguiclient.cc\
    1142 --- kdebase-3.5.0/nsplugins/Makefile.am 2005-09-10 04:25:39.000000000 -0400
    1143 +++ kdebase-3.5.0-new/nsplugins/Makefile.am     2005-11-13 08:25:53.000000000 -0500
     1431--- kdebase-3.5.4/nsplugins/Makefile.am 2005-09-10 04:25:39.000000000 -0400
     1432+++ kdebase-3.5.4-new/nsplugins/Makefile.am     2006-08-03 12:16:57.000000000 -0400
    11441433@@ -13,10 +13,13 @@
    11451434 libnsplugin_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_PLUGIN) -no-undefined
    11461435 libnsplugin_la_LIBADD  = -lkparts
     
    11591448 
    11601449 kcm_nsplugins_la_SOURCES = kcm_nsplugins.cpp
    11611450 kcm_nsplugins_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
    1162 --- kdebase-3.5.0/nsplugins/pluginscan.cpp      2005-10-10 11:04:05.000000000 -0400
    1163 +++ kdebase-3.5.0-new/nsplugins/pluginscan.cpp  2005-11-13 08:25:53.000000000 -0500
    1164 @@ -547,7 +547,7 @@
     1451--- kdebase-3.5.4/nsplugins/pluginscan.cpp      2006-05-22 14:12:46.000000000 -0400
     1452+++ kdebase-3.5.4-new/nsplugins/pluginscan.cpp  2006-08-03 12:16:57.000000000 -0400
     1453@@ -559,7 +559,7 @@
    11651454 };
    11661455 
    11671456 
     
    11701459 {
    11711460     KAboutData aboutData( "nspluginscan", I18N_NOOP("nspluginscan"),
    11721461                           "0.3", "nspluginscan", KAboutData::License_GPL,
    1173 --- kdebase-3.5.0/nsplugins/viewer/Makefile.am  2005-09-10 04:25:39.000000000 -0400
    1174 +++ kdebase-3.5.0-new/nsplugins/viewer/Makefile.am      2005-11-13 08:25:53.000000000 -0500
     1462--- kdebase-3.5.4/nsplugins/viewer/Makefile.am  2005-09-10 04:25:39.000000000 -0400
     1463+++ kdebase-3.5.4-new/nsplugins/viewer/Makefile.am      2006-08-03 12:16:57.000000000 -0400
    11751464@@ -1,12 +1,14 @@
    11761465 INCLUDES = -I$(top_srcdir)/nsplugins -I$(top_builddir)/nsplugins $(all_includes)
    11771466 METASOURCES = AUTO
     
    11911480 
    11921481 NSPluginCallbackIface_DIR = $(srcdir)/..
    11931482 
    1194 --- kdebase-3.5.0/startkde      2005-11-08 17:37:01.000000000 -0500
    1195 +++ kdebase-3.5.0-new/startkde  2005-11-13 08:33:35.000000000 -0500
     1483--- kdebase-3.5.4/nsplugins/viewer/viewer.cpp   2006-01-19 12:01:49.000000000 -0500
     1484+++ kdebase-3.5.4-new/nsplugins/viewer/viewer.cpp       2006-08-03 12:16:57.000000000 -0400
     1485@@ -22,6 +22,9 @@
     1486 
     1487 */
     1488 
     1489+#if defined(__APPLE__) && !defined(RLIMIT_AS) && defined(RLIMIT_RSS)
     1490+#define RLIMIT_AS RLIMIT_RSS
     1491+#endif
     1492 
     1493 #include <config.h>
     1494 
     1495@@ -213,7 +216,7 @@
     1496 #endif
     1497 
     1498 
     1499-int main(int argc, char** argv)
     1500+extern "C" KDE_EXPORT int kdemain(int argc, char** argv)
     1501 {
     1502     // nspluginviewer is a helper app, it shouldn't do session management at all
     1503    setenv( "SESSION_MANAGER", "", 1 );
     1504--- kdebase-3.5.4/startkde      2006-07-23 10:23:24.000000000 -0400
     1505+++ kdebase-3.5.4-new/startkde  2006-08-03 12:16:57.000000000 -0400
    11961506@@ -3,6 +3,11 @@
    1197  #  DEFAULT KDE STARTUP SCRIPT ( KDE-3.5 )
     1507 #  DEFAULT KDE STARTUP SCRIPT ( KDE-3.5.4 )
    11981508 #
    11991509 
    12001510+source "@FINKPREFIX@/bin/init.sh"
     
    12051515 # When the X server dies we get a HUP signal from xinit. We must ignore it
    12061516 # because we still need to do some cleanup.
    12071517 trap 'echo GOT SIGHUP' HUP
    1208 @@ -257,20 +262,23 @@
     1518@@ -254,20 +259,23 @@
    12091519 
    12101520 echo 'startkde: Starting up...'  1>&2
    12111521 
     
    12431553 
    12441554 # the splashscreen and progress indicator
    12451555 case "$ksplashrc_ksplash_theme" in
    1246 @@ -316,7 +324,29 @@
     1556@@ -314,7 +322,29 @@
    12471557 # We only check for 255 which means that the ksmserver process could not be
    12481558 # started, any problems thereafter, e.g. ksmserver failing to initialize,
    12491559 # will remain undetected.
     
    12741584 kwrapper ksmserver $KDEWM
    12751585 if test $? -eq 255; then
    12761586   # Startup error
    1277 --- kdebase-3.5.0/kioslave/man/kio_man.cpp      2005-10-10 11:04:01.000000000 -0400
    1278 +++ kdebase-3.5.0-new/kioslave/man/kio_man.cpp  2005-11-16 11:25:22.000000000 -0500
    1279 @@ -50,7 +50,7 @@
     1587------------------------------------------------------------------------
     1588r570840 | mueller | 2006-08-07 22:26:20 +0200 (Mon, 07 Aug 2006) | 3 lines
     1589Changed paths:
     1590   M /branches/KDE/3.5/kdebase/kicker/taskbar/taskbar.cpp
     1591
     1592fix stupid typo
     1593BUG: 128552
     1594
     1595------------------------------------------------------------------------
     1596Index: kicker/taskbar/taskbar.cpp
     1597===================================================================
     1598--- kdeb/kicker/taskbar/taskbar.cpp     (revision 570839)
     1599+++ kdeb/kicker/taskbar/taskbar.cpp     (revision 570840)
     1600@@ -177,14 +177,14 @@ QSize TaskBar::sizeHint( KPanelExtension
    12801601 
    1281  MANProtocol *MANProtocol::_self = 0;
     1602         if (containerCount() == 0)
     1603         {
     1604-            actualMax = maxSize.height();
     1605+            actualMax = minButtonHeight;
     1606         }
    12821607 
    1283 -#define SGML2ROFF_DIRS "/usr/lib/sgml"
    1284 +#define SGML2ROFF_DIRS "@FINKPREFIX@/share/sgml"
    1285  
    1286  /*
    1287   * Drop trailing ".section[.gz]" from name
    1288 @@ -883,6 +883,7 @@
    1289  
    1290      // Default paths
    1291      static const char *manpaths[] = {
    1292 +        "@FINKPREFIX@/share/man",
    1293          "/usr/X11/man",
    1294          "/usr/X11R6/man",
    1295          "/usr/man",
    1296 --- kdebase-3.5.0/kioslave/ldap/configure.in.in 2005-10-10 11:04:01.000000000 -0400
    1297 +++ kdebase-3.5.0-new/kioslave/ldap/configure.in.in     2005-11-16 13:59:13.000000000 -0500
    1298 @@ -42,6 +42,7 @@
    1299    AC_DEFINE_UNQUOTED(HAVE_LIBLDAP, 1, [Define if you have LDAP libraries])
    1300    LDAP_SUBDIR="ldap"
    1301    AC_MSG_RESULT(Apple framework)
    1302 +  with_ldap=FOUND
    1303    ;;
    1304  FOUND)
    1305    AC_MSG_RESULT(incs=$ldap_incdir libs=$ldap_libdir)
    1306 --- kdebase-3.5.0/nsplugins/viewer/viewer.cpp   Mon Oct 10 11:04:05 2005
    1307 +++ kdebase-3.5.0-new/nsplugins/viewer/viewer.cpp       Wed Dec  7 21:54:25 2005
    1308 @@ -54,6 +54,9 @@
    1309  #include "qxteventloop.h"
    1310  #endif
    1311  
    1312 +#if defined(__APPLE__) && !defined(RLIMIT_AS) && defined(RLIMIT_RSS)
    1313 +#define RLIMIT_AS RLIMIT_RSS
    1314 +#endif
    1315  
    1316  
    1317  /**
    1318 @@ -206,7 +209,7 @@
    1319  #endif
    1320  
    1321  
    1322 -int main(int argc, char** argv)
    1323 +extern "C" KDE_EXPORT int kdemain(int argc, char** argv)
    1324  {
    1325      // nspluginviewer is a helper app, it shouldn't do session management at all
    1326     setenv( "SESSION_MANAGER", "", 1 );
    1327 --- kdebase-3.5.0/kioslave/nfs/mount.h  Sat Sep 10 04:25:37 2005
    1328 +++ kdebase-3.5.0-new/kioslave/nfs/mount.h      Thu Dec  8 10:09:04 2005
    1329 @@ -8,6 +8,22 @@
    1330  
    1331  #include <rpc/rpc.h>
    1332  
    1333 +#if !defined(IXDR_GET_INT32)
    1334 +#define IXDR_GET_INT32(buf)             ((int32_t)ntohl((u_int32_t)*(buf)++))
    1335 +#endif
    1336 +
    1337 +#if !defined(IXDR_PUT_INT32)
    1338 +#define IXDR_PUT_INT32(buf, v)          (*(buf)++ =(int32_t)htonl((u_int32_t)v))
    1339 +#endif
    1340 +
    1341 +#if !defined(IXDR_GET_U_INT32) && defined(IXDR_GET_INT32)
    1342 +#define IXDR_GET_U_INT32(buf)           ((u_int32_t)IXDR_GET_INT32(buf))
    1343 +#endif
    1344 +
    1345 +#if !defined(IXDR_PUT_U_INT32) && defined(IXDR_PUT_INT32)
    1346 +#define IXDR_PUT_U_INT32(buf, v)        IXDR_PUT_INT32((buf), ((int32_t)(v)))
    1347 +#endif
    1348 +
    1349  /*
    1350   * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
    1351   * unrestricted use provided that this legend is included on all tape
    1352 --- kdebase-3.5.0/applnk/Makefile.am    Sat Sep 10 04:25:45 2005
    1353 +++ kdebase-3.5.0-patched/applnk/Makefile.am    Mon Dec 12 14:42:14 2005
    1354 @@ -3,7 +3,7 @@
    1355  xdg_menu_DATA = kde-settings.menu kde-information.menu kde-screensavers.menu
    1356  
    1357  xdg_mergedmenu_DATA = kde-essential.menu
    1358 -xdg_mergedmenudir = $(xdg_menudir)/applications-merged
    1359 +xdg_mergedmenudir = $(xdg_menudir)/kde-applications-merged
    1360  
    1361  xdg_directory_DATA = \
    1362  kde-main.directory \
    1363 --- kdebase-3.5.0/doc/userguide/kde-for-admins.docbook  Tue Nov  8 17:36:17 2005
    1364 +++ kdebase-3.5.0-patched/doc/userguide/kde-for-admins.docbook  Mon Dec 12 14:42:42 2005
    1365 @@ -1650,7 +1650,7 @@
    1366  </para>
    1367  
    1368  <informalexample>
    1369 -<para>Example from <filename>applications.menu</filename>:
    1370 +<para>Example from <filename>kde-applications.menu</filename>:
    1371  <programlisting>
    1372  <markup>
    1373         &lt;Menu&gt;
    1374 @@ -1724,7 +1724,7 @@
    1375  information, see <ulink url="http://www.freedesktop.org/Standards/basedir-spec">http://www.freedesktop.org/Standards/basedir-spec</ulink></para>
    1376  
    1377  <informalexample>
    1378 -<para>Example from <filename>applications.menu</filename>:
    1379 +<para>Example from <filename>kde-applications.menu</filename>:
    1380  <programlisting>
    1381  <markup>
    1382               &lt;Menu&gt;
    1383 @@ -1776,7 +1776,7 @@
    1384  <title>Essential Menus</title>
    1385  
    1386  <para><filename
    1387 -class="directory">$<envar>KDEDIR</envar>/etc/xdg/menus/applications-merged/</filename>
    1388 +class="directory">$<envar>KDEDIR</envar>/etc/xdg/menus/kde-applications-merged/</filename>
    1389  contains <filename>kde-essential.menu</filename> which includes some
    1390  essential menus that are normally not shown in the &kde; menu itself:
    1391  <itemizedlist>
    1392 --- kdebase-3.5.0/kcontrol/fonts/Makefile.am    Sat Sep 10 04:25:04 2005
    1393 +++ kdebase-3.5.0-patched/kcontrol/fonts/Makefile.am    Mon Dec 12 21:08:01 2005
    1394 @@ -4,13 +4,13 @@
    1395  libkxftconfig_la_LIBADD = $(LIBFONTCONFIG_LIBS)
    1396  libkxftconfig_la_LDFLAGS = $(LIBFONTCONFIG_RPATH)
    1397  
    1398 -AM_CPPFLAGS  = $(all_includes) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
    1399 +AM_CPPFLAGS  = $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE $(all_includes)
    1400  
    1401  kde_module_LTLIBRARIES = kcm_fonts.la
    1402  
    1403  kcm_fonts_la_SOURCES = fonts.cpp
    1404  kcm_fonts_la_LDFLAGS = $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) -module -avoid-version $(all_libraries) -no-undefined
    1405 -kcm_fonts_la_LIBADD = libkxftconfig.la $(top_builddir)/kcontrol/krdb/libkrdb.la $(LIB_KDEUI) $(LIBFONTCONFIG_LIBS)
    1406 +kcm_fonts_la_LIBADD = $(LIBFONTCONFIG_LIBS) libkxftconfig.la $(top_builddir)/kcontrol/krdb/libkrdb.la $(LIB_KDEUI)
    1407  METASOURCES = AUTO
    1408  
    1409  noinst_HEADERS = fonts.h kxftconfig.h
    1410 --- kdebase-3.5.0/kcontrol/fonts/configure.in.in        Sat Sep 10 04:25:04 2005
    1411 +++ kdebase-3.5.0-patched/kcontrol/fonts/configure.in.in        Mon Dec 12 17:51:56 2005
    1412 @@ -1,8 +1,6 @@
    1413 -KDE_FIND_PATH(fontconfig-config, FONTCONFIG_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
    1414          KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
    1415              AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
    1416          ])
    1417 -])
    1418  
    1419  if test -n "$PKGCONFIG"; then
    1420    vers=`$PKGCONFIG fontconfig --modversion 2>/dev/null | sed -e 's/libfontconfig //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
    1421 --- kdebase-3.5.0/kcontrol/kfontinst/configure.in.in    Sat Sep 10 04:25:09 2005
    1422 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/configure.in.in    Mon Dec 12 17:52:09 2005
    1423 @@ -36,11 +36,9 @@
    1424  
    1425      KFI_FOUND_FONTCONFIG=0
    1426      # check for fontconfig...
    1427 -    KDE_FIND_PATH(fontconfig-config, FONTCONFIG_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
    1428              KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
    1429                  AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
    1430              ])
    1431 -    ])
    1432  
    1433      if test -n "$PKGCONFIG"; then
    1434          vers=`$PKGCONFIG fontconfig --modversion 2>/dev/null | sed -e 's/libfontconfig //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
    1435 --- kdebase-3.5.0/kcontrol/kfontinst/kcmfontinst/Makefile.am    Sat Sep 10 04:25:09 2005
    1436 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/kcmfontinst/Makefile.am    Mon Dec 12 21:03:23 2005
    1437 @@ -4,10 +4,10 @@
    1438  endif
    1439  
    1440  kde_module_LTLIBRARIES = kcm_fontinst.la
    1441 -kcm_fontinst_la_LIBADD  = $(LIB_KIO) $(FONTINST_PRINT_LIB) $(LIBFREETYPE_LIBS) $(LIBFONTCONFIG_LIBS) ../lib/libkfontinst.la
    1442 +kcm_fontinst_la_LIBADD  = $(LIBFREETYPE_LIBS) $(LIBFONTCONFIG_LIBS) $(LIB_KIO) $(FONTINST_PRINT_LIB) ../lib/libkfontinst.la
    1443  METASOURCES = AUTO
    1444  kcm_fontinst_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
    1445 -AM_CPPFLAGS = -I$(srcdir)/../lib $(FONTINST_PRINT_INC) -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS)
    1446 +AM_CPPFLAGS = -I$(srcdir)/../lib $(FONTINST_PRINT_INC) -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
    1447  
    1448  xdg_apps_DATA = kcmfontinst.desktop
    1449  
    1450 --- kdebase-3.5.0/kcontrol/kfontinst/kfile-plugin/Makefile.am   Sat Sep 10 04:25:09 2005
    1451 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/kfile-plugin/Makefile.am   Mon Dec 12 21:03:53 2005
    1452 @@ -1,13 +1,13 @@
    1453  kde_module_LTLIBRARIES = kfile_font.la
    1454  
    1455  kfile_font_la_SOURCES = KFileFont.cpp
    1456 -kfile_font_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN)
    1457 -kfile_font_la_LIBADD = $(LIB_KIO) $(LIBFREETYPE_LIBS) ../lib/libkfontinst.la
    1458 +kfile_font_la_LDFLAGS = $(LIBFREETYPE_RPATH) $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN)
    1459 +kfile_font_la_LIBADD = $(LIBFREETYPE_LIBS) $(LIB_KIO) ../lib/libkfontinst.la
    1460  
    1461  kdelnkdir = $(kde_servicesdir)
    1462  kde_services_DATA = kfile_font.desktop
    1463  
    1464 -AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS)
    1465 +AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(all_includes)
    1466  
    1467  METASOURCES = AUTO
    1468  noinst_HEADERS = KFileFont.h
    1469 --- kdebase-3.5.0/kcontrol/kfontinst/kfontinst/Makefile.am      Sat Sep 10 04:25:09 2005
    1470 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/kfontinst/Makefile.am      Mon Dec 12 21:04:33 2005
    1471 @@ -1,5 +1,8 @@
    1472 -bin_PROGRAMS = kfontinst
    1473 -kfontinst_SOURCES = \
    1474 +bin_PROGRAMS =
    1475 +lib_LTLIBRARIES =
    1476 +kdeinit_LTLIBRARIES = kfontinst.la
    1477 +
    1478 +kfontinst_la_SOURCES = \
    1479  CompressedFile.cpp \
    1480  Main.cpp \
    1481  Encodings.cpp \
    1482 @@ -15,6 +18,6 @@
    1483  Fontmap.h \
    1484  XConfig.h
    1485  
    1486 -kfontinst_LDADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_FONT_ENC) $(LIBZ) $(LIB_KIO) ../lib/libkfontinst.la
    1487 -kfontinst_LDFLAGS = $(all_libraries) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(KDE_RPATH)
    1488 -AM_CPPFLAGS= -DOS_$(UNAME) -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS)
    1489 +kfontinst_la_LIBADD = $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_FONT_ENC) ../../fonts/libkxftconfig.la $(LIBZ) $(LIB_KIO) ../lib/libkfontinst.la
    1490 +kfontinst_la_LDFLAGS = $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(all_libraries) $(KDE_PLUGIN) -module
    1491 +AM_CPPFLAGS= -DOS_$(UNAME) -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
    1492 --- kdebase-3.5.0/kcontrol/kfontinst/kio/Makefile.am    Sat Sep 10 04:25:09 2005
    1493 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/kio/Makefile.am    Mon Dec 12 21:05:15 2005
    1494 @@ -2,9 +2,9 @@
    1495  kio_fonts_la_SOURCES = \
    1496  KioFonts.cpp
    1497  
    1498 -kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) -lkdesu ../lib/libkfontinst.la
    1499 -kio_fonts_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -module -avoid-version -no-undefined
    1500 -AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
    1501 +kio_fonts_la_LIBADD = $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) ../../fonts/libkxftconfig.la $(LIB_KIO) -lkdesu ../lib/libkfontinst.la
    1502 +kio_fonts_la_LDFLAGS = $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
    1503 +AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE $(all_includes)
    1504  
    1505  # The kxftconfig stuf really belongs to kdebase/kcontrol/fonts - here only so that can distribute this as an archive.
    1506  noinst_HEADERS = \
    1507 --- kdebase-3.5.0/kcontrol/kfontinst/lib/Makefile.am    Sat Sep 10 04:25:09 2005
    1508 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/lib/Makefile.am    Mon Dec 12 21:06:00 2005
    1509 @@ -9,6 +9,6 @@
    1510  FcEngine.h \
    1511  KfiConstants.h
    1512  
    1513 -libkfontinst_la_LIBADD = $(LIB_KDECORE) $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) $(LIBXFT_LIB)
    1514 -libkfontinst_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -no-undefined
    1515 -AM_CPPFLAGS= $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
    1516 +libkfontinst_la_LIBADD = $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KDECORE) $(LIB_KIO) $(LIBXFT_LIB)
    1517 +libkfontinst_la_LDFLAGS = $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) $(all_libraries) $(KDE_RPATH) -no-undefined
    1518 +AM_CPPFLAGS= $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE $(all_includes)
    1519 --- kdebase-3.5.0/kcontrol/kfontinst/thumbnail/Makefile.am      Sat Sep 10 04:25:09 2005
    1520 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/thumbnail/Makefile.am      Mon Dec 12 21:06:21 2005
    1521 @@ -2,7 +2,7 @@
    1522  
    1523  fontthumbnail_la_SOURCES = FontThumbnail.cpp
    1524  fontthumbnail_la_LIBADD = $(LIBFREETYPE_LIBS) $(LIB_KDECORE) $(LIB_KIO) ../lib/libkfontinst.la
    1525 -fontthumbnail_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN)
    1526 +fontthumbnail_la_LDFLAGS = $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN) $(all_libraries)
    1527  METASOURCES = AUTO
    1528  
    1529  noinst_HEADERS = FontThumbnail.h
    1530 @@ -11,4 +11,4 @@
    1531  
    1532  kde_services_DATA = fontthumbnail.desktop
    1533  
    1534 -AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS)
    1535 +AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(all_includes)
    1536 --- kdebase-3.5.0/kcontrol/kfontinst/viewpart/Makefile.am       Sat Sep 10 04:25:09 2005
    1537 +++ kdebase-3.5.0-patched/kcontrol/kfontinst/viewpart/Makefile.am       Mon Dec 12 21:06:44 2005
    1538 @@ -13,18 +13,21 @@
    1539  
    1540  kde_services_DATA = kfontviewpart.desktop
    1541  
    1542 -AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS)
    1543 +AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
    1544  METASOURCES = AUTO
    1545  
    1546 -kfontview_LDADD = $(LIB_KPARTS)
    1547 -kfontview_LDFLAGS = $(all_libraries) $(KDE_RPATH)
    1548 +kfontview_la_LIBADD = $(LIB_KPARTS)
    1549 +kfontview_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
    1550 +
    1551 +bin_PROGRAMS =
    1552 +lib_LTLIBRARIES =
    1553 +kdeinit_LTLIBRARIES = kfontview.la
    1554  
    1555 -bin_PROGRAMS = kfontview
    1556  xdg_apps_DATA = kfontview.desktop
    1557  
    1558  appdata_DATA = kfontviewpart.rc kfontviewui.rc
    1559  appdatadir = $(kde_datadir)/kfontview
    1560  
    1561 -kfontview_SOURCES = FontViewerApp.cpp
    1562 +kfontview_la_SOURCES = FontViewerApp.cpp
    1563  
    1564  
    1565 --- kdebase-3.5.1/kcontrol/kfontinst/viewpart/FontViewerApp.cpp.orig    2006-01-25 20:53:38.000000000 -0500
    1566 +++ kdebase-3.5.1/kcontrol/kfontinst/viewpart/FontViewerApp.cpp 2006-01-25 20:52:35.000000000 -0500
    1567 @@ -116,7 +116,7 @@
    1568                              KAboutData::License_GPL,
    1569                              I18N_NOOP("(c) Craig Drummond, 2004"));
    1570  
    1571 -int main(int argc, char **argv)
    1572 +extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
    1573  {
    1574      KCmdLineArgs::init(argc, argv, &aboutData);
    1575      KCmdLineArgs::addCmdLineOptions(options);
    1576 --- kdebase-3.5.1/kcontrol/kfontinst/lib/FcEngine.h.orig        2006-01-25 23:03:27.000000000 -0500
    1577 +++ kdebase-3.5.1/kcontrol/kfontinst/lib/FcEngine.h     2006-01-25 23:01:15.000000000 -0500
    1578 @@ -5,6 +5,8 @@
    1579  #include "config.h"
    1580  #endif
    1581  
    1582 +#define KFI_FC_NO_WIDTHS 1
    1583 +
    1584  #include <qstring.h>
    1585  #include <qvaluevector.h>
    1586  #include <qfont.h>
    1587 --- kdebase-3.5.1/kcontrol/kfontinst/kfontinst/Main.cpp.orig    2006-01-25 23:04:25.000000000 -0500
    1588 +++ kdebase-3.5.1/kcontrol/kfontinst/kfontinst/Main.cpp 2006-01-25 23:03:41.000000000 -0500
    1589 @@ -190,7 +190,7 @@
    1590          KFI::CXConfig::refreshPaths(true);
    1591  }
    1592  
    1593 -int main(int argc, char *argv[])
    1594 +extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
    1595  {
    1596  #ifdef HAVE_GETOPT_H
    1597      static struct option options[]=
    1598 --- kdebase-3.5.1/kxkb/rules.cpp.orig   2006-02-03 09:56:15.000000000 -0500
    1599 +++ kdebase-3.5.1/kxkb/rules.cpp        2006-02-03 09:56:40.000000000 -0500
    1600 @@ -300,7 +300,7 @@
    1601   */
    1602  const QString KeyRules::getLayout(const QString &layvar) const
    1603  {
    1604 -  static const char* LAYOUT_PATTERN = "[a-z0-9_-]*";
    1605 +  static const char* LAYOUT_PATTERN = "[a-zA-Z0-9_-]*";
    1606    QString varLine = layvar.stripWhiteSpace();
    1607    QRegExp rx(LAYOUT_PATTERN);
    1608    int pos = rx.search(varLine, 0);
    1609 @@ -318,7 +318,7 @@
    1610   */
    1611  const QString KeyRules::getVariant(const QString &layvar) const
    1612  {
    1613 -  static const char* VARIANT_PATTERN = "\\([a-z0-9_-]*\\)";
    1614 +  static const char* VARIANT_PATTERN = "\\([a-zA-Z0-9_-]*\\)";
    1615    QString varLine = layvar.stripWhiteSpace();
    1616    QRegExp rx(VARIANT_PATTERN);
    1617    int pos = rx.search(varLine, 0);
    1618 --- kdebase-3.5.1/kdesktop/krootwm.cc   2005-10-10 11:04:11.000000000 -0400
    1619 +++ kdebase-3.5.1-new/kdesktop/krootwm.cc       2006-02-28 21:07:46.000000000 -0500
    1620 @@ -52,6 +52,7 @@
    1621  #include <kuser.h>
    1622  #include <qfile.h>
    1623  
    1624 +#include <kprocess.h>
    1625  #include "krootwm.h"
    1626  #include "kdiconview.h"
    1627  #include "desktop.h"
    1628 @@ -82,6 +83,9 @@
    1629    m_configDialog = 0;
    1630  
    1631  
    1632 +  new KAction(i18n("Konsole..." ), "openterm", 0, this, SLOT( slotOpenTerminal() ),
    1633 +               m_actionCollection, "open_terminal" );
    1634 +
    1635    // Creates the new menu
    1636    menuBar = 0; // no menubar yet
    1637    menuNew = 0;
    1638 @@ -135,6 +139,7 @@
    1639    {
    1640       new KAction(i18n("Run Command..."), "run", 0, m_pDesktop, SLOT( slotExecuteCommand() ), m_actionCollection, "exec" );
    1641    }
    1642 +
    1643    if (!KGlobal::config()->isImmutable())
    1644    {
    1645       new KAction(i18n("Configure Desktop..."), "configure", 0, this, SLOT( slotConfigureDesktop() ),
    1646 @@ -378,6 +383,13 @@
    1647      desktopMenu->disconnect( this );
    1648      bool needSeparator = false;
    1649  
    1650 +    action = m_actionCollection->action("open_terminal");
    1651 +    if (action)
    1652 +    {
    1653 +       action->plug( desktopMenu );
    1654 +       needSeparator = true;
    1655 +    }
    1656 +
    1657      if (menuNew)
     1608         if (actualMax > maxSize.height())
     1609         {
     1610             return maxSize;
     1611         }
     1612-        return QSize( maxSize.width(), maxSize.height() );
     1613+        return QSize( maxSize.width(), actualMax );
     1614     }
     1615     else
    16581616     {
    1659         menuNew->plug( desktopMenu );
    1660 @@ -724,6 +736,13 @@
    1661    return args;
    1662  }
    1663  
    1664 +void KRootWm::slotOpenTerminal()
    1665 +{
    1666 +  KProcess proc;
    1667 +  proc << locate("exe", "konsole");
    1668 +  proc.start(KProcess::DontCare);
    1669 +}
    1670 +
    1671  void KRootWm::slotConfigureDesktop() {
    1672    if (!m_configDialog)
    1673    {
    1674 --- kdebase-3.5.1/kdesktop/krootwm.h    2005-10-10 11:04:11.000000000 -0400
    1675 +++ kdebase-3.5.1-new/kdesktop/krootwm.h        2006-02-28 21:07:46.000000000 -0500
    1676 @@ -119,6 +119,7 @@
    1677    void slotSessionActivated( int );
    1678    void slotNewSession();
    1679    void slotLockNNewSession();
    1680 +  void slotOpenTerminal();
    1681  
    1682  private:
    1683    KDesktop* m_pDesktop;
    1684 --- kdebase-3.5.1/konsole/konsole/TEWidget.cpp  2005-09-10 04:26:08.000000000 -0400
    1685 +++ kdebase-3.5.1-new/konsole/konsole/TEWidget.cpp      2006-02-28 21:06:55.000000000 -0500
    1686 @@ -393,6 +393,8 @@
    1687    qApp->installEventFilter( this ); //FIXME: see below
    1688    KCursor::setAutoHideCursor( this, true );
    1689  
    1690 +  setInputMethodEnabled( true );
    1691 +
    1692    // Init DnD ////////////////////////////////////////////////////////////////
    1693    setAcceptDrops(true); // attempt
    1694    dragInfo.state = diNone;
    1695 --- kdebase-3.5.1/konsole/konsole/TEmuVt102.cpp 2005-09-10 04:26:07.000000000 -0400
    1696 +++ kdebase-3.5.1-new/konsole/konsole/TEmuVt102.cpp     2006-02-28 21:06:23.000000000 -0500
    1697 @@ -952,7 +952,10 @@
    1698      scr->setHistCursor(scr->getHistLines());
    1699  
    1700    if (cmd==CMD_send) {
    1701 -    if ((ev->state() & AltButton) && !metaspecified ) sendString("\033");
    1702 +    if ( (ev->state() & AltButton) &&
    1703 +      !metaspecified &&
    1704 +      !(len && txt[0]==27) )
    1705 +      sendString("\033");
    1706      emit sndBlock(txt,len);
    1707      return;
    1708    }
    1709 --- kdebase-3.5.1/kwin/events.cpp       2006-01-19 12:01:07.000000000 -0500
    1710 +++ kdebase-3.5.1-new/kwin/events.cpp   2006-02-28 21:09:11.000000000 -0500
    1711 @@ -323,17 +323,7 @@
    1712              return ( e->xunmap.event != e->xunmap.window ); // hide wm typical event from Qt
    1713              }
    1714          case MapNotify:
    1715 -            {
    1716 -#if KDE_IS_VERSION( 3, 9, 90 )
    1717 -#warning Consider dumping this workaround.
    1718 -#endif
    1719 -            // See bug #100177, especially comments #6 and #14. This workaround shouldn't be
    1720 -            // necessary when X.org with that fix becomes available and it's an unnecessary
    1721 -            // X roundtrip for an experimental unstable feature.
    1722 -            if( addSystemTrayWin( e->xmap.window ))
    1723 -                return true;
    1724              return ( e->xmap.event != e->xmap.window ); // hide wm typical event from Qt
    1725 -            }
    1726          case ReparentNotify:
    1727              {
    1728          //do not confuse Qt with these events. After all, _we_ are the
  • kdebase3/files/InstallScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
    55
    6 #darwinports
    7         export UNSERMAKE="no"
    8 
    9         ./build-helper.sh install        %N %v %r make -j1 install DESTDIR=%d
     6        ./build-helper.sh install        %N %v %r unsermake -p -j1 install DESTDIR=%d
    107#apidox#./build-helper.sh install-apidox %N %v %r make -j1 install-apidox install-apidox-recurse DESTDIR=%d
    118
    129        mkdir -p %i/share/doc/installed-packages
     
    2421        install -c -m 444 /etc/pam.d/login %i/etc/pam.d/kdm
    2522        install -c -m 444 /etc/pam.d/login %i/etc/pam.d/kcheckpass
    2623        install -c -m 444 /etc/pam.d/login %i/etc/pam.d/kscreensaver
    27         rm -rf %i/share/fonts || true
    2824        rm -rf %i/share/icons/crystalsvg/scalable/apps/artsbuilder.*
    2925
     26        install -d -m 755 "%d`%p/bin/xfontpath basedir`"
    3027#fink
    31 #       ./build-helper.sh konsole-install %N %v %r make -C konsole/fonts install fontdir=`%p/bin/xfontpath basedir`/konsole DESTDIR=%d
    32 #darwinports
    33         ./build-helper.sh konsole-install %N %v %r make -C konsole/fonts install fontdir=%p/share/fonts/konsole DESTDIR=%d
     28#       mv "%i/share/apps/konsole/fonts" "%d`%p/bin/xfontpath basedir`/konsole"
     29#macports
     30        mv "%i/share/apps/konsole/fonts" "%d%p/share/fonts/konsole"
  • kdebase3/files/CompileScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html"
     3        if [ `id -un` != "root" ]; then
     4                echo "you must be root to build this package, it creates setuid binaries!"
     5                exit 1
     6        fi
     7
     8        export PREFIX="%p" USE_UNSERMAKE=1
    49        . ./environment-helper.sh
    5         export lt_cv_sys_max_cmd_len=65536
    610
    7 #darwinports
    8         export UNSERMAKE="no"
     11        perl -pi -e 's,FONTINST_SUBDIR="kfontinst",FONTINST_SUBDIR="",' kcontrol/kfontinst/configure.in.in
    912
    10         export CC=gcc CXX=g++
    11 
    12         export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
    13 
    14         case $SW_VERSION in
    15                 10.[0123])
    16                         perl -pi -e 's,FONTINST_SUBDIR="kfontinst",FONTINST_SUBDIR="",' kcontrol/kfontinst/configure.in.in
    17                         ;;
    18         esac
    19 
    2013        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
    2114        ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
    22         ./build-helper.sh make      %N %v %r make all all_libraries="$ALL_LIBRARIES" KDM_FLAGS="-UHAVE_UTMPX -DBSD_UTMP=1"
     15        ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS KDM_FLAGS="-UHAVE_UTMPX -DBSD_UTMP=1"
    2316#apidox#./build-helper.sh apidox    %N %v %r make apidox
  • kdebase3/Portfile

     
    11# $Id$
    22
    3 #Synced with Fink, Version 3.5.1-1024
     3#Synced with Fink, Version 3.5.4-1022
    44
    55PortSystem 1.0
    66name            kdebase3
    7 version         3.5.1
    8 revision        3
    9 set kdeadmin    kde-admindir-3.5.1
     7version         3.5.4
     8set kdeadmin    kde-admindir-252
    109categories      kde
    1110maintainers     ben@macports.org takanori@macports.org
    1211description     Base KDE programs -- e.g. kicker (taskbar). \
    1312                NB No KDE sound support.
    1413platforms       darwin
    15 master_sites    opendarwin::kde351 \
    16                 kde:security_patches/:security \
     14master_sites    opendarwin::kde354 \
    1715                opendarwin::admin
    1816#               kde:stable/${version}/src
    1917#               http://ranger.befunk.com/fink/:admin
    20 extract.suffix  .tar.bz2
    2118use_bzip2       yes
    2219distname        kdebase-${version}
    23 distfiles       ${distname}.tar.bz2:kde351 \
    24                 post-3.5.0-kdebase-kdm.diff:security \
    25                 ${kdeadmin}.tar.bz2:admin
     20distfiles       ${distname}.tar.bz2:kde354 \
     21                ${kdeadmin}.tar.bz2:admin
    2622depends_build   port:autoconf \
    27                 port:automake
     23                port:unsermake
    2824depends_lib     port:cyrus-sasl2 \
    2925                port:kdelibs3 \
    3026                port:libusb
     27#               port:openmotif
    3128
    32 checksums       ${distname}.tar.bz2 md5 484c7b3895ce4f95173f4789571eb1cc \
    33                 post-3.5.0-kdebase-kdm.diff md5 9daecff07d57dabba35da247e752916a \
    34                 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e
     29checksums       ${distname}.tar.bz2 md5 882a9729c08b197caef2c8712c980d9c \
     30                ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e
    3531
    36 extract.only ${distname}.tar.bz2
    37 post-extract {
    38                 system "cd ${worksrcpath} && cat ${distpath}/post-3.5.0-kdebase-kdm.diff | patch -p0"
    39                 system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -"
    40 }
     32extract.only    ${distname}.tar.bz2
     33post-extract    { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
    4134
    4235patchfiles      kdebase3-unified.patch
    4336patch           {
    4437                cd ${worksrcpath}
    4538                foreach file $patchfiles {
    46                     system "sed -e 's,@FINKPREFIX@,${prefix},g' ${portpath}/${filesdir}/${file} | patch -p1"
     39                    system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
    4740                }
     41                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
     42                system "perl -pi -e 's/-Xlinker -framework -Xlinker (\\S*)/-Wl,-framework,\$1/g; s/-framework (\\S*)/-Wl,-framework,\$1/g;' configure"
    4843}
    49 post-patch      {
    50                 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh
    51                 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh
     44post-patch      {
     45                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
    5246                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
    53                 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh
    54                 foreach file [glob ${worksrcpath}/admin/*] {
    55                     reinplace "s|-O2|-Os|g" $file
    56                     reinplace "s|doc/HTML|doc/kde|g" $file
    57                     reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file
    58                 }
    5947                foreach file {CompileScript.sh InstallScript.sh} {
    60                     file copy ${portpath}/${filesdir}/${file} ${worksrcpath}
     48                    file copy ${filespath}/${file} ${worksrcpath}
    6149                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file}
    6250                    reinplace "s|%N|${name}|g" ${worksrcpath}/${file}
    6351                    reinplace "s|%v|${version}|g" ${worksrcpath}/${file}
     
    6755                    reinplace "s|%i|${destroot}${prefix}|g" ${worksrcpath}/${file}
    6856                    file attributes ${worksrcpath}/${file} -permissions 0755
    6957                }
    70                 # init.sh is not provided by DarwinPorts
    71                 reinplace "s|source \"${prefix}/bin/init.sh\"|#source \"${prefix}/bin/init.sh\"|g" ${worksrcpath}/startkde
     58                reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/khelpcenter/searchhandlers/khc_docbookdig.pl.in
     59                reinplace "s|doc/HTML|doc/kde|g" ${worksrcpath}/doc/userguide/kde-for-admins.docbook
     60                # init.sh doesn't exist in MacPorts
     61                reinplace "s|\\(source \"${prefix}/bin/init.sh\"\\)|#\\1|g" ${worksrcpath}/startkde
    7262}
    7363
    74 configure.args  --without-nfs --with-ldap=framework --with-distribution='DarwinPorts/Mac OS X' --without-arts
     64configure.args  --without-nfs --with-ldap=framework --with-distribution='MacPorts/Mac OS X' --without-arts
    7565
    7666configure       {}
    7767build           { system "cd ${worksrcpath} && ./CompileScript.sh" }
    7868destroot        { system "cd ${worksrcpath} && ./InstallScript.sh" }
    7969
    80 post-destroot   {
     70post-destroot   {
    8171                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    8272                xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING INSTALL README README.pam ${destroot}${prefix}/share/doc/${name}
    8373}
    8474
    85 platform darwin 6 {
    86         depends_lib-append      lib:libdl:dlcompat
     75variant apidox  {
     76                depends_lib-append port:doxygen
     77                post-patch { foreach f {CompileScript.sh InstallScript.sh} { reinplace "s|#apidox#||g" ${worksrcpath}/${f} }}
    8778}
    88 
    89 variant apidox {
    90         depends_lib-append port:doxygen
    91         post-patch { foreach f {CompileScript.sh InstallScript.sh} { reinplace "s|#apidox#||g" ${worksrcpath}/${f} }}
    92 }
  • kdeedu3/files/kdeedu3.patch

     
    1 --- kdeedu-3.5.0/kalzium/src/Makefile.am        2005-09-10 10:24:07.000000000 -0400
    2 +++ kdeedu-3.5.0-new/kalzium/src/Makefile.am    2005-11-18 08:01:23.000000000 -0500
     1
     2--- kdeedu-3.5.3/kalzium/src/Makefile.am        2005-09-10 10:24:07.000000000 -0400
     3+++ kdeedu-3.5.3-new/kalzium/src/Makefile.am    2006-05-25 00:23:08.000000000 -0400
    34@@ -1,8 +1,11 @@
    45 # set the include path for X, qt and KDE
    56 INCLUDES= -I$(srcdir)/../../libkdeedu/kdeeduplot -I$(srcdir)/../../libkdeedu/kdeeduui $(all_includes)
     
    3233 
    3334 #this RegExp-monster grep for <name origin=foo">bar</name> and puts the i18n() around foo and bar
    3435 messages-old: rc.cpp
    35 --- kdeedu-3.5.0/kalzium/src/main.cpp   2005-10-10 10:55:44.000000000 -0400
    36 +++ kdeedu-3.5.0-new/kalzium/src/main.cpp       2005-11-18 07:58:58.000000000 -0500
     36--- kdeedu-3.5.3/kalzium/src/main.cpp   2006-05-22 14:03:43.000000000 -0400
     37+++ kdeedu-3.5.3-new/kalzium/src/main.cpp       2006-05-25 00:23:08.000000000 -0400
    3738@@ -43,7 +43,7 @@
    3839 };
    3940 #endif
     
    4344 {
    4445 #ifdef HAVE_FACILE
    4546     caml_startup(argv);
    46 --- kdeedu-3.5.0/kbruch/src/Makefile.am 2005-09-10 04:18:00.000000000 -0400
    47 +++ kdeedu-3.5.0-new/kbruch/src/Makefile.am     2005-11-18 07:58:58.000000000 -0500
     47--- kdeedu-3.5.3/kbruch/src/Makefile.am 2005-09-10 04:18:00.000000000 -0400
     48+++ kdeedu-3.5.3-new/kbruch/src/Makefile.am     2006-05-25 00:23:08.000000000 -0400
    4849@@ -1,10 +1,14 @@
    4950-bin_PROGRAMS = kbruch
    5051 
     
    6566 
    6667 EXTRA_DIST = kbruch.cpp kbruch.h kbruch.desktop hi32-app-kbruch.png hi16-app-kbruch.png lo32-app-kbruch.png lo16-app-kbruch.png mainqtwidget.cpp mainqtwidget.h primenumber.cpp primenumber.h statisticsview.cpp statisticsview.h exercisebase.cpp exercisebase.h taskview.cpp taskview.h ratio.cpp ratio.h task.cpp task.h taskwidget.cpp taskwidget.h fractionbasewidget.cpp fractionbasewidget.h resultwidget.cpp resultwidget.h exercisecompare.cpp exercisecompare.h ratiowidget.cpp ratiowidget.h rationalwidget.cpp rationalwidget.h exerciseconvert.cpp exerciseconvert.h exercisefactorize.cpp exercisefactorize.h factorizedwidget.cpp factorizedwidget.h kbruch.rc taskvieweroptionsbase.ui
    6768 
    68 --- kdeedu-3.5.0/kbruch/src/kbruch.cpp  2005-09-10 04:18:00.000000000 -0400
    69 +++ kdeedu-3.5.0-new/kbruch/src/kbruch.cpp      2005-11-18 07:58:58.000000000 -0500
     69--- kdeedu-3.5.3/kbruch/src/kbruch.cpp  2006-01-19 11:35:32.000000000 -0500
     70+++ kdeedu-3.5.3-new/kbruch/src/kbruch.cpp      2006-05-25 00:23:08.000000000 -0400
    7071@@ -28,7 +28,7 @@
    7172 #include <kaboutdata.h>
    7273 
     
    7677 {
    7778        // init random generator
    7879        srand(time(NULL));
    79 --- kdeedu-3.5.0/keduca/keduca/Makefile.am      2005-09-10 04:17:25.000000000 -0400
    80 +++ kdeedu-3.5.0-new/keduca/keduca/Makefile.am  2005-11-18 07:58:58.000000000 -0500
     80--- kdeedu-3.5.3/keduca/keduca/Makefile.am      2005-09-10 04:17:25.000000000 -0400
     81+++ kdeedu-3.5.3-new/keduca/keduca/Makefile.am  2006-05-25 00:23:08.000000000 -0400
    8182@@ -1,11 +1,13 @@
    8283 # set the include path for X, qt and KDE
    8384-INCLUDES= -I../libkeduca $(all_includes)
     
    9798 
    9899 # Convenience library
    99100 #noinst_LTLIBRARIES = libkeduca_common.la
    100 --- kdeedu-3.5.0/keduca/keduca/main.cpp 2005-09-10 04:17:25.000000000 -0400
    101 +++ kdeedu-3.5.0-new/keduca/keduca/main.cpp     2005-11-18 07:58:58.000000000 -0500
     101--- kdeedu-3.5.3/keduca/keduca/main.cpp 2005-09-10 04:17:25.000000000 -0400
     102+++ kdeedu-3.5.3-new/keduca/keduca/main.cpp     2006-05-25 00:23:08.000000000 -0400
    102103@@ -31,7 +31,7 @@
    103104     KCmdLineLastOption
    104105 };
     
    108109 {
    109110     KAboutData aboutData( "keduca", I18N_NOOP("KEduca"),
    110111                           version, description, KAboutData::License_GPL,
    111 --- kdeedu-3.5.0/keduca/keducabuilder/Makefile.am       2005-09-10 04:17:25.000000000 -0400
    112 +++ kdeedu-3.5.0-new/keduca/keducabuilder/Makefile.am   2005-11-18 07:58:58.000000000 -0500
     112--- kdeedu-3.5.3/keduca/keducabuilder/Makefile.am       2005-09-10 04:17:25.000000000 -0400
     113+++ kdeedu-3.5.3-new/keduca/keducabuilder/Makefile.am   2006-05-25 00:23:08.000000000 -0400
    113114@@ -1,6 +1,10 @@
    114115-bin_PROGRAMS = keducabuilder
    115116-keducabuilder_SOURCES = kcontroladdeditbase.ui keducaeditorstartdialogbase.ui keducaeditorstartdialog.cpp ktagcombobox.cpp klangcombo.cpp kcontrolheader.cpp keducabuilder.cpp kcontroladdedit.cpp  main.cpp
     
    139140 
    140141 # Uncomment the following two lines if you add a ui.rc file for your application to make use of
    141142 # KDE´s XML GUI builing
    142 --- kdeedu-3.5.0/keduca/keducabuilder/main.cpp  2005-09-10 04:17:25.000000000 -0400
    143 +++ kdeedu-3.5.0-new/keduca/keducabuilder/main.cpp      2005-11-18 07:58:58.000000000 -0500
     143--- kdeedu-3.5.3/keduca/keducabuilder/main.cpp  2005-09-10 04:17:25.000000000 -0400
     144+++ kdeedu-3.5.3-new/keduca/keducabuilder/main.cpp      2006-05-25 00:23:08.000000000 -0400
    144145@@ -32,7 +32,7 @@
    145146     KCmdLineLastOption
    146147 };
     
    150151 {
    151152     KAboutData aboutData( "keduca", I18N_NOOP("KEducaBuilder"),
    152153                           version, description, KAboutData::License_GPL,
    153 --- kdeedu-3.5.0/khangman/khangman/Makefile.am  2005-09-10 04:16:50.000000000 -0400
    154 +++ kdeedu-3.5.0-new/khangman/khangman/Makefile.am      2005-11-18 08:02:27.000000000 -0500
     154--- kdeedu-3.5.3/khangman/khangman/Makefile.am  2005-09-10 04:16:50.000000000 -0400
     155+++ kdeedu-3.5.3-new/khangman/khangman/Makefile.am      2006-05-25 00:23:08.000000000 -0400
    155156@@ -1,7 +1,11 @@
    156157 ####### kdevelop will overwrite this part!!! (begin)##########
    157158-bin_PROGRAMS = khangman
     
    176177 
    177178 rc_DATA = khangmanui.rc
    178179 rcdir = $(kde_datadir)/khangman
    179 --- kdeedu-3.5.0/khangman/khangman/main.cpp     2005-10-10 10:55:19.000000000 -0400
    180 +++ kdeedu-3.5.0-new/khangman/khangman/main.cpp 2005-11-18 07:58:58.000000000 -0500
     180--- kdeedu-3.5.3/khangman/khangman/main.cpp     2005-10-10 10:55:19.000000000 -0400
     181+++ kdeedu-3.5.3-new/khangman/khangman/main.cpp 2006-05-25 00:23:08.000000000 -0400
    181182@@ -39,7 +39,7 @@
    182183     KCmdLineLastOption
    183184 };
     
    187188 {
    188189     KAboutData aboutData( "khangman", I18N_NOOP("KHangMan"),
    189190                               KHM_VERSION, description, KAboutData::License_GPL,
    190 --- kdeedu-3.5.0/kig/kig/Makefile.am    2005-09-10 04:17:20.000000000 -0400
    191 +++ kdeedu-3.5.0-new/kig/kig/Makefile.am        2005-11-18 07:58:58.000000000 -0500
     191--- kdeedu-3.5.3/kig/kig/Makefile.am    2005-09-10 04:17:20.000000000 -0400
     192+++ kdeedu-3.5.3-new/kig/kig/Makefile.am        2006-05-25 00:23:08.000000000 -0400
    192193@@ -19,12 +19,14 @@
    193194 #########################################################################
    194195 # this is the program that gets installed.  it's name is used for all
     
    208209 
    209210 # this is where the desktop file will go
    210211 xdg_apps_DATA = kig.desktop
    211 --- kdeedu-3.5.0/kig/kig/main.cpp       2005-10-10 10:55:35.000000000 -0400
    212 +++ kdeedu-3.5.0-new/kig/kig/main.cpp   2005-11-18 07:58:58.000000000 -0500
     212--- kdeedu-3.5.3/kig/kig/main.cpp       2005-10-10 10:55:35.000000000 -0400
     213+++ kdeedu-3.5.3-new/kig/kig/main.cpp   2006-05-25 00:23:08.000000000 -0400
    213214@@ -101,7 +101,7 @@
    214215   return (*converterfunction)( file, outfile );
    215216 }
     
    219220 {
    220221   KAboutData *about = kigAboutData( "kig", I18N_NOOP("Kig") );
    221222 
    222 --- kdeedu-3.5.0/kiten/Makefile.am      2005-09-10 04:17:15.000000000 -0400
    223 +++ kdeedu-3.5.0-new/kiten/Makefile.am  2005-11-18 07:58:58.000000000 -0500
     223--- kdeedu-3.5.3/kiten/Makefile.am      2005-09-10 04:17:15.000000000 -0400
     224+++ kdeedu-3.5.3-new/kiten/Makefile.am  2006-05-25 00:23:08.000000000 -0400
    224225@@ -2,15 +2,16 @@
    225226 
    226227 SUBDIRS = pics
     
    242243 
    243244 libkiten_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 1:0:0
    244245 libkiten_la_LIBADD = $(LIB_KDEUI) $(LIB_KDEPRINT)
    245 --- kdeedu-3.5.0/kiten/main.cpp 2005-10-10 10:55:32.000000000 -0400
    246 +++ kdeedu-3.5.0-new/kiten/main.cpp     2005-11-18 07:58:58.000000000 -0500
     246--- kdeedu-3.5.3/kiten/main.cpp 2005-10-10 10:55:32.000000000 -0400
     247+++ kdeedu-3.5.3-new/kiten/main.cpp     2006-05-25 00:23:08.000000000 -0400
    247248@@ -37,7 +37,7 @@
    248249        // INSERT YOUR COMMANDLINE OPTIONS HERE
    249250 };
     
    253254 {
    254255        qInstallMsgHandler(noMessageOutput);
    255256        KAboutData aboutData( "kiten", I18N_NOOP("Kiten"),
    256 --- kdeedu-3.5.0/klatin/klatin/Makefile.am      2005-09-10 04:17:24.000000000 -0400
    257 +++ kdeedu-3.5.0-new/klatin/klatin/Makefile.am  2005-11-18 07:58:58.000000000 -0500
     257--- kdeedu-3.5.3/klatin/klatin/Makefile.am      2005-09-10 04:17:24.000000000 -0400
     258+++ kdeedu-3.5.3-new/klatin/klatin/Makefile.am  2006-05-25 00:23:08.000000000 -0400
    258259@@ -6,19 +6,21 @@
    259260 
    260261 # this is the program that gets installed.  it's name is used for all
     
    281282        klatinchoose.ui settings.kcfgc klatingrammarwidget.ui klatinvocabwidget.ui klatinverbswidget.ui \
    282283        klatinresultsdialog.ui klatinsettings_vocabpage.ui
    283284 
    284 --- kdeedu-3.5.0/klatin/klatin/main.cpp 2005-09-10 04:17:24.000000000 -0400
    285 +++ kdeedu-3.5.0-new/klatin/klatin/main.cpp     2005-11-18 07:58:58.000000000 -0500
     285--- kdeedu-3.5.3/klatin/klatin/main.cpp 2005-09-10 04:17:24.000000000 -0400
     286+++ kdeedu-3.5.3-new/klatin/klatin/main.cpp     2006-05-25 00:23:08.000000000 -0400
    286287@@ -29,7 +29,7 @@
    287288        KCmdLineLastOption
    288289 };
     
    292293 {
    293294 
    294295        KAboutData aboutData( "klatin", I18N_NOOP("KLatin"),
    295 --- kdeedu-3.5.0/klettres/klettres/Makefile.am  2005-09-10 04:16:56.000000000 -0400
    296 +++ kdeedu-3.5.0-new/klettres/klettres/Makefile.am      2005-11-18 08:03:30.000000000 -0500
     296--- kdeedu-3.5.3/klettres/klettres/Makefile.am  2005-09-10 04:16:56.000000000 -0400
     297+++ kdeedu-3.5.3-new/klettres/klettres/Makefile.am      2006-05-25 00:23:08.000000000 -0400
    297298@@ -1,10 +1,13 @@
    298299 ####### kdevelop will overwrite this part!!! (begin)##########
    299300-bin_PROGRAMS = klettres
     
    320321 
    321322 messages: rc.cpp
    322323        $(XGETTEXT) *.cpp -o $(podir)/klettres.pot;
    323 --- kdeedu-3.5.0/klettres/klettres/main.cpp     2005-10-10 10:55:20.000000000 -0400
    324 +++ kdeedu-3.5.0-new/klettres/klettres/main.cpp 2005-11-18 07:58:58.000000000 -0500
     324--- kdeedu-3.5.3/klettres/klettres/main.cpp     2006-03-17 05:10:09.000000000 -0500
     325+++ kdeedu-3.5.3-new/klettres/klettres/main.cpp 2006-05-25 00:23:08.000000000 -0400
    325326@@ -43,7 +43,7 @@
    326327         KCmdLineLastOption
    327328     };
     
    330331+extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
    331332 {
    332333     KAboutData about("klettres", I18N_NOOP("KLettres"), KLETTRES_VERSION, description,
    333                       KAboutData::License_GPL, "(C) 2001-2005 Anne-Marie Mahfouf",0, "http://edu.kde.org/klettres", "submit@bugs.kde.org");
    334 --- kdeedu-3.5.0/kmplot/kmplot/Makefile.am      2005-09-10 04:17:09.000000000 -0400
    335 +++ kdeedu-3.5.0-new/kmplot/kmplot/Makefile.am  2005-11-18 07:59:04.000000000 -0500
     334                      KAboutData::License_GPL, "(C) 2001-2006 Anne-Marie Mahfouf",0, "http://edu.kde.org/klettres", "submit@bugs.kde.org");
     335--- kdeedu-3.5.3/kmplot/kmplot/Makefile.am      2005-09-10 04:17:09.000000000 -0400
     336+++ kdeedu-3.5.3-new/kmplot/kmplot/Makefile.am  2006-05-25 00:23:08.000000000 -0400
    336337@@ -21,12 +21,14 @@
    337338 #########################################################################
    338339 # this is the program that gets installed.  it's name is used for all
     
    352353 
    353354 # this is where the desktop file will go
    354355 appmimedir = $(kde_mimedir)/application
    355 --- kdeedu-3.5.0/kmplot/kmplot/main.cpp 2005-10-10 10:55:30.000000000 -0400
    356 +++ kdeedu-3.5.0-new/kmplot/kmplot/main.cpp     2005-11-18 07:59:04.000000000 -0500
     356--- kdeedu-3.5.3/kmplot/kmplot/main.cpp 2005-10-10 10:55:30.000000000 -0400
     357+++ kdeedu-3.5.3-new/kmplot/kmplot/main.cpp     2006-05-25 00:23:08.000000000 -0400
    357358@@ -50,7 +50,7 @@
    358359     };
    359360 
     
    363364 {
    364365        KAboutData aboutData(
    365366            "kmplot",
    366 --- kdeedu-3.5.0/kpercentage/kpercentage/Makefile.am    2005-09-10 04:16:51.000000000 -0400
    367 +++ kdeedu-3.5.0-new/kpercentage/kpercentage/Makefile.am        2005-11-18 07:59:04.000000000 -0500
     367--- kdeedu-3.5.3/kpercentage/kpercentage/Makefile.am    2005-09-10 04:16:51.000000000 -0400
     368+++ kdeedu-3.5.3-new/kpercentage/kpercentage/Makefile.am        2006-05-25 00:23:08.000000000 -0400
    368369@@ -1,6 +1,10 @@
    369370-bin_PROGRAMS = kpercentage
    370371-kpercentage_SOURCES =  kanimation.cpp kanswer.cpp kpercentmain.cpp  kpercentage.cpp ksplashscreen.cpp main.cpp
     
    388389 
    389390 
    390391 stringstocpp:
    391 --- kdeedu-3.5.0/kpercentage/kpercentage/main.cpp       2005-09-10 04:16:51.000000000 -0400
    392 +++ kdeedu-3.5.0-new/kpercentage/kpercentage/main.cpp   2005-11-18 07:59:04.000000000 -0500
     392--- kdeedu-3.5.3/kpercentage/kpercentage/main.cpp       2005-09-10 04:16:51.000000000 -0400
     393+++ kdeedu-3.5.3-new/kpercentage/kpercentage/main.cpp   2006-05-25 00:23:08.000000000 -0400
    393394@@ -34,7 +34,7 @@
    394395         KCmdLineLastOption
    395396     };
     
    399400 {
    400401     KAboutData aboutData
    401402     (
    402 --- kdeedu-3.5.0/kstars/kstars/Makefile.am      2005-09-10 04:17:55.000000000 -0400
    403 +++ kdeedu-3.5.0-new/kstars/kstars/Makefile.am  2005-11-18 08:04:21.000000000 -0500
     403--- kdeedu-3.5.3/kstars/kstars/Makefile.am      2005-09-10 04:17:55.000000000 -0400
     404+++ kdeedu-3.5.3-new/kstars/kstars/Makefile.am  2006-05-25 00:23:08.000000000 -0400
    404405@@ -1,6 +1,8 @@
    405406-bin_PROGRAMS = kstars
    406407+bin_PROGRAMS =
     
    437438 
    438439 # Uncomment the following two lines if you add a ui.rc file for your application to make use of
    439440 # KDE
    440 --- kdeedu-3.5.0/kstars/kstars/indi/fli_ccd.c   2005-10-10 10:55:39.000000000 -0400
    441 +++ kdeedu-3.5.0-new/kstars/kstars/indi/fli_ccd.c       2005-11-18 07:59:04.000000000 -0500
     441--- kdeedu-3.5.3/kstars/kstars/indi/apmount.cpp 2005-10-10 10:55:39.000000000 -0400
     442+++ kdeedu-3.5.3-new/kstars/kstars/indi/apmount.cpp     2006-05-25 00:23:08.000000000 -0400
     443@@ -39,8 +39,9 @@
     444 */
     445 
     446 
     447-#if !(TIMEZONE_IS_INT)
     448-static int daylight = 0;
     449+/* FIXME: hack!, make a real test for extern int daylight on darwin */
     450+#if !(TIMEZONE_IS_INT) || defined(__APPLE__)
     451+int daylight = 0;
     452 #endif
     453 
     454 static inline double timezoneOffset()
     455--- kdeedu-3.5.3/kstars/kstars/indi/fli_ccd.c   2005-10-10 10:55:39.000000000 -0400
     456+++ kdeedu-3.5.3-new/kstars/kstars/indi/fli_ccd.c       2006-05-25 00:23:08.000000000 -0400
    442457@@ -19,6 +19,7 @@
    443458 
    444459 #endif
     
    447462 #include <stdio.h>
    448463 #include <stdlib.h>
    449464 #include <string.h>
    450 --- kdeedu-3.5.0/kstars/kstars/indi/lx200generic.cpp    2005-10-10 10:55:39.000000000 -0400
    451 +++ kdeedu-3.5.0-new/kstars/kstars/indi/lx200generic.cpp        2005-11-18 07:59:04.000000000 -0500
     465--- kdeedu-3.5.3/kstars/kstars/indi/lx200generic.cpp    2005-10-10 10:55:39.000000000 -0400
     466+++ kdeedu-3.5.3-new/kstars/kstars/indi/lx200generic.cpp        2006-05-25 00:23:08.000000000 -0400
    452467@@ -41,7 +41,7 @@
    453468 
    454469 
     
    458473 #endif
    459474 
    460475 static inline double timezoneOffset()
    461 --- kdeedu-3.5.0/kstars/kstars/main.cpp 2005-11-08 17:24:02.000000000 -0500
    462 +++ kdeedu-3.5.0-new/kstars/kstars/main.cpp     2005-11-18 07:59:04.000000000 -0500
     476--- kdeedu-3.5.3/kstars/kstars/indi/webcam/Makefile.am  2005-09-10 04:17:35.000000000 -0400
     477+++ kdeedu-3.5.3-new/kstars/kstars/indi/webcam/Makefile.am      2006-05-25 00:23:08.000000000 -0400
     478@@ -1,7 +1,7 @@
     479 if HAVE_V4L2
     480    libwebcam_linux = libwebcam_v4l2_linux.la
     481 else
     482-   libwebcam_linux = libwebcam_v4l1_linux.la
     483+   libwebcam_linux =
     484 endif
     485 
     486 noinst_LTLIBRARIES = libwebcam.la $(libwebcam_linux)
     487--- kdeedu-3.5.3/kstars/kstars/main.cpp 2005-11-19 05:33:39.000000000 -0500
     488+++ kdeedu-3.5.3-new/kstars/kstars/main.cpp     2006-05-25 00:23:08.000000000 -0400
    463489@@ -49,7 +49,7 @@
    464490        KCmdLineLastOption
    465491 };
     
    469495 {
    470496        KAboutData aboutData( "kstars", I18N_NOOP("KStars"),
    471497                KSTARS_VERSION, description, KAboutData::License_GPL,
    472 --- kdeedu-3.5.0/ktouch/src/Makefile.am 2005-09-10 04:17:27.000000000 -0400
    473 +++ kdeedu-3.5.0-new/ktouch/src/Makefile.am     2005-11-18 08:05:16.000000000 -0500
    474 @@ -42,7 +42,7 @@
    475         ktouchutils.h
     498--- kdeedu-3.5.3/ktouch/src/Makefile.am 2006-05-22 14:03:38.000000000 -0400
     499+++ kdeedu-3.5.3-new/ktouch/src/Makefile.am     2006-05-25 00:23:58.000000000 -0400
     500@@ -26,7 +26,7 @@
     501                ktouchstatistics.h      ktouchstatus.h  ktouchtrainer.h         ktouchutils.h ktouchcoloreditor.h
    476502 
    477503 # let automoc handle all of the meta source files (moc)
    478504-ktouch_METASOURCES = AUTO
     
    480506 
    481507 messages: rc.cpp
    482508        $(XGETTEXT) *.cpp -o $(podir)/ktouch.pot
    483 @@ -53,10 +53,12 @@
     509@@ -37,10 +37,12 @@
    484510 #########################################################################
    485511 # this is the program that gets installed.  it's name is used for all
    486512 # of the other Makefile.am variables
     
    490516+kdeinit_LTLIBRARIES = ktouch.la
    491517 
    492518 # the application source, library search path, and link libraries
    493 -ktouch_SOURCES = \
    494 +ktouch_la_SOURCES = \
    495         ktouchchartwidget.cpp \
    496         ktouchcolorscheme.cpp \
    497         ktouch.cpp \
    498 @@ -90,11 +92,11 @@
    499         prefs.kcfgc
     519-ktouch_SOURCES = ktouchchartwidget.cpp ktouchcoloreditor_dlg.ui \
     520+ktouch_la_SOURCES = ktouchchartwidget.cpp ktouchcoloreditor_dlg.ui \
     521        ktouchcolorscheme.cpp ktouch.cpp        ktouchdefaults.cpp ktouchkeyboardwidget.cpp \
     522        ktouchkeyconnector.cpp ktouchkey.cpp    ktouchkeys.cpp ktouchlecture.cpp ktouchlectureeditor.cpp \
     523        ktouchlectureeditor_dlg.ui      ktouchleveldata.cpp ktouchopenrequest.cpp ktouchopenrequest_dlg.ui \
     524@@ -50,11 +52,11 @@
     525                ktouchutils.cpp main.cpp prefs.kcfgc ktouchcoloreditor.cpp
    500526 
    501527 # the library search path.
    502528-ktouch_LDFLAGS = $(KDE_RPATH) $(all_libraries)
     
    509535 
    510536 rcdir = $(kde_datadir)/ktouch
    511537 rc_DATA = ktouchui.rc
    512 --- kdeedu-3.5.0/ktouch/src/main.cpp    2005-09-10 04:17:27.000000000 -0400
    513 +++ kdeedu-3.5.0-new/ktouch/src/main.cpp        2005-11-18 07:59:04.000000000 -0500
     538--- kdeedu-3.5.3/ktouch/src/main.cpp    2006-05-22 14:03:38.000000000 -0400
     539+++ kdeedu-3.5.3-new/ktouch/src/main.cpp        2006-05-25 00:23:08.000000000 -0400
    514540@@ -26,7 +26,7 @@
    515541     KCmdLineLastOption
    516542 };
     
    520546 {
    521547     KAboutData about("ktouch",
    522548                      I18N_NOOP("KTouch"),
    523 --- kdeedu-3.5.0/kturtle/src/Makefile.am        2005-09-10 04:16:51.000000000 -0400
    524 +++ kdeedu-3.5.0-new/kturtle/src/Makefile.am    2005-11-18 07:59:04.000000000 -0500
     549--- kdeedu-3.5.3/kturtle/src/Makefile.am        2005-09-10 04:16:51.000000000 -0400
     550+++ kdeedu-3.5.3-new/kturtle/src/Makefile.am    2006-05-25 00:23:08.000000000 -0400
    525551@@ -6,20 +6,22 @@
    526552 # added from kjots
    527553 AM_LDFLAGS   = $(all_libraries) $(KDE_RPATH)
     
    550576 
    551577 # these are the headers for your project
    552578 noinst_HEADERS = kturtle.h canvas.h dialogs.cpp value.h lexer.h parser.h executer.h treenode.h token.h translate.h
    553 --- kdeedu-3.5.0/kturtle/src/main.cpp   2005-10-10 10:55:19.000000000 -0400
    554 +++ kdeedu-3.5.0-new/kturtle/src/main.cpp       2005-11-18 07:59:05.000000000 -0500
     579--- kdeedu-3.5.3/kturtle/src/main.cpp   2005-10-10 10:55:19.000000000 -0400
     580+++ kdeedu-3.5.3-new/kturtle/src/main.cpp       2006-05-25 00:23:08.000000000 -0400
    555581@@ -43,7 +43,7 @@
    556582 };
    557583 
     
    561587 {
    562588        KAboutData about("kturtle", I18N_NOOP("KTurtle"), version, description, KAboutData::License_GPL, copyright, 0, website);
    563589        about.addAuthor("Cies Breijs",
    564 --- kdeedu-3.5.0/kverbos/kverbos/Makefile.am    2005-09-10 04:17:22.000000000 -0400
    565 +++ kdeedu-3.5.0-new/kverbos/kverbos/Makefile.am        2005-11-18 07:59:05.000000000 -0500
     590--- kdeedu-3.5.3/kverbos/kverbos/Makefile.am    2005-09-10 04:17:22.000000000 -0400
     591+++ kdeedu-3.5.3-new/kverbos/kverbos/Makefile.am        2006-05-25 00:23:08.000000000 -0400
    566592@@ -1,8 +1,11 @@
    567593 SUBDIRS = icons data
    568594 
     
    587613 
    588614 rcdir = $(kde_datadir)/kverbos
    589615 rc_DATA = kverbosui.rc
    590 --- kdeedu-3.5.0/kverbos/kverbos/main.cpp       2005-09-10 04:17:22.000000000 -0400
    591 +++ kdeedu-3.5.0-new/kverbos/kverbos/main.cpp   2005-11-18 07:59:05.000000000 -0500
     616--- kdeedu-3.5.3/kverbos/kverbos/main.cpp       2005-09-10 04:17:22.000000000 -0400
     617+++ kdeedu-3.5.3-new/kverbos/kverbos/main.cpp   2006-05-25 00:23:08.000000000 -0400
    592618@@ -32,7 +32,7 @@
    593619 
    594620 
     
    598624 {
    599625 
    600626        KAboutData aboutData( "kverbos", I18N_NOOP("KVerbos"),
    601 --- kdeedu-3.5.0/kwordquiz/src/Makefile.am      2005-09-10 04:16:57.000000000 -0400
    602 +++ kdeedu-3.5.0-new/kwordquiz/src/Makefile.am  2005-11-18 08:05:43.000000000 -0500
     627--- kdeedu-3.5.3/kwordquiz/src/Makefile.am      2005-09-10 04:16:57.000000000 -0400
     628+++ kdeedu-3.5.3-new/kwordquiz/src/Makefile.am  2006-05-25 00:23:08.000000000 -0400
    603629@@ -1,9 +1,11 @@
    604630 ####### kdevelop will overwrite this part!!! (begin)##########
    605631-bin_PROGRAMS = kwordquiz
     
    632658 
    633659 rcdir = $(kde_datadir)/kwordquiz
    634660 rc_DATA = kwordquizui.rc eventsrc
    635 --- kdeedu-3.5.0/kwordquiz/src/main.cpp 2005-10-10 10:55:21.000000000 -0400
    636 +++ kdeedu-3.5.0-new/kwordquiz/src/main.cpp     2005-11-18 07:59:05.000000000 -0500
     661--- kdeedu-3.5.3/kwordquiz/src/main.cpp 2005-10-10 10:55:21.000000000 -0400
     662+++ kdeedu-3.5.3-new/kwordquiz/src/main.cpp     2006-05-25 00:23:08.000000000 -0400
    637663@@ -33,7 +33,7 @@
    638664   { 0, 0, 0 }
    639665 };
     
    643669 {
    644670   KAboutData aboutData("kwordquiz",
    645671                        I18N_NOOP("KWordQuiz"),
    646 --- kdeedu-3.5.0/kstars/kstars/indi/webcam/Makefile.am  2005-09-10 04:17:35.000000000 -0400
    647 +++ kdeedu-3.5.0-new/kstars/kstars/indi/webcam/Makefile.am      2005-11-18 15:07:17.000000000 -0500
    648 @@ -1,7 +1,7 @@
    649  if HAVE_V4L2
    650     libwebcam_linux = libwebcam_v4l2_linux.la
    651  else
    652 -   libwebcam_linux = libwebcam_v4l1_linux.la
    653 +   libwebcam_linux =
    654  endif
    655  
    656  noinst_LTLIBRARIES = libwebcam.la $(libwebcam_linux)
    657 --- kdeedu-3.5.1/kstars/kstars/indi/apmount.cpp 2005-10-10 10:55:39.000000000 -0400
    658 +++ kdeedu-3.5.1-new/kstars/kstars/indi/apmount.cpp     2006-02-01 21:27:56.000000000 -0500
    659 @@ -39,8 +39,9 @@
    660  */
    661  
    662  
    663 -#if !(TIMEZONE_IS_INT)
    664 -static int daylight = 0;
    665 +/* FIXME: hack!, make a real test for extern int daylight on darwin */
    666 +#if !(TIMEZONE_IS_INT) || defined(__APPLE__)
    667 +int daylight = 0;
    668  #endif
    669  
  • kdeedu3/files/InstallScript.sh

     
    11#!/bin/sh -e
    22
    3         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
    55
    6 #darwinports
    7         export UNSERMAKE="no"
     6        ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
    87
    9         ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
    10 
    118        mkdir -p %i/share/doc/installed-packages
    129        touch %i/share/doc/installed-packages/%N
    1310        touch %i/share/doc/installed-packages/%N-base
  • kdeedu3/files/CompileScript.sh

     
    11#!/bin/sh -e
    22
    3         export HOME=/tmp
    4         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    54        . ./environment-helper.sh
    65        export LDFLAGS="-L%p/lib/python2.4/config"
    7         export lt_cv_sys_max_cmd_len=65536
    86
    9 #darwinports
    10         export UNSERMAKE="no"
    11 
    12         export CC=gcc CXX=g++
    13 
    147        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
    158        ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
    16         ./build-helper.sh make      %N %v %r make all all_libraries="$ALL_LIBRARIES"
     9        ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS kvoctrain/kvoctrain/common-dialogs/prefs.h all
  • kdeedu3/Portfile

     
    11# $Id$
    22
    3 #Synced with Fink, Version 3.5.1-1023
     3#Synced with Fink, Version 3.5.4-1021
    44
    55PortSystem 1.0
    66name            kdeedu3
    7 version         3.5.1
    8 revision        1
    9 set kdeadmin    kde-admindir-3.5.1
     7version         3.5.4
     8set kdeadmin    kde-admindir-252
    109categories      kde
    1110maintainers     ben@macports.org takanori@macports.org
    1211description     KDE educational games and software. \
    1312                NB No KDE sound support.
    1413platforms       darwin
    15 master_sites    opendarwin::kde351 \
     14master_sites    opendarwin::kde354 \
    1615                opendarwin::admin
    1716#               kde:stable/${version}/src
    1817#               http://ranger.befunk.com/fink/:admin
    19 extract.suffix  .tar.bz2
    2018use_bzip2       yes
    2119distname        kdeedu-${version}
    22 distfiles       ${distname}.tar.bz2:kde351 \
     20distfiles       ${distname}.tar.bz2:kde354 \
    2321                ${kdeadmin}.tar.bz2:admin
    2422depends_build   port:autoconf \
    25                 port:automake
     23                port:unsermake
    2624depends_lib     port:kdebase3
    2725
    28 checksums       ${distname}.tar.bz2 md5 fe31b9a2ec4e299531c6b7beeab09534 \
    29                 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e
     26checksums       ${distname}.tar.bz2 md5 81dfdea2ed6eaaa440ee868a69b8fc7e \
     27                ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e
    3028
    31 extract.only ${distname}.tar.bz2
    32 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
     29extract.only    ${distname}.tar.bz2
     30post-extract    { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
    3331
    3432patchfiles      kdeedu3.patch
    3533patch           {
    3634                cd ${worksrcpath}
    3735                foreach file $patchfiles {
    38                     system "sed -e 's,@FINKPREFIX@,${prefix},g' ${portpath}/${filesdir}/${file} | patch -p1"
     36                    system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
    3937                }
     38                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
    4039}
    41 post-patch      {
    42                 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh
    43                 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh
     40post-patch      {
     41                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
    4442                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
    45                 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh
    46                 foreach file [glob ${worksrcpath}/admin/*] {
    47                     reinplace "s|-O2|-Os|g" $file
    48                     reinplace "s|doc/HTML|doc/kde|g" $file
    49                     reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file
    50                 }
    5143                foreach file {CompileScript.sh InstallScript.sh} {
    52                     file copy ${portpath}/${filesdir}/${file} ${worksrcpath}
     44                    file copy ${filespath}/${file} ${worksrcpath}
    5345                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file}
    5446                    reinplace "s|%N|${name}|g" ${worksrcpath}/${file}
    5547                    reinplace "s|%v|${version}|g" ${worksrcpath}/${file}
     
    6153                }
    6254}
    6355
    64 configure.args  --disable-kig-python-scripting --with-distribution='DarwinPorts/Mac OS X' --without-arts
     56configure.args  --disable-kig-python-scripting --with-distribution='MacPorts/Mac OS X' --without-arts
    6557
    6658configure       {}
    6759build           { system "cd ${worksrcpath} && ./CompileScript.sh" }
    6860destroot        { system "cd ${worksrcpath} && ./InstallScript.sh" }
    6961
    70 post-destroot   {
     62post-destroot   {
    7163                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    7264                xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README ${destroot}${prefix}/share/doc/${name}
    7365}
    74 
    75 platform darwin 6 {
    76         depends_lib-append      lib:libdl:dlcompat
    77 }
  • kdegames3/files/InstallScript.sh

     
    11#!/bin/sh -e
    22
    3         export PREFIX="%p"
     3        export PREFIX="%p" USE_UNSERMAKE=1
    44        . ./environment-helper.sh
    55
    6 #unsermake
    7         export UNSERMAKE="no"
     6        ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
    87
    9         ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
    10 
    118        mkdir -p %i/share/doc/installed-packages
    129        touch %i/share/doc/installed-packages/%N
    1310        touch %i/share/doc/installed-packages/%N-base
  • kdegames3/files/CompileScript.sh

     
    11#!/bin/sh -e
    22
    33        export HOME=/tmp
    4         export PREFIX="%p"
     4        export PREFIX="%p" USE_UNSERMAKE=1
    55        . ./environment-helper.sh
    6         export lt_cv_sys_max_cmd_len=65536
    76
    8 #darwinports
    9         export UNSERMAKE="no"
    10 
    11         export CC=gcc CXX=g++
    12 
    137        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
    148        ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
    15         ./build-helper.sh make      %N %v %r make all all_libraries="$ALL_LIBRARIES"
     9        ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
  • kdegames3/Portfile

     
    11# $Id$
    22
    3 #Synced with Fink, Version 3.5.1-1023
     3#Synced with Fink, Version 3.5.4-1021
    44
    55PortSystem 1.0
    66name            kdegames3
    7 version         3.5.1
    8 revision        1
    9 set kdeadmin    kde-admindir-3.5.1
     7version         3.5.4
     8set kdeadmin    kde-admindir-252
    109categories      kde
    1110maintainers     ben@macports.org takanori@macports.org
    1211description     KDE games. \
    1312                NB No KDE sound support.
    1413platforms       darwin
    15 master_sites    opendarwin::kde351 \
     14master_sites    opendarwin::kde354 \
    1615                opendarwin::admin
    1716#               kde:stable/${version}/src
    1817#               http://ranger.befunk.com/fink/:admin
    19 extract.suffix  .tar.bz2
    2018use_bzip2       yes
    2119distname        kdegames-${version}
    22 distfiles       ${distname}.tar.bz2:kde351 \
     20distfiles       ${distname}.tar.bz2:kde354 \
    2321                ${kdeadmin}.tar.bz2:admin
    2422depends_build   port:autoconf \
    25                 port:automake
     23                port:unsermake
    2624depends_lib     port:kdebase3
     25#               port:libcapsinetwork
     26#               port:libmath++
    2727
    28 checksums       ${distname}.tar.bz2 md5 15a4bb4e193e19be7decd4f147a31396 \
    29                 ${kdeadmin}.tar.bz2 md5 b6115a7310f8e8533af91be02e225d0e
     28checksums       ${distname}.tar.bz2 md5 60bb42c51c2e86a826188da457ed21d0 \
     29                ${kdeadmin}.tar.bz2 md5 54a89925e71bd32f759c81b312ad0b9e
    3030
    31 extract.only ${distname}.tar.bz2
    32 post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
     31extract.only    ${distname}.tar.bz2
     32post-extract    { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
    3333
    3434patchfiles     
    3535patch           {
    3636                cd ${worksrcpath}
    3737                foreach file $patchfiles {
    38                     system "sed -e 's,@FINKPREFIX@,${prefix},g' ${portpath}/${filesdir}/${file} | patch -p1"
     38                    system "sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
    3939                }
     40                system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
    4041}
    41 post-patch      {
    42                 reinplace "s|lib/freetype219/||g" ${worksrcpath}/environment-helper.sh
    43                 reinplace "s|include/qt|include/qt3|g" ${worksrcpath}/environment-helper.sh
     42post-patch      {
     43                reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
    4444                reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
    45                 reinplace "s|2.5\\*|2.\[56\]\\*|g" ${worksrcpath}/admin/cvs.sh
    46                 foreach file [glob ${worksrcpath}/admin/*] {
    47                     reinplace "s|-O2|-Os|g" $file
    48                     reinplace "s|doc/HTML|doc/kde|g" $file
    49                     reinplace "s|/usr/share/doc/packages/qt3/html|${prefix}/share/doc/qt3/html|g" $file
    50                 }
    5145                foreach file {CompileScript.sh InstallScript.sh} {
    52                     file copy ${portpath}/${filesdir}/${file} ${worksrcpath}
     46                    file copy ${filespath}/${file} ${worksrcpath}
    5347                    reinplace "s|%p|${prefix}|g" ${worksrcpath}/${file}
    5448                    reinplace "s|%N|${name}|g" ${worksrcpath}/${file}
    5549                    reinplace "s|%v|${version}|g" ${worksrcpath}/${file}
     
    6155                }
    6256}
    6357
    64 configure.args  --with-distribution='DarwinPorts/Mac OS X' --without-arts
     58configure.args  --with-distribution='MacPorts/Mac OS X' --without-arts
    6559
    6660configure       {}
    6761build           { system "cd ${worksrcpath} && ./CompileScript.sh" }
    6862destroot        { system "cd ${worksrcpath} && ./InstallScript.sh" }
    6963
    70 post-destroot   {
     64post-destroot   {
    7165                xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    7266                xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README ${destroot}${prefix}/share/doc/${name}
    7367}
    74 
    75 platform darwin 6 {
    76         depends_lib-append      lib:libdl:dlcompat
    77 }