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 /games/kdegames3 | |
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 'games/kdegames3')
-rw-r--r-- | games/kdegames3/Makefile | 7 | ||||
-rw-r--r-- | games/kdegames3/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index 27073a297749..c660c07cb5ee 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -21,11 +21,16 @@ PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @-pedantic -fpermissive @g' ${WRKSRC}/configure +.include <bsd.port.post.mk> diff --git a/games/kdegames3/distinfo b/games/kdegames3/distinfo index d7b0e911f14a..f98ea30fc9c1 100644 --- a/games/kdegames3/distinfo +++ b/games/kdegames3/distinfo @@ -1 +1 @@ -MD5 (KDE/kdegames-3.1.2.tar.bz2) = c8174c17dcf66def32653bae63886f22 +MD5 (KDE/kdegames-3.1.3.tar.bz2) = 98151556b1556e7e39930ab12bdeace2 |