Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Mar 2020 17:42:11
1.10_3

|
tcberner  |
Make implicit dependency on devel/qt5-concurrent explicit |
26 Jul 2019 20:46:57
1.10_2

|
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 |
08 Feb 2019 22:50:24
1.10_1

|
tcberner  |
Fix with build on GCC architectures.
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
16 Jan 2019 11:13:45
1.10_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
1.10

|
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
1.10

|
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 |
31 Mar 2017 10:33:37
1.10

|
tcberner  |
Update graphics/showimage to 0.10 and take maintainership.
Reviewed by: mat, rakuco
Approved by: rakuco (mentor), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10191 |
24 Aug 2016 08:20:31
1.8.2

|
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 |
12 Jan 2016 16:20:32
1.8.2

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
25 Dec 2015 23:42:54
1.8.2

|
amdmi3  |
- Add LICENSE |
25 Dec 2015 23:19:02
1.8.2

|
amdmi3  |
- Reset maintainer by his own request
PR: 205570 |
12 Oct 2014 20:16:38
1.8.2

|
makc  |
graphics/showimage:
- update to 1.8.2
PR: 194271
Submitted by: Rusty Nejdl (maintainer) |
10 Sep 2014 20:50:37
1.8.1_2

|
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
1.8.1_1

|
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) |
16 Mar 2014 19:25:37
1.8.1

|
makc  |
graphics/showimage:
- update to 1.8.1
- modernize Makefile (stage support, USES)
- trim COMMENT
- fix desktop file: only the showimage binary was renamed, the icon retains
original name
PR: ports/187638
Approved by: Rusty Nejdl (maintainer) |
18 Feb 2014 14:31:33
1.6.3_4

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
20 Sep 2013 18:35:46
1.6.3_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
14 Aug 2013 22:35:54
1.6.3_3

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
1.6.3_3

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
25 Feb 2013 13:39:12
1.6.3_3

|
bdrewery  |
- Fix incorrect desktop entry referencing showimage
instead of showimage-kde4
- Trim header
PR: ports/176385
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
06 Jun 2012 06:44:38
1.6.3_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
1.6.3_2
|
dinoex  |
- update png to 1.5.10 |
16 Feb 2012 15:57:34
1.6.3_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
13 Dec 2011 16:26:40
1.6.3
|
makc  |
Add new port graphics/showimage:
ShowImage is a simple KDE based image viewer using the maximum space
inside its window without cluttering the window with menubar, toolbar
or statusbar.
WWW: http://kde-apps.org/content/show.php/ShowImage?content=143977
PR: based on ports/162900
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Feature safe: yes |