Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.0.16_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.16_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 May 2020 09:46:04
1.0.16_1
|
tcberner  |
graphics/scantailor: prepare for Qt5-5.15 |
11 Dec 2019 17:53:49
1.0.16_1
|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
23 Sep 2019 06:20:40
1.0.16
|
linimon  |
Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
22 Sep 2019 20:15:06
1.0.16
|
pi  |
Resurrect and update port: graphics/scantailor
Scan Tailor Advanced is an interactive post-processing tool for
scanned pages. It performs operations such as page splitting,
deskewing, and removing garbage. All operations can be done
automatically, however it's still possible to manually correct their
results
WWW: https://github.com/4lex4/scantailor-advanced
PR: 240751
Submitted by: m.ne@gmx.net |
16 Mar 2019 21:55:51
0.9.11.1_15
|
tcberner  |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 00:15:50
0.9.11.1_15
|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
02 Dec 2018 15:41:48
0.9.11.1_14
|
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 Sep 2018 13:28:52
0.9.11.1_14
|
jbeich  |
graphics/scantailor: unbreak build with Clang 6 (C++14 by default)
filters/page_split/PageLayoutEstimator.cpp:524:25: error: no matching function
for call to 'bind'
span_finder.find(hist, bind(&std::deque<Span>::push_back, var(spans),
_1));
^~~~
/usr/include/c++/v1/functional:2327:1: note: candidate template ignored:
couldn't infer template argument '_Fp'
bind(_Fp&& __f, _BoundArgs&&... __bound_args)
^
/usr/include/c++/v1/functional:2336:1: note: candidate template ignored:
couldn't infer template argument '_Rp'
bind(_Fp&& __f, _BoundArgs&&... __bound_args)
^
/usr/local/include/boost/lambda/detail/bind_functions.hpp:333:1: note: candidate
template ignored: couldn't infer template argument 'Result'
bind(Result(&a1)(Par1, Par2), const Arg2& a2, const Arg3& a3) {
^
/usr/local/include/boost/lambda/detail/bind_functions.hpp:361:1: note: candidate
template ignored: couldn't infer template argument 'Arg1' (Only the first 15 lines of the commit message are shown above ) |
09 Aug 2018 06:58:31
0.9.11.1_14
|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
28 Jun 2018 17:39:55
0.9.11.1_13
|
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 |
18 Jun 2018 14:00:43
0.9.11.1_13
|
linimon  |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
18 Apr 2018 13:57:43
0.9.11.1_13
|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
23 Feb 2018 21:09:47
0.9.11.1_12
|
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
18 Jan 2018 04:11:03
0.9.11.1_12
|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
25 Sep 2017 00:08:17
0.9.11.1_11
|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
0.9.11.1_10
|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
02 May 2017 06:48:11
0.9.11.1_9
|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
06 Jan 2017 08:45:04
0.9.11.1_8
|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
23 Nov 2016 12:45:47
0.9.11.1_7
|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
22 Aug 2016 13:40:50
0.9.11.1_6
|
vg  |
- Fix complie errors
PR: ports/211652
Submitted by: w.schwarzenfeld@utanet.at |
01 Apr 2016 14:00:57
0.9.11.1_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
09 Feb 2016 20:21:57
0.9.11.1_6
|
amdmi3  |
- Fix build with boost 1.60
PR: 199601
Approved by: portmgr blanket |
11 Sep 2015 09:42:11
0.9.11.1_6
|
rakuco  |
Drop USES=iconv.
The port does not actually use iconv anywhere, so drop the unnecessary
dependency.
PR: 202718
Approved by: maintainer timeout (vg, 14 days) |
22 Jun 2015 18:33:22
0.9.11.1_5
|
antoine  |
Convert to USES=jpeg |
25 Dec 2014 20:54:43
0.9.11.1_5
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
0.9.11.1_4
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
20 Oct 2014 17:04:21
0.9.11.1_4
|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
0.9.11.1_4
|
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) |
01 Jul 2014 09:13:28
0.9.11.1_3
|
vg  |
- Support staging. |
22 Jun 2014 16:46:17
0.9.11.1_3
|
tijl  |
Bump PORTREVISION for jbigkit library version bump.
Approved by: portmgr (implicit) |
10 Mar 2014 20:55:22
0.9.11.1_2
|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
21 Feb 2014 13:37:16
0.9.11.1_1
|
ehaupt  |
Remove trailing whitespaces from category graphics |
10 Feb 2014 13:54:28
0.9.11.1_1
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
26 Oct 2013 00:52:36
0.9.11.1_1
|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
18 Oct 2013 12:00:08
0.9.11.1
|
vg  |
- Fixed build on 10.x
- Added depend by GCC
Approved by: eadler, osa, rm (mentors, implicit) |
20 Sep 2013 18:35:46
0.9.11.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
14 Aug 2013 22:35:54
0.9.11.1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
07 Aug 2013 08:40:18
0.9.11.1
|
vg  |
- Update to 0.9.11.1
- Trim comment
- Trim Desktop entry file
- Add icon and docs
- Add HTML LATEX Options
- Add dependency for devel/doxygen
- Trim pkg-plist
PR: ports/179356
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: osa (mentor) |
22 Jul 2013 14:34:23
0.9.11_1
|
vg  |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
14 May 2013 19:13:10
0.9.11_1
|
rakuco  |
- Fix plist.
- Remove numbers from the dependencies.
- Adjust URL in pkg-descr to the new format.
PR: ports/178615
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
27 Apr 2013 11:59:29
0.9.11
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
24 Apr 2013 07:35:41
0.9.11
|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
0.9.11
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
31 Jan 2013 13:38:43
0.9.11
|
bapt  |
Chase boost update |
23 Jan 2013 15:00:19
0.9.10_2
|
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
06 Jun 2012 06:44:38
0.9.10_1
|
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.9.10_1
|
dinoex  |
- update png to 1.5.10 |
15 Sep 2011 18:17:07
0.9.10
|
pawel  |
- Update to version 0.9.10 [1]
- Mark MAKE_JOBS_SAFE [2]
- Add desktop entry [2]
PR: ports/160633
Submitted by: maintainer [1], myself [2]
Approved by: maintainer, miwi, wen (mentors implicit) |
10 Apr 2011 20:00:33
0.9.9.2
|
makc  |
Update to 0.9.9.2
PR: ports/156052
Submitted by: Gvozdikov Veniamin (maintainer) |
27 Dec 2010 20:55:08
0.9.8_1
|
pav  |
- Fix build with new boost
Submitted by: Alexander Churanov <alexanderchuranov@gmail.com> |
31 May 2010 02:01:56
0.9.8_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
16 May 2010 09:16:46
0.9.8
|
miwi  |
Scan Tailor is an interactive post-processing tool for scanned pages.
It performs operations such as page splitting, deskewing, and removing
garbage. All operations can be done automatically, however it's still
possible to manually correct their results
WWW: http://scantailor.sourceforge.net/
PR: ports/146542
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> |