aboutsummaryrefslogtreecommitdiff
path: root/misc/tellico
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/poppler: update to 21.03.0Tobias C. Berner2021-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Notes: svn path=/head/; revision=567866
* misc/tellico: update to 3.3.5Tobias C. Berner2021-02-263-5/+14
| | | | Notes: svn path=/head/; revision=566625
* graphics/poppler: update to 21.02Tobias C. Berner2021-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.02.0: core: * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation * Fix memory leak if saving the file fails * Internal code improvements * Fix various issues handling broken files * Make checkedAdd work for long long in MSVC qt5: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC qt6: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC utils: * pdftohtml: Fix error() parameter type PR: 253183 Exp-run by: antoine Notes: svn path=/head/; revision=564779
* graphics/poppler: update to 21.01.0Tobias C. Berner2021-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.01.0: core: * Faster routines for jpeg decoding * Fix reading signatures in encrypted files * Add white point correction when lcms is used * JBIG2Stream: Fix byte counting * Fix potential data loss if we try to fetch a non existing Ref after modifying the document * Specifically use DeviceGray instead of DefaultGray for softmasks * Fix various issues handling broken files utils: * pdftocairo: Setmode binary for windows * pdfsig: Add hability to digitally sign files * pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdfimages: Account for rotation in PPI calculation qt5: * Add hability to digitally sign files qt6: * Add hability to digitally sign files build system: * Enable clang-tidy bugprone-signed-char-misuse PR: 252377 Exp-run by: antoine Notes: svn path=/head/; revision=560727
* graphics/poppler: update to 20.12.0Tobias C. Berner2020-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: core: * Draw better circles for circle annotations * Fix annotation line width if no appearance stream or style are given * Tweak rendering of highlight annotations * Fix border rendering of some annotations * Fix rendering of some files. Issue #976 Issue #567 * PSOutputDev: provide options to set the rasterization color space and ICC profile * PSOutputDev: for splashModeCMYK8 and language level >=2 activate overprint emulation * PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + overprint * Use the font name without subset tag when querying for a system font * Splash: Fix wrong x adjustment during clipping * Splash: Fix blitImage in uncolored tiling patterns * timeToDateString: We forgot the ' after the minutes * Move psLevel to PSOutputDev creation * Fix several issues in broken files utils: * pdftops: provide options to set the rasterization color space and ICC profile * pdftops: for splashModeCMYK8 and language level >=2 activate overprint emulation cpp: * New fuzzers glib: * New fuzzers qt5: * New fuzzers build system: * gcc: Enable -fno-operator-names * Remove obsolete bool-to-binary macro * Remove obsolete version-check macro for pkgconfig * Remove .pc files for private back-ends * Remove redundant unit-test macro PR: 251537 Exp-run by: antoine Notes: svn path=/head/; revision=557760
* misc/tellico: update to 3.3.4Tobias C. Berner2020-12-012-5/+4
| | | | Notes: svn path=/head/; revision=556715
* graphics/poppler: update to 20.11.0Tobias C. Berner2020-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 20.11.0: core: * More work on rendering of standalone Annot Widgets. Issue #806 * Fix crashes in embedded file handling on broken files. Issue #967 * Fix uninitialized memory read on broken files * Save a bit of memory in Dict data cpp: * Fix crashes in embedded file handling on broken files. Issue #966 utils: * pdftohtml: HTML and XML output includes font opacity. qt5: * Rename ArthurOutputDev to QPainterOutputDev build system: * Fix linker error when gtk is not in a default location * Add some checks for gtk-doc support * Reorganize GObject introspection config * Enable CMAKE_LINK_DEPENDS_NO_SHARED PR: 250786 Exp-run by: antoine Notes: svn path=/head/; revision=554017
* graphics/poppler: update to 20.10.0Tobias C. Berner2020-10-111-0/+1
| | | | | | | | | | | | | | | | | Release 20.10.0: core: * Filter out repeated forms * Implement EmbedStream::reset() * CairoOutputDev: evict just font faces owned solely by cache. * Splash: Rename Yd to Ydown, Xu to Xup, etc. * Splash: fix crash in out-of-memory situation. * Fix some undefined behaviour situation with forged files PR: 250052 Exp-run by: antoine Notes: svn path=/head/; revision=552050
* misc/tellico: update to 3.3.3Tobias C. Berner2020-09-272-5/+4
| | | | | | | | Announcement: https://tellico-project.org/tellico-3-3-3-released/ Notes: svn path=/head/; revision=550251
* graphics/poppler: update to 20.09.0Tobias C. Berner2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 20.09.0: core: * Compability fix for Forms * Fix fetching of Objects failing in some cases * Fix clearing date in Annot setModified/setDate * TextSelectionPainter: support glyphless fonts * Splash: Don't try read past end of image * avoid abort() on large memory allocation * Fix memory leak on broken files * Fix potential invalid memory read * Small code improvements qt5: * Document TextAnnotation::inplaceAlign * Make Annotation::setModification/CreationDate work on existing annots * Be a bit more stubborn converting dates that come from xml * Clean as many null characters from the end as possible when converting strings glib: * Add accessor functions for PopplerAttachment * Deprecate PopplerAttachment GTime fields * Deprecate PopplerDocument date properties utils: * pdftoppm: report error and exit if output file cannot be written * Document that PDF-file can be '-' to read it from stdin build system: * cmake: Modern way to link against libpng, zlib and libtiff * cmake: Remove stray support for lcms1 in pdftocairo PR: 249060 Exp-run by: antoine Notes: svn path=/head/; revision=548218
* Bump revisions of poppler consumers after r544863Tobias C. Berner2020-08-141-0/+1
| | | | Notes: svn path=/head/; revision=544866
* misc/tellico: update to 3.3.2Tobias C. Berner2020-08-083-6/+4
| | | | Notes: svn path=/head/; revision=544370
* Fix build in the face of updated taglib, changes tellico, etc.Adriaan de Groot2020-07-183-2/+34
| | | | | | | | | | This is fallout in the KF5 5.72 exp-run, but otherwise unrelated to the KF5 upgrade. PR: 247907 Notes: svn path=/head/; revision=542528
* graphics/poppler: update to 0.90Tobias C. Berner2020-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.90.0: core: * Color profile tweaks * Small signature improvements * BBoxOutputDev: Fix calculation when type3 fonts are involved * Fix potential crash when reading Forms * Fix infinite loop in broken file glib: * Fix adding annots in rotated pages * Add ability to reset forms * Several fixes to the documentation qt5: * Make it clear we require Qt 5.5 * demo: Fix crash on broken files * Small documentation improvements utils: * pdftoppm: Add option to set display profile * pdftops: Add a -rasterize option with values always, never, or whenneeded build system: * Require cmake 3.5 * More modern cmake way to link against curl PR: 247736 Exp-run by: antoine Notes: svn path=/head/; revision=541311
* graphics/poppler: update to 0.89.0Tobias C. Berner2020-06-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Release 0.89.0: core: * Add support for ResetForm action. Issue #225 * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all * Fix exporting to PS of some files with CID fonts * Use ICC profiles in PS output (if new enough lcms is used) * Allow almost-singular tiling pattern matrices. Issue #894 * Fix memory leak when failing to load some fonts * CairoOutputDev: Use stroke opacity when clipping to a stroke path * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190 glib: * Add poppler_movie_get_aspect cpp: * Add the font infos to the text_box object Exp-run by: antoine PR: 246848 Notes: svn path=/head/; revision=537559
* misc/tellico: update to 3.3.1Tobias C. Berner2020-06-012-5/+4
| | | | Notes: svn path=/head/; revision=537493
* graphics/poppler: update to 0.88.0Tobias C. Berner2020-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.88.0: core: * Support Widget Annotation Buttons not linked to any Form * SplashOuputDev: Use stroking opacity when clipping to a stroke path * Handle 1 bit RGB images in ICC colorspace * Internal code improvements qt5: * Add Document::signatures. Returns signatures not attached to any page * ArthurOutputDev: Fix font hinting * ArthurOutputDev: Set the opacity when filling with axial gradients * ArthurOutputDev: Implement the clipToStrokePath method * ArthurOutputDev: Use stroking opacity when clipping to a stroke path glib: * Add poppler_page_get_bounding_box * Add poppler_form_field_get_alternate_ui_name * Implement rotation for 'flagNoRotate' annots. Issue #767 cpp: * Add non_raw_non_physical layout for page::text() utils: * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page * pdfsig: Show also signatures that aren't attached to any page Notes: svn path=/head/; revision=533681
* misc/tellico: update to 3.3Tobias C. Berner2020-04-233-6/+14
| | | | Notes: svn path=/head/; revision=532687
* graphics/poppler: update to 0.87.0Tobias C. Berner2020-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Release 0.87.0: core: * Fix crashes due to inconsistent vtables for Clang builds * Fix leak in broken files * Internal code improvements qt5: * Add option to get form choice for export value * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695 glib: * Internal code improvements utils: * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest PR: 245150 Exp-run by: antoine Notes: svn path=/head/; revision=530258
* Update poppler to 0.86.1Tobias C. Berner2020-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.86.1: core: * Fix regression in Browse Link handling * Internal code improvements Release 0.86.0: core: * Fix link content exfiltration attack * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881 * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam * Internal code improvements glib: * Automatic handle of page's cropbox on annots. Issue #129 * Fix memory leak if poppler_document_new_from_file fails * Minor speed optimization on poppler_page_get_annot_mapping utils: * pdfdetach: add 'savefile' option * pdftoppm/pdftocairo: Fix more odd/even mismatch qt5: * Fix loading from iodevice PR: 244827 Exp-run by: antoine Notes: svn path=/head/; revision=528853
* Bump revision of poppler dependenciesTobias C. Berner2020-02-031-1/+1
| | | | | | | - poppler was updated in r525051, bump revisions Notes: svn path=/head/; revision=525052
* graphics/poppler: update to 0.84.0Tobias C. Berner2020-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.84.0: core: * Fix crash when converting from Unicode to ASCII-7 * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big * JBIG2Stream: fix potential crash in malformed documents * JBIG2Stream: fix leak in reset() if called several times * Internal code improvements utils: * pdfimages: Add error message if first page is larger then number of pages. * pdfinfo: Improved paper size recognition * pdfsig: Fix exit code when dumping signatures * pdftocairo: Error out when even/odd selects 0 pages * pdftohtml: Fix memory leak * pdftoppm: Add an option to scale before rotate * pdftoppm: Add -hide-annotations option * pdftoppm: Error out when even/odd selects 0 pages * pdftops: Improve -optimizecolorspace qt5: * Code cleanups glib: * Fix compiler warnings Release 0.83.0 core: * Improve when a file is recognized as Linearized * Improve const-ness of the code * Make code a bit more readable/maintanable * Fix uninitialized memory uses in broken files utils: * pdffonts: Make code a bit more readable/maintanable * pdftohtml: Make code a bit more readable/maintanable qt5: * Remove a bunch of unused internal functions * trUtf8 -> tr (less warnings) build system: * make-glib-api-docs: switch to python3 PR: 243433 Exp-run by: antoine Notes: svn path=/head/; revision=523824
* Update sysutils/libcdio to 2.1.0Jason E. Hale2019-12-121-0/+1
| | | | | | | | | Update sysutils/libcdio-paranoia to 10.2+2.0.1 Bump PORTREVISION on consumers due to shared library version increase Notes: svn path=/head/; revision=519931
* misc/tellico: udpate to 3.2.3Tobias C. Berner2019-11-262-4/+4
| | | | Notes: svn path=/head/; revision=518480
* misc/tellico: update to 3.2.2Tobias C. Berner2019-11-114-54/+5
| | | | Notes: svn path=/head/; revision=517244
* misc: Add missing USES=gnomeTobias Kortkamp2019-11-081-2/+3
| | | | Notes: svn path=/head/; revision=517067
* graphics/poppler: update to 0.82.0Tobias C. Berner2019-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.82.0: core: * Fix not being able to open some files. Issue #832 * Fix crashes in malformed files * Fix memory leak on broken files * Minor performance improvements * Minor code improvements glib: * Add poppler_document_new_from_bytes * PopplerAttachment: Silence deprecation warnings for ctime/mtime build system: * pdf-inspector: Support builddir != srcdir * Install Cairo* headers if Cairo has been found Thanks to adridg@ for fixing all the fallout. Exp-run by: antoine PR: 241532 Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=516270
* graphics/poppler: update to 0.81.0Tobias C. Berner2019-09-291-1/+1
| | | | | | | | | | | | | | | | | Release 0.81.0: core: * Splash: Always enable support for CMYK rasterization * CairoOutputDev: Check scaled dimensions for 0. Issue #737 * BaseCryptStream: Fix potential uninitialized memory read * SplashBitmap: Fix wrong width condition for splashModeDeviceN8 * Fix crashes in malformed files PR: 240781 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=513196
* graphics/poppler: update to 0.80.0Tobias C. Berner2019-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=510739
* Update KDE Frameworks to latest upstream release, 5.61Adriaan de Groot2019-08-151-0/+48
| | | | | | | | | | | | | | | | | | | | | Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner Notes: svn path=/head/; revision=508988
* graphics/poppler: update to 0.79.0Tobias C. Berner2019-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Release 0.79.0: core: * Fix regression on TextSelectionPainter * Fix parsing of DefaultAppearance * Fix memory leak in PostScriptFunction * Fix crashes in fuzzed files qt5: * Implemented support for setIcon by changing appearance * Added option to set the form available to print * QString::null is deprecated, use QString() * Replace deprecated qStableSort with std::stable_sort build system: * Turn README into README.md and expand it PR: 239277 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=507740
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* misc/tellico: update to 3.2.1Tobias C. Berner2019-07-102-5/+4
| | | | | | | | | | | | | | | | | Features * Added a data source for Kino-Teatr.ua. * Updated Kino.de data source. * Remove optional dependency on QImageBlitz library. Bug Fixes * Fixed selection bug when modifying an unselected entry (Bug 391614). * Fixed bug for the status bar to respond when canceling an entry update (Bug 325591). * Fixed file preview generation for file collections. * Improved normalization of video game platform names. * Remember state of the locked layout setting between sessions. Notes: svn path=/head/; revision=506360
* graphics/poppler: update to 0.78.0Tobias C. Berner2019-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.78.0: core: * Fix line annotation arrows for usage in dimensioning * Handle Ink annots without an InkList but with an AP * Fix typos preventing parsing of Movie start and duration * Fix crash on malformed files glib: * Add poppler_document_create_dests_tree() * Don't use the deprecated g_type_class_add_private() * Document the differences between render() and render_for_printing() * Fix introspection for poppler_document_new_from_data * Don't create PopplerInputStream with length 0. Issue #414 * Document G_IO_ERROR as a possible error condition * docs: Add index for API new in 0.78 build system: * Fixes cross compilation of gir in Void Linux * Add -Wshadow to the default warning flags * install pkg-config pc files if pkg-config is found PR: 238857 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=505331
* graphics/poppler: update to 0.77.0Tobias C. Berner2019-06-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.77.0: core: * Fix crash on signature handling. Issue #766 * Fix small memory leak in SignatureHandler::getCertificateInfo * Splash: Restrict filling of overlapping boxes. Issue #750 * Fix crash on malformed files qt5: * Fix optional content handling with exclusive layers cpp: * Make render_page thread-safe utils: * pdfsig: Fix small memory leak * pdftotext: Fix typo in manpage PR: 238115 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=503222
* Update misc/tellico to latest upstream release 3.2Adriaan de Groot2019-05-263-27/+73
| | | | | | | | | | | | | | | | | | | | | | | | From the ChangeLog at http://tellico-project.org/changelog - Updated documentation. - Added capability to dock collection views side-by-side. - Improved speed when merging collections (Bug 349410). - Added Moby Games data source. - Added ComicVine data source. - Updated Amazon data source to include localized data from Brazil, Australia, India, Mexico, and Turkey. - Updated IGDB.com data source. - Updated TheGamesDB.net data source (Bug 407811). - Updated Visual Novel Database data source. - Updated KinoPoisk.ru data source (Bug 403185). - Fixed bug with setting IMDB rating in various locales (Bug 401894). - Corrected server for National Library of Lithuania (Bug 404743). - Don't open a blank entry for editing when collection has not been saved (Bug 405191). - Fix build against ICU 64.1 and later (Gentoo Bug 685460). Notes: svn path=/head/; revision=502720
* graphics/poppler: update to 0.76.1Tobias C. Berner2019-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Changelog at https://poppler.freedesktop.org/releases.html : Release 0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments Release 0.76.0: core: * Fix regression on case-insensitive search. Issue #743 * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. Issue #159 * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742 All the required patches have been obtained via gentoo. PR: 237846 Exp-run by: antoine Approved by: kwm Notes: svn path=/head/; revision=501583
* graphics/poppler: update to 0.75Tobias C. Berner2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.75.0: core: * Fix rendering of some annotations * Fix crashes in broken files * Small internal code improvements cpp: * Improve documentation * tests: Add showing version information to poppler-dump utils: * pdfattach: new util * pdftohtml: add -dataurls parameter * pdftoppm: add -sep and -forcenum parameters * pdftohtml: make singleHtml and stout not mutually exclusive * pdfsig: fix use after free - bump revisions of dependent ports due to shlib version change PR: 236791 Exp-run by: antoine Approved by: kwm (gnome) Notes: svn path=/head/; revision=496982
* Fix build on gcc-based architectures:Mark Linimon2019-03-121-2/+2
| | | | | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495418
* Bump revisions after poppler upgrade.Tobias C. Berner2019-02-111-1/+1
| | | | | | | | | | As reported libreoffice requires a bump in revision, to be on the save side, bump all the consumers of poppler. Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=492733
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* misc/tellico: depend on the optional dependenciesTobias C. Berner2018-12-261-2/+7
| | | | Notes: svn path=/head/; revision=488387
* misc/tellico: update to KF5 based 3.1.4Tobias C. Berner2018-12-264-0/+366
| | | | Notes: svn path=/head/; revision=488385
* Remove ports@ ports that have been DEPRECATED for at least 1 monthDoug Barton2011-11-024-324/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile Notes: svn path=/head/; revision=284893
* Update poppler to 0.18.0.Koop Mast2011-10-311-1/+0
| | | | | | | | | | | | The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports Notes: svn path=/head/; revision=284777
* - Mark BROKEN for weird plist problem involving icon-theme.cachePav Lucistnik2011-09-181-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=281939
* - Update to 1.3.6Sylvio Cesar Teixeira2011-09-022-4/+7
| | | | | | | - Add License Notes: svn path=/head/; revision=281014
* Chase poppler shlib bumps.Koop Mast2011-08-231-1/+1
| | | | Notes: svn path=/head/; revision=280298
* - Reassign to the heapThomas Abthorpe2011-07-051-1/+1
| | | | Notes: svn path=/head/; revision=277083