diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch) | |
tree | e774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /x11-clocks | |
parent | Use better ../ & control vulnerability fix (diff) |
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)
Notes
Notes:
svn path=/head/; revision=85806
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/distinfo | 2 |
4 files changed, 16 insertions, 4 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 51ba98cf3a5d..e27de992c42d 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -21,6 +21,7 @@ USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -28,4 +29,9 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%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/x11-clocks/kdetoys3/distinfo b/x11-clocks/kdetoys3/distinfo index bf89e256d0e0..f846cca24fb1 100644 --- a/x11-clocks/kdetoys3/distinfo +++ b/x11-clocks/kdetoys3/distinfo @@ -1 +1 @@ -MD5 (KDE/kdetoys-3.1.2.tar.bz2) = fa311c7b142f7b4b6a61bce463e851eb +MD5 (KDE/kdetoys-3.1.3.tar.bz2) = 2d3a41ece1a87f6cf1bc1cfddae30da1 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 51ba98cf3a5d..e27de992c42d 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -21,6 +21,7 @@ USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -28,4 +29,9 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%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/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo index bf89e256d0e0..f846cca24fb1 100644 --- a/x11-clocks/kdetoys4/distinfo +++ b/x11-clocks/kdetoys4/distinfo @@ -1 +1 @@ -MD5 (KDE/kdetoys-3.1.2.tar.bz2) = fa311c7b142f7b4b6a61bce463e851eb +MD5 (KDE/kdetoys-3.1.3.tar.bz2) = 2d3a41ece1a87f6cf1bc1cfddae30da1 |