Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Jun 2022 14:03:51 1.5.8_8
|
Tobias C. Berner (tcberner)  |
graphics/poppler: bump port revision of consumers after 22.06 upgrade |
22 May 2022 20:17:16 1.5.8_7
|
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
16 May 2022 06:49:43 1.5.8_6
|
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
09 May 2022 16:48:47 1.5.8_6
|
Tobias C. Berner (tcberner)  |
graphics/poppler: bump portrevision of consumers |
26 Apr 2022 16:59:28 1.5.8_5
|
Tobias C. Berner (tcberner)  |
graphics/poppler: bump portrevision of consumers
Bump revisions after 0ee787592d5a due to so-version bump.
PR: 263009 |
26 Apr 2022 16:50:53 1.5.8_4
|
Tobias C. Berner (tcberner)  |
print/scribus: prepare for update of graphics/poppler
Patches obtained from KaOSx Linux:
https://github.com/KaOSx/apps/blob/master/scribus/PKGBUILD
PR: 263009 |
10 Apr 2022 19:11:41 1.5.8_4
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
07 Apr 2022 00:39:10 1.5.8_3
|
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
29 Mar 2022 18:37:09 1.5.8_2
|
Tobias C. Berner (tcberner)  |
graphics/poppler: bump consumers
Bump consumers of graphics/poppler after
e25859e09380f5930718094423dc8616cbb202b3 |
26 Mar 2022 08:27:27 1.5.8_1
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
24 Jan 2022 11:46:51 1.5.8
|
Piotr Kubaj (pkubaj)  |
print/scribus-devel: update to 1.5.8
Changelog: https://w.scribus.net/wiki/index.php/1.5.8_Release |
21 Jan 2022 21:41:06 1.5.7_11
|
Adriaan de Groot (adridg)  |
print/scribus-devel: switch to C++17 for upcoming poppler
This is a fix-it-before-it-breaks commit. Upcoming poppler requires
consumers to build as C++17. Switch to that, and pull in an
upstream patch that fixes the Scribus build in C++17.
PR: 260956 |
13 Dec 2021 20:13:45 1.5.7_10
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.12
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default
ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
Exp-run by: antoine
PR: 260344 |
08 Nov 2021 15:16:57 1.5.7_9
|
Gleb Popov (arrowd)  |
Bump PORTREVISION of graphics/poppler consumers.
PR: 259656 |
28 Oct 2021 16:37:30 1.5.7_8
|
Jan Beich (jbeich)  |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
12 Oct 2021 18:23:21 1.5.7_7
|
Tobias C. Berner (tcberner)  |
graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264 |
10 Oct 2021 19:44:42 1.5.7_6
|
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
18 Sep 2021 22:04:57 1.5.7_6
|
Jan Beich (jbeich)  |
print/scribus-devel: unbreak after dbc5f433f858
scribus/fonts/sfnt.cpp: In function 'QByteArray sfnt::subsetFaceWithHB(const
QByteArray&, QList<unsigned int>, int, QMap<unsigned int, unsigned int>&)':
scribus/fonts/sfnt.cpp:1260:3: error: 'hb_subset_input_set_retain_gids' was not
declared in this scope; did you mean 'hb_subset_input_set_flags'?
1260 | hb_subset_input_set_retain_gids(hbSubsetInput.get(), true);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| hb_subset_input_set_flags
scribus/fonts/sfnt.cpp:1261:3: error: 'hb_subset_input_set_drop_hints' was not
declared in this scope; did you mean 'hb_subset_input_set_user_data'?
1261 | hb_subset_input_set_drop_hints(hbSubsetInput.get(), false);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| hb_subset_input_set_user_data
scribus/fonts/sfnt.cpp:1263:3: error: 'hb_subset_input_set_name_legacy' was not
declared in this scope; did you mean 'hb_subset_input_set_flags'?
1263 | hb_subset_input_set_name_legacy(hbSubsetInput.get(), true);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| hb_subset_input_set_flags
scribus/fonts/sfnt.cpp:1266:57: error: 'hb_subset' was not declared in this
scope; did you mean 'hb_set_set'?
1266 | QScopedPointer<hb_face_t, HbFaceDeleter>
hbSubsetFace(hb_subset(hbFullFace.get(), hbSubsetInput.get()));
| ^~~~~~~~~
| hb_set_set
Reported by: pkg-fallout
Obtined from: Arch Linux |
06 Sep 2021 16:31:18 1.5.7_5
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.09
Release 21.09.0:
core:
* Splash: Massive speed improvement on files that use lots of
save/restore (q/Q) operators
* Correct decoding of signature properties Reason & Location when they
are Unicode
* Fix issues with malformed files
* MSVC build fixes
build system:
* Call cmake_minium_required() before project()
* Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
* correctly forward user-provided flags to try_compile()
Exp-run by: antoine
PR: 258206 |
15 Aug 2021 05:42:37 1.5.7_4
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.08.0
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial
gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an
error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system: (Only the first 15 lines of the commit message are shown above ) |
06 Jul 2021 20:00:58 1.5.7_3
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.07.0
Release 21.07.0:
core:
* JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
* PSOutputDev: fix off-by-one error for image masking in L1/L2 output.
Issue #1088
* CairoOutputDev: Fix memory leak on broken files
* Minor code improvements
build system:
* set C standard to 11 without extensions
Exp-run by: antoine
PR: 256981 |
07 Jun 2021 13:26:18 1.5.7_2
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.06.0
Release 21.06.0:
core:
* Fix rendering of some extended latin1 characters in annotations.
Issue #1070
* Support some not so well formed documents with password. Issue #1083
* Add API to get notified if the xref is reconstructed
* Add somewhat fancier left/right signature visual representation
* Fix crashes in malformed files
* Minor code improvements
qt6:
* Change some functions to return std::unique_ptr
qt5/qt6: (Only the first 15 lines of the commit message are shown above ) |
06 May 2021 04:12:26 1.5.7_1
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
glib:
* Enhance find to support multi-line matching
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
PR: 255562
Exp-run by: antoine |
26 Apr 2021 17:09:28 1.5.7
|
Piotr Kubaj (pkubaj)  |
print/scribus-devel: remove not necessary patch |
26 Apr 2021 15:13:26 1.5.7
|
Piotr Kubaj (pkubaj)  |
print/scribus-devel: update to 1.5.7 |
23 Apr 2021 20:56:21 1.5.6.1_4
|
Antoine Brodin (antoine)  |
Cleanup LIB_DEPENDS |
16 Apr 2021 04:29:51 1.5.6.1_4
|
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.04.0
Release 21.04.0:
core:
* Hide symbols by default
* TextSelectionDumper: fix word order for RTL text
* Fix rendering of text in some files. Issue #1052
* Implement rendering of Masks of Image subtype. Issue #1058
* Forms: fix unclicking standalone form buttons. Issue #1034
glib:
* Expose more fields from MediaRendition in PopplerMedia
* Use stock glib macro to define boxed type
* Remove incorrecly used volatile from enum type registration code
(Only the first 15 lines of the commit message are shown above ) |
14 Apr 2021 14:48:25 1.5.6.1_3
|
Tobias C. Berner (tcberner)  |
print/scribus-devel: prepare for graphics/poppler 21.04
Add upstream patch to fix build with the newly released poppler 21.04
PR: 254808
Obtained from: Arch Linux |
08 Apr 2021 23:33:31 1.5.6.1_3
|
Jan Beich (jbeich)  |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
06 Apr 2021 14:31:07 1.5.6.1_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Mar 2021 15:53:12
1.5.6.1_2
|
pkubaj  |
print/scribus-devel: fix build after poppler 21.03.0 upgrade
PR: 254158
Submitted by: tcberner
Reported by: vvd@unislabs.com |
08 Mar 2021 19:32:56
1.5.6.1_2
|
tcberner  |
graphics/poppler: update to 21.03.0
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: (Only the first 15 lines of the commit message are shown above ) |
13 Feb 2021 14:51:12
1.5.6.1_1
|
pkubaj  |
print/scribus-devel: add some optional dependencies to LIB_DEPENDS
Fixes pkg-plist when building from the ports tree.
PR: 253446
Submitted by: vvd@unislabs.com |
11 Feb 2021 12:31:46
1.5.6.1
|
pkubaj  |
print/scribus-devel: update to 1.5.6.1
https://w.scribus.net/wiki/index.php/1.5.6_Release
https://w.scribus.net/wiki/index.php/1.5.6.1_Release |
09 Feb 2021 11:10:58
1.5.5_25
|
tcberner  |
graphics/poppler: update to 21.02
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 |
07 Jan 2021 19:23:00
1.5.5_24
|
tcberner  |
graphics/poppler: update to 21.01.0
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 (Only the first 15 lines of the commit message are shown above ) |
11 Dec 2020 20:10:03
1.5.5_23
|
tcberner  |
graphics/poppler: update to 20.12.0
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 (Only the first 15 lines of the commit message are shown above ) |
03 Nov 2020 19:48:54
1.5.5_22
|
tcberner  |
graphics/poppler: update to 20.11.0
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.
(Only the first 15 lines of the commit message are shown above ) |
03 Nov 2020 00:56:27
1.5.5_21
|
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
11 Oct 2020 10:58:15
1.5.5_20
|
tcberner  |
graphics/poppler: update to 20.10.0
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 |
19 Sep 2020 05:59:59
1.5.5_19
|
pkubaj  |
print/scribus-devel: fix icons
Limit end line replacement to text files.
PR: 249372
Reported by: ohartmann@walstatt.org |
14 Sep 2020 13:29:22
1.5.5_18
|
pkubaj  |
print/scribus-devel: remove python2 depedency
PR: 249307
Submitted by: dinoex |
10 Sep 2020 18:32:07
1.5.5_17
|
tcberner  |
graphics/poppler: update to 20.09.0
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: (Only the first 15 lines of the commit message are shown above ) |
14 Aug 2020 04:22:13
1.5.5_16
|
tcberner  |
Bump revisions of poppler consumers after r544863 |
06 Jul 2020 06:17:19
1.5.5_15
|
tcberner  |
graphics/poppler: update to 0.90
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 (Only the first 15 lines of the commit message are shown above ) |
20 Jun 2020 01:35:38
1.5.5_14
|
pkubaj  |
print/scribus-devel: fix build when LLVM 10 is in use
Switch to GCC, LLVM 10 can't build this port.
PR: 247199
Reported by: ohartmann@walstatt.org |
02 Jun 2020 14:47:30
1.5.5_14
|
tcberner  |
graphics/poppler: update to 0.89.0
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 |
01 Jun 2020 06:37:14
1.5.5_13
|
lbartoletti  |
print/scribus-devel: prepare for Qt5-5.15
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25063 |
02 May 2020 10:00:12
1.5.5_13
|
tcberner  |
graphics/poppler: update to 0.88.0
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 (Only the first 15 lines of the commit message are shown above ) |
23 Apr 2020 20:14:49
1.5.5_12
|
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
02 Apr 2020 04:41:03
1.5.5_11
|
tcberner  |
graphics/poppler: update to 0.87.0
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 |
21 Mar 2020 12:57:09
1.5.5_10
|
tcberner  |
Update poppler to 0.86.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: (Only the first 15 lines of the commit message are shown above ) |
13 Mar 2020 09:47:17
1.5.5_9
|
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
08 Mar 2020 17:01:47
1.5.5_8
|
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
03 Feb 2020 19:32:51
1.5.5_8
|
tcberner  |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
22 Jan 2020 17:59:22
1.5.5_7
|
tcberner  |
graphics/poppler: update to 0.84.0
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 (Only the first 15 lines of the commit message are shown above ) |
22 Jan 2020 15:06:34
1.5.5_6
|
pkubaj  |
print/scribus-devel: the homepage moved to HTTPS |
11 Dec 2019 17:53:49
1.5.5_6
|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
09 Nov 2019 19:51:23
1.5.5_5
|
pkubaj  |
print/scribus-devel: fix build on GCC architectures
isnan() causes error with GCC, use std::isnan().
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22143 |
01 Nov 2019 21:51:36
1.5.5_5
|
tcberner  |
graphics/poppler: update to 0.82.0
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) |
03 Oct 2019 20:35:30
1.5.5_4
|
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
29 Sep 2019 07:25:04
1.5.5_3
|
tcberner  |
graphics/poppler: update to 0.81.0
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) |
01 Sep 2019 20:46:39
1.5.5_2
|
tcberner  |
graphics/poppler: update to 0.80.0
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 (Only the first 15 lines of the commit message are shown above ) |
19 Aug 2019 15:35:28
1.5.5_1
|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
16 Aug 2019 01:55:19
1.5.5
|
pkubaj  |
print/scribus-devel: update to 1.5.5
Release notes: https://wiki.scribus.net/canvas/1.5.5_Release
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D21238 |
31 Jul 2019 21:14:15
1.5.4_14
|
tcberner  |
graphics/poppler: update to 0.79.0
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) |
26 Jul 2019 20:46:57
1.5.4_13
|
gerald  |
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 |
29 Jun 2019 08:55:18
1.5.4_12
|
tcberner  |
graphics/poppler: update to 0.78.0
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 (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2019 06:39:23
1.5.4_11
|
tcberner  |
graphics/poppler: update to 0.77.0
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) |
25 May 2019 17:19:09
1.5.4_10
|
tobik  |
print/scribus-devel: Drop nop and misspelled DOS2UNIX_FILE |
13 May 2019 18:33:10
1.5.4_10
|
tcberner  |
graphics/poppler: update to 0.76.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 (Only the first 15 lines of the commit message are shown above ) |
27 Apr 2019 09:50:52
1.5.4_9
|
pkubaj  |
print/scribus-devel: fix on GCC architectures, change maintainer, add USES=gnome
Add USES=compiler:c++11-lang.
Remove ifdef FreeBSD from isnan check.
Change maintainer to pkubaj@freebsd.org from my old address.
Add USES=gnome.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20048 |
12 Apr 2019 06:36:31
1.5.4_9
|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
27 Mar 2019 21:29:31
1.5.4_8
|
tcberner  |
graphics/poppler: update to 0.75
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) |
27 Mar 2019 21:11:09
1.5.4_7
|
jbeich  |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
11 Feb 2019 19:44:51
1.5.4_6
|
tcberner  |
Bump revisions after poppler upgrade.
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> |
11 Feb 2019 17:10:05
1.5.4_5
|
tcberner  |
Update graphics/poppler* to 0.74.0
Changelog can be found here:
https://poppler.freedesktop.org/releases.html
PR: 235609
Exp-run by: antoine
Approved by: gnome (kde)
Differential Revision: https://reviews.freebsd.org/D18805 |
18 Jan 2019 21:14:42
1.5.4_5
|
jbeich  |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 |
16 Jan 2019 11:13:45
1.5.4_4
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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 (Only the first 15 lines of the commit message are shown above ) |
06 Jan 2019 21:05:32
1.5.4_3
|
antoine  |
print/scribus-devel is not compatible with python3
PR: 234633 |
25 Dec 2018 20:25:40
1.5.4_3
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
16 Dec 2018 15:10:42
1.5.4_3
|
tcberner  |
Update poppler to 0.72
This update brings many changes
- the build system has switched to cmake
- some ports needed to be switched to use their bundled
version of poppler:
- print/tex-luatex (r487226)
- print/tex-xetex (r487226)
- editors/opeonffice-devel
- Qt4 support has been dropped
- print/frescobaldi has been removed for this reason.
- most of the added patches can be removed with the next
upgrade of the concerning port.
PR: 233452
Exp-run by: antoine
Approved by: gnome (kwm)
Differential Revision: https://reviews.freebsd.org/D17456 |
12 Dec 2018 00:15:50
1.5.4_2
|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
04 Nov 2018 19:00:54
1.5.4_1
|
tcberner  |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
23 Oct 2018 11:35:04
1.5.4_1
|
jbeich  |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
06 Oct 2018 15:59:34
1.5.4
|
feld  |
Revive print/scribus-devel
PR: 211751 |
06 Oct 2018 15:55:44
1.5.4
|
feld  |
Delete print/scribus-devel
Will revive dead port to preserve history |
05 Oct 2018 13:45:29
1.5.4
|
feld  |
Scribus is a desktop publishing program, similar to Adobe PageMaker(TM),
QuarkXPress(TM) or Adobe InDesign(TM).
Scribus offers support for professional publishing features, such
as CMYK color, easy PDF creation, Encapsulated Postscript import/export
and creation of color separations.
WWW: http://www.scribus.net
PR: 211751 |
01 Sep 2014 23:35:55
1.5.0_9
|
bapt  |
Remove non staged ports without pending PR from p* |
29 Jul 2014 18:41:17
1.5.0_9 
|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
24 Jul 2014 16:33:10
1.5.0_9
|
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
04 Jul 2014 20:28:32
1.5.0_9
|
tijl  |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) |
16 Apr 2014 18:28:50
1.5.0_8
|
zeising  |
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 ) |
07 Feb 2014 11:44:09
1.5.0_7
|
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
27 Dec 2013 16:54:22
1.5.0_6
|
kwm  |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax. |
12 Dec 2013 14:15:04
1.5.0_5
|
bapt  |
Convert LIB_DEPENDS for ports depending on boost |
22 Oct 2013 13:59:54
1.5.0_5
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
14 Oct 2013 06:52:32
1.5.0_5
|
bapt  |
Fix package name collision |
20 Sep 2013 22:44:00
1.5.0_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
23 Apr 2013 14:20:28
1.5.0_5
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |