21 Commits

Author SHA1 Message Date
rsadowski
e3ac217b56 Update quazip to 1.3
- Remove uncomment likes in Makefile. "make test" works quite well.
- Patch out the hardcoded version in the include path. For example:
  Instead of include/QuaZip-Qt5-1.3/quazip/ we use include/QuaZip-Qt5/quazip/.
  This safe use from updating ports that don't use the CMake module.

OK bcallah@ (maintainer)
2022-08-29 13:32:29 +00:00
naddy
b2eabd8823 drop RCS Ids 2022-03-11 18:16:02 +00:00
bcallah
61a1b882b3 Update to quazip-0.8.1
Remove the qt5 FLAVOR; qt5 is the only supported/used version these days.
Disable the tests; they've not been updated for qt5 and aren't accessible
from the standard cmake build system.
Update all dependent ports to cope with the FLAVOR removal.
Requested by rsadowski@; improvements by sthen@
2020-01-25 22:57:56 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
d5f117ea6c actually bump 2017-07-28 11:23:44 +00:00
sthen
40d4fc8f94 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:34:37 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
zhuk
4d6ef80f0e Unbreak after recent Qt 5.9 update. 2017-07-17 22:45:19 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
bcallah
c71b98db20 Bugfix update to quazip, also this release tweaks the license.
Take maintainer.
ok rsadowski@
2017-06-30 22:11:09 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
zhuk
3985dcb549 Add Qt5 support to quazip, needed for upcoming port.
Also, tests do not require package installation first.
2016-12-26 12:38:07 +00:00
zhuk
974b126c27 Update to 0.7.2.
Now we have tests enabled (all pass).

From Rafael Sadowski (with some tweaks by me), thanks!
2016-04-30 16:37:55 +00:00
sthen
b0afd3bc40 remove bcallah as maintainer of his ports, at his request 2015-08-25 13:18:24 +00:00
bcallah
2f30aef1e8 Bugfix update to 0.7.1 - marble (it's only dependent) compiles/runs ok. 2015-01-10 05:00:40 +00:00
zhuk
a70b2d603a Make sure Qt4 is picked up, not Qt5. No package change.
okay bcallah@ (MAINTAINER)
2014-12-09 18:55:42 +00:00
bcallah
c5bd10f378 Update to 0.7 2014-09-13 13:11:17 +00:00
bcallah
edb913675f Update to 0.6.2
ok benoit@
2014-03-28 03:08:41 +00:00
bcallah
c186d28ce4 Import archivers/quazip, a Qt/C++ wrapper for ZIP/UNZIP
ok jturner@ landry@
2013-03-18 14:49:27 +00:00