Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.21.3_1 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 |
1.21.3 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
1.21.3 10 Oct 2018 12:11:04 |
tijl |
- Update to 1.21.3.
- Reorganise options to enable configurations that don't depend on
Ghostscript or Poppler. |
1.16.0_6 31 Aug 2018 16:52:01 |
yuri |
print/qpdf: Update 8.0.1 -> 8.2.1
PR: 230443
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: d.y.kazarov@mail.ru (maintainer's timeout; 24 days) |
1.16.0_5 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.16.0_4 20 Mar 2018 05:13:24 |
yuri |
print/qpdf: Update to 8.0.1
Port changes:
* Add the second license
Bump print/cups-filters
PR: 226370
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: d.y.kazarov@mail.ru (maintainer's timeout, 14 days) |
1.16.0_3 23 Feb 2018 09:42:32 |
tijl |
Take maintainership. |
1.16.0_3 23 Feb 2018 03:14:56 |
yuri |
print/cups-filters: cyberbotx@cyberbotx.com dropped maintainership
PR: 226133
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer), tcberner
(mentor, implicit) |
1.16.0_3 07 Feb 2018 20:52:26 |
yuri |
print/cups-filters: PORTREVSION bump for the print/qpdf library change in
r460458
PR: 225726
Reported by: O. Hartmann<ohartmann@walstatt.org>, tijl
Approved by: adamw (mentor, an obvious followup of D14201)
Differential Revision: https://reviews.freebsd.org/D14252 |
1.16.0_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.16.0_1 24 Aug 2017 15:49:34 |
swills |
Add missed PORTREVISION bumps after recent poppler update |
1.16.0 17 Aug 2017 19:21:20 |
swills |
print/cups-filters: Update to 1.16.0
PR: 221166
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.13.5 26 May 2017 08:41:48 |
tijl |
Always specify --with-pdftops-path to fix build with MUPDF option.
PR: 219548
Submitted by: Albert Ou <aou@eecs.berkeley.edu>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.13.5 06 May 2017 05:53:56 |
miwi |
- Update to 1.13.5
PR: 219016
Submitted by: maintainer |
1.13.4_3 10 Apr 2017 14:41:32 |
rezny |
Add a MUPDF option under PDFTOPS_RENDERER. When activated, mupdf will be used
instead of Ghostscript/Poppler. When inactive, mupdf is not a dependency.
PR: 217848
Submitted by: raivo.hool@gmail.com
Reviewed by: mat
Approved by: swills (mentor), cyberbotx@cyberbotx.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D10325 |
1.13.4_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.13.4_1 28 Mar 2017 05:30:50 |
pi |
print/cups-filters: fix printing of PDF files
- by explicitly referencing the path to pdftops
PR: 218175
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.13.4 22 Mar 2017 14:07:53 |
robak |
print/cups-filters: update 1.11.4 -> 1.13.4
* Add LICENSE
* Add dependency to mupdf
* Update distinfo
* Update pkg-plist
* Add patches to filter/gstoraster.c and filter/mupdftoraster.c due
to execvpe() not existing under FreeBSD
PR: 217848
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.11.4_1 07 Jan 2017 10:42:51 |
olivierd |
Chase update of graphics/poppler (and slaves ports) in revision r430777 |
1.11.4 03 Jan 2017 17:06:49 |
jbeich |
Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with. |
1.11.4 30 Sep 2016 19:45:50 |
pawel |
Update to version 1.11.4
PR: 212871
Submitted by: Naram Qashat (maintainer) |
1.10.0_1 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
1.10.0_1 05 Sep 2016 20:02:03 |
olivierd |
Chase update of Poppler after revision r421386 |
1.10.0 03 Aug 2016 19:06:00 |
pawel |
- Update to version 1.10.0
- Update required dependencies
PR: 211534
Submitted by: Naram Qashat (maintainer) |
1.9.0 25 Jun 2016 16:23:14 |
tijl |
Update to 1.9.0.
PR: 210575
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.8.3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.8.3 29 Mar 2016 14:19:09 |
tijl |
- Update cups-filters to 1.8.3.
- Move D-Bus dependency under a COLORD option.
- Make libijs dependency optional.
- Add BRAILLE option and add missing dependencies to it. There's no port of
liblouisutdml yet but it isn't strictly required.
- Move jpeg, png and tiff dependencies under an IMAGEFILTERS option.
- Add an option group for cups-browsed, move AVAHI under it and add LDAP.
- Add an option group to select the default PDF-to-PostScript renderer.
- Add --disable-silent-rules to CONFIGURE_ARGS to make build logs more
verbose.
PR: 208345
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.8.2_5 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.8.2_4 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.8.2_3 20 Mar 2016 11:26:09 |
tijl |
- Update print/qpdf to 6.0.0.
- Remove bash dependency.
- Remove SDK option. It was added to prevent installation of headers
because they sometimes cause build conflicts with newer versions of qpdf
due to incorrect order of -I flags. This has been fixed now.
- Add DOCS option.
- Replace patch-configure with CPPFLAGS/LIBS and a post-patch command in
the Makefile to take into account ${LOCALBASE} and ${MAKE_CMD}.
- Remove patches that have been fixed upstream.
- Add a patch for libtest/build.mk to change the order of LIBS and
LIBS_libqpdf. LIBS may contain user supplied -L flags like
-L/usr/local/lib which have to appear after upstream -L flags so programs
are linked against freshly built libraries on not an older version in
/usr/local/lib. The other build.mk files already do this right.
- Add a patch for make/libtool.mk to change the order of $ldflags and $libs.
Upstream puts -L flags in $ldflags.
PR: 207751
Approved by: d.y.kazarov@mail.ru (maintainer) |
1.8.2_2 13 Mar 2016 21:16:26 |
tijl |
- Let foomatic-rip use /bin/sh instead of /bin/bash.
- Patch foomatic-rip to reset stdin after replacing the underlying file
descriptor.
- Remove a patch for the pdftops filter that is no longer needed.
Submitted by: Alexander Zagrebin <alex@zagrebin.ru> |
1.8.2_1 11 Mar 2016 11:53:42 |
tijl |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
1.8.2 15 Feb 2016 16:51:06 |
pi |
print/foomatic-filters: remove CONFLICT with cups-filters
PR: 207181
Submitted by: Vladimir Omelchuk <admin@vladiom.com.ua>
Approved by: cyberbotx@cyberbotx.com (maintainer) |
1.8.2 14 Feb 2016 06:18:09 |
pi |
print/cups-filters, print/foomatic-filters: add CONFLICTS
PR: 207172
Submitted by: admin@vladiom.com.ua |
1.8.2 13 Feb 2016 21:03:20 |
pi |
print/cups-filters: 1.5.0 -> 1.8.2
Changes:
http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/changes
PR: 206720
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.5.0_1 21 Jan 2016 19:40:10 |
kwm |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3] |
1.5.0 22 Dec 2015 04:34:49 |
miwi |
- Update to 1.5.0
PR: 205395
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: D4627 |
1.4.0 17 Dec 2015 18:31:45 |
feld |
print/cups-filters: Update to 1.4.0
This update resolves a code execution vulnerability.
Approved by: ports-secteam (with hat)
MFH: 2015Q4
Security: CVE-2015-8560 |
1.3.0 11 Dec 2015 10:02:40 |
sunpoet |
- Update to 1.3.0
Changes: http://fossies.org/linux/cups-filters/NEWS
PR: 205235
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.2.0 08 Dec 2015 16:58:25 |
miwi |
- Update to 1.2.0
PR: 204915
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4400 |
1.1.0 07 Nov 2015 13:17:24 |
pawel |
Update to version 1.1.0
PR: 204114
Submitted by: Naram Qashat (maintainer) |
1.0.76 24 Sep 2015 18:11:25 |
jbeich |
print/cups-filters: update to 1.0.76
- Drop MAKE_JOBS_UNSAFE after testing with -j32 on Core2 Quad
Changes: /usr/local/share/doc/cups-filters/NEWS
PR: 202686
Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer) |
1.0.71_2 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
1.0.71_1 02 Aug 2015 16:06:17 |
kwm |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1] |
1.0.71 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
1.0.71 03 Jul 2015 19:20:32 |
feld |
Update to 1.0.71
Resolves CVE-2015-3279
PR: 201311
Submitted by: maintainer |
1.0.70 30 Jun 2015 21:47:58 |
amdmi3 |
- Update to 1.0.70
PR: 201134
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Differential Revision: |
1.0.69 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.0.69 15 Jun 2015 12:03:13 |
amdmi3 |
- Update to 1.0.69
PR: 200798
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
1.0.68 18 May 2015 19:09:46 |
amdmi3 |
- Update to 1.0.68
PR: 199971
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
1.0.67 16 May 2015 17:39:09 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.0.67 12 Mar 2015 18:27:39 |
sunpoet |
- Update to 1.0.67
PR: 198543
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.0.66 06 Mar 2015 12:24:41 |
robak |
print/cups-filters: update 1.0.65 -> 1.0.66
PR: 198294
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.0.65 25 Feb 2015 13:16:32 |
arved |
Update to 1.0.65
PR: 152982
Submitted by: maintainer |
1.0.62_1 03 Feb 2015 12:28:24 |
kwm |
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2] |
1.0.62 26 Jan 2015 19:18:50 |
amdmi3 |
- Update to 1.0.62
PR: 196971
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
1.0.61_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.0.61_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.0.61_1 25 Nov 2014 12:55:54 |
makc |
Bump PORTREVISION after graphics/poppler update to 0.26.3 |
1.0.61 17 Oct 2014 13:24:47 |
robak |
print/cups-filters: update 1.0.58 -> 1.0.61
- Fixes in pkg-plist
PR: 194172
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: mentors (implicit) |
1.0.58 20 Sep 2014 20:45:11 |
pawel |
Update to version 1.0.58
PR: ports/193780
Submitted by: maintainer |
1.0.57_3 12 Sep 2014 13:25:17 |
kmoore |
- cups-filters requires pdftops during build / runtime to
support Brother, Minolta, and Konica Minolta and possible others.
- Bump PORTREV
Approved by: Maintainer |
1.0.57_2 10 Sep 2014 20:50:37 |
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) |
1.0.57_1 21 Aug 2014 18:22:17 |
kmoore |
- Fix cups-filter failing on a number of printer classes that use poppler's
"pdftops"
- Bump PORTREV
Approved by: Maintainer |
1.0.57 15 Aug 2014 13:11:41 |
danilo |
- Update from 1.0.55 to 1.0.57
PR: 192650
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.0.55 09 Aug 2014 12:58:39 |
wg |
print/cups-filters: update to 1.0.55
PR: 192498
Submitted by: maintainer |
1.0.54_1 17 Jun 2014 12:41:28 |
amdmi3 |
- Add missing USES=libtool to print/qpdf, drop .la files
- Bump dependent port (print/cups-filters) as .so version has changed
Approved by: portmgr blanket |
1.0.54 07 Jun 2014 18:28:33 |
danilo |
- Update from 1.0.53 to 1.0.54
- Add libtool to USES
PR: ports/190758
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.0.53_1 23 May 2014 18:08:04 |
bsam |
print/cups-filters: a try to fix build at jenkins:
https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/780/logs/errors/cups-filters-1.0.53_1.log
Since I can't reproduce the build error, let's assume that it's a jobs
unsave error:
-----
[...]
--- libfontembed.la ---
CCLD libfontembed.la
[...]
--- bannertopdf ---
CXXLD bannertopdf
libtool: link: cannot find the library `libfontembed.la' or unhandled argument
`libfontembed.la'
*** [bannertopdf] Error code 1
----- |
1.0.53_1 22 May 2014 12:48:43 |
bsam |
print/cups-filters: add missing rc script
. add imissing rc script; [1]
. bump PORTREVISION.
PR: ports/190086 [1]
Submitted by: Rafael Ostertag <rafi@guengel.ch> [1]
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [1] |
1.0.53 26 Apr 2014 08:15:49 |
bsam |
print/cups-filters: update to version 1.0.53. |
1.0.52 10 Apr 2014 19:45:16 |
bsam |
print/cups-filters: update to 1.0.52 and hand over to the new maintainer
. update to version 1.0.52;
. transfer the port to the submitter.
PR: ports/188371
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.0.50 05 Apr 2014 16:23:58 |
bsam |
print/cups-filters: update to version 1.0.50.
This should fix a reported regression (I managed to reproduce
it with HP laser printers) when a job is printed but remains
in a job query.
Reported by: Dr. Peter Voigt <pvoigt@uos.de>
Tested by: Dr. Peter Voigt <pvoigt@uos.de>
Discussed at: freebsd-ports@
MFH: 2014Q2 |
1.0.42 30 Mar 2014 21:33:51 |
bapt |
Add cups-filters, it contains backends, filters and other
software that was once part of the core CUPS distribution but is
no longer maintained by Apple Inc
PR: ports/186824
Submitted by: bsam |