summaryrefslogtreecommitdiffstats
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2003-07-29 04:26:22 +0000
committerlofi <lofi@FreeBSD.org>2003-07-29 04:26:22 +0000
commit479d487f0145cf1c6b055c0575361c5350c135ac (patch)
treecd6b53895ab84f4324ba042d08f921529be4ca55 /x11/kdebase4-runtime
parent1e8eb5e8be1b2d96efca243817309906398909d6 (diff)
downloadFreeBSD-ports-479d487f0145cf1c6b055c0575361c5350c135ac.zip
FreeBSD-ports-479d487f0145cf1c6b055c0575361c5350c135ac.tar.gz
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 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile2
-rw-r--r--x11/kdebase4-runtime/distinfo3
-rw-r--r--x11/kdebase4-runtime/files/patch-kioslave-fish-fish.cpp10
-rw-r--r--x11/kdebase4-runtime/files/patch-startkde35
-rw-r--r--x11/kdebase4-runtime/files/plist.base3
-rw-r--r--x11/kdebase4-runtime/files/plist.base.rm2
6 files changed, 14 insertions, 41 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index e551153..8581d60 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -8,7 +8,6 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
@@ -71,6 +70,7 @@ pre-extract::
post-extract:
@${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv
@${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv
+ ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
post-configure:
${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \
diff --git a/x11/kdebase4-runtime/distinfo b/x11/kdebase4-runtime/distinfo
index 2c406b6..8bd0f37 100644
--- a/x11/kdebase4-runtime/distinfo
+++ b/x11/kdebase4-runtime/distinfo
@@ -1,2 +1 @@
-MD5 (KDE/kdebase-3.1.2.tar.bz2) = a90feb5273e9f524a2b19d9021ece7a6
-
+MD5 (KDE/kdebase-3.1.3.tar.bz2) = d11514ebed619de18869d95e2d110951
diff --git a/x11/kdebase4-runtime/files/patch-kioslave-fish-fish.cpp b/x11/kdebase4-runtime/files/patch-kioslave-fish-fish.cpp
new file mode 100644
index 0000000..6373fd0
--- /dev/null
+++ b/x11/kdebase4-runtime/files/patch-kioslave-fish-fish.cpp
@@ -0,0 +1,10 @@
+--- kioslave/fish/fish.cpp.orig
++++ kioslave/fish/fish.cpp
+@@ -302,5 +302,5 @@
+ void fishProtocol::openConnection() {
+ static int open_pty_pair(int fd[2])
+ {
+-#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT)
++#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT) && !defined (HAVE_OPENPTY)
+ /** with kind regards to The GNU C Library
+ Reference Manual for Version 2.2.x of the GNU C Library */
diff --git a/x11/kdebase4-runtime/files/patch-startkde b/x11/kdebase4-runtime/files/patch-startkde
deleted file mode 100644
index bafce22..0000000
--- a/x11/kdebase4-runtime/files/patch-startkde
+++ /dev/null
@@ -1,35 +0,0 @@
---- startkde.orig Sat Jan 4 18:26:07 2003
-+++ startkde Sat Jan 11 18:10:35 2003
-@@ -34,7 +34,7 @@
- # people's heads. We use colours from the standard KDE palette for those with
- # palettised displays.
-
--test "$XDM_MANAGED" || bkg="-solid #C0C0C0"
-+test "$XDM_MANAGED" || bkg="-solid #0080C0"
- xsetroot -cursor_name left_ptr $bkg
-
- # The user's personal KDE directory is usually ~/.kde, but this setting
-@@ -87,14 +87,11 @@
- kde_fontpaths=$kde_fontsdir/fontpaths
-
- if test -r "$kde_fontpaths" ; then
-- savifs=$IFS
-- IFS=
- for fpath in `grep -v '^[ ]*#' < "$kde_fontpaths"` ; do
- if test -s "$fpath"/fonts.dir ; then
- xset fp+ "$fpath"
- fi
- done
-- IFS=$savifs
- fi
-
- # Ask X11 to rebuild its font list.
-@@ -140,7 +140,7 @@
- fi
-
- # the splashscreen and progress indicator
--ksplash
-+test -x /usr/local/bin/ksplashml && { ksplashml;true; } || ksplash
-
- # We set LD_BIND_NOW to increase the efficiency of kdeinit.
- # kdeinit unsets this variable before loading applications.
diff --git a/x11/kdebase4-runtime/files/plist.base b/x11/kdebase4-runtime/files/plist.base
index 31f8e3f..4f9df2e 100644
--- a/x11/kdebase4-runtime/files/plist.base
+++ b/x11/kdebase4-runtime/files/plist.base
@@ -1945,8 +1945,6 @@ share/doc/HTML/en/kwrite/index.docbook
share/fonts/9x15.pcf.gz
share/fonts/console8x16.pcf.gz
share/fonts/console8x8.pcf.gz
-share/fonts/fonts.dir
-share/fonts/override/fonts.dir
share/icons/crystalsvg/128x128/apps/access.png
share/icons/crystalsvg/128x128/apps/acroread.png
share/icons/crystalsvg/128x128/apps/applixware.png
@@ -2953,4 +2951,5 @@ share/wallpapers/kdm_bg.jpg
share/wallpapers/only_k.jpg
share/wallpapers/triplegears.jpg
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdebase-apidocs/libkonq/html
+@exec /bin/mkdir -p %D/share/fonts/override
@exec /bin/mkdir -p %D/share/templates/.source/emptydir
diff --git a/x11/kdebase4-runtime/files/plist.base.rm b/x11/kdebase4-runtime/files/plist.base.rm
index 11b2e76..83d6890 100644
--- a/x11/kdebase4-runtime/files/plist.base.rm
+++ b/x11/kdebase4-runtime/files/plist.base.rm
@@ -1,4 +1,5 @@
@unexec /bin/rmdir %D/share/templates/.source/emptydir || true
+@unexec /bin/rmdir %D/share/fonts/override || true
@unexec /bin/rmdir %D/share/doc/HTML/en/kdebase-apidocs/libkonq/html || true
@dirrm share/wallpapers
@dirrm share/templates/.source
@@ -149,7 +150,6 @@
@dirrm share/icons/crystalsvg/128x128
@dirrm share/icons/crystalsvg
@dirrm share/icons
-@dirrm share/fonts/override
@dirrm share/fonts
@dirrm share/doc/HTML/en/kwrite
@dirrm share/doc/HTML/en/ksysguard
OpenPOWER on IntegriCloud