non port: converters/wkhtmltopdf/Makefile |
SVNWeb
|
Number of commits found: 73 |
Fri, 25 Aug 2023
|
[ 16:55 Kurt Jaeger (pi) Author: Jonathan Chen ] 9c0deb5
converters/wkhtmltopdf: unbreak build
- remove "register" keyword usage from C++ files
This fixes breakage introduced in 95274bf4f99c71fc056013d966aec239161dfd74
PR: 273334
|
Fri, 18 Aug 2023
|
[ 02:57 Muhammad Moinur Rahman (bofh) ] 2367976
converters/wkhtmltopdf: Mark BROKEN on 14
- Fails to build with:
use of undeclared identifier 'needsToUnregister'
Have treid to build with llvm14 and llvm15 with the same result
- Mark DEPRECATED as upstream has abandoned the project. See for more
information:
https://wkhtmltopdf.org/status.html
- Consider print/py-weasyprint as a replacemnent
- Set EXPIRATION_DATE to 2024-06-30 expecting that we will have llvm16
on 13.3 and 13.3 will be released around mid of 2024
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Fri, 28 Jul 2023
|
[ 17:13 Daniel Engberg (diizzy) ] 664a2fa (Only the first 10 of 502 ports in this commit are shown above. )
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
|
Wed, 26 Jul 2023
|
[ 00:48 Muhammad Moinur Rahman (bofh) ] 95274bf (Only the first 10 of 190 ports in this commit are shown above. )
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Sun, 16 Jul 2023
|
[ 17:46 Muhammad Moinur Rahman (bofh) ] d063fe8
converters/wkhtmltopdf: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 9ee281e (Only the first 10 of 127 ports in this commit are shown above. )
converters: 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>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above )
|
Wed, 16 Jun 2021
|
[ 09:00 Piotr Kubaj (pkubaj) ] e968e4b
converters/wkhtmltopdf: fix build on powerpc
Same issue as on i386.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 6 Jan 2021
|
[ 00:23 pkubaj ]
converters/wkhtmltopdf: fix build on GCC architectures
Both GCC 4.2 and 9 can't build this port, but 8 can, so add GCC architectures to
the conditional.
|
Tue, 5 Jan 2021
|
[ 18:46 pi ]
converters/wkhtmltopdf: USE_GCC only on i386
Reported by: arrowd
|
Sun, 15 Nov 2020
|
[ 10:23 pi ]
converters/wkhtmltopdf: fix build on arm64/aarch64
PR: 250952
Submitted by: rasmus@gal.dk
Reviewed by: linimon
MFH: 2020Q4
|
Mon, 21 Sep 2020
|
[ 19:26 pkubaj ]
converters/wkhtmltopdf: fix build on GCC architectures
USES=compiler:c++11-lang overwrites USE_GCC=8.
The patch adding LDFLAGS for gcc is missing.
|
Thu, 23 Jul 2020
|
[ 01:34 pi ]
converters/wkhtmltopdf: update 0.12.5 -> 0.12.6, fix build
- remove dependency on www/qt5-webkit
- BREAKING CHANGE: block local filesystem access by default
- pet portlint
PR: 243349, 248039, 247556, 241397
Submitted by: r.quakkelaar@quaras.nl
Reported by: ohartmann@walstatt.org, rs@bytecamp.net
Reviewed by: jonc@chen.org.nz, jhibbits
Relnotes: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.6
|
Mon, 4 Nov 2019
|
[ 21:36 zeising ] (Only the first 10 of 43 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
|
Sat, 19 Oct 2019
|
[ 14:06 pi ]
converters/wkhtmltopdf: fix build by adding LIB_DEPENDS on www/qt5-webkit
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sun, 24 Mar 2019
|
[ 18:44 pi ]
converters/wkhtmltopdf: unbreak with openssl111
1) Building the port with openssl from ports leads to an error:
Error: /usr/local/bin/wkhtmltoimage is linked to
/usr/local/lib/libssl.so.9 from security/openssl
but it is not declared as a dependency
2) Building the port with openssl111 from ports does not fail any more.
The Patch fixes both issues.
PR: 236755
Submitted by: dinoex
|
Sat, 5 Jan 2019
|
[ 22:03 pi ]
converters/wkhtmltopdf: fix build with openssl 1.1.1
PR: 234555
Submitted by: Ashish Kulkarni <kulkarni.ashish@gmail.com> (upstream)
Reported by: rainer@ultra-secure.de
MFH: 2019Q1
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 10 Nov 2018
|
[ 10:09 mat ] (Only the first 10 of 86 ports in this commit are shown above. )
security/openssl-devel was removed, but there is a security/openssl111 now.
|
Tue, 2 Oct 2018
|
[ 04:00 pi ]
converters/wkhtmltopdf: fix build on powerpc64
- requires USES=compiler:c++11-lang to build on powerpc64
- It also requires changing values in mkspecs to point to proper compiler
PR: 231858
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: Hardware by IntegriCloud
|
Thu, 21 Jun 2018
|
[ 16:52 tcberner ] (Only the first 10 of 105 ports in this commit are shown above. )
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
|
Wed, 13 Jun 2018
|
[ 13:58 pi ]
converters/wkhtmltopdf: add run-dependency on x11-fonts/webfonts
- otherwise characters are rendered as small blocks
PR: 189424
Submitted by: Vick Khera <vivek@khera.org>
|
[ 05:24 pi ]
converters/wkhtmltopdf: update 0.12.4 -> 0.12.5, unbreak
- take maintainer
PR: 228968, 228732
Submitted by: truckman, pi
Reviewed by: Ashish Kulkarni <kulkarni.ashish@gmail.com> (upstream)
Approved by: mm (maintainer)
Relnotes: https://github.com/wkhtmltopdf/wkhtmltopdf/releases
|
Fri, 9 Mar 2018
|
[ 22:46 linimon ]
Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 24 Feb 2018
|
[ 11:31 antoine ]
Unbreak
|
[ 09:07 mm ]
Mark wkhtmltopdf as broken for clang >= 6.0 until fixed
|
Fri, 16 Feb 2018
|
[ 17:52 brnrd ] (Only the first 10 of 26 ports in this commit are shown above. )
BROKEN_SSL: Add REASON for breakage
Reported by: matwq
|
[ 13:44 brnrd ]
security/openssl-devel: Mark broken cat c*
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Mon, 27 Mar 2017
|
[ 14:32 grembo ]
Update to 0.12.4
Also:
- strips binaries
- changes plist to alphabetical order
- adds a patch from 0.12.5-dev to support the use of client certificates
and private CAs (-ssl-key-password,--ssl-crt-path,--ssl-key-path),
see also https://github.com/wkhtmltopdf/wkhtmltopdf/pull/3206
PR: 217922
Approved by: mm (maintainer)
|
Mon, 14 Nov 2016
|
[ 05:03 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Fri, 9 Sep 2016
|
[ 23:27 marino ]
converters/wkhtmltopdf: Document SSL build requirement
Approved by: SSL blanket
|
Mon, 4 Jul 2016
|
[ 20:44 mm ]
Update converters/wkhtmltopdf to 0.12.3.2
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 4 Sep 2015
|
[ 07:35 danfe ]
- Remove "BROKEN on powerpc" statement: the port builds and links fine
- Fix LICENSE_FILE knob, reindent USES/USE_* block, kill EOL whitespace
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] (Only the first 10 of 152 ports in this commit are shown above. )
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above )
|
Thu, 2 Apr 2015
|
[ 14:41 mat ]
Cleanup old unneeded bits.
Sponsored by: Absolight
|
Mon, 19 Jan 2015
|
[ 13:11 mm ]
Update wkhtmltopdf to 0.12.2.1
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 29 Jun 2014
|
[ 16:24 mm ]
Remove unnecessary define
|
[ 10:27 mm ]
Update wkhtmltopdf to 0.12.1
|
Wed, 25 Jun 2014
|
[ 06:49 antoine ]
This line got lost during the GMAKE -> MAKE_CMD conversion
|
Tue, 24 Jun 2014
|
[ 22:27 bapt ]
Convert GMAKE to MAKE_CMD
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sat, 8 Feb 2014
|
[ 10:57 mm ]
Use all distfiles from github using the new qt tag
Thanks to: Ashish Kulkarni (upstream developer)
|
Fri, 7 Feb 2014
|
[ 01:15 mm ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 0.12.0 and support staging
|
Wed, 11 Dec 2013
|
[ 15:15 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in converters
|
Tue, 29 Oct 2013
|
[ 22:32 mm ]
Do not depend on gcc on FreeBSD 9 and lower
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Sun, 20 Oct 2013
|
[ 19:37 mm ]
Compile wkhtmltopdf under FreeBSD 10.x by dependig on gcc
TODO: backport patches from www/qt4-webkit
|
Fri, 20 Sep 2013
|
[ 16:05 bapt ] (Only the first 10 of 161 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
|
Mon, 16 Sep 2013
|
[ 10:58 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 23 Apr 2013
|
[ 06:34 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert all c categories to USE=pkgconfig
|
Mon, 31 Dec 2012
|
[ 10:49 mm ]
Update some of my ports to new options framework
Submitted by: Baptiste Daroussin <bapt@FreeBSD.org>
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 30 May 2012
|
[ 22:17 pav ]
- Mark BROKEN on 7.X: fails to extract
Reported by: pointyhat
|
Fri, 11 May 2012
|
[ 07:22 mm ]
Update to 0.11.0_rc1 and newer Qt
|
Sun, 12 Feb 2012
|
[ 21:00 zi ]
- Fix build when using custom PREFIX/LOCALBASE
PR: ports/165039
Submitted by: zi@ (me)
Approved by: mm@ (maintainer)
|
Thu, 10 Nov 2011
|
[ 21:29 linimon ]
Mark as broken on powerpc: fails to link.
Hat: portmgr
Feature safe: yes
|
Wed, 20 Jul 2011
|
[ 13:08 mm ]
- Add notice about webfonts to pkg-descr
- Set as broken on FreeBSD 6.x and earlier [1]
PR: ports/158842 [1]
|
Thu, 24 Mar 2011
|
[ 23:45 mm ]
- Fix depends for option BUNDLED_LIBS
|
Tue, 22 Mar 2011
|
[ 09:14 mm ]
- Modify COMMENT and pkg-descr to provide a better description what this
powerful tool can do
|
[ 08:23 mm ]
- Add LICENSE_FILE(s)
|
Mon, 21 Mar 2011
|
[ 20:45 mm ]
Add LICENSE information
|
[ 20:25 mm ]
Simple shell utility to convert html to pdf using a custom static build
of qt and the webkit rendering engine.
Features of the static version:
* Convert web pages into PDF documents using webkit
* Adding headers and footers
* TOC generation
* Batch mode conversions
* XServer is not required (however the X11 client libs must be installed)
WWW: http://code.google.com/p/wkhtmltopdf/
|
Number of commits found: 73 |