Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Sep 2020 15:58:38
2s4,1

|
fernape  |
textproc/dikt: update MASTER_SITES
Upstream moved to OSDN.
PR: 249117
Submitted by: info@dikt.tv (maintainer) |
06 Jul 2020 19:01:20
2s4,1

|
danfe  |
- Update `textproc/dikt' to version 2s4
- Update maintainer's email address
- Chase redirect in the web site URL
- Wrap one overly long line while here
PR: 244006
Submitted by: maintainer |
26 Jul 2019 20:46:57
2s1_2,1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Mar 2019 05:19:18
2s1_1,1

|
linimon  |
Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
16 Jan 2019 11:13:45
2s1_1,1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
2s1,1

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
28 Jun 2018 17:39:55
2s1,1

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
27 May 2018 18:24:03
2s1,1

|
yuri  |
textproc/dikt: Update WWW URL to a valid one
Browsers redirect http://dikt.tv/ to https://www.dikt.tv/
PR: 228029
Reported by: goran.tal@gmail.com (maintainer) |
10 May 2018 08:03:48
2s1,1

|
yuri  |
textproc/dikt: Change back to PORTVERSION
{digit}{char}{digit} versions don't work with DISTVERSION.
Requested by: mat, bapt |
08 May 2018 04:43:34
2.s1,1

|
yuri  |
textproc/dikt: Change version back to the original {digit}{letter}{digit} format
The version was changed in r469254 because of the portlint error which was
due to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228058
PR: 228029
Reported by: mat |
06 May 2018 22:57:11
0.20161228,1

|
yuri  |
textproc/dikt: Update 2l3 -> 2s1 (0.20161228)
Port changes:
* Add PORTEPOCH and change version to 0.20161228 because upstream versions
changed backwards
* Change qt4 -> qt5, kde4 -> kde5
* Add LICENSE/LICENSE_FILE
* Add to USE_KDE and USE_QT
* Change WWW to https
PR: 228029
Submitted by: goran.tal@gmail.com (maintainer) |
10 Feb 2018 10:29:51
2l3_2

|
tcberner  |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
25 Apr 2017 08:20:31
2l3_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
24 Aug 2016 08:20:31
2l3

|
tcberner  |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06


|
rene  |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
31 Dec 2015 03:09:59
2l3

|
miwi  |
- Update to 2l3
- Update WWW
PR: 205654
Submitted by: maintainer |
19 Feb 2015 18:19:30
2l_3

|
makc  |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
20 Dec 2014 19:47:31
2l_3

|
bapt  |
cleanup plist |
10 Sep 2014 20:50:37
2l_3

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
15 Aug 2014 20:37:33
2l_2

|
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
29 Jul 2014 21:07:40
2l_1

|
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
18 Feb 2014 14:31:33
2l_1

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
26 Jan 2014 15:46:14
2l

|
mat  |
Support staging.
Sponsored by: Absolight |
20 Sep 2013 23:17:32
2l

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
11 Jun 2013 19:26:43
2l

|
rakuco  |
Update to 2l.
PR: ports/179032
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
22 Mar 2013 20:06:15
2j

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
16 Jun 2012 10:06:57
2j
|
scheidell  |
- Update to version 2j
PR: ports/168934
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
06 Jun 2012 06:44:38
2g_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
2g_2
|
dinoex  |
- update png to 1.5.10 |
16 Feb 2012 15:57:34
2g_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
06 Jul 2011 18:55:02
2g
|
beech  |
- Update to 2g
PR: ports/158619
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
03 Jul 2011 14:40:25
2d
|
ohauer  |
-remove MD5 |
19 Jun 2010 18:52:45
2d
|
sylvio  |
- Update to version 2d
PR: ports/147570
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer)
Feature safe: yes |
28 Mar 2010 06:47:48
2a_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2a_1
|
dinoex  |
- update to jpeg-8 |
05 Feb 2010 03:38:31
2a
|
pgollucci  |
- Update to 2a
PR: ports/143507
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
11 Jan 2010 05:03:50
2
|
pgollucci  |
- Update to 2
- Update WWW
PR: ports/142505
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
21 Oct 2009 02:43:05
1j
|
yzlin  |
- Fix fetch error
The upstream moves the distfile to new location at site.google.com.
The new location redirects to randomly generated URL. For now,
temporarily put it as a local distfile.
Reported by: pointyhat
Approved by: rafan (co-mentor) |
15 Oct 2009 09:55:18
1j
|
yzlin  |
- Update to 1j
PR: ports/139320
Submitted by: Goran Tal <goran.tal AT gmail.com> (maintainer)
Approved by: rafan (co-mentor) |
31 Jul 2009 13:57:52
1g_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
05 Jul 2009 21:32:18
1g
|
amdmi3  |
- Update to 1g
PR: 136172
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
30 Mar 2009 18:57:50
1d
|
makc  |
Update to 1d
Remove unnecessary dependency on kdebase-workspace
PR: 133191
Submitted by: Goran Tal (maintainer) |
24 Mar 2009 19:13:32
1a_1
|
makc  |
bump PORTREVISION after cmake update |
13 Feb 2009 06:15:56
1a
|
beech  |
- Update to version 1a
PR: ports/131572
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
17 Jan 2009 19:50:44
1_2
|
miwi  |
- Fix build
Reported by: pavbot |
15 Jan 2009 22:33:48
1_1
|
miwi  |
- Add missing QT dependency
Reported by: pavbot |
03 Jan 2009 12:16:15
1
|
beech  |
- Add local mirror |
30 Dec 2008 22:54:03
1
|
beech  |
Dikt is a dictionary application for KDE4. It is the client
side implementation of Dict protocol, with a browser interface
specialized for querying dictionaries.
WWW: http://diktv1.googlepages.com/
PR: ports/130000
Submitted by: Goran Tal <goran.tal at gmail.com> |