Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Jan 2021 19:23:00
4.2.1602022694_3,4

|
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
4.2.1602022694_2,4

|
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 ) |
11 Oct 2020 10:58:15
4.2.1602022694_1,4

|
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 |
08 Oct 2020 22:56:46
4.2.1602022694,4

|
truckman  |
Upgrade editors/openoffice-devel to a newer snapshot.
patch-gmake43 has been upstreamed.
Fix LICENSE_MPL11 generation. |
14 Aug 2020 04:22:13
4.2.1589199787_3,4

|
tcberner  |
Bump revisions of poppler consumers after r544863 |
06 Jul 2020 06:17:19
4.2.1589199787_2,4

|
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 ) |
02 Jun 2020 14:47:30
4.2.1589199787_1,4

|
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 |
25 May 2020 18:25:19
4.2.1589199787,4

|
sunpoet  |
Fix build with bison 3.6.2 |
18 May 2020 17:35:33
4.2.1589199787,4

|
truckman  |
Upgrade to upstream 420-Dev2-m2 development snapshot. |
09 May 2020 19:24:50
4.2.1579913986_4,4

|
tijl  |
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards
compatibility. Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.
PR: 245725
Exp-run by: antoine
Approved by: portmgr (antoine) |
02 May 2020 10:00:12
4.2.1579913986_4,4

|
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 ) |
02 Apr 2020 04:41:03
4.2.1579913986_3,4

|
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
4.2.1579913986_2,4

|
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 ) |
03 Mar 2020 12:56:16
4.2.1579913986_1,4

|
mat  |
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940 |
03 Feb 2020 19:32:51
4.2.1579913986_1,4

|
tcberner  |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
31 Jan 2020 06:47:05
4.2.1579913986,4

|
truckman  |
Upgrade editors/openoffice-devel to git commit d12e928220 on the upstream
AOO420 branch.
patch-configure.ac and patch-icu_makefile.mk have been upstreamed.
Switch from python2 to python3. |
22 Jan 2020 17:59:22
4.2.1573127763_2,4

|
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 ) |
30 Dec 2019 09:15:29
4.2.1573127763_1,4

|
ale  |
Rename my jakarta- ports to apache- |
11 Dec 2019 17:53:49
4.2.1573127763_1,4

|
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 |
08 Dec 2019 22:35:51
4.2.1573127763,4

|
truckman  |
Attempt to fix gcc builds on powerpc, that were broken by a boost upgrade.
Clang builds using -std=gnu++98 can use the STL headers in
/usr/include/c++/v1, but recent versions of the gcc headers forbid this.
As a fallback, OpenOffice tries to use the TR1 headers supplied by boost,
but recent versions of boost no longer have those headers. In theory
the gcc TR1 headers should work, but I was not able to make those work.
Solve this problem by doing gcc builds using the "bundled" version of
boost which is much older rather that boost from ports.
The headers in the ports version of vigra has some C++11 stuff that
gcc also complains about, so use the "bundled" version of vigra for
gcc builds as well.
The icu patch may only be needed for non-default values of LOCALBASE.
No PORTREVISION bump since amd64 and i386 builds should be unchanged.
Tested by: Curtis Hamilton clhamilto AT gmail.com |
26 Nov 2019 21:46:13
4.2.1573127763,4

|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
10 Nov 2019 19:00:25
4.2.1573127763,4

|
truckman  |
Upgrade openoffice-devel to a newer snapshot from upstream, git hash
1742cb93dc, which contains some fixes that should help unbreak the
powerpc build. Some further changes are needed to the FreeBSD port
to complete the fix. |
10 Nov 2019 05:54:23
4.2.1568906168_3,4

|
linimon  |
Mark as broken on powerpc64. This port has been failing the same way since
20180921.
Approved by: portmgr (tier-2 blanket) |
01 Nov 2019 21:51:36
4.2.1568906168_3,4

|
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) |
07 Oct 2019 22:38:44
4.2.1568906168_2,4

|
truckman  |
Chase jakarta-commons-lang3 -> apache-commons-lang3 rename. |
06 Oct 2019 19:08:14
4.2.1568906168_1,4

|
pfg  |
rename most cases of jakarta- to apache-
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.
Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.
Approved by: thierry (mentor), makc
Differential Revision: https://reviews.freebsd.org/D21902 |
19 Sep 2019 23:01:05
4.2.1568906168,4

|
truckman  |
Upgrade editors/openoffice-devel to upstream git hash d871312c80.
Since upstream has migrated from svn to git, use seconds from epoch of
the last commit as the minor component of PORTVERSION.
The build wants to include the git hash value in the build for display
on the Help -> About popup, but it can't determine that when building
from a source tarball, as opposed to a git checkout. Patch around that
issue until upstream implements a way to include this info into the
tarball and pick it up from there.
Add xorg to USES for correctness. |
19 Aug 2019 15:35:28
4.2.1856382_4,4

|
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 |
13 Aug 2019 16:03:12
4.2.1856382_3,4

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
26 Jul 2019 20:46:57
4.2.1856382_3,4

|
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 |
25 May 2019 10:38:41
4.2.1856382_2,4

|
tobik  |
editors/openoffice-devel: Fix spelling of MYSQL_DESC |
13 May 2019 18:33:10
4.2.1856382_2,4

|
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 ) |
12 Apr 2019 06:36:31
4.2.1856382_1,4

|
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 |
29 Mar 2019 18:53:18
4.2.1856382,4

|
truckman  |
Update to openoffice-devel to AOO420-Dev-m1 developer snapshot. |
20 Feb 2019 06:42:30
4.2.1853744,4

|
truckman  |
Switch openoffice-devel to the upstream AOO42X branch from trunk and
upgrade to svn revision 1853744. This is on the path to the upcoming
release of version 4.2.0.
Disable the PDFIMPORT option and mark it broken. This extension does
not get built unless a compatible version of poppler is available. |
18 Jan 2019 21:14:42
4.2.1847189_5,4

|
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 Dec 2018 15:10:42
4.2.1847189_4,4

|
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 01:35:36
4.2.1847189_4,4

|
gerald  |
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 |
12 Dec 2018 00:15:50
4.2.1847189_3,4

|
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 |
11 Dec 2018 10:10:02
4.2.1847189_2,4

|
antoine  |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
25 Nov 2018 00:24:35
4.2.1847189_2,4

|
truckman  |
Silence warnings from the ports framework by adding gl and gnome to USES. |
24 Nov 2018 23:36:07
4.2.1847189_2,4

|
truckman  |
Upgrade editors/openoffice-devel to upstream SVN revision r1847189.
This contains the fix for the crash in Freetype code, See
https://bz.apache.org/ooo/show_bug.cgi?id=127929 [1]
Ensure that unowinreg.dll is included in DISTFILES when running the
makesum and distclean targets. This has been missing from distinfo
since r468039 which was committed in April.
PR: 233404 [1]
MFH: 2018Q4 |
15 Oct 2018 17:27:42
4.2.1838397_2,4

|
truckman  |
editors/openoffice-4, editors/openoffice-devel:
Fix build with OpenSSL 1.1.x
Pet portlint (USES block location)
PR: 232265
Reported by: pkg-fallout |
11 Sep 2018 18:34:28
4.2.1838397_1,4

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
20 Aug 2018 04:18:25
4.2.1838397,4

|
truckman  |
Upgrade editors/openoffice-devel to upstream svn revision r1838397. |
17 Aug 2018 21:44:28
4.2.1833124_2,4

|
truckman  |
Explicitly depend on python2 since the OpenOffice pyuno module fails
to build with python3. No PORTREVISION bump since this does not change
the package.
PR: 229408
Submitted by: Curtis Villamizar <curtis@ipv6.occnc.com> |
09 Aug 2018 06:58:31
4.2.1833124_2,4

|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
29 Jul 2018 22:18:46
4.2.1833124_1,4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
12 Jun 2018 04:00:08
4.2.1833124,4

|
truckman  |
Upgrade to Apache OpenOffice trunk SVN revsion r1833124. This includes
the bug fix in extra-patch-align16 needed for amd64. [1]
Instead of symlinking the directory containing the OpenOffice .desktop
files under $PREFIX/share/applications, symlink the individual .desktop
files. This is what upstream does on Linux and what LibreOffice does
as well. The Plasma 5 desktop ignores symlinks to directories when it
is scanning for .desktop files.
PR: 228030 [1]
Reported by: kan |
22 Apr 2018 17:09:14
4.2.1829757,4

|
truckman  |
Upgrade openoffice-devel to upstream SVN r1829757.
The fix for compatibility with boost 1.67 has been upstreamed, so
remove BROKEN.
Upstream has switched from gstreamer 0.10 to gstreamer 1.x, so change
our dependency to match. Don't specify an explicit LIB_DEPENDS in
addition to USE_GSTREAMER1.
Most of the patches to work around various compiler issues have been
upstreamed, so remove them here.
Modernize patch-framework_Library__fwk.mk. |
18 Apr 2018 13:57:43
4.2.1822069_3,4

|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
21 Mar 2018 21:24:44
4.2.1822069_2,4

|
brnrd  |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
21 Mar 2018 19:50:35
4.2.1822069_1,4

|
brnrd  |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
29 Jan 2018 08:33:18
4.2.1822069,4

|
truckman  |
Upgrade to upstream svn revision r1822069, which includes the fixes
that were in files/patch-security.
Follow upstream and disable GNOMEVFS by default, using gio instead.
Don't enable crashdumps by default. This build knob causes the build
to be done with debug symbols, which greatly increase the size of the
build, but this is all in vain because the executables and libraries
are subsequently stripped.
Build with debug symbols if WITH_DEBUG is set.
Build with -fstack-protector.
Only fetch unowinreg.dll when building the SDK. (Only the first 15 lines of the commit message are shown above ) |
24 Jan 2018 09:41:04
4.2.1810071_3,4

|
ak  |
- Update name of autoreconf WRKSRC variable in comment
- Fix a few ports with invalid USES autoreconf arguments
- Add check for invalid USES autoreconf arguments
Differential Revision: https://reviews.freebsd.org/D14004
Approved by: tijl (autotools maintainer), portmgr (mat) |
20 Jan 2018 00:51:39
4.2.1810071_3,4

|
truckman  |
Remove the CCACHE option and other ccache code from the Makefile
and use the ccache code in the ports framework handle all of the
details.
Don't prepend ${WRKSRC}/solenv/bin to PATH in CONFIGURE_ENV since
it is no longer needed and blocks the framework from adding
CCACHE_WRAPPER_PATH to PATH in CONFIGURE_ENV and MAKE_ENV.
Sanitize MAKE_ENV and export it to the build, similar to what is
done by the default do-build target. This passes CCACHE_DIR and
HOME (set to WRKDIR) to the build, so the $HOME override in r459363
is no longer needed. We need to remove the CPPFLAGS setting from
MAKE_ENV before exporting to the build because it breaks the build
of the bundled icu module. CFLAGS and CXXFLAGS are also removed
because they would interfere with the carefully constructed compiler
flags set by the port. The include paths are already handled by
the port, and the port also modifies the optmization flags for some
files to work around compiler bugs.
While here, remove files/generate.pl since it has been obsolete for
a long while.
No PORTREVISION bump since the package should be unchanged.
PR: 224276 |
18 Jan 2018 16:51:56
4.2.1810071_3,4

|
truckman  |
Fix editors/openoffice-4 build with clang 6.0.0 by compiling with
-std=gnu++98 since that was the default for the compilers historically
used for the build. It turns out that -std=c++98 does not work
because the vigra headers depend on LLONG_MAX and friends, which
are not defined without the GNU extensions.
Compensate for a recent poudriere change by overriding $HOME and
setting it to /tmp if $HOME is not writeable. Some of the test
code run during the build wants to use mkstemp() to create temporary
directories under $HOME, which does not work for the "nobody" user
which points $HOME at /nonexistent.
No PORTREVISION bump since this is a build fix and there is no
change to the package.
PR: 225129
Reported by: jbeich |
18 Jan 2018 04:11:03
4.2.1810071_3,4

|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
27 Nov 2017 07:28:35
4.2.1810071_2,4

|
truckman  |
Fix the table wizard in openoffice-base on FreeBSD 10 amd64. One of the
source files triggers a bug in the clang 3.4 code optimizer.
MFH: 2017Q4 |
26 Oct 2017 18:38:56
4.2.1810071_1,4

|
truckman  |
Add a security patch taken from Apache OpenOffice 4.1.4.
Add a LICENSE entry for MPL10. Code containing both MPL10 and MPL11
licenses is bundled.
Add CONFLICTS_INSTALL.
Move --with-ant-home and -with-jdk-home to Makefile from Makefile.knobs.
MFH: 2017Q4
Security: 27229c67-b8ff-11e7-9f79-ac9e174be3af |
30 Sep 2017 18:23:26
4.2.1810071,4

|
truckman  |
Upgrade openoffice-devel to upstream svn revision r1810071.
Make LICENSE more specific by changing MPL to MPL11.
Add the REPORT_BUILDER option to enable building that extension, but
leave it off and mark it broken until we have a way to install the
necessary .jar files.
The new PostgreSQL database connector requires jakarta-commons-lang3.
Make jakarta-commons-codec, jakarta-commons-httpclient, and
jakarta-commons-logging-jar dependencies optional based on the selected
port options.
patch-sal_qa_osl_mutex_osl__Mutex.cxx and
patch-scaddins_source_analysis_analysishelper.hxx have been upstreamed.
Pacify portlint by sorting sections. |
25 Sep 2017 00:08:17
4.2.1780246_7,4

|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
4.2.1780246_6,4

|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
10 Sep 2017 20:55:39
4.2.1780246_5,4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
24 Aug 2017 13:45:14
4.2.1780246_4,4

|
swills  |
Bump PORTREVISION after recent poppler update |
22 Jul 2017 03:50:13
4.2.1780246_3,4

|
truckman  |
Include <complex> instead of the obsolete <boost/tr1/complex.hpp>. The
upcoming boost 1.65 upgrade removes support for tr1.
Sort ONLY_FOR_ARCHS to pacify portlint.
No PORTREVISION bump since the code does not appear to change.
PR: 220723 |
14 Jul 2017 17:20:25
4.2.1780246_3,4

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
23 May 2017 05:03:16
4.2.1780246_3,4

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
02 May 2017 06:48:11
4.2.1780246_2,4

|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
01 Apr 2017 15:23:32
4.2.1780246_1,4

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
31 Jan 2017 03:25:00
4.2.1780246,4

|
truckman  |
Upgrade to upstream svn revision r1780246. This incorporates the
pointer comparision fixes required to compile with clang 4.0, so
delete patch-clang40. Also,
patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx has been
incorporated upstream.
On amd64, clang++ 4.0 uses the MOVAPS SSE instruction to initialize
sufficiently large objects returned by the "new" operator. This
requires that the object have 16-byte alignment. The FreeBSD
malloc() implementation does the correct thing here, but OpenOffice
has a couple of internal memory allocator implementations that only
align to 8-byte boundaries at most. In addition OpenOffice overrides
the new operator to interpose a couple of layers of wrappers. If
the --enable-debug option is passed to configure, the wrapper adds
8 to the size passed to the allocator and adds an 8 byte offset to (Only the first 15 lines of the commit message are shown above ) |
22 Jan 2017 08:35:12
4.2.1753426_7,4

|
jbeich  |
editors/openoffice-devel: unbreak with clang 4.0
main/desktop/source/app/officeipcthread.cxx:228:14: error: ordered comparison
between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
if ( handle > 0 )
~~~~~~ ^ ~
main/desktop/source/deployment/misc/dp_misc.cxx:106:16: error: ordered
comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
if (digest <= 0) {
~~~~~~ ^ ~
main/sd/source/ui/view/viewshe3.cxx:229:48: error: ordered comparison between
pointer and zero ('SdPage *' and 'int')
if (pDocument->GetSdPage(0, ePageKind) > 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
PR: 216206
Submitted by: pfg
Obtained from: upstream |
18 Jan 2017 13:20:32
4.2.1753426_7,4

|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
07 Jan 2017 14:43:11
4.2.1753426_7,4

|
jbeich  |
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887 |
07 Jan 2017 10:42:51
4.2.1753426_6,4

|
olivierd  |
Chase update of graphics/poppler (and slaves ports) in revision r430777 |
06 Jan 2017 08:45:04
4.2.1753426_5,4

|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
03 Dec 2016 22:24:36
4.2.1753426_4,4

|
jbeich  |
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt) |
26 Nov 2016 16:54:30
4.2.1753426_3,4

|
jbeich  |
editors/openoffice*: unbreak consumers with hunspell 1.5
main/lingucomponent/source/spellcheck/spell/sspellimp.cxx:39:10: fatal error:
'dictmgr.hxx' file not found
#include <dictmgr.hxx>
^
PR: 214844
Obtained from: upstream
Approved by: portmgr blanket |
23 Nov 2016 12:45:47
4.2.1753426_3,4

|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
21 Oct 2016 12:51:41
4.2.1753426_2,4

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
09 Oct 2016 12:10:02
4.2.1753426_2,4

|
jbeich  |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
05 Sep 2016 20:02:03
4.2.1753426_1,4

|
olivierd  |
Chase update of Poppler after revision r421386 |
21 Jul 2016 18:13:46
4.2.1753426,4

|
truckman  |
Upgrade to upstream svn revision r1753426, which includes the fix for
CVE-2016-1513.
Regenerate distinfo to add TIMESTAMP.
MFH: 2016Q3
Security: 72f71e26-4f69-11e6-ac37-ac9e174be3af |
12 Jul 2016 03:24:20
4.2.1749607_2,4

|
truckman  |
Add missing dependencies reported by stage-qa:
USE_XORG+= sm xinerama
devel/dbus (when GNOME option is enabled)
multimedia/gstreamer (when MMEDIA option is enabled)
graphics/poppler (-devel only, when PDFIMPORT option is enabled)
Add USES=ssl since this OpenOffice does use OpenSSL. The base and ports
versions of OpenSSL are both known to work. It is unknown if LibreSSL
works because the dependency ftp/curl does not currently build with
LibreSSL.
Replace one remaining path to a .jar file with ${JAVALIBDIR} in
CONFIGURE_ARGS.
Replace an absolute symlink with a relative one.
Re-align \ line continuation characters in *_DEPENDS after removal of
${PORTSDIR} from dependencies, and make a few other whitespace cleanups.
MFH: 2016Q3 |
23 Jun 2016 15:29:57
4.2.1749607_1,4

|
truckman  |
Upgrade to upstream svn revision 1749607.
This fixes the build problem with libc++ 3.8.0, so
patch-vcl_source_glyphs_graphite__layout.cxx is no longer needed. |
26 May 2016 06:01:49
4.2.1735889_1,4

|
truckman  |
Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0.
Openffice defines its own overloaded variant of round(), which is
only different in return type from the 'real' round() from <math.h>,
so it is ambiguous (in the C++ lookup sense). Fix this by renaming
the custom round() to round_(), and using a define to minimize
needed changes in the code.
PR: 209588
Submitted by: dim |
01 May 2016 04:44:14
4.2.1735889_1,4

|
truckman  |
Pet portlint - use a tab (not space) after a variable name |
30 Apr 2016 19:04:32
4.2.1735889_1,4

|
truckman  |
Revert the part of the change in r408688 that allowed the PDF Import
extension to build with boost 1.60, which should have been reverted
in r411540. The fix implemented upstream does not require linking
with any boost libraries, so return boost to always just being
a build dependency.
Update TARGET_ORDER_OVERRIDE to for the changes to Uses/gnome.mk
in r413768.
Don't bother trying to create ${STAGEDIR}${DESKTOPDIR} since it
is already handled by mtree. |
01 Apr 2016 14:00:57
4.2.1735889,4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
21 Mar 2016 05:53:01
4.2.1735889,4

|
truckman  |
Upgrade to upstream svn revision r1735889. This contains the
CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT pipe fix [1]. It also contains
a slightly different fix for building with boost 1.60, so delete
patch-sdext_source_pdfimport_makefile.mk, which is no longer needed.
Delay running gnome-post-install until the plist has been generated by
post-install so that the icons are detected and gtk-update-icon-cache
gets run when the package is installed. [2]
Add missing USES=shared-mime-info.
PR: 207301 [1]
PR: 208026 [2] |
11 Mar 2016 11:53:42
4.2.1727463_3,4

|
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
11 Feb 2016 15:40:53
4.2.1727463_2,4

|
truckman  |
Unbreak PDF Import extension when building with modern boost. Similar
to the patch by amdmi3, link the extension with -lboost_system, but
only do this in the --with-system-boost case. Doing this unconditionally
would break building with the bundled boost because only the boost headers
are available and the boost libraries are not built. This is still a bit
pessimal because -lboost_system may be used when it is not strictly
necessary (when the system boost is old), but it is likely that this is
only relevant to FreeBSD and we are in the process of upgrading boost.
This fix should be acceptable upstream.
Re-enable the PDF Import extension by default.
When the PDF Import extension is enabled, promote boost from BUILD_DEPENDS
to LIB_DEPENDS.
Tested with PDFIMPORT both on and off. Also tested with PDFIMPORT on,
--with-system-boost disabled, and boost removed from *_DEPENDS.
PR: 207073, 199601 |
10 Feb 2016 00:47:21
4.2.1727463_1,4

|
truckman  |
Disable PDF import plugin to unbreak build with modern boost.
A proper fix that can be upstreamed will take a bit longer.
PR: 199601 |
30 Jan 2016 21:26:57
4.2.1727463,4

|
truckman  |
Upgrade to upstream svn revision 1727463. This fixes the upstream
bug <https://bz.apache.org/ooo/show_bug.cgi?id=125431>,
"The Password is incorrect. The file cannot be opened."
PR: 206234 |
21 Jan 2016 19:40:10
4.2.1712473_2,4

|
kwm  |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3] |
02 Jan 2016 20:58:43
4.2.1712473_1,4

|
truckman  |
Correct the Icon entry in the .desktop files so that the icons are
visible in the menu.
PR: 205758 |
13 Nov 2015 04:13:34
4.2.1712473,4

|
truckman  |
Now that we are no longer avoiding certain versions of clang, convert to
USES=compiler:c++11-lib instead of trying to emulate it. |
06 Nov 2015 15:50:39
4.2.1712473,4

|
truckman  |
Switch back to tracking the upstream trunk instead of OpenOffice 4.1.2
release candidates. Upgrade to SVN revision r1712473.
Add an option to build and install the PDF Import extension and enable
it by default.
Patch the extensions.lst file so that it points to the locations
of the extension files rather than passing that information as
a configure option. Add a patch to enable enable the use of file://
in extensions.lst for local integrated extensions as is documented in
the comments in this file.
Nuke the patches that have been committed upstream.
Don't try to run the create_tree.sh script with "sh -c" since this
script is not marked executable.
MFH: 2015Q4 |
24 Oct 2015 01:00:29
4.1.1709696,4

|
truckman  |
Upgrade to OpenOffice 4.1.2-RC3.
Explicity set $JAVA_HOME in startup wrapper to the OpenJDK version used
for the build to avoid any potential issues with relying on javavmwrapper
parsing bsd.java.mk to determine this at runtime.
Fix an botch in the FreeBSD-specific $LD_LIBRARY_PATH code in the
startup wrapper.
Java is needed at runtime, so flag it as a runtime dependency.
Add an option to build and install the SDK and disable it by default.
The port has been building it all along, but not installing it. We
save only a small amount of time by not building it, but we save about
70 MB of space when the port is installed. (Only the first 15 lines of the commit message are shown above ) |
18 Oct 2015 08:20:07
4.1.1707648_2,4

|
truckman  |
Patch the source with r1697228, r1697237, r1697247, r1697306, and
r1697312 from upstream trunk (with a few tweaks to compensate for
some other upstream changes not included here) to unbreak the build
with OpenJDK8.
Revert r399537 to unmark broken.
PR: 199591 (openjdk8 by default exp-run) |