Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (db5582e19fd8978013af51dd568c3ada921e3354)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (db5582e19fd8978013af51dd568c3ada921e3354)
  • Date: Mon, 3 Oct 2011 03:31:05 -0500

GIT changes to devel-kde3_removal grimoire by Bor Kraljič <pyrobor AT ver.si>:

ChangeLog | 3
kde-core/kdelibs/CONFIGURE | 1
kde-core/kdelibs/CONFLICTS | 1
kde-core/kdelibs/DEPENDS | 146 ------------
kde-core/kdelibs/DETAILS | 19 -
kde-core/kdelibs/HISTORY | 420
-----------------------------------
kde-core/kdelibs/PRE_BUILD | 8
kde-core/kdelibs/PRE_SUB_DEPENDS | 7
kde-core/kdelibs/SUB_DEPENDS | 15 -
kde-core/kdelibs/TRIGGERS | 1
kde-core/kdelibs/inotify.patch | 42 ---
kde-core/kdelibs/kdelibs-gcc44.patch | 20 -
kde-core/kdelibs/openssl-1.0.0.patch | 294 ------------------------
13 files changed, 3 insertions(+), 974 deletions(-)

New commits:
commit db5582e19fd8978013af51dd568c3ada921e3354
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

kde-core/kdelibs: removed (we no longer support kde3)

diff --git a/ChangeLog b/ChangeLog
index f291632..f8b5fdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-03 Bor Kraljič <pyrobor AT ver.si>
+ * kde-core/kdelibs: removed (we no longer support kde3)
+
2011-10-01 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/dblatex: new spell, produces dvi, ps and pdf from
docbook

diff --git a/kde-core/kdelibs/CONFIGURE b/kde-core/kdelibs/CONFIGURE
deleted file mode 100755
index 3e2e1ef..0000000
--- a/kde-core/kdelibs/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/KDE_CONFIGURE
diff --git a/kde-core/kdelibs/CONFLICTS b/kde-core/kdelibs/CONFLICTS
deleted file mode 100755
index 08f118e..0000000
--- a/kde-core/kdelibs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kdelibs y
diff --git a/kde-core/kdelibs/DEPENDS b/kde-core/kdelibs/DEPENDS
deleted file mode 100755
index b9fe1b1..0000000
--- a/kde-core/kdelibs/DEPENDS
+++ /dev/null
@@ -1,146 +0,0 @@
-depends docbook-dtd &&
-depends hicolor-icon-theme &&
-depends perl &&
-depends pcre &&
-depends libpng &&
-depends iceauth &&
-depends libice &&
-depends libsm &&
-depends libxext &&
-
-source $SECTION_DIRECTORY/KDE_DEPENDS &&
-
-optional_depends jasper \
- '--with-jasper' \
- '--without-jasper' \
- 'jasper (jpeg2k) support' &&
-
-optional_depends lua \
- '--with-lua' \
- '--without-lua' \
- 'use Lua libraries' &&
-
-optional_depends libart_lgpl \
- '--with-libart' \
- '--without-libart' \
- 'to enable SVG rendering' &&
-
-optional_depends tiff \
- '--with-tiff' \
- '--without-tiff' \
- 'to view tiff graphics' &&
-
-optional_depends audiofile \
- '' \
- '' \
- 'to hear sound/music' &&
-
-optional_depends alsa-lib \
- '--with-alsa' \
- '--without-alsa' \
- 'for libKMid alsa support' &&
-
-optional_depends CUPS \
- '--enable-cups' \
- '--disable-cups' \
- 'to use cups printing' &&
-
-optional_depends libxml2 \
- '' \
- '' \
- 'to parse xml files' &&
-
-optional_depends openssl \
- '--with-ssl' \
- '--without-ssl' \
- 'to use encrypted connections' &&
-
-optional_depends libxslt \
- '' \
- '' \
- 'for io-slave support & kde help' &&
-
-optional_depends FAM \
- '--enable-libfam' \
- '--disable-libfam' \
- 'for more efficient filesystem monitoring' &&
-
-optional_depends krb5 \
- '' \
- '--without-gssapi' \
- 'for GSSAPI authentication' &&
-
-optional_depends openexr \
- '--with-openexr' \
- '--without-openexr'
\
- 'for High Dynamic-Range (HDR) image support' &&
-
-optional_depends aspell \
- '--with-aspell' \
- '--without-aspell' \
- 'for aspell spell checking support' &&
-
-optional_depends hspell \
- '--with-hspell' \
- '--without-hspell' \
- 'for Hebrew spell checking support' &&
-
-optional_depends doxygen \
- '' \
- '' \
- 'for API documentation' &&
-
-optional_depends libidn \
- '--with-libidn' \
- '--without-libidn' \
- 'for International Domain Name support' &&
-
-optional_depends libntlm \
- '' \
- '' \
- 'for NTLM authentication' &&
-
-optional_depends sane-backends \
- '' \
- '' \
- 'scanner hardware support' &&
-
-optional_depends acl \
- '--with-acl' \
- '--without-acl' \
- 'to manage access control lists' &&
-
-optional_depends fontconfig \
- '' \
- '' \
- 'to configure font access' &&
-
-optional_depends OPENGL \
- '' \
- '' \
- 'for OpenGL support' &&
-
-optional_depends JPEG \
- '' \
- '' \
- 'for JPEG image support' &&
-
-optional_depends libmng \
- '' \
- '' \
- 'for animated PNG' &&
-
-optional_depends freetype2 \
- '' \
- '' \
- 'for freetype support' &&
-
-optional_depends sudo \
- '--with-sudo-kdesu-backend' \
- '' \
- 'to use sudo as kdesu backend' &&
-
-optional_depends mdnsresponder \
- '--enable-dnssd' \
- '--disable-dnssd' \
- 'for browsing and publishing DNS-SD services'
diff --git a/kde-core/kdelibs/DETAILS b/kde-core/kdelibs/DETAILS
deleted file mode 100755
index 1f4a5e2..0000000
--- a/kde-core/kdelibs/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-source $SECTION_DIRECTORY/KDE_DETAILS
-
- SPELL=kdelibs
- VERSION=3.5.10
-
SOURCE_HASH=sha512:656bc06de2b9bd02682258d10b63e09d6249e408ed71247ecdfefa50602948b537ee4919f3fa9cee8e49afcc9b5f013addcd0a7215811f4f4a5c4e40892df60d
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$KDE_URL/stable/${VERSION//.0/}/src/$SOURCE
- WEB_SITE=http://www.kde.org
- ENTERED=20020912
- SECURITY_PATCH=5
- LICENSE[0]=GPL
- KEYWORDS="kde"
- SHORT="Base applications that form the core of KDE."
-cat << EOF
-This package contains the base applications that form the core of
-the K Desktop Environment like the window manager, the terminal
-emulator, the control center, the file manager, and the panel.
-EOF
diff --git a/kde-core/kdelibs/HISTORY b/kde-core/kdelibs/HISTORY
deleted file mode 100644
index dafbf10..0000000
--- a/kde-core/kdelibs/HISTORY
+++ /dev/null
@@ -1,420 +0,0 @@
-2011-01-13 Julien "_kaze_" ROZO <julien AT rozo.org>
- * PRE_BUILD, openssl-1.0.0.patch: added a patch to fix compilation
- issue with openssl version 1.0.0
-
-2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
- * DEPENDS: jpeg -> JPEG
-
-2009-05-28 Eric Sandall <sandalle AT sourcemage.org>
- * PRE_BUILD: Apply kdelibs-gcc44.patch
- * kdelibs-gcc44.patch: Patch to fix building with GCC 4.4
- From https://bugs.kde.org/show_bug.cgi?id=193242
-
-2009-02-18 Thomas Orgis <sobukus AT sourcemage.org>
- * PRE_BUILD, inotify.patch: fix build; bad kernel header usage
-
-2009-01-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DEPENDS: added hspell #12652
-
-2008-08-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: updated spell to 3.5.10
-
-2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
- * PRE_SUB_DEPENDS, SUB_DEPENDS: Allow forcing libxslt dependency
-
-2008-04-22 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Optionally depends on mdnsresponder
-
-2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: No need to check if using modular X as that's all that's
- available now
-
-2008-02-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: updated spell to 3.5.9
-
-2007-12-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * BUILD: deleted
- use default_kde3_build
-
-2007-10-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.5.8
- * PRE_BUILD, *.diff: deleted, already applied
-
-2007-09-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH++
- * post-3.5.7-kdelibs-kdecore-2.diff: added
- post-3.5.7-kdelibs-kdecore.diff: removed
- * PRE_BUILD: apply patches
- security fix CVE-2007-4224 CVE-2007-4225 CVE-2007-3820
-
-2007-08-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH++
- * post-3.5.7-kdelibs-kdecore.diff: added
- cups.diff: added
- fix compilation with cups-1.3 (upstream patch) kde bug #148121
- * PRE_BUILD: apply patches
- security fix CVE-2007-4224, CVE-2007-4225, CVE-2007-3820
- URL: http://www.kde.org/info/security/advisory-20070816-1.txt
- fixes bug #13950
-
-2007-05-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: updated spell to 3.5.7
-
-2007-04-04 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: No longer uses lesstif for Netscape plugins
-
-2007-04-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH++
- * CVE-2007-1564-kdelibs-3.5.6.diff: added
- * PRE_BUILD: apply patch
- security fix CVE-2007-1564
- URL: http://www.kde.org/info/security/advisory-20070326-1.txt
- fixes bug #13672
-
-2007-03-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH
- * PRE_BUILD, post-3.5.6-kdelibs.diff:add
- security fix CVE-2007-0537
- URL: http://www.kde.org/info/security/advisory-20070206-1.txt
- * DEPENDS: add some explicit with/without options
- add optional jasper
-
-2007-01-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: updated spell to 3.5.6
-
-2006-10-25 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: added optional depends on sudo, removed duplicated
audiofile
-
-2006-10-11 Juuso Alasuutari <iuso AT sourcemage.org>
- * DEPENDS: Removed depends qt-x11, now in KDE_DEPENDS.
-
-2006-10-11 Anton Brondz <dinolinux AT sourcemage.org>
- * DETAILS: updated to 3.5.5
- * kpr.patch: deleted, fixed in kde bug #115891
- * PRE_BUILD: deleted, not needed
- * DEPENDS: duplicate dependency
-
-2006-09-10 Anton Brondz <dinolinux AT sourcemage.org>
- * DEPENDS: added optional depends, bug #12652
-
-2006-08-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.5.4
-
-2006-07-13 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD, kpr.patch: add
- apply patches from kbuntu, so that can use cups-1.2.1
- see kde bug #115891 and <http://kubuntu.org/~jriddell/kdeprint/>
- * DEPENDS: depends on any CUPS
-
-2006-06-29 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed BUILD_API=2, set grimoire-wide
-
-2006-06-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * PRE_SUB_DEPENDS: added missing returns, #12747
-
-2006-06-25 George Sherwood <george AT beernabeer.com>
- * DEPENDS: changed cups to cups-old. kde doesn't work with 1.2.x
-
-2006-06-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add prel, pcre, sane-backends, libntlm
- see bug #12652
-
-2006-06-07 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: added xorg-libs checking, converted to
- check_if_xorg_modular_libs
-
-2006-06-04 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: DCOP requires on iceauth if using xorg-server
-
-2006-05-31 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.5.3
-
-2006-05-25 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Depend on libice, libsm, and libxext if xorg-server is
- providing X11-LIBS for qt-x11
-
-2006-05-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * {PRE_,}SUB_DEPENDS: added ARTS subdep for #8811
-
-2006-05-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * {PRE_,}SUB_DEPENDS: added. SVG subdep for #10917, SSL to make it
build
-
-2006-03-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.5.2
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-02-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.5.1
- * PRE_BUILD post-3.4.3-kdelibs-kjs.diff: deleted, no longer relevant
-
-2006-01-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH
- * PRE_BUILD post-3.4.3-kdelibs-kjs.diff: add
- security fix
- URL: http://www.kde.org/info/security/advisory-20060119-1.txt
-
-2005-12-20 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added optional dependency on acl (Bug #10233)
-
-2005-12-02 Jose Bernardo Silva <jbernardo AT sourcemage.org>
- * DETAILS: updated UPDATED
-
-2005-11-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.5.0
-
-2005-10-18 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added optional dependency on libidn
-
-2005-10-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.4.3
-
-2005-09-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: updated UPDATED due to KDE_BUILD getting fixes, see
- bug #8969
-
-2005-07-27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.4.2
- no longer requires gcc34
-
-2005-06-09 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated UPDATED
-
-2005-06-06 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: tiff has flags, use them
- Optionally depends on aspell
- Removed a TAB
-
-2005-05-31 Treeve Jelbert <treeve AT sourcemage.org>
- * GCC_VERSION=3.4
- * PRE_BUILD,post-3.4.0-kdelibs-kimgio-fixed.diff: deleted
-
-2005-05-21 Thomas Houssin <Thomas.Houssin AT sourcemage.org>
- * PRE_BUILD: the patches released by the previous KDE security updates
- were faulty and introduced regressions. The updated patches correct
- the introduced problems.
- see http://www.kde.org/info/security/advisory-20050504-1.txt
-
-2005-04-22 Thomas Houssin <Thomas.Houssin AT sourcemage.org>
- * PRE_BUILD: added security patch
- see http://www.kde.org/info/security/advisory-20050421-1.txt
-
-2005-03-30 Andrew Stitt <astitt AT sourcemage.org>
- * BUILD: remove relative paths to grimoire libraries
- * CONFIGURE: remove relative paths to grimoire libraries
- * DEPENDS: remove relative paths to grimoire libraries
- * DETAILS: remove relative paths to grimoire libraries
-
-2005-03-16 Gareth Clay <gareth AT caffeinefuelled.co.uk>
- * DETAILS: version 3.4.0
-
-2005-02-28 Gareth Clay <gareth AT caffeinefuelled.co.uk>
- * DETAILS: version 3.4.0-rc1
-
-2005-02-26 Gareth Clay <gareth AT caffeinefuelled.co.uk>
- * DETAILS: removed idea of a "devel" version. Spell version
- stands at 3.3.92
- * PRE_BUILD: removed, since patching not needed
- * post-3.3.2-kdelibs-{htmlframes2,kioslaves}.patch: removed
-
-2005-02-22 Gareth Clay <gareth AT caffeinefuelled.co.uk>
- * DETAILS: devel version 3.3.92
-
-2005-02-21 Seth Woolley <seth AT tautology.org>
- * DETAILS: UPDATED updated for SECURITY FIXES
- * PRE_BUILD: added to patch things below
- * post-3.3.2-kdelibs-{htmlframes2,kioslaves}.patch: added
-
-2005-02-02 Gareth Clay <gareth AT caffeinefuelled.co.uk>
- * DEPENDS: added dependency on hicolor-icon-theme
- * BUILD: prevented kdelibs from installing its hicolor-icon-theme
- index.theme file (bug #7498)
-
-2005-01-07 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added optional dependency on doxygen
- * BUILD: Build API documentation if doxygen is installed
-
-2005-01-04 Eric Sandall <sandalle AT sourcemage.org>
- * CONFLICTS: Self-conflict or it'll link against itself, which breaks
- recompiling for changed libraries (such as mysql updates; problem is
- similar to that of qt-x11)
-
-2004-12-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: upgraded to version 3.3.2
-
-2004-10-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: upgraded to version 3.3.1
-
-2004-09-23 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD, DETAILS, DEPENDS: Source ../KDE_DETAILS
- * DEPENDS: Made arts optional
- Added optional depends on krb5 and openexr
- Added flags for openssl, FAM, pcre, and cups
- Remove OPTS flags
- Formatted to Guru Handbook
- * HISTORY: Formatted to Guru Handbook
-
-2004-09-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS: depends on any provider of FAM
-
-2004-08-20 Eric Schabell <eschabell AT sourcemage.org>
- * DETAILS: upgraded to version 3.3.
-
-2004-08-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.3.0-rc2
-
-2004-08-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.3.0-rc1
-
-2004-07-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.2.92
-
-2004-07-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 3.2.91
-
-2004-06-09 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 3.2.3
- SOURCE_URL now uses $VERSION instead of hard-coded
- Make SHORT shorter
- * BUILD,post-3.2.2-kdelibs-kapplication.patch,
- post-3.2.2-kdelibs-ktelnetservice.patch: Removed
-
-2004-05-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: versions 3.2.90 / 3.2.2
- allow building of devel or stable versions
- BUILD_API=2
- * BUILD: simplify
- * CONFIGURE: added
-
-2004-05-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: Updated set
- * BUILD *.patch: added
- security patch, see <http://dot.kde.org/1084792117/>
-
-2004-04-23 Eric Womack <eric AT sourcemage.com>
- * DEPENDS: Dupe with pcre removed - Now optional only
-
-2004-04-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.2.2
-
-2004-04-12 Eric Womack <eric AT sourcemage.com>
- * DEPENDS: libart_lgpl added as optional_depends for SVG rendering
-
-2004-03-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.2.1
-
-2004-02-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.2.0
-
-2004-01-16 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: add --disable-debug --enable-final to arts line (now build
- no longer exists)
-
-2004-01-15 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 3.1.5
- * alsa-1.0.patch: Removed, no longer needed
- * BUILD: Removed, patch is no longer applied
-
-2003-11-27 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * alsa-1.0.patch, BUILD: patch to detect alsa correctly
-
-2003-11-25 hgg <hgreig AT bigpond.net.au>
- * DETAILS: turn off distcc, --enable-final means files upto 250 MB are
- transferred over the network which seriously slows down KDE
- compilation.
-
-2003-10-27 Treeve Jelbert <treeve AT sourcemage.org>
- * HISTORY: reformatted
-
-2003-09-17 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.1.4
-
-2003-08-05 hgg <hgreig AT bigpond.net.au>
- * DETAILS: Update to 3.1.3
-
-2003-08-02 Seth Woolley <seth AT tautology.org>
- * DETAILS: bug 3881, security update, see:
- http://bugs.sourcemage.org/show_bug.cgi?id=3881
- http://www.kde.org/info/security/advisory-20030729-1.txt
-
-2003-06-26 Eric Womack <eric AT sourcemage.com>
- * DETAILS: Bug 3646
-
-2003-05-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.1.2
-
-2003-05-15 Eric Womack <eric AT sourcemage.com>
- * DEPENDS: alsa-driver changed to alsa-lib
-
-2003-05-15 Eric Womack <eric AT sourcemage.com>
- * DEPENDS: -disable-pcre added
-
-2003-05-01 Eric Womack <eric AT sourcemage.com>
- * DEPENDS: fam added to optional_depends
-
-2003-03-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.1.1
-
-2003-01-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 3.1
-
-2003-01-10 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: 3.1-rc6
-
-2002-12-08 Eric Womack <eric AT lasvegasdata.com>
- * DEPENDS: doxygen added as optional depends
-
-2002-12-07 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: 3.1-rc5
-
-2002-11-21 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: 3.1-rc3 for real this time
-
-2002-11-19 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: 3.1-rc3 Introduced
-
-2002-01-15 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: Version Bump to 3.0.4
-
-2002-09-12 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Fixed Bug #952 (security fix)
-
-2002-09-11 Andrew Stitt <afrayedknot AT thefrayedknot.armory.com>
- * DETAILS: fixed md5 field
-
-2002-09-08 Eric Sandall <sandalle AT sourcemage.org>
- * TRIGGERS: Added trigger to recast if qt-x11 is cast
- (Bug #907)
-
-2002-08-21 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: changed to use old system
-
-2002-05-29 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: Version change to 3.0.1
- New KDE versioning system
- * BUILD: objprelink removed
-
-2002-04-10 George Mochrie <geo AT drasil.uklinux.net>
- * DEPENDS: Updated to use qt-x11
-
-2002-04-10 Eric Womack <eric AT lasvegasdata.com>
- * DEPENDS: added arts
- Promoted pcre to required from optional
-
-2002-04-09 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: Beta Release
-
-2002-04-08 George Mochrie <geo AT drasil.uklinux.net>
- * DEPENDS: use qt-copy, not qt-x11-free
-
-2002-04-05 Gareth Clay <g.clay AT warwick.ac.uk>
- * BUILD: Fixed compile error if alsa not installed
-
-2002-04-03 George Mochrie <geo AT drasil.uklinux.net>
- * DETAILS: Updated to version 3.0
-
-2002-03-22 Eric Womack <eric AT lasvegasdata.com>
- * DETAILS: Spell Created
-
diff --git a/kde-core/kdelibs/PRE_BUILD b/kde-core/kdelibs/PRE_BUILD
deleted file mode 100755
index 0d9c1fc..0000000
--- a/kde-core/kdelibs/PRE_BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-patch -Np0 < "$SCRIPT_DIRECTORY/inotify.patch" &&
-patch $SOURCE_DIRECTORY/kioslave/ftp/ftp.cc \
- $SCRIPT_DIRECTORY/kdelibs-gcc44.patch &&
-if spell_ok openssl && [[ $(installed_version openssl) > 1.0.0 ]]; then
- patch -p1 < $SPELL_DIRECTORY/openssl-1.0.0.patch
-fi
diff --git a/kde-core/kdelibs/PRE_SUB_DEPENDS
b/kde-core/kdelibs/PRE_SUB_DEPENDS
deleted file mode 100755
index 5eaa5bb..0000000
--- a/kde-core/kdelibs/PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-case $THIS_SUB_DEPENDS in
- SVG) is_depends_enabled $SPELL libart_lgpl && return 0;;
- SSL) is_depends_enabled $SPELL openssl && return 0;;
- ARTS) is_depends_enabled $SPELL arts && return 0;;
- XSLT) is_depends_enabled $SPELL libxslt && return 0;;
-esac
-return 1
diff --git a/kde-core/kdelibs/SUB_DEPENDS b/kde-core/kdelibs/SUB_DEPENDS
deleted file mode 100755
index e9c7c88..0000000
--- a/kde-core/kdelibs/SUB_DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-case $THIS_SUB_DEPENDS in
-SVG) echo "SVG support requested, forcing libart_lgpl dependency." &&
- depends libart_lgpl
- ;;
-SSL) echo "SSL support requested, forcing openssl dependency." &&
- depends openssl
- ;;
-ARTS) echo "aRts support requested, forcing arts dependency." &&
- depends arts
- ;;
-XSLT) echo "XSLT support requested, forcing libxslt dependency." &&
- depends libxslt
- ;;
-*) echo unknown sub-depends!!! ; return 1 ;;
-esac
diff --git a/kde-core/kdelibs/TRIGGERS b/kde-core/kdelibs/TRIGGERS
deleted file mode 100755
index e880553..0000000
--- a/kde-core/kdelibs/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast qt-x11 cast_self
diff --git a/kde-core/kdelibs/inotify.patch b/kde-core/kdelibs/inotify.patch
deleted file mode 100644
index 5052aeb..0000000
--- a/kde-core/kdelibs/inotify.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- kio/kio/kdirwatch.cpp.orig 2009-01-18 17:29:23.000000000 +0100
-+++ kio/kio/kdirwatch.cpp 2009-01-18 17:31:03.000000000 +0100
-@@ -68,38 +68,7 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <sys/syscall.h>
--#include <linux/types.h>
--// Linux kernel headers are documented to not compile
--#define _S390_BITOPS_H
--#include <linux/inotify.h>
--
--static inline int inotify_init (void)
--{
-- return syscall (__NR_inotify_init);
--}
--
--static inline int inotify_add_watch (int fd, const char *name, __u32 mask)
--{
-- return syscall (__NR_inotify_add_watch, fd, name, mask);
--}
--
--static inline int inotify_rm_watch (int fd, __u32 wd)
--{
-- return syscall (__NR_inotify_rm_watch, fd, wd);
--}
--
--#ifndef IN_ONLYDIR
--#define IN_ONLYDIR 0x01000000
--#endif
--
--#ifndef IN_DONT_FOLLOW
--#define IN_DONT_FOLLOW 0x02000000
--#endif
--
--#ifndef IN_MOVE_SELF
--#define IN_MOVE_SELF 0x00000800
--#endif
--
-+#include <sys/inotify.h>
- #endif
-
- #include <sys/utsname.h>
diff --git a/kde-core/kdelibs/kdelibs-gcc44.patch
b/kde-core/kdelibs/kdelibs-gcc44.patch
deleted file mode 100644
index 7dc3689..0000000
--- a/kde-core/kdelibs/kdelibs-gcc44.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Upstream URL: https://bugs.kde.org/show_bug.cgi?id=193242
-Signed off by: Elan Ruusamäe <glen AT delfi.ee>
---- kdelibs-3.5.10/kioslave/ftp/ftp.cc~ 2009-05-19 14:57:21.000000000
+0300
-+++ kdelibs-3.5.10/kioslave/ftp/ftp.cc 2009-05-19 14:57:24.016475767 +0300
-@@ -876,5 +876,5 @@
- // The usual answer is '227 Entering Passive Mode. (160,39,200,55,6,245)'
- // but anonftpd gives '227 =160,39,200,55,6,245'
- int i[6];
-- char *start = strchr(ftpResponse(3), '(');
-+ const char *start = strchr(ftpResponse(3), '(');
- if ( !start )
-@@ -931,7 +931,7 @@
- return ERR_INTERNAL;
- }
-
-- char *start = strchr(ftpResponse(3), '|');
-+ const char *start = strchr(ftpResponse(3), '|');
- if ( !start || sscanf(start, "|||%d|", &portnum) != 1)
- return ERR_INTERNAL;
-
diff --git a/kde-core/kdelibs/openssl-1.0.0.patch
b/kde-core/kdelibs/openssl-1.0.0.patch
deleted file mode 100644
index 1ae45cd..0000000
--- a/kde-core/kdelibs/openssl-1.0.0.patch
+++ /dev/null
@@ -1,294 +0,0 @@
---- kdelibs-3.5.10.orig/kio/kssl/kopenssl.cc
-+++ kdelibs-3.5.10/kio/kssl/kopenssl.cc
-@@ -120,10 +120,10 @@ static void (*K_X509_STORE_CTX_set_chain
- static void (*K_X509_STORE_CTX_set_purpose) (X509_STORE_CTX *, int) = 0L;
- static void (*K_sk_free) (STACK*) = 0L;
- static int (*K_sk_num) (STACK*) = 0L;
--static char* (*K_sk_pop) (STACK*) = 0L;
--static char* (*K_sk_value) (STACK*, int) = 0L;
-+static void* (*K_sk_pop) (STACK*) = 0L;
-+static void* (*K_sk_value) (STACK*, int) = 0L;
- static STACK* (*K_sk_new) (int (*)()) = 0L;
--static int (*K_sk_push) (STACK*, char*) = 0L;
-+static int (*K_sk_push) (STACK*, void*) = 0L;
- static STACK* (*K_sk_dup) (STACK *) = 0L;
- static char * (*K_i2s_ASN1_INTEGER) (X509V3_EXT_METHOD *, ASN1_INTEGER *)
=0L;
- static ASN1_INTEGER * (*K_X509_get_serialNumber) (X509 *) = 0L;
-@@ -180,8 +180,8 @@ static void (*K_SSL_SESSION_free)(SSL_SE
- static int (*K_SSL_set_session)(SSL*,SSL_SESSION*) = 0L;
- static SSL_SESSION* (*K_d2i_SSL_SESSION)(SSL_SESSION**,unsigned char**,
long) = 0L;
- static int (*K_i2d_SSL_SESSION)(SSL_SESSION*,unsigned char**) = 0L;
--static STACK *(*K_X509_get1_email)(X509 *x) = 0L;
--static void (*K_X509_email_free)(STACK *sk) = 0L;
-+static KOSSL1_STACK_OF(OPENSSL_STRING) *(*K_X509_get1_email)(X509 *x) = 0L;
-+static void (*K_X509_email_free)(KOSSL1_STACK_OF(OPENSSL_STRING) *sk) = 0L;
- static EVP_CIPHER *(*K_EVP_des_ede3_cbc)() = 0L;
- static EVP_CIPHER *(*K_EVP_des_cbc)() = 0L;
- static EVP_CIPHER *(*K_EVP_rc2_cbc)() = 0L;
-@@ -424,10 +424,10 @@ KConfig *cfg;
- K_X509_STORE_CTX_set_purpose = (void (*)(X509_STORE_CTX *, int))
_cryptoLib->symbol("X509_STORE_CTX_set_purpose");
- K_sk_free = (void (*) (STACK *)) _cryptoLib->symbol("sk_free");
- K_sk_num = (int (*) (STACK *)) _cryptoLib->symbol("sk_num");
-- K_sk_pop = (char* (*) (STACK *)) _cryptoLib->symbol("sk_pop");
-- K_sk_value = (char* (*) (STACK *, int))
_cryptoLib->symbol("sk_value");
-+ K_sk_pop = (void* (*) (STACK *)) _cryptoLib->symbol("sk_pop");
-+ K_sk_value = (void* (*) (STACK *, int))
_cryptoLib->symbol("sk_value");
- K_sk_new = (STACK* (*) (int (*)())) _cryptoLib->symbol("sk_new");
-- K_sk_push = (int (*) (STACK*, char*)) _cryptoLib->symbol("sk_push");
-+ K_sk_push = (int (*) (STACK*, void*)) _cryptoLib->symbol("sk_push");
- K_sk_dup = (STACK* (*) (STACK *)) _cryptoLib->symbol("sk_dup");
- K_i2s_ASN1_INTEGER = (char *(*) (X509V3_EXT_METHOD *, ASN1_INTEGER
*)) _cryptoLib->symbol("i2s_ASN1_INTEGER");
- K_X509_get_serialNumber = (ASN1_INTEGER * (*) (X509 *))
_cryptoLib->symbol("X509_get_serialNumber");
-@@ -478,8 +478,8 @@ KConfig *cfg;
- K_ERR_clear_error = (void (*)())
_cryptoLib->symbol("ERR_clear_error");
- K_ERR_get_error = (unsigned long (*)())
_cryptoLib->symbol("ERR_get_error");
- K_ERR_print_errors_fp = (void (*)(FILE*))
_cryptoLib->symbol("ERR_print_errors_fp");
-- K_X509_get1_email = (STACK *(*)(X509 *x))
_cryptoLib->symbol("X509_get1_email");
-- K_X509_email_free = (void (*)(STACK *sk))
_cryptoLib->symbol("X509_email_free");
-+ K_X509_get1_email = (KOSSL1_STACK_OF(OPENSSL_STRING) *(*)(X509 *x))
_cryptoLib->symbol("X509_get1_email");
-+ K_X509_email_free = (void (*)(KOSSL1_STACK_OF(OPENSSL_STRING) *sk))
_cryptoLib->symbol("X509_email_free");
- K_EVP_des_ede3_cbc = (EVP_CIPHER *(*)())
_cryptoLib->symbol("EVP_des_ede3_cbc");
- K_EVP_des_cbc = (EVP_CIPHER *(*)()) _cryptoLib->symbol("EVP_des_cbc");
- K_EVP_rc2_cbc = (EVP_CIPHER *(*)()) _cryptoLib->symbol("EVP_rc2_cbc");
-@@ -568,7 +568,7 @@ KConfig *cfg;
- K_SSL_set_session = (int (*)(SSL*,SSL_SESSION*))
_sslLib->symbol("SSL_set_session");
- K_d2i_SSL_SESSION = (SSL_SESSION* (*)(SSL_SESSION**,unsigned char**,
long)) _sslLib->symbol("d2i_SSL_SESSION");
- K_i2d_SSL_SESSION = (int (*)(SSL_SESSION*,unsigned char**))
_sslLib->symbol("i2d_SSL_SESSION");
-- K_SSL_get_ciphers = (STACK *(*)(const SSL*))
_sslLib->symbol("SSL_get_ciphers");
-+ K_SSL_get_ciphers = (STACK_OF(SSL_CIPHER) *(*)(const SSL*))
_sslLib->symbol("SSL_get_ciphers");
- #endif
-
-
-@@ -1075,13 +1075,13 @@ int KOpenSSLProxy::sk_num(STACK *s) {
- }
-
-
--char *KOpenSSLProxy::sk_pop(STACK *s) {
-+void *KOpenSSLProxy::sk_pop(STACK *s) {
- if (K_sk_pop) return (K_sk_pop)(s);
- else return 0L;
- }
-
-
--char *KOpenSSLProxy::sk_value(STACK *s, int n) {
-+void *KOpenSSLProxy::sk_value(STACK *s, int n) {
- if (K_sk_value) return (K_sk_value)(s, n);
- else return 0L;
- }
-@@ -1102,13 +1102,13 @@ STACK* KOpenSSLProxy::sk_dup(STACK *s) {
- }
-
-
--STACK* KOpenSSLProxy::sk_new(int (*cmp)()) {
-- if (K_sk_new) return (K_sk_new)(cmp);
-+STACK* KOpenSSLProxy::sk_new(int (*cmp)(const void*, const void*)) {
-+ if (K_sk_new) return (K_sk_new)(reinterpret_cast<int (*)()>(cmp));
- else return 0L;
- }
-
-
--int KOpenSSLProxy::sk_push(STACK* s, char* d) {
-+int KOpenSSLProxy::sk_push(STACK* s, void* d) {
- if (K_sk_push) return (K_sk_push)(s,d);
- else return -1;
- }
-@@ -1407,12 +1407,12 @@ RSA* KOpenSSLProxy::RSA_generate_key(int
- else return 0L;
- }
-
--STACK *KOpenSSLProxy::X509_get1_email(X509 *x) {
-+KOSSL1_STACK_OF(OPENSSL_STRING) *KOpenSSLProxy::X509_get1_email(X509 *x) {
- if (K_X509_get1_email) return (K_X509_get1_email)(x);
- else return 0L;
- }
-
--void KOpenSSLProxy::X509_email_free(STACK *sk) {
-+void KOpenSSLProxy::X509_email_free(KOSSL1_STACK_OF(OPENSSL_STRING) *sk) {
- if (K_X509_email_free) (K_X509_email_free)(sk);
- }
-
-Index: kdelibs-3.5.10/kio/kssl/kopenssl.h
-===================================================================
---- kdelibs-3.5.10.orig/kio/kssl/kopenssl.h
-+++ kdelibs-3.5.10/kio/kssl/kopenssl.h
-@@ -47,6 +47,51 @@ class KOpenSSLProxyPrivate;
- #include <openssl/evp.h>
- #include <openssl/stack.h>
- #include <openssl/bn.h>
-+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
-+typedef struct asn1_method_st
-+ {
-+ i2d_of_void *i2d;
-+ d2i_of_void *d2i;
-+ void *(*create)(void);
-+ void (*destroy)(void *);
-+ } ASN1_METHOD;
-+typedef struct asn1_header_st
-+ {
-+ ASN1_OCTET_STRING *header;
-+ void *data;
-+ ASN1_METHOD *meth;
-+ } ASN1_HEADER;
-+typedef struct stack_st STACK;
-+
-+#include <openssl/safestack.h>
-+
-+template<class S> struct KOpenSSLElementType;
-+template<class T> struct KOpenSSLStackType;
-+
-+#define KOSSL_DECLARE_STACK_OF(type) \
-+ template<> struct KOpenSSLElementType<STACK_OF(type)> { \
-+ typedef type value_t; \
-+ typedef type* ptr_t; \
-+ }; \
-+ template<> struct KOpenSSLStackType<const type*> { \
-+ typedef STACK_OF(type) stack_t; \
-+ typedef STACK_OF(type) *ptr_t; \
-+ };
-+
-+KOSSL_DECLARE_STACK_OF(GENERAL_NAME)
-+KOSSL_DECLARE_STACK_OF(SSL_CIPHER)
-+KOSSL_DECLARE_STACK_OF(X509)
-+
-+template<> struct KOpenSSLElementType<STACK_OF(OPENSSL_STRING)> {
-+ typedef char value_t;
-+ typedef OPENSSL_STRING ptr_t;
-+};
-+
-+#define KOSSL1_STACK_OF(type) STACK_OF(type)
-+#else
-+#define KOSSL1_STACK_OF(type) STACK
-+#endif
-+
- #undef crypt
- #endif
-
-@@ -523,7 +568,7 @@ public:
- /*
- * Pop off the stack
- */
-- char *sk_pop(STACK *s);
-+ void *sk_pop(STACK *s);
-
-
- /*
-@@ -541,19 +586,19 @@ public:
- /*
- * Value of element n in the stack
- */
-- char *sk_value(STACK *s, int n);
-+ void *sk_value(STACK *s, int n);
-
-
- /*
- * Create a new stack
- */
-- STACK *sk_new(int (*cmp)());
-+ STACK *sk_new(int (*cmp)(const void *, const void *));
-
-
- /*
- * Add an element to the stack
- */
-- int sk_push(STACK *s, char *d);
-+ int sk_push(STACK *s, void *d);
-
-
- /*
-@@ -562,6 +607,54 @@ public:
- STACK *sk_dup(STACK *s);
-
-
-+#if defined(KSSL_HAVE_SSL) && OPENSSL_VERSION_NUMBER >= 0x10000000L
-+
-+ /* Use some template magic to simulate the OpenSSL 1.0.0 safestack
macros */
-+
-+ template<class S> typename KOpenSSLElementType<S>::ptr_t
-+ sk_pop(S *s) {
-+ return reinterpret_cast<typename KOpenSSLElementType<S>::ptr_t>
-+ (sk_pop(reinterpret_cast<STACK*>(s)));
-+ }
-+
-+ template<class S> void
-+ sk_free(S *s) {
-+ typedef typename KOpenSSLElementType<S>::ptr_t ensure_its_a_stack_type;
-+ sk_free(reinterpret_cast<STACK*>(s));
-+ }
-+
-+ template<class S> int
-+ sk_num(S *s) {
-+ typedef typename KOpenSSLElementType<S>::ptr_t ensure_its_a_stack_type;
-+ return sk_num(reinterpret_cast<STACK*>(s));
-+ }
-+
-+ template<class S> typename KOpenSSLElementType<S>::ptr_t
-+ sk_value(S *s, int n) {
-+ return reinterpret_cast<typename KOpenSSLElementType<S>::ptr_t>
-+ (sk_value(reinterpret_cast<STACK*>(s), n));
-+ }
-+
-+ template<class T> typename KOpenSSLStackType<T>::ptr_t
-+ sk_new(int (*cmp)(T const *, T const *)) {
-+ return reinterpret_cast<typename KOpenSSLStackType<T>::ptr_t>
-+ (sk_new(reinterpret_cast<int (*)(const void *, const void *)>(cmp)));
-+ }
-+
-+ template<class S> int
-+ sk_push(S *s, typename KOpenSSLElementType<S>::ptr_t d) {
-+ return sk_push(reinterpret_cast<STACK*>(s),
reinterpret_cast<void*>(d));
-+ }
-+
-+ template<class S> S*
-+ sk_dup(S* s) {
-+ typedef typename KOpenSSLElementType<S>::ptr_t ensure_its_a_stack_type;
-+ return reinterpret_cast<S*>(sk_dup(reinterpret_cast<STACK*>(s)));
-+ }
-+
-+#endif
-+
-+
- /*
- * Convert an ASN1_INTEGER to it's text form
- */
-@@ -825,8 +918,8 @@ public:
- int i2d_X509_REQ_fp(FILE *fp, X509_REQ *x);
-
- /* SMime support */
-- STACK *X509_get1_email(X509 *x);
-- void X509_email_free(STACK *sk);
-+ KOSSL1_STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
-+ void X509_email_free(KOSSL1_STACK_OF(OPENSSL_STRING) *sk);
-
- /* Ciphers needed for SMime */
- EVP_CIPHER *EVP_des_ede3_cbc();
-Index: kdelibs-3.5.10/kio/kssl/ksmimecrypto.cc
-===================================================================
---- kdelibs-3.5.10.orig/kio/kssl/ksmimecrypto.cc
-+++ kdelibs-3.5.10/kio/kssl/ksmimecrypto.cc
-@@ -87,7 +87,7 @@ KSMIMECryptoPrivate::KSMIMECryptoPrivate
-
-
- STACK_OF(X509) *KSMIMECryptoPrivate::certsToX509(QPtrList<KSSLCertificate>
&certs) {
-- STACK_OF(X509) *x509 = sk_new(NULL);
-+ STACK_OF(X509) *x509 = sk_X509_new(NULL);
- KSSLCertificate *cert = certs.first();
- while(cert) {
- sk_X509_push(x509, cert->getCert());
-Index: kdelibs-3.5.10/kio/kssl/ksslcertificate.cc
-===================================================================
---- kdelibs-3.5.10.orig/kio/kssl/ksslcertificate.cc
-+++ kdelibs-3.5.10/kio/kssl/ksslcertificate.cc
-@@ -225,9 +225,10 @@ void KSSLCertificate::getEmails(QStringL
- if (!d->m_cert)
- return;
-
-- STACK *s = d->kossl->X509_get1_email(d->m_cert);
-+ KOSSL1_STACK_OF(OPENSSL_STRING) *s =
-+ d->kossl->X509_get1_email(d->m_cert);
- if (s) {
-- for(int n=0; n < s->num; n++) {
-+ for(int n=0; n < d->kossl->sk_num(s); n++) {
- to.append(d->kossl->sk_value(s,n));
- }
- d->kossl->X509_email_free(s);
-



  • [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (db5582e19fd8978013af51dd568c3ada921e3354), Bor Kraljič, 10/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page