Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Nov 2020 18:57:01
1.1

|
tcberner  |
archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports |
25 May 2020 13:13:44
0.9.1

|
tcberner  |
archivers/quazip: update to 0.9.1 |
01 May 2020 07:08:21
0.9

|
tcberner  |
archivers/quazip: update to 0.9 |
26 Jul 2019 20:46:57
0.8.1_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 |
27 May 2019 19:08:50
0.8.1

|
tcberner  |
archivers/quazip: update to 0.8.1
- only change is the removed patch |
25 May 2019 16:18:34
0.8

|
tcberner  |
archivers/quazip: update to 0.8
From the changelog:
* Support for UTF-8 in file names and comments (Denis Zavorotnyy)
* get/setOsCode(), get/setDefaultOsCode()
* Fixed Z_STREAM_END handling in QuaZioDevic |
16 Mar 2019 19:37:25
0.7.6_2

|
tcberner  |
archivers/quazip: remove flavors (Qt4 deprecation) |
16 Jan 2019 11:13:45
0.7.6_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 ) |
05 Jan 2019 14:10:18
0.7.6

|
tcberner  |
archivers/quazip: upgrade to 0.7.6
- the project has moved to github. |
25 Dec 2018 20:25:40
0.7.3_3

|
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 |
16 Dec 2018 16:49:17
0.7.3_3

|
rene  |
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner |
12 Dec 2018 01:35:36
0.7.3_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Dec 2018 15:41:48
0.7.3_2

|
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 Nov 2018 01:40:47
0.7.3_1

|
linimon  |
Appease portlint. |
20 Oct 2018 17:01:44
0.7.3_1

|
tcberner  |
archivers/quazip: fix build with GCC-based architectures
PR: 231690
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
28 Jun 2018 17:39:55
0.7.3_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 |
11 Mar 2018 10:05:43
0.7.3_1

|
tcberner  |
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640 |
06 Feb 2017 10:20:07
0.7.3

|
rakuco  |
Update archivers/quazip and archivers/quazip-qt5 to 0.7.3. |
18 Sep 2016 20:21:02
0.7.2_1

|
tcberner  |
Convert archivers/quazip-qt5 into a slave port, and switch to cmake for
archivers/quazip.
* Convert to slaveport, as they are very similar
* Switch to cmake in archviers/quazip
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7909 |
17 Sep 2016 09:31:15
0.7.2

|
tcberner  |
Update archivers/quazip and archivers/quazip-qt5 to 0.7.2
[The previous commit r22303 skipped archives/quazip]
* archivers/quazip
Regenerate the qztest.pro patch for archivers/quazip
* archivers/quazip-qt5
Drop the coinstallability patch as it is now part of the release
Add upstreamed patch by rakuco@ to fix linking
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7726 |
16 Sep 2016 10:05:42
0.7.1

|
tcberner  |
Take maintainership of archivers/quazip
> I was wondering if you were willing to push archivers/quazip onto kde@
Of course, assign the maintanership to kde@, please. :)
Approved by: nivit (previous maintainer), rakuco (mentor) |
26 Jul 2016 16:51:16
0.7.1

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
11 Feb 2015 09:20:19
0.7.1

|
nivit  |
- Update to 0.7.1
- Add net/qt4-network to build dependencies and
remove devel/qt4-testlib from run dependencies |
19 Oct 2014 23:12:07
0.6.2

|
bapt  |
Clean up plist |
30 Mar 2014 03:10:03
0.6.2

|
nivit  |
- Add a patch to fix build, when a previous version is installed |
17 Mar 2014 15:54:23
0.6.2

|
swills  |
- Update to 0.6.2
- Fixes build on 11-CURRENT
PR: ports/186611
Submitted by: rakuco
Approved by: maintainer timeout (nivit, >4 weeks) |
21 Jan 2014 22:56:00
0.5.1

|
bapt  |
Fix properties on pkg-plist |
22 Nov 2013 12:55:00
0.5.1

|
makc  |
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
20 Sep 2013 13:11:21


|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
28 Aug 2013 15:40:54
0.5.1

|
nivit  |
- Unbreak the port by a patch suitable for the newer zlib
PR: ports/181360
Submitted by: marino |
24 Jul 2013 06:01:04
0.5.1

|
bapt  |
Mark as broken: does not build
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::read()':
testquagzipfile.cpp:11: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:11: error: expected primary-expression before '=' token
testquagzipfile.cpp:12: error: expected primary-expression before ',' token
testquagzipfile.cpp:13: error: expected primary-expression before ')' token
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::write()':
testquagzipfile.cpp:35: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:35: error: expected primary-expression before '=' token
testquagzipfile.cpp:38: error: expected primary-expression before ',' token
testquagzipfile.cpp:39: error: expected primary-expression before ')' token
Reported by: pkg-fallout |
16 Jun 2013 13:50:54
0.5.1

|
nivit  |
- Commit updating of distinfo file for 0.5.1 |
16 Jun 2013 13:49:17
0.5.1

|
nivit  |
- Update to 0.5.1
- Add qtestlib to USE_QT4
- Add files/patch-qztest__testquagzipfile.cpp
Build log: http://goo.gl/LJHzO |
06 Mar 2013 22:55:05
0.5

|
nivit  |
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
WWW: http://quazip.sourceforge.net/ |