Sun Dec 18 21:53:31 2016 UTC ()
Deal with Jasper fallout.


(joerg)
diff -r1.25 -r1.26 pkgsrc/net/kopete/Makefile

cvs diff -r1.25 -r1.26 pkgsrc/net/kopete/Makefile (expand / switch to unified diff)

--- pkgsrc/net/kopete/Makefile 2016/12/04 05:17:37 1.25
+++ pkgsrc/net/kopete/Makefile 2016/12/18 21:53:31 1.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.25 2016/12/04 05:17:37 ryoon Exp $ 1# $NetBSD: Makefile,v 1.26 2016/12/18 21:53:31 joerg Exp $
2 2
3DISTNAME= kopete-15.12.0 3DISTNAME= kopete-15.12.0
4PKGREVISION= 4 4PKGREVISION= 4
5CATEGORIES= net 5CATEGORIES= net
6COMMENT= Multi-protocol instant messenger client 6COMMENT= Multi-protocol instant messenger client
7MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} 7MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/}
8 8
9# Race on translatorplugin.h 9# Race on translatorplugin.h
10MAKE_JOBS_SAFE= no 10MAKE_JOBS_SAFE= no
11 11
12.include "../../meta-pkgs/kde4/Makefile.kde4" 12.include "../../meta-pkgs/kde4/Makefile.kde4"
13 13
14CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF 14CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF
@@ -16,26 +16,29 @@ CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF @@ -16,26 +16,29 @@ CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF
16REPLACE_PERL+= \ 16REPLACE_PERL+= \
17 kopete/kconf_update/kopete-account-0.10.pl \ 17 kopete/kconf_update/kopete-account-0.10.pl \
18 kopete/kconf_update/kopete-gaim_to_pidgin_style.pl \ 18 kopete/kconf_update/kopete-gaim_to_pidgin_style.pl \
19 kopete/kconf_update/kopete-initialstatus.pl \ 19 kopete/kconf_update/kopete-initialstatus.pl \
20 kopete/kconf_update/kopete-pluginloader.pl \ 20 kopete/kconf_update/kopete-pluginloader.pl \
21 kopete/kconf_update/kopete-update_icq_server.pl \ 21 kopete/kconf_update/kopete-update_icq_server.pl \
22 kopete/kconf_update/kopete-update_icq_ssl.pl \ 22 kopete/kconf_update/kopete-update_icq_ssl.pl \
23 kopete/kconf_update/kopete-update_yahoo_server.pl 23 kopete/kconf_update/kopete-update_yahoo_server.pl
24 24
25REPLACE_SH+= \ 25REPLACE_SH+= \
26 protocols/winpopup/winpopup-install \ 26 protocols/winpopup/winpopup-install \
27 protocols/winpopup/winpopup-send 27 protocols/winpopup/winpopup-send
28 28
 29# jasper uses SIZE_MAX and friends in its headers.
 30CXXFLAGS+= -D__STDC_LIMIT_MACROS
 31
29.include "../../meta-pkgs/kde4/kde4.mk" 32.include "../../meta-pkgs/kde4/kde4.mk"
30 33
31.include "../../audio/alsa-lib/buildlink3.mk" 34.include "../../audio/alsa-lib/buildlink3.mk"
32BUILDLINK_API_DEPENDS.libmsn+= libmsn>=4.1 35BUILDLINK_API_DEPENDS.libmsn+= libmsn>=4.1
33.include "../../chat/libmsn/buildlink3.mk" 36.include "../../chat/libmsn/buildlink3.mk"
34.include "../../chat/libotr/buildlink3.mk" 37.include "../../chat/libotr/buildlink3.mk"
35.include "../../chat/meanwhile/buildlink3.mk" 38.include "../../chat/meanwhile/buildlink3.mk"
36.include "../../databases/sqlite3/buildlink3.mk" 39.include "../../databases/sqlite3/buildlink3.mk"
37.include "../../devel/libidn/buildlink3.mk" 40.include "../../devel/libidn/buildlink3.mk"
38.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 41.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
39.include "../../graphics/libv4l/buildlink3.mk" 42.include "../../graphics/libv4l/buildlink3.mk"
40.include "../../graphics/qimageblitz/buildlink3.mk" 43.include "../../graphics/qimageblitz/buildlink3.mk"
41.include "../../misc/kdepimlibs4/buildlink3.mk" 44.include "../../misc/kdepimlibs4/buildlink3.mk"