diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
commit | a2d3b5a4bc5047210b788a128596ec34749ffa11 (patch) | |
tree | c3c20b47c3435ddcaf02b8570db6aab5b70011af /devel/kdebindings4-python-pykde4/files | |
parent | - Add dependency on security/pam_kde. (diff) |
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports
We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.
PR: 156293 [1]
159219 [2]
160164 [3]
Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1]
Alvaro Castillo <gobledb@gmail.com> [2]
dkeav04@gmail.com [3]
Tested by: exp-run via pav
Diffstat (limited to 'devel/kdebindings4-python-pykde4/files')
-rw-r--r-- | devel/kdebindings4-python-pykde4/files/patch-__init__.py (renamed from devel/kdebindings4-python-pykde4/files/patch-python__pykde4____init__.py) | 4 | ||||
-rw-r--r-- | devel/kdebindings4-python-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp (renamed from devel/kdebindings4-python-pykde4/files/patch-python_pykde4_kpythonpluginfactory_kpythonpluginfactory.cpp) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/kdebindings4-python-pykde4/files/patch-python__pykde4____init__.py b/devel/kdebindings4-python-pykde4/files/patch-__init__.py index 886d3d832997..aad9e5904c5b 100644 --- a/devel/kdebindings4-python-pykde4/files/patch-python__pykde4____init__.py +++ b/devel/kdebindings4-python-pykde4/files/patch-__init__.py @@ -1,5 +1,5 @@ ---- ./python/pykde4/__init__.py.orig 2008-07-22 04:00:52.000000000 +0400 -+++ ./python/pykde4/__init__.py 2009-05-03 23:18:43.000000000 +0400 +--- ./__init__.py.orig 2011-05-20 22:33:41.000000000 +0200 ++++ ./__init__.py 2011-09-01 16:43:57.371033306 +0200 @@ -1,4 +1,3 @@ -import sys,DLFCN +import sys, ctypes diff --git a/devel/kdebindings4-python-pykde4/files/patch-python_pykde4_kpythonpluginfactory_kpythonpluginfactory.cpp b/devel/kdebindings4-python-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp index 7b3574f56007..d1dddd936268 100644 --- a/devel/kdebindings4-python-pykde4/files/patch-python_pykde4_kpythonpluginfactory_kpythonpluginfactory.cpp +++ b/devel/kdebindings4-python-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp @@ -1,5 +1,5 @@ ---- python/pykde4/kpythonpluginfactory/kpythonpluginfactory.cpp~ 2009-10-31 16:30:02.000000000 +0200 -+++ python/pykde4/kpythonpluginfactory/kpythonpluginfactory.cpp 2009-10-31 16:35:50.000000000 +0200 +--- ./kpythonpluginfactory/kpythonpluginfactory.cpp.orig 2011-05-20 22:33:41.000000000 +0200 ++++ ./kpythonpluginfactory/kpythonpluginfactory.cpp 2011-09-01 16:43:57.371033306 +0200 @@ -18,6 +18,8 @@ Boston, MA 02111-1307, USA. */ @@ -9,7 +9,7 @@ #include <QtCore/QCoreApplication> #include <QFileInfo> #include <QDir> -@@ -295,6 +297,8 @@ +@@ -305,6 +307,8 @@ // symbols global and available for later loaded libraries/module. QLibrary *LoadPythonLibrary() { |