diff options
author | lofi <lofi@FreeBSD.org> | 2003-07-29 12:26:22 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-07-29 12:26:22 +0800 |
commit | 479d487f0145cf1c6b055c0575361c5350c135ac (patch) | |
tree | cd6b53895ab84f4324ba042d08f921529be4ca55 /deskutils/kdepim4 | |
parent | 1e8eb5e8be1b2d96efca243817309906398909d6 (diff) | |
download | freebsd-ports-gnome-479d487f0145cf1c6b055c0575361c5350c135ac.tar.gz freebsd-ports-gnome-479d487f0145cf1c6b055c0575361c5350c135ac.tar.zst freebsd-ports-gnome-479d487f0145cf1c6b055c0575361c5350c135ac.zip |
Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
Diffstat (limited to 'deskutils/kdepim4')
-rw-r--r-- | deskutils/kdepim4/Makefile | 8 | ||||
-rw-r--r-- | deskutils/kdepim4/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kdepim4/files/patch-libkpimexchange-core-exchangeaccount.cpp | 11 | ||||
-rw-r--r-- | deskutils/kdepim4/pkg-plist | 1 |
4 files changed, 20 insertions, 2 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 23d452c453e4..3f3f9cf6d6b6 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -24,9 +24,15 @@ USE_BZIP2= yes USE_BISON= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/deskutils/kdepim4/distinfo b/deskutils/kdepim4/distinfo index d9dc0e0289b1..b3cfff29bad2 100644 --- a/deskutils/kdepim4/distinfo +++ b/deskutils/kdepim4/distinfo @@ -1 +1 @@ -MD5 (KDE/kdepim-3.1.2.tar.bz2) = 37253cbba0fcf1201f6b24d3e8efa943
\ No newline at end of file +MD5 (KDE/kdepim-3.1.3.tar.bz2) = 7a556df5e5ae4c00c8bea4cd8f9c1f3e diff --git a/deskutils/kdepim4/files/patch-libkpimexchange-core-exchangeaccount.cpp b/deskutils/kdepim4/files/patch-libkpimexchange-core-exchangeaccount.cpp new file mode 100644 index 000000000000..92223a7c826a --- /dev/null +++ b/deskutils/kdepim4/files/patch-libkpimexchange-core-exchangeaccount.cpp @@ -0,0 +1,11 @@ +--- libkpimexchange/core/exchangeaccount.cpp.old Mon Jul 21 16:59:08 2003 ++++ libkpimexchange/core/exchangeaccount.cpp Mon Jul 21 16:59:29 2003 +@@ -255,7 +255,7 @@ + return result; + } + +-static QString ExchangeAccount::tryMailbox( const QString& _url, const QString& user, const QString& password ) { ++QString ExchangeAccount::tryMailbox( const QString& _url, const QString& user, const QString& password ) { + KURL url = KURL( _url ); + url.setUser( user ); + url.setPass( password ); diff --git a/deskutils/kdepim4/pkg-plist b/deskutils/kdepim4/pkg-plist index 745bcef77837..5a1f8ee2d9a7 100644 --- a/deskutils/kdepim4/pkg-plist +++ b/deskutils/kdepim4/pkg-plist @@ -116,6 +116,7 @@ share/applnk/Utilities/kpilot.desktop share/applnk/Utilities/kpilotdaemon.desktop share/apps/kaddressbook/csv-templates/kaddressbook.desktop share/apps/kaddressbook/csv-templates/outlook2000.desktop +share/apps/kaddressbook/csv-templates/outlookxp.desktop share/apps/kaddressbook/icons/crystalsvg/16x16/actions/ldap_lookup.png share/apps/kaddressbook/icons/crystalsvg/16x16/actions/smallcal.png share/apps/kaddressbook/icons/crystalsvg/32x32/actions/gohome.png |