View | Details | Raw Unified | Return to bug 199546
Collapse All | Expand All

(-)deskutils/kdepim4/Makefile (+9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	kdepim
4
PORTNAME=	kdepim
5
PORTVERSION=	${KDE4_VERSION}
5
PORTVERSION=	${KDE4_VERSION}
6
PORTREVISION=	1
6
CATEGORIES=	deskutils kde
7
CATEGORIES=	deskutils kde
7
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
8
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
8
DIST_SUBDIR=	KDE/${PORTVERSION}
9
DIST_SUBDIR=	KDE/${PORTVERSION}
Lines 44-47 post-patch: Link Here
44
	${REINPLACE_CMD} -e '1 s|^.*/|/|g' \
45
	${REINPLACE_CMD} -e '1 s|^.*/|/|g' \
45
		${WRKSRC}/knotes/configdialog/knotecollectionconfigwidget.cpp
46
		${WRKSRC}/knotes/configdialog/knotecollectionconfigwidget.cpp
46
47
48
post-install:
49
	${MKDIR} ${STAGEDIR}${PREFIX}/include/kleo
50
	${INSTALL_DATA} ${WRKSRC}/libkleo/kleo/*.h \
51
		${STAGEDIR}${PREFIX}/include/kleo
52
	${MKDIR} ${STAGEDIR}${PREFIX}/include/kleo/ui
53
	${INSTALL_DATA} ${WRKSRC}/libkleo/ui/*.h \
54
		${STAGEDIR}${PREFIX}/include/kleo/ui
55
47
.include <bsd.port.mk>
56
.include <bsd.port.mk>
(-)deskutils/kdepim4/pkg-plist (+54 lines)
Lines 43-48 bin/pimsettingexporter Link Here
43
bin/sieveeditor
43
bin/sieveeditor
44
bin/storageservicemanager
44
bin/storageservicemanager
45
etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf
45
etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf
46
include/kleo/abstractimportjob.h
47
include/kleo/adduseridjob.h
48
include/kleo/changeexpiryjob.h
49
include/kleo/changeownertrustjob.h
50
include/kleo/changepasswdjob.h
51
include/kleo/checksumdefinition.h
52
include/kleo/cryptobackend.h
53
include/kleo/cryptobackendfactory.h
54
include/kleo/cryptoconfig.h
55
include/kleo/decryptjob.h
56
include/kleo/decryptverifyjob.h
57
include/kleo/deletejob.h
58
include/kleo/dn.h
59
include/kleo/downloadjob.h
60
include/kleo/encryptjob.h
61
include/kleo/enum.h
62
include/kleo/exception.h
63
include/kleo/exportjob.h
64
include/kleo/hierarchicalkeylistjob.h
65
include/kleo/importfromkeyserverjob.h
66
include/kleo/importjob.h
67
include/kleo/job.h
68
include/kleo/kconfigbasedkeyfilter.h
69
include/kleo/keyfilter.h
70
include/kleo/keyfiltermanager.h
71
include/kleo/keygenerationjob.h
72
include/kleo/keylistjob.h
73
include/kleo/kleo_export.h
74
include/kleo/listallkeysjob.h
75
include/kleo/multideletejob.h
76
include/kleo/oidmap.h
77
include/kleo/refreshkeysjob.h
78
include/kleo/signencryptjob.h
79
include/kleo/signjob.h
80
include/kleo/signkeyjob.h
81
include/kleo/specialjob.h
82
include/kleo/stl_util.h
83
include/kleo/ui/cryptoconfigdialog.h
84
include/kleo/ui/cryptoconfigmodule.h
85
include/kleo/ui/cryptoconfigmodule_p.h
86
include/kleo/ui/directoryserviceswidget.h
87
include/kleo/ui/dnattributeorderconfigwidget.h
88
include/kleo/ui/filenamerequester.h
89
include/kleo/ui/kdhorizontalline.h
90
include/kleo/ui/keyapprovaldialog.h
91
include/kleo/ui/keylistview.h
92
include/kleo/ui/keyrequester.h
93
include/kleo/ui/keyselectiondialog.h
94
include/kleo/ui/messagebox.h
95
include/kleo/ui/messagebox_p.h
96
include/kleo/ui/progressbar.h
97
include/kleo/ui/progressdialog.h
98
include/kleo/verifydetachedjob.h
99
include/kleo/verifyopaquejob.h
46
lib/akonadi/contact/editorpageplugins/cryptopageplugin.so
100
lib/akonadi/contact/editorpageplugins/cryptopageplugin.so
47
lib/kde4/akregator_config_advanced.so
101
lib/kde4/akregator_config_advanced.so
48
lib/kde4/akregator_config_appearance.so
102
lib/kde4/akregator_config_appearance.so
(-)net-im/kopete-kde4/Makefile (-11 / +5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	kopete
3
PORTNAME=	kopete
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	net-im kde
6
CATEGORIES=	net-im kde
6
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
DIST_SUBDIR=	KDE/${PORTVERSION}
8
DIST_SUBDIR=	KDE/${PORTVERSION}
Lines 13-36 LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/l Link Here
13
		libqca.so:${PORTSDIR}/devel/qca \
14
		libqca.so:${PORTSDIR}/devel/qca \
14
		libotr.so.5:${PORTSDIR}/security/libotr \
15
		libotr.so.5:${PORTSDIR}/security/libotr \
15
		libgadu.so:${PORTSDIR}/polish/libgadu \
16
		libgadu.so:${PORTSDIR}/polish/libgadu \
16
		libortp.so:${PORTSDIR}/net/ortp \
17
		libkleo.so:${PORTSDIR}/deskutils/kdepim4 \
17
		libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \
18
		libspeex.so:${PORTSDIR}/audio/speex \
19
		libexpat.so:${PORTSDIR}/textproc/expat2 \
20
		libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \
18
		libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \
21
		libv4l2.so:${PORTSDIR}/multimedia/libv4l \
19
		libv4l2.so:${PORTSDIR}/multimedia/libv4l \
22
		libjasper.so:${PORTSDIR}/graphics/jasper \
20
		libjasper.so:${PORTSDIR}/graphics/jasper \
23
		libjpeg.so:${PORTSDIR}/graphics/jpeg \
21
		libjpeg.so:${PORTSDIR}/graphics/jpeg
24
		libjsoncpp.so:${PORTSDIR}/devel/jsoncpp
22
BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
25
BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
26
		${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc
27
RUN_DEPENDS=	${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc
28
23
29
USES=		cmake:outsource pkgconfig shebangfix tar:xz webplugin:native
24
USES=		cmake:outsource pkgconfig shebangfix tar:xz webplugin:native
30
USE_GNOME=	libxml2 libxslt
25
USE_GNOME=	libxml2 libxslt
31
USE_KDE4=	kdelibs kdeprefix pimlibs \
26
USE_KDE4=	kdelibs kdeprefix pimlibs \
32
		automoc4 qimageblitz
27
		automoc4 qimageblitz
33
USE_OPENSSL=	yes
34
USE_QT4=	corelib gui network qt3support sql xml \
28
USE_QT4=	corelib gui network qt3support sql xml \
35
		moc_build qmake_build rcc_build uic_build uic3_build
29
		moc_build qmake_build rcc_build uic_build uic3_build
36
USE_SQLITE=	yes
30
USE_SQLITE=	yes
Lines 51-57 CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF Link Here
51
CMAKE_ARGS+=	-DMOZPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}"
45
CMAKE_ARGS+=	-DMOZPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}"
52
46
53
# Forcefully disable net-im/libmsn which was deprecated on 2013-07-27.
47
# Forcefully disable net-im/libmsn which was deprecated on 2013-07-27.
54
CMAKE_ARGS+=	-DHAVE_LIBMSN:BOOL=OFF
48
CMAKE_ARGS+=	-DWITH_wlm:BOOL=OFF
55
49
56
# Fix build with fresh multimedia/v4l_compat installed.
50
# Fix build with fresh multimedia/v4l_compat installed.
57
CFLAGS+=	-DHAVE_LINUX_INTEGER_TYPES=1
51
CFLAGS+=	-DHAVE_LINUX_INTEGER_TYPES=1
(-)net-im/kopete-kde4/pkg-plist (+5 lines)
Lines 78-83 lib/kde4/kcm_kopete_autoreplace.so Link Here
78
lib/kde4/kcm_kopete_avdeviceconfig.so
78
lib/kde4/kcm_kopete_avdeviceconfig.so
79
lib/kde4/kcm_kopete_behaviorconfig.so
79
lib/kde4/kcm_kopete_behaviorconfig.so
80
lib/kde4/kcm_kopete_chatwindowconfig.so
80
lib/kde4/kcm_kopete_chatwindowconfig.so
81
lib/kde4/kcm_kopete_cryptography.so
81
lib/kde4/kcm_kopete_highlight.so
82
lib/kde4/kcm_kopete_highlight.so
82
lib/kde4/kcm_kopete_history.so
83
lib/kde4/kcm_kopete_history.so
83
lib/kde4/kcm_kopete_history2.so
84
lib/kde4/kcm_kopete_history2.so
Lines 98-103 lib/kde4/kopete_autoreplace.so Link Here
98
lib/kde4/kopete_bonjour.so
99
lib/kde4/kopete_bonjour.so
99
lib/kde4/kopete_chatwindow.so
100
lib/kde4/kopete_chatwindow.so
100
lib/kde4/kopete_contactnotes.so
101
lib/kde4/kopete_contactnotes.so
102
lib/kde4/kopete_cryptography.so
101
lib/kde4/kopete_emailwindow.so
103
lib/kde4/kopete_emailwindow.so
102
lib/kde4/kopete_gadu.so
104
lib/kde4/kopete_gadu.so
103
lib/kde4/kopete_groupwise.so
105
lib/kde4/kopete_groupwise.so
Lines 588-593 share/apps/kopete/webpresence/webpresenc Link Here
588
share/apps/kopete/webpresence/webpresence_xhtml.xsl
590
share/apps/kopete/webpresence/webpresence_xhtml.xsl
589
share/apps/kopete/webpresence/webpresence_xhtml_images.xsl
591
share/apps/kopete/webpresence/webpresence_xhtml_images.xsl
590
share/apps/kopete_contactnotes/contactnotesui.rc
592
share/apps/kopete_contactnotes/contactnotesui.rc
593
share/apps/kopete_cryptography/cryptographychatui.rc
594
share/apps/kopete_cryptography/cryptographyui.rc
591
share/apps/kopete_groupwise/gwchatui.rc
595
share/apps/kopete_groupwise/gwchatui.rc
592
share/apps/kopete_history/historychatui.rc
596
share/apps/kopete_history/historychatui.rc
593
share/apps/kopete_history/historyui.rc
597
share/apps/kopete_history/historyui.rc
Lines 745-750 share/kde4/services/chatwindow.desktop Link Here
745
share/kde4/services/emailwindow.desktop
749
share/kde4/services/emailwindow.desktop
746
share/kde4/services/kconfiguredialog/kopete_addbookmarks_config.desktop
750
share/kde4/services/kconfiguredialog/kopete_addbookmarks_config.desktop
747
share/kde4/services/kconfiguredialog/kopete_autoreplace_config.desktop
751
share/kde4/services/kconfiguredialog/kopete_autoreplace_config.desktop
752
share/kde4/services/kconfiguredialog/kopete_cryptography_config.desktop
748
share/kde4/services/kconfiguredialog/kopete_highlight_config.desktop
753
share/kde4/services/kconfiguredialog/kopete_highlight_config.desktop
749
share/kde4/services/kconfiguredialog/kopete_history2_config.desktop
754
share/kde4/services/kconfiguredialog/kopete_history2_config.desktop
750
share/kde4/services/kconfiguredialog/kopete_history_config.desktop
755
share/kde4/services/kconfiguredialog/kopete_history_config.desktop

Return to bug 199546