Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0_9 16 May 2020 04:35:22 |
tagattie |
- Update to 3.1.2
- Change portname to py-frescobaldi to comply with Python Ports Policy
- Make portclippy happy
PR: 242939
Submitted by: m.ne@gmx.net (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://github.com/frescobaldi/frescobaldi/blob/v3.1.2/ChangeLog |
3.0.0_9 02 May 2020 10:00:12 |
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 ) |
3.0.0_8 11 Apr 2020 05:04:41 |
lbartoletti |
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine |
3.0.0_7 02 Apr 2020 04:41:03 |
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 |
3.0.0_6 21 Mar 2020 12:57:09 |
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 ) |
3.0.0_5 03 Feb 2020 19:32:51 |
tcberner |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
3.0.0_4 22 Jan 2020 17:59:22 |
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 ) |
3.0.0_3 01 Nov 2019 21:51:36 |
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) |
3.0.0_2 13 May 2019 18:33: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 ) |
3.0.0_1 16 Jan 2019 11:13:45 |
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 ) |
3.0.0 27 Dec 2018 20:37:29 |
tcberner |
Reinstate print/frescobaldi@r487595
PR: 234084
Submitted by: m.ne@gmx.net |
2.20.0_3 16 Dec 2018 15:10:42 |
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 |
2.20.0_3 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
2.20.0_3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.20.0_3 10 Feb 2018 10:29:51 |
tcberner |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
2.20.0_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.20.0_2 24 Aug 2017 19:53:57 |
ultima |
* Bump revision, fixed manpages location
* Added desktop-file-utils
* Max python version specified
* Cleanup Makefile
PR: 221457
Submitted by: Yuri Victorovich
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), <martin.dieringer@gmx.de> (maintainer)
Differential Revision: https://reviews.freebsd.org/D12096 |
2.20.0_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.20.0 18 Feb 2017 15:50:47 |
olivierd |
- Update to 2.20.0 [1]
- Add LILYPOND option (switch between print/lilypond and
print/lilypond-devel) [1], [2]
- Remove unneeded patches
PR: 217187
Submitted by: <m.ne@gmx.net> [1], <martin.dieringer@gmx.de> [2]
Approved by: <martin.dieringer@gmx.de> (maintainer) |
2.19.0 14 Feb 2017 16:09:00 |
amdmi3 |
- Fix license
Approved by: portmgr blanket |
2.19.0 13 Feb 2017 16:36:34 |
antoine |
Fix RUN_DEPENDS
Reported by: pkg-fallout |
2.19.0 12 Feb 2017 14:21:25 |
olivierd |
- Update to 2.19.0
- Adjust dependencies
PR: 216826
Submitted by: <martin.dieringer@gmx.de> (maintainer) |
2.0.15_2 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
2.0.15_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.0.15_2 24 Oct 2014 16:43:00 |
mva |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit) |
2.0.15_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.0.15_1 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
2.0.15 09 Jun 2014 17:42:25 |
antoine |
- Update to 2.0.15
- Stage support
- Unexpire
PR: ports/190827
Submitted by: maintainer |
2.0.8_4 31 May 2014 20:52:22 |
antoine |
Chase py-poppler-qt4 deprecation
With hat: portmgr |
2.0.8_4 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.0.8_3 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.0.8_3 26 Oct 2013 00:52:36 |
gerald |
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 ) |
2.0.8_2 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
2.0.8_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.0.8_2 27 Mar 2013 12:00:15 |
makc |
Chase libkipi, marble, okular shlib bump after KDE 4.10.1 update |
2.0.8_1 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
2.0.8 16 Dec 2012 16:10:12 |
jhale |
- Update to 2.0.8
While here:
- Trim Makefile header
- Add LICENSE (GPLv2 or later)
- Drop indefinite article from COMMENT
- Disambiguate wording in pkg-descr
PR: ports/174353
Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer) |
2.0.7 06 Sep 2012 14:02:41 |
makc |
Remove needless dependence on kde-baseapps
Update to 2.0.7 (based on patch provided by maintainer in reply to PR)
PR: ports/171213 |
1.2.0_3 11 Jul 2012 00:34:07 |
avilla |
- Update dependency on pykde4 to use only USE_KDE4 components.
- Replace kdebase component with baseapps.
With hat on: kde |
1.2.0_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.0_2 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
1.2.0_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.2.0 17 Sep 2011 10:04:37 |
pawel |
Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to be
powerful, yet lightweight and easy to use. Frescobaldi is Free Software,
freely available under the General Public License.
WWW: http://www.frescobaldi.org/
PR: ports/156539
Submitted by: martin.dieringer@gmx.de
Approved by: miwi, wen (mentors implicit) |