View | Details | Raw Unified | Return to bug 196302 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 7349-7351 Link Here
7349
x11-fm/pbi-thumbnailer||2014-12-27|Has expired: Broken for more than 6 months
7349
x11-fm/pbi-thumbnailer||2014-12-27|Has expired: Broken for more than 6 months
7350
games/secretmaryochronicles||2014-12-27|Has expired: does not run, cegui 0.8 support still in development
7350
games/secretmaryochronicles||2014-12-27|Has expired: does not run, cegui 0.8 support still in development
7351
multimedia/ffmpeg24|multimedia/ffmpeg25|2014-12-27|ffmpeg upstream now points to 2.5.x series
7351
multimedia/ffmpeg24|multimedia/ffmpeg25|2014-12-27|ffmpeg upstream now points to 2.5.x series
7352
www/qupzilla|www/qupzilla-qt4|2014-12-27|Rename to make room for www/qupzilla-qt5
(-)www/Makefile (-1 / +2 lines)
Lines 1717-1723 Link Here
1717
    SUBDIR += qdecoder
1717
    SUBDIR += qdecoder
1718
    SUBDIR += qooxdoo
1718
    SUBDIR += qooxdoo
1719
    SUBDIR += quickie
1719
    SUBDIR += quickie
1720
    SUBDIR += qupzilla
1720
    SUBDIR += qupzilla-qt4
1721
    SUBDIR += qupzilla-qt5
1721
    SUBDIR += radicale
1722
    SUBDIR += radicale
1722
    SUBDIR += red5
1723
    SUBDIR += red5
1723
    SUBDIR += redaxo
1724
    SUBDIR += redaxo
(-)www/qupzilla/Makefile (-46 lines)
Lines 1-46 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	qupzilla
4
PORTVERSION=	1.8.3
5
CATEGORIES=	www
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
7
DISTNAME=	QupZilla-${PORTVERSION}
8
9
MAINTAINER=	matthew@reztek.cz
10
COMMENT=	Web browser based on WebKit engine and Qt Framework
11
12
LICENSE=	GPLv3
13
14
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
15
16
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
17
USE_QT4=	corelib gui moc_build rcc_build uic_build webkit \
18
		xml script sql network imageformats_run linguist_build
19
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
20
USE_LDCONFIG=	yes
21
INSTALLS_ICONS=	yes
22
PLIST_SUB=	VERSION=${PORTVERSION}
23
24
OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING KWALLET
25
OPTIONS_DEFAULT=DBUS
26
OPTIONS_SUB=	yes
27
28
DBUS_USE=		QT4=dbus
29
DBUS_CONFIGURE_ENV_OFF=	DISABLE_DBUS="true"
30
31
GNOMEKEYRING_LIB_DEPENDS=	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
32
GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
33
34
KWALLET_USE=		KDE4=kdelibs
35
KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
36
37
post-patch:
38
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
39
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
40
		${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
41
	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
42
		${WRKSRC}/src/install.pri \
43
		${WRKSRC}/src/defines.pri \
44
		${WRKSRC}/src/lib/plugins/plugins.cpp
45
46
.include <bsd.port.mk>
(-)www/qupzilla/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (QupZilla-1.8.3.tar.xz) = d3551288b27af952bb6d9d0c8f3bf8d3e849722b23da0193433b1d0bb88469be
2
SIZE (QupZilla-1.8.3.tar.xz) = 3093840
(-)www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h (-20 lines)
Lines 1-20 Link Here
1
--- src/lib/3rdparty/processinfo.h.orig	2014-09-26 12:35:35.000000000 +0400
2
+++ src/lib/3rdparty/processinfo.h	2014-09-26 23:04:10.000000000 +0400
3
@@ -18,16 +18,12 @@
4
 #ifndef PROCESSINFO_H
5
 #define PROCESSINFO_H
6
 
7
-#include <QtGlobal>
8
+#include "qzcommon.h"
9
10
 #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
11
 #include <sys/types.h>
12
 #endif
13
 
14
-#include <QString>
15
-
16
-#include "qzcommon.h"
17
-
18
 /*
19
  * Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5
20
  * written by user WitchCraft 
(-)www/qupzilla/pkg-descr (-19 lines)
Lines 1-19 Link Here
1
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight
2
web browser available through all major platforms. This project has been
3
originally started only for educational purposes. But from its start, QupZilla
4
has grown into a feature-rich browser.
5
6
QupZilla has all standard functions you expect from a web browser. It includes
7
bookmarks, history (both also in sidebar) and tabs. Above that, you can manage
8
RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin,
9
block Flash content with Click2Flash and edit the local CA Certificates
10
database with an SSL Manager.
11
12
QupZilla's main aim is to be a very fast and very stable QtWebKit browser
13
available to everyone.  There are already a lot of QtWebKit browsers available,
14
but they are either bound to the KDE environment (rekonq), are not actively
15
developed or very unstable and miss important features. But there is missing a
16
multiplatform, modern and actively developed browser. QupZilla is trying to
17
fill this gap by providing a very stable browsing experience.
18
19
WWW: http://www.qupzilla.com/
(-)www/qupzilla/pkg-plist (-297 lines)
Lines 1-297 Link Here
1
bin/qupzilla
2
lib/libQupZilla.so
3
lib/libQupZilla.so.1
4
lib/libQupZilla.so.1.8
5
lib/libQupZilla.so.%%VERSION%%
6
lib/qupzilla/libAccessKeysNavigation.so
7
lib/qupzilla/libAutoScroll.so
8
%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so
9
lib/qupzilla/libGreaseMonkey.so
10
%%KWALLET%%lib/qupzilla/libKWalletPasswords.so
11
lib/qupzilla/libMouseGestures.so
12
lib/qupzilla/libPIM.so
13
lib/qupzilla/libStatusBarIcons.so
14
%%DEBUG%%lib/qupzilla/libTestPlugin.so
15
share/appdata/qupzilla.appdata.xml
16
share/applications/qupzilla.desktop
17
share/bash-completion/completions/qupzilla
18
share/icons/hicolor/128x128/apps/qupzilla.png
19
share/icons/hicolor/16x16/apps/qupzilla.png
20
share/icons/hicolor/256x256/apps/qupzilla.png
21
share/icons/hicolor/32x32/apps/qupzilla.png
22
share/icons/hicolor/48x48/apps/qupzilla.png
23
share/icons/hicolor/64x64/apps/qupzilla.png
24
share/pixmaps/qupzilla.png
25
%%DATADIR%%/locale/ar_SA.qm
26
%%DATADIR%%/locale/bg_BG.qm
27
%%DATADIR%%/locale/ca_ES.qm
28
%%DATADIR%%/locale/cs_CZ.qm
29
%%DATADIR%%/locale/de_DE.qm
30
%%DATADIR%%/locale/el_GR.qm
31
%%DATADIR%%/locale/es_ES.qm
32
%%DATADIR%%/locale/es_MX.qm
33
%%DATADIR%%/locale/es_VE.qm
34
%%DATADIR%%/locale/eu_ES.qm
35
%%DATADIR%%/locale/fa_IR.qm
36
%%DATADIR%%/locale/fi_FI.qm
37
%%DATADIR%%/locale/fr_FR.qm
38
%%DATADIR%%/locale/gl_ES.qm
39
%%DATADIR%%/locale/he_IL.qm
40
%%DATADIR%%/locale/hr_HR.qm
41
%%DATADIR%%/locale/hu_HU.qm
42
%%DATADIR%%/locale/id_ID.qm
43
%%DATADIR%%/locale/it_IT.qm
44
%%DATADIR%%/locale/ja_JP.qm
45
%%DATADIR%%/locale/ka_GE.qm
46
%%DATADIR%%/locale/lg.qm
47
%%DATADIR%%/locale/lv_LV.qm
48
%%DATADIR%%/locale/nl_NL.qm
49
%%DATADIR%%/locale/nqo.qm
50
%%DATADIR%%/locale/pl_PL.qm
51
%%DATADIR%%/locale/pt_BR.qm
52
%%DATADIR%%/locale/pt_PT.qm
53
%%DATADIR%%/locale/qt_ca.qm
54
%%DATADIR%%/locale/qt_el.qm
55
%%DATADIR%%/locale/qt_nl.qm
56
%%DATADIR%%/locale/qt_sr.qm
57
%%DATADIR%%/locale/qt_sr@ijekavian.qm
58
%%DATADIR%%/locale/qt_sr@ijekavianlatin.qm
59
%%DATADIR%%/locale/qt_sr@latin.qm
60
%%DATADIR%%/locale/ro_RO.qm
61
%%DATADIR%%/locale/ru_RU.qm
62
%%DATADIR%%/locale/sk_SK.qm
63
%%DATADIR%%/locale/sr.qm
64
%%DATADIR%%/locale/sr@ijekavian.qm
65
%%DATADIR%%/locale/sr@ijekavianlatin.qm
66
%%DATADIR%%/locale/sr@latin.qm
67
%%DATADIR%%/locale/sv_SE.qm
68
%%DATADIR%%/locale/tr_TR.qm
69
%%DATADIR%%/locale/uk_UA.qm
70
%%DATADIR%%/locale/uz@Latn.qm
71
%%DATADIR%%/locale/zh_CN.qm
72
%%DATADIR%%/locale/zh_TW.qm
73
%%DATADIR%%/themes/breathe/images/add.png
74
%%DATADIR%%/themes/breathe/images/find.png
75
%%DATADIR%%/themes/breathe/images/flash.png
76
%%DATADIR%%/themes/breathe/images/flashstart.png
77
%%DATADIR%%/themes/breathe/images/goto.png
78
%%DATADIR%%/themes/breathe/images/home.png
79
%%DATADIR%%/themes/breathe/images/library-bg-left.png
80
%%DATADIR%%/themes/breathe/images/library-bg-top-right.png
81
%%DATADIR%%/themes/breathe/images/library-bg-top.png
82
%%DATADIR%%/themes/breathe/images/library-search-bg.png
83
%%DATADIR%%/themes/breathe/images/lineedit-bg.png
84
%%DATADIR%%/themes/breathe/images/login.png
85
%%DATADIR%%/themes/breathe/images/menu.png
86
%%DATADIR%%/themes/breathe/images/navigation-dropdown.png
87
%%DATADIR%%/themes/breathe/images/next.png
88
%%DATADIR%%/themes/breathe/images/previous.png
89
%%DATADIR%%/themes/breathe/images/reload.png
90
%%DATADIR%%/themes/breathe/images/restore.png
91
%%DATADIR%%/themes/breathe/images/rss.png
92
%%DATADIR%%/themes/breathe/images/semi-transp.png
93
%%DATADIR%%/themes/breathe/images/siteicon-bg-a.png
94
%%DATADIR%%/themes/breathe/images/siteicon-bg-h.png
95
%%DATADIR%%/themes/breathe/images/siteicon-bg.png
96
%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-a.png
97
%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-h.png
98
%%DATADIR%%/themes/breathe/images/siteicon-secure-bg.png
99
%%DATADIR%%/themes/breathe/images/star-a.png
100
%%DATADIR%%/themes/breathe/images/star.png
101
%%DATADIR%%/themes/breathe/images/stop.png
102
%%DATADIR%%/themes/breathe/images/tab-left.png
103
%%DATADIR%%/themes/breathe/images/tab-right.png
104
%%DATADIR%%/themes/breathe/images/tabs-list.png
105
%%DATADIR%%/themes/breathe/images/transp.png
106
%%DATADIR%%/themes/breathe/images/trash.png
107
%%DATADIR%%/themes/breathe/images/websearch-bg-a.png
108
%%DATADIR%%/themes/breathe/images/websearch-bg-h.png
109
%%DATADIR%%/themes/breathe/images/websearch-bg.png
110
%%DATADIR%%/themes/breathe/main.css
111
%%DATADIR%%/themes/breathe/rtl.css
112
%%DATADIR%%/themes/breathe/theme.info
113
%%DATADIR%%/themes/breathe/theme.png
114
%%DATADIR%%/themes/chrome/images/flash.png
115
%%DATADIR%%/themes/chrome/images/flashstart.png
116
%%DATADIR%%/themes/chrome/images/gotoaddress.png
117
%%DATADIR%%/themes/chrome/images/key.png
118
%%DATADIR%%/themes/chrome/images/library-bg-left.png
119
%%DATADIR%%/themes/chrome/images/library-bg-top-right.png
120
%%DATADIR%%/themes/chrome/images/library-bg-top.png
121
%%DATADIR%%/themes/chrome/images/library-search-bg.png
122
%%DATADIR%%/themes/chrome/images/lineedit-bg.png
123
%%DATADIR%%/themes/chrome/images/navigation-addtab.png
124
%%DATADIR%%/themes/chrome/images/navigation-back.png
125
%%DATADIR%%/themes/chrome/images/navigation-dropdown.png
126
%%DATADIR%%/themes/chrome/images/navigation-forward.png
127
%%DATADIR%%/themes/chrome/images/navigation-home.png
128
%%DATADIR%%/themes/chrome/images/navigation-reload.png
129
%%DATADIR%%/themes/chrome/images/navigation-stop.png
130
%%DATADIR%%/themes/chrome/images/navigation-supermenu.png
131
%%DATADIR%%/themes/chrome/images/rss.png
132
%%DATADIR%%/themes/chrome/images/search-icon.png
133
%%DATADIR%%/themes/chrome/images/searchbar-provider-bg.png
134
%%DATADIR%%/themes/chrome/images/semi-transp.png
135
%%DATADIR%%/themes/chrome/images/siteicon-bg.png
136
%%DATADIR%%/themes/chrome/images/siteicon-secure-bg.png
137
%%DATADIR%%/themes/chrome/images/star-a.png
138
%%DATADIR%%/themes/chrome/images/star.png
139
%%DATADIR%%/themes/chrome/images/tab-left-arrow.png
140
%%DATADIR%%/themes/chrome/images/tab-right-arrow.png
141
%%DATADIR%%/themes/chrome/images/tabbar-addtab.png
142
%%DATADIR%%/themes/chrome/images/tabs-bg.png
143
%%DATADIR%%/themes/chrome/images/tabs-list-button.png
144
%%DATADIR%%/themes/chrome/images/toolbar-bg.png
145
%%DATADIR%%/themes/chrome/images/toolbutton-a.png
146
%%DATADIR%%/themes/chrome/images/toolbutton-h.png
147
%%DATADIR%%/themes/chrome/images/toolbutton.png
148
%%DATADIR%%/themes/chrome/linux.css
149
%%DATADIR%%/themes/chrome/main.css
150
%%DATADIR%%/themes/chrome/rtl.css
151
%%DATADIR%%/themes/chrome/theme.info
152
%%DATADIR%%/themes/chrome/theme.license
153
%%DATADIR%%/themes/chrome/theme.png
154
%%DATADIR%%/themes/chrome/windows.css
155
%%DATADIR%%/themes/default/images/arrow-down.gif
156
%%DATADIR%%/themes/default/images/background.png
157
%%DATADIR%%/themes/default/images/flash.png
158
%%DATADIR%%/themes/default/images/flashstart.png
159
%%DATADIR%%/themes/default/images/gotoaddress.png
160
%%DATADIR%%/themes/default/images/key.png
161
%%DATADIR%%/themes/default/images/library-bg-left.png
162
%%DATADIR%%/themes/default/images/library-bg-top-right.png
163
%%DATADIR%%/themes/default/images/library-bg-top.png
164
%%DATADIR%%/themes/default/images/lineedit-bg.png
165
%%DATADIR%%/themes/default/images/navigation-addtab.png
166
%%DATADIR%%/themes/default/images/navigation-back.png
167
%%DATADIR%%/themes/default/images/navigation-forward.png
168
%%DATADIR%%/themes/default/images/navigation-home.png
169
%%DATADIR%%/themes/default/images/navigation-reload.png
170
%%DATADIR%%/themes/default/images/navigation-stop.png
171
%%DATADIR%%/themes/default/images/navigation-supmenu.png
172
%%DATADIR%%/themes/default/images/rss.png
173
%%DATADIR%%/themes/default/images/search.png
174
%%DATADIR%%/themes/default/images/semi-transp.png
175
%%DATADIR%%/themes/default/images/siteicon-bg-secure.png
176
%%DATADIR%%/themes/default/images/siteicon-bg.png
177
%%DATADIR%%/themes/default/images/star.png
178
%%DATADIR%%/themes/default/images/starg.png
179
%%DATADIR%%/themes/default/images/tab-left-arrow.png
180
%%DATADIR%%/themes/default/images/tab-right-arrow.png
181
%%DATADIR%%/themes/default/images/tabs-list-button.png
182
%%DATADIR%%/themes/default/images/transp.png
183
%%DATADIR%%/themes/default/images/websearchbar-bg.png
184
%%DATADIR%%/themes/default/main.css
185
%%DATADIR%%/themes/default/rtl.css
186
%%DATADIR%%/themes/default/theme.info
187
%%DATADIR%%/themes/default/theme.png
188
%%DATADIR%%/themes/default/windows.css
189
%%DATADIR%%/themes/linux/images/flash.png
190
%%DATADIR%%/themes/linux/images/flashstart.png
191
%%DATADIR%%/themes/linux/images/key.png
192
%%DATADIR%%/themes/linux/images/library-bg-left.png
193
%%DATADIR%%/themes/linux/images/library-bg-top-right.png
194
%%DATADIR%%/themes/linux/images/library-bg-top.png
195
%%DATADIR%%/themes/linux/images/library-search-bg.png
196
%%DATADIR%%/themes/linux/images/menu.png
197
%%DATADIR%%/themes/linux/images/navigation-dropdown.png
198
%%DATADIR%%/themes/linux/images/rss.png
199
%%DATADIR%%/themes/linux/images/semi-transp.png
200
%%DATADIR%%/themes/linux/images/star-a.png
201
%%DATADIR%%/themes/linux/images/star.png
202
%%DATADIR%%/themes/linux/images/tab-left-arrow.png
203
%%DATADIR%%/themes/linux/images/tab-right-arrow.png
204
%%DATADIR%%/themes/linux/images/tabs-list-button.png
205
%%DATADIR%%/themes/linux/images/transp.png
206
%%DATADIR%%/themes/linux/images/websearch-bg.png
207
%%DATADIR%%/themes/linux/main.css
208
%%DATADIR%%/themes/linux/rtl.css
209
%%DATADIR%%/themes/linux/theme.info
210
%%DATADIR%%/themes/linux/theme.png
211
%%DATADIR%%/themes/mac/images/feed-icon.png
212
%%DATADIR%%/themes/mac/images/flash.png
213
%%DATADIR%%/themes/mac/images/flashstart.png
214
%%DATADIR%%/themes/mac/images/gotoaddress.png
215
%%DATADIR%%/themes/mac/images/key.png
216
%%DATADIR%%/themes/mac/images/library-bg-left.png
217
%%DATADIR%%/themes/mac/images/library-bg-top-right.png
218
%%DATADIR%%/themes/mac/images/library-bg-top.png
219
%%DATADIR%%/themes/mac/images/library-search-bg.png
220
%%DATADIR%%/themes/mac/images/lineedit-bg.png
221
%%DATADIR%%/themes/mac/images/navigation-addtab.png
222
%%DATADIR%%/themes/mac/images/navigation-back.png
223
%%DATADIR%%/themes/mac/images/navigation-dropdown.png
224
%%DATADIR%%/themes/mac/images/navigation-forward.png
225
%%DATADIR%%/themes/mac/images/navigation-home.png
226
%%DATADIR%%/themes/mac/images/navigation-reload.png
227
%%DATADIR%%/themes/mac/images/navigation-stop.png
228
%%DATADIR%%/themes/mac/images/navigation-supermenu.png
229
%%DATADIR%%/themes/mac/images/search-icon.png
230
%%DATADIR%%/themes/mac/images/searchbar-provider-bg.png
231
%%DATADIR%%/themes/mac/images/semi-transp.png
232
%%DATADIR%%/themes/mac/images/siteicon-bg.png
233
%%DATADIR%%/themes/mac/images/siteicon-secure-bg.png
234
%%DATADIR%%/themes/mac/images/splitter.png
235
%%DATADIR%%/themes/mac/images/star-a.png
236
%%DATADIR%%/themes/mac/images/star.png
237
%%DATADIR%%/themes/mac/images/tab-left-arrow.png
238
%%DATADIR%%/themes/mac/images/tab-right-arrow.png
239
%%DATADIR%%/themes/mac/images/tabbar-addtab.png
240
%%DATADIR%%/themes/mac/images/tabs-bg.png
241
%%DATADIR%%/themes/mac/images/tabs-list-button.png
242
%%DATADIR%%/themes/mac/images/tabs-list-button_rtl.png
243
%%DATADIR%%/themes/mac/images/toolbar-bg.png
244
%%DATADIR%%/themes/mac/images/transp.png
245
%%DATADIR%%/themes/mac/images/user-trash-full.png
246
%%DATADIR%%/themes/mac/linux.css
247
%%DATADIR%%/themes/mac/main.css
248
%%DATADIR%%/themes/mac/rtl.css
249
%%DATADIR%%/themes/mac/theme.info
250
%%DATADIR%%/themes/mac/theme.license
251
%%DATADIR%%/themes/mac/theme.png
252
%%DATADIR%%/themes/mac/windows.css
253
%%DATADIR%%/themes/windows/images/flash.png
254
%%DATADIR%%/themes/windows/images/flashstart.png
255
%%DATADIR%%/themes/windows/images/gotoaddress.png
256
%%DATADIR%%/themes/windows/images/key.png
257
%%DATADIR%%/themes/windows/images/library-bg-left.png
258
%%DATADIR%%/themes/windows/images/library-bg-top-right.png
259
%%DATADIR%%/themes/windows/images/library-bg-top.png
260
%%DATADIR%%/themes/windows/images/library-search-bg.png
261
%%DATADIR%%/themes/windows/images/lineedit-bg.png
262
%%DATADIR%%/themes/windows/images/navigation-addtab.png
263
%%DATADIR%%/themes/windows/images/navigation-back.png
264
%%DATADIR%%/themes/windows/images/navigation-dropdown.png
265
%%DATADIR%%/themes/windows/images/navigation-forward.png
266
%%DATADIR%%/themes/windows/images/navigation-home.png
267
%%DATADIR%%/themes/windows/images/navigation-reload.png
268
%%DATADIR%%/themes/windows/images/navigation-stop.png
269
%%DATADIR%%/themes/windows/images/navigation-supermenu.png
270
%%DATADIR%%/themes/windows/images/rss.png
271
%%DATADIR%%/themes/windows/images/search-icon.png
272
%%DATADIR%%/themes/windows/images/searchbar-provider-bg.png
273
%%DATADIR%%/themes/windows/images/semi-transp.png
274
%%DATADIR%%/themes/windows/images/siteicon-bg.png
275
%%DATADIR%%/themes/windows/images/siteicon-secure-bg.png
276
%%DATADIR%%/themes/windows/images/star-a.png
277
%%DATADIR%%/themes/windows/images/star.png
278
%%DATADIR%%/themes/windows/images/tab-active-bg.png
279
%%DATADIR%%/themes/windows/images/tab-deactive-bg.png
280
%%DATADIR%%/themes/windows/images/tab-deactive-hover-bg.png
281
%%DATADIR%%/themes/windows/images/tab-left-arrow.png
282
%%DATADIR%%/themes/windows/images/tab-right-arrow.png
283
%%DATADIR%%/themes/windows/images/tabbar-addtab-outside.png
284
%%DATADIR%%/themes/windows/images/tabbar-addtab.png
285
%%DATADIR%%/themes/windows/images/tabbar-addtab_rtl.png
286
%%DATADIR%%/themes/windows/images/tabs-bg.png
287
%%DATADIR%%/themes/windows/images/tabs-list-button.png
288
%%DATADIR%%/themes/windows/images/toolbar-bg.png
289
%%DATADIR%%/themes/windows/images/transp.png
290
%%DATADIR%%/themes/windows/images/user-trash-full.png
291
%%DATADIR%%/themes/windows/linux.css
292
%%DATADIR%%/themes/windows/main.css
293
%%DATADIR%%/themes/windows/rtl.css
294
%%DATADIR%%/themes/windows/theme.info
295
%%DATADIR%%/themes/windows/theme.license
296
%%DATADIR%%/themes/windows/theme.png
297
%%DATADIR%%/themes/windows/windows.css
(-)www/qupzilla-qt4/Makefile (-3 / +5 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	qupzilla
3
PORTNAME=	qupzilla
4
PORTVERSION=	1.8.3
4
PORTVERSION=	1.8.5
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
7
DISTNAME=	QupZilla-${PORTVERSION}
7
DISTNAME=	QupZilla-${PORTVERSION}
8
PKGNAMESUFFIX=	-qt4
9
CONFLICTS=	${PORTNAME}-qt5*
8
10
9
MAINTAINER=	matthew@reztek.cz
11
MAINTAINER=	matthew@reztek.cz
10
COMMENT=	Web browser based on WebKit engine and Qt Framework
12
COMMENT=	Web browser based on WebKit engine and Qt Framework
Lines 14-21 Link Here
14
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
16
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
15
17
16
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
18
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
17
USE_QT4=	corelib gui moc_build rcc_build uic_build webkit \
19
USE_QT4=	corelib gui imageformats_run network script sql webkit xml \
18
		xml script sql network imageformats_run linguist_build
20
		linguist_build moc_build rcc_build uic_build
19
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
21
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
20
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
21
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
(-)www/qupzilla-qt4/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QupZilla-1.8.3.tar.xz) = d3551288b27af952bb6d9d0c8f3bf8d3e849722b23da0193433b1d0bb88469be
1
SHA256 (QupZilla-1.8.5.tar.xz) = 8ea7d3f9f9283e85b9ce0f7c86b4162a93c0cd68dfb3a7e70560dd7b8ded7d9c
2
SIZE (QupZilla-1.8.3.tar.xz) = 3093840
2
SIZE (QupZilla-1.8.5.tar.xz) = 3096640
(-)www/qupzilla-qt5/Makefile (-7 / +18 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	qupzilla
3
PORTNAME=	qupzilla
4
PORTVERSION=	1.8.3
4
PORTVERSION=	1.8.5
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
7
DISTNAME=	QupZilla-${PORTVERSION}
7
DISTNAME=	QupZilla-${PORTVERSION}
8
PKGNAMESUFFIX=	-qt5
9
CONFLICTS=	${PORTNAME}-qt4*
8
10
9
MAINTAINER=	matthew@reztek.cz
11
MAINTAINER=	matthew@reztek.cz
10
COMMENT=	Web browser based on WebKit engine and Qt Framework
12
COMMENT=	Web browser based on WebKit engine and Qt Framework
Lines 14-39 Link Here
14
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
16
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
15
17
16
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
18
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
17
USE_QT4=	corelib gui moc_build rcc_build uic_build webkit \
19
USE_QT5=	core gui imageformats_run network script sql webkit xml \
18
		xml script sql network imageformats_run linguist_build
20
		buildtools_build linguisttools_build
19
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
21
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
20
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
21
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
22
PLIST_SUB=	VERSION=${PORTVERSION}
24
PLIST_SUB=	VERSION=${PORTVERSION}
23
25
24
OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING KWALLET
26
OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING # KWALLET
25
OPTIONS_DEFAULT=DBUS
27
OPTIONS_DEFAULT=DBUS
26
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
27
29
28
DBUS_USE=		QT4=dbus
30
DBUS_USE=		QT5=dbus
29
DBUS_CONFIGURE_ENV_OFF=	DISABLE_DBUS="true"
31
DBUS_CONFIGURE_ENV_OFF=	DISABLE_DBUS="true"
30
32
31
GNOMEKEYRING_LIB_DEPENDS=	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
33
GNOMEKEYRING_LIB_DEPENDS=	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
32
GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
34
GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
33
35
34
KWALLET_USE=		KDE4=kdelibs
36
# KWallet integration requires KF5 which is not yet in ports
35
KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
37
#KWALLET_USE=		KDE5=kdelibs
38
#KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
39
PLIST_SUB+=	KWALLET="@comment "
36
40
41
.include <bsd.port.options.mk>
42
43
# work around for build failure in test plugin (single source file target)
44
.if ${PORT_OPTIONS:MDEBUG}
45
MAKE_JOBS_UNSAFE=1
46
.endif
47
37
post-patch:
48
post-patch:
38
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
49
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
39
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
50
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
(-)www/qupzilla-qt5/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QupZilla-1.8.3.tar.xz) = d3551288b27af952bb6d9d0c8f3bf8d3e849722b23da0193433b1d0bb88469be
1
SHA256 (QupZilla-1.8.5.tar.xz) = 8ea7d3f9f9283e85b9ce0f7c86b4162a93c0cd68dfb3a7e70560dd7b8ded7d9c
2
SIZE (QupZilla-1.8.3.tar.xz) = 3093840
2
SIZE (QupZilla-1.8.5.tar.xz) = 3096640

Return to bug 196302