Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 May 2020 09:32:48
1.2.5

|
amdmi3  |
- Add LICENSE_FILE
- Switch to options helpers
Approved by: portmgr blanket |
01 May 2020 06:51:02
1.2.5

|
tcberner  |
deskutils/semantik: update to 1.2.5 |
17 Dec 2019 18:07:34
1.2.4_1

|
tcberner  |
deskutils/semantik: allow for other python versions than 3.6
Reported by: antoine |
25 Nov 2019 18:13:04
1.2.4

|
tcberner  |
deskutils/semantik: update to 1.2.4 |
03 Nov 2019 16:47:02
1.2.3

|
tcberner  |
deskutils/semantik: update to 1.2.3 |
06 Jul 2019 09:30:10
1.2.2

|
tcberner  |
deskutils/semantik: update to 1.2.2 |
16 Jan 2019 11:13:45
1.2.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 ) |
03 Jan 2019 12:09:03
1.2.1

|
adridg  |
Update deskutils/semantik to 1.2.1
This is a minor bugfix release. From the changelog:
* Fix duplicate reference values
* Fix double prompts for overwriting files
* Fix map variables visibility when opening maps
* Fix document generator dialog's tab navigation
* Fix boundary objects' text alignment (diagrams)
* Fix pipe objects' resizing (diagrams)
* Fix component objects' margin sizes
* Enable newlines on most diagram objects #89
* Add global settings for commands to execute after a template is called |
24 Dec 2018 12:25:57
1.2.0

|
adridg  |
Update deskutils/semantik to version 1.2.0.
This version fixes a few UI issues and adds a few new features.
Changelog at https://gitlab.com/ita1024/semantik/blob/master/ChangeLog |
20 Dec 2018 14:00:47
1.1.0

|
adridg  |
Improve Makefile formatting of deskutils/semantik -- I had forgotten
to put linebreaks into the USES-lines. |
20 Dec 2018 11:31:27
1.1.0

|
adridg  |
Update deskutils/semantik (mind-mapping tool) to its Qt5-and-KF5 version.
Drop USE_OCAML, that does not seem to be used at all in the newer
version. There may be some quirks left: the application starts and
I can draw mind-maps with it, but the preview seems to be disabled.
Some translations are missing as well. |
02 Dec 2018 15:41:48
0.9.5_4

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
01 Oct 2018 21:43:18
0.9.5_4

|
rene  |
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping. |
28 Jun 2018 17:39:55
0.9.5_4

|
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 |
19 Feb 2018 11:10:43
0.9.5_4

|
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
10 Feb 2018 10:29:51
0.9.5_3

|
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 |
28 Oct 2017 05:05:01
0.9.5_2

|
tcberner  |
Add shebangfix. |
25 Apr 2017 08:20:31
0.9.5_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
22 Dec 2016 16:22:45
0.9.5

|
avilla  |
deskutils/semantik: update to 0.9.5
- Install new man page
- Fix build without NLS |
24 Aug 2016 08:20:31
0.9.4

|
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 |
29 Jul 2015 22:09:55
0.9.4

|
antoine  |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
29 Jun 2015 09:20:18
0.9.4

|
avilla  |
deskutils/semantik: update to 0.9.4 |
08 Apr 2015 15:05:49
0.8.4_3

|
bapt  |
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe |
19 Feb 2015 18:19:30
0.8.4_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 Oct 2014 11:52:39
0.8.4_3

|
bapt  |
Cleanup plist |
19 Oct 2014 08:50:18
0.8.4_3

|
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
10 Sep 2014 20:50:37
0.8.4_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
0.8.4_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 18:41:17
0.8.4_1

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
18 Feb 2014 14:31:33
0.8.4_1

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
13 Jan 2014 21:00:04
0.8.4

|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
14 Dec 2013 14:57:25
0.8.4

|
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
13 Nov 2013 10:26:59
0.8.4

|
avilla  |
- Update to 0.8.4.
- STAGEify.
- Use OPTIONS helpers. |
20 Sep 2013 16:21:38
0.8.3

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

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
24 Apr 2013 18:10:32
0.8.3

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
15 Jan 2013 02:12:00
0.8.3

|
avilla  |
- Update to 0.8.3.
- Make qt4-linguist a build-only dependency. |
28 Aug 2012 16:07:30
0.8.0
|
avilla  |
- Update to 0.8.0.
- Make NLS implicitly optional. |
06 Jun 2012 06:44:38
0.7.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
0.7.3_2
|
dinoex  |
- update png to 1.5.10 |
16 Feb 2012 15:57:34
0.7.3_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
23 Sep 2011 22:26:39
0.7.3
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
08 Apr 2011 16:25:43
0.7.3
|
avilla  |
- Fix build after recent ocaml update.
Submitted by: stas via e-mail |
20 Mar 2011 12:54:45
0.7.3
|
miwi  |
- Get Rid MD5 support |
25 Sep 2010 20:15:10
0.7.3
|
avilla  |
- Delete stale patches and fix build.
Reported by: pav
Approved by: tabthorpe (mentor) |
23 Sep 2010 15:39:58
0.7.3
|
avilla  |
- Update to semantik 0.7.3 for KDE 4.
PR: ports/137691
Submitted by: Nick Hibma <nick@van-laarhoven.org>
Approved by: tabthorpe (mentor) |