aboutsummaryrefslogtreecommitdiff
path: root/converters/wkhtmltopdf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* converters/wkhtmltopdf: fix build on GCC architecturesPiotr Kubaj2021-01-061-2/+2
| | | | | | | Both GCC 4.2 and 9 can't build this port, but 8 can, so add GCC architectures to the conditional. Notes: svn path=/head/; revision=560456
* converters/wkhtmltopdf: USE_GCC only on i386Kurt Jaeger2021-01-051-2/+7
| | | | | | | Reported by: arrowd Notes: svn path=/head/; revision=560419
* converters/wkhtmltopdf: fix build on arm64/aarch64Kurt Jaeger2020-11-152-1/+12
| | | | | | | | | | PR: 250952 Submitted by: rasmus@gal.dk Reviewed by: linimon MFH: 2020Q4 Notes: svn path=/head/; revision=555188
* converters/wkhtmltopdf: fix build on GCC architecturesPiotr Kubaj2020-09-212-2/+12
| | | | | | | | | USES=compiler:c++11-lang overwrites USE_GCC=8. The patch adding LDFLAGS for gcc is missing. Notes: svn path=/head/; revision=549483
* converters/wkhtmltopdf: update 0.12.5 -> 0.12.6, fix buildKurt Jaeger2020-07-2310-227/+220
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=542904
* Add USES=xorg USES=gl, ports categories cNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
* converters/wkhtmltopdf: fix build by adding LIB_DEPENDS on www/qt5-webkitKurt Jaeger2019-10-191-2/+3
| | | | Notes: svn path=/head/; revision=514800
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508834
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* converters/wkhtmltopdf: unbreak with openssl111Kurt Jaeger2019-03-241-4/+2
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=496769
* converters/wkhtmltopdf: fix build with openssl 1.1.1Kurt Jaeger2019-01-051-1/+1
| | | | | | | | | | PR: 234555 Submitted by: Ashish Kulkarni <kulkarni.ashish@gmail.com> (upstream) Reported by: rainer@ultra-secure.de MFH: 2019Q1 Notes: svn path=/head/; revision=489390
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-2/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-2/+2
| | | | Notes: svn path=/head/; revision=484599
* converters/wkhtmltopdf: fix build on powerpc64Kurt Jaeger2018-10-021-0/+11
| | | | | | | | | | - really add patch PR: 231858 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481096
* converters/wkhtmltopdf: fix build on powerpc64Kurt Jaeger2018-10-021-2/+4
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=481095
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* converters/wkhtmltopdf: add run-dependency on x11-fonts/webfontsKurt Jaeger2018-06-131-0/+2
| | | | | | | | | | - otherwise characters are rendered as small blocks PR: 189424 Submitted by: Vick Khera <vivek@khera.org> Notes: svn path=/head/; revision=472325
* converters/wkhtmltopdf: update 0.12.4 -> 0.12.5, unbreakKurt Jaeger2018-06-135-176/+21
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=472285
* Add more information to stub error messages.Mark Linimon2018-03-091-8/+8
| | | | | | | | | | | Remove BROKEN lines where IGNORE has already been set. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464036
* UnbreakAntoine Brodin2018-02-241-1/+1
| | | | Notes: svn path=/head/; revision=462794
* Mark wkhtmltopdf as broken for clang >= 6.0 until fixedMartin Matuska2018-02-241-1/+9
| | | | Notes: svn path=/head/; revision=462781
* BROKEN_SSL: Add REASON for breakageBernard Spil2018-02-161-0/+1
| | | | | | | Reported by: matwq Notes: svn path=/head/; revision=462050
* security/openssl-devel: Mark broken cat c*Bernard Spil2018-02-161-0/+1
| | | | Notes: svn path=/head/; revision=462013
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455167
* Update to 0.12.4Michael Gmelin2017-03-274-9/+143
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=437048
* converters/wkhtmltopdf: unbreak with clang 4.0 (same as r431742)Jan Beich2017-01-211-0/+21
| | | | | | | | | | | | | src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int') if (optionalHeight > 0) ~~~~~~~~~~~~~~ ^ ~ PR: 216211 Obtained from: upstream (excerpt) Approved by: portmgr blanket Notes: svn path=/head/; revision=432009
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-2/+5
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426082
* converters/wkhtmltopdf: Document SSL build requirementJohn Marino2016-09-091-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421641
* Update converters/wkhtmltopdf to 0.12.3.2Martin Matuska2016-07-043-10/+16
| | | | Notes: svn path=/head/; revision=418056
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Remove "BROKEN on powerpc" statement: the port builds and links fineAlexey Dokuchaev2015-09-041-17/+10
| | | | | | | - Fix LICENSE_FILE knob, reindent USES/USE_* block, kill EOL whitespace Notes: svn path=/head/; revision=396056
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* converters/libiconv:Tijl Coosemans2015-04-154-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Cleanup old unneeded bits.Mathieu Arnold2015-04-021-7/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383008
* Update wkhtmltopdf to 0.12.2.1Martin Matuska2015-01-193-5/+4
| | | | Notes: svn path=/head/; revision=377416
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371249
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Remove unnecessary defineMartin Matuska2014-06-291-2/+0
| | | | Notes: svn path=/head/; revision=359785
* Update wkhtmltopdf to 0.12.1Martin Matuska2014-06-2910-703/+55
| | | | Notes: svn path=/head/; revision=359751
* This line got lost during the GMAKE -> MAKE_CMD conversionAntoine Brodin2014-06-251-0/+1
| | | | Notes: svn path=/head/; revision=359191
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-241-2/+2
| | | | Notes: svn path=/head/; revision=359148
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Use all distfiles from github using the new qt tagMartin Matuska2014-02-082-11/+13
| | | | | | | Thanks to: Ashish Kulkarni (upstream developer) Notes: svn path=/head/; revision=343319
* Update to 0.12.0 and support stagingMartin Matuska2014-02-0713-31/+1351
| | | | Notes: svn path=/head/; revision=343179