Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_1 25 Jan 2023 06:21:47 |
Tobias C. Berner (tcberner) |
archivers/quazip: add flavors for Qt 5 and Qt 6 |
1.4 23 Jan 2023 17:20:15 |
Dima Panov (fluffy) |
archivers/quazip: update to 1.4 release (+)
This release is mainly about bzip2 compression support. |
1.3 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3 17 Apr 2022 22:19:25 |
Adriaan de Groot (adridg) |
archivers/quazip: update to 1.3, latest upstream
Release notes are at
https://github.com/stachenov/quazip/releases/tag/v1.3
Mostly internal improvements. |
1.2 09 Dec 2021 10:25:22 |
Adriaan de Groot (adridg) |
archivers/quazip: update to 1.2, latest upstream
Release notes are here:
https://github.com/stachenov/quazip/releases/tag/v1.2
There are a handful of internal changes that don't affect us
(allowing QtZip, for instance) or don't show up in our use of
quazip (-lz in pkgconfig file). There's one relevant change
to close() that **might** affect consumers, but then I'd expect
bug reports from the consumers about failures on load/save.
While here, move the libraries needed only for testing to _build.
Bumping PORTREVISION of consumers.
Reported by: portscout |
1.1 06 Sep 2021 19:56:39 |
Bernhard Froehlich (decke) |
archivers/quazip: Add CPE information
Approved by: portmgr (blanket) |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 08 Nov 2020 18:57:01 |
tcberner |
archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports |
0.9.1 25 May 2020 13:13:44 |
tcberner |
archivers/quazip: update to 0.9.1 |
0.9 01 May 2020 07:08:21 |
tcberner |
archivers/quazip: update to 0.9 |
0.8.1_1 26 Jul 2019 20:46:57 |
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 |
0.8.1 27 May 2019 19:08:50 |
tcberner |
archivers/quazip: update to 0.8.1
- only change is the removed patch |
0.8 25 May 2019 16:18:34 |
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 |
0.7.6_2 16 Mar 2019 19:37:25 |
tcberner |
archivers/quazip: remove flavors (Qt4 deprecation) |
0.7.6_1 16 Jan 2019 11:13:45 |
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 ) |
0.7.6 05 Jan 2019 14:10:18 |
tcberner |
archivers/quazip: upgrade to 0.7.6
- the project has moved to github. |
0.7.3_3 25 Dec 2018 20:25:40 |
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 |
0.7.3_3 16 Dec 2018 16:49:17 |
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 |
0.7.3_3 12 Dec 2018 01:35:36 |
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 |
0.7.3_2 02 Dec 2018 15:41:48 |
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 |
0.7.3_1 01 Nov 2018 01:40:47 |
linimon |
Appease portlint. |
0.7.3_1 20 Oct 2018 17:01:44 |
tcberner |
archivers/quazip: fix build with GCC-based architectures
PR: 231690
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.7.3_1 28 Jun 2018 17:39:55 |
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 |
0.7.3_1 11 Mar 2018 10:05:43 |
tcberner |
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640 |
0.7.3 06 Feb 2017 10:20:07 |
rakuco |
Update archivers/quazip and archivers/quazip-qt5 to 0.7.3. |
0.7.2_1 18 Sep 2016 20:21:02 |
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 |
0.7.2 17 Sep 2016 09:31:15 |
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 |
0.7.1 16 Sep 2016 10:05:42 |
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) |
0.7.1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.7.1 11 Feb 2015 09:20:19 |
nivit |
- Update to 0.7.1
- Add net/qt4-network to build dependencies and
remove devel/qt4-testlib from run dependencies |
0.6.2 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
0.6.2 30 Mar 2014 03:10:03 |
nivit |
- Add a patch to fix build, when a previous version is installed |
0.6.2 17 Mar 2014 15:54:23 |
swills |
- Update to 0.6.2
- Fixes build on 11-CURRENT
PR: ports/186611
Submitted by: rakuco
Approved by: maintainer timeout (nivit, >4 weeks) |
0.5.1 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
0.5.1 22 Nov 2013 12:55:00 |
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) |
0.5.1 28 Aug 2013 15:40:54 |
nivit |
- Unbreak the port by a patch suitable for the newer zlib
PR: ports/181360
Submitted by: marino |
0.5.1 24 Jul 2013 06:01:04 |
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 |
0.5.1 16 Jun 2013 13:50:54 |
nivit |
- Commit updating of distinfo file for 0.5.1 |
0.5.1 16 Jun 2013 13:49:17 |
nivit |
- Update to 0.5.1
- Add qtestlib to USE_QT4
- Add files/patch-qztest__testquagzipfile.cpp
Build log: http://goo.gl/LJHzO |
0.5 06 Mar 2013 22:55:05 |
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/ |