34 Commits

Author SHA1 Message Date
ajacoutot
3e42020337 Update to qpdf-9.1.0. 2019-11-23 12:31:55 +00:00
ajacoutot
dfa444bc57 Update to qpdf-9.0.2. 2019-10-19 10:17:07 +00:00
ajacoutot
52a66121f7 Update to qpdf-9.0.1. 2019-09-22 07:51:26 +00:00
ajacoutot
a9a3cbc676 Update to qpdf-9.0.0. 2019-09-07 16:16:36 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
ajacoutot
11464200c1 Update to qpdf-8.4.2. 2019-05-19 15:01:25 +00:00
ajacoutot
0a6c1b2a28 Update to qpdf-8.4.1. 2019-04-28 09:45:45 +00:00
ajacoutot
a76930382b Update to qpdf-8.4.0. 2019-02-05 09:33:50 +00:00
ajacoutot
5ca32e33e4 Update to qpdf-8.3.0. 2019-01-08 12:14:44 +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
ajacoutot
eaecc224d4 Update to qpdf-8.2.1. 2018-08-19 08:32:32 +00:00
ajacoutot
44d1b39851 Update to qpdf-8.1.0. 2018-06-24 07:37:32 +00:00
ajacoutot
2d8299b071 Update to qpdf-8.0.2. 2018-04-09 09:20:39 +00:00
ajacoutot
0183b561fe Update to qpdf-7.0beta1.
- needed for an upcoming cups-filters update
2017-08-23 07:40:49 +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
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
ajacoutot
b18af88bc7 Update to qpdf-6.0.0. 2015-11-11 09:29:20 +00:00
ajacoutot
9cd1e888e2 Update to qpdf-5.1.3. 2015-05-25 06:00:28 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
ajacoutot
caa9bbf235 Update to qpdf-5.1.2. 2014-07-08 16:04:04 +00:00
ajacoutot
80f05bbbfc Update to qpdf-5.1.1 which brings some performance improvements. 2014-01-20 10:55:04 +00:00
ajacoutot
35dc5060ca Update to qpdf-5.1.0. 2013-12-21 08:57:20 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
ajacoutot
eef2f1e539 Minor update to qpdf-5.0.1. 2013-10-27 08:38:31 +00:00
ajacoutot
b13e173f34 Update to qpdf-5.0.0. 2013-07-12 07:54:34 +00:00
ajacoutot
09d3947a14 Update to qpdf-4.1.0. 2013-06-17 13:39:28 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
ajacoutot
ff9c30b92b Update to qpdf-4.0.1. 2013-03-14 20:30:33 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
d0d5032b31 Bugfix update to qpdf-3.0.2. 2012-09-08 07:55:00 +00:00
ajacoutot
d8526bfa23 Import qpdf-3.0.1.
QPDF is a command-line program that does structural, content-preserving
transformations on PDF files. It could have been called something like
pdf-to-pdf. It also provides many useful capabilities to developers of
PDF-producing software or for people who just want to look at the
innards of a PDF file to learn more about how they work.

This will be needed by an update to cups-filters which I am working on.
ok jasper@
2012-08-24 07:38:57 +00:00