non port: editors/openoffice-devel/Makefile |
SVNWeb
|
Number of commits found: 247 (showing only 100 on this page) |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Tue, 14 Mar 2023
|
[ 21:19 Don Lewis (truckman) ] e0a892c
editors/openoffice-*: test for required jar file
Test for a required jar file that is optionally installed by
textproc/lucene and fail at the configure step with a helpful message
if we don't find it. If the jar file is missing, javac fails during
the build of l10ntools module with an unhelpful error message that does
not pinpoint the cause of the problem.
PR: 270158
Reported by: Ken Gunderson <kgunders@teamcool.net>
|
Wed, 8 Mar 2023
|
[ 20:23 Don Lewis (truckman) ] 0a5ce79
editors/openoffice-devel: Upgrade and unbreak
Upgrade openoffice-devel to a more recent snapshot and unbreak. Recent
versions of clang do not like building system boost in -std=gnu++98 mode.
Add USE_GNOME=gdkpixbuf2xlib which now seems to be necessary.
Simplify the port by always using the bundled vigra and boost rather
than making this compiler version dependent. The bundled versions
work (better) with modern clang in -std=gnu++98 mode. Also, an
upcoming version of boost will require c++14 mode. The bundled
boost needs a minor patch to work with modern clang in this mode.
Add upgrade advice to pkg-message.
Security: 6678211c-bd47-11ed-beb0-1c1b0d9ea7e6
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 1 Sep 2022
|
[ 13:52 Rene Ladan (rene) ] 2a09e5b (Only the first 10 of 49 ports in this commit are shown above. )
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0 (Only the first 15 lines of the commit message are shown above )
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Tue, 26 Jul 2022
|
[ 15:19 Dmitry Marakasov (amdmi3) ] ac31de5
editors/openoffice-devel: mark BROKEN
Approved by: portmgr blanket
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 7cd7a8d (Only the first 10 of 119 ports in this commit are shown above. )
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 30 Apr 2022
|
[ 08:03 Tobias C. Berner (tcberner) ] ca3f925 (Only the first 10 of 133 ports in this commit are shown above. )
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097
|
Thu, 28 Apr 2022
|
[ 20:15 Tijl Coosemans (tijl) ] 2c64d6a
editors/openoffice-devel: make robust against __cxa_exception ABI changes
Patch openoffice to replace __cxa_get_globals()->caughtExceptions,
which is a pointer to the start of a struct __cxa_exception, with
__cxa_current_primary_exception(), which is a pointer to the end. This
allows struct __cxa_exception to be extended at the start as was
recently done in FreeBSD main and stable/13 on 64-bit architectures.
Recently on FreeBSD main and stable/13 __attribute__((__aligned__)) was
added to struct _Unwind_Exception which changes its size on 32-bit
architectures, and that of __cxa_exception as well. Patch openoffice
to detect this so packages built on 13.0 still work on 13.1.
Add a build dependency on a recent version of devel/libunwind so we
always build with an unwind.h that has the right definition of
_Unwind_Exception. The dependency was already pulled in via gstreamer
(with default options).
|
Mon, 25 Apr 2022
|
[ 00:50 Don Lewis (truckman) ] c9492bc
editors/openoffice-devel: Update to a newer snapshot
Update to a newer snapshot of the upstream code.
|
Wed, 13 Apr 2022
|
[ 18:26 Don Lewis (truckman) ] db0d93e
editors/openoffice-devel: Fix dependency issues
Fix an incorrect coinmp-related dependency that was causing spurious
rebuilds. It was also reported to break the build of openoffice-4,
though I was unable to reproduce the problem, and it did not seem to
break the official package build. Add another missing dependency.
Both issues were reported by stage-qa.
PR: 263238
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Thu, 24 Feb 2022
|
[ 16:21 Yuri Victorovich (yuri) ] a0d76a1 (Only the first 10 of 25 ports in this commit are shown above. )
math/ipopt: Update 3.12.13 -> 3.14.4
|
Wed, 23 Feb 2022
|
[ 17:02 Yuri Victorovich (yuri) ] ce52f93 (Only the first 10 of 21 ports in this commit are shown above. )
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout
|
Wed, 1 Dec 2021
|
[ 09:53 Don Lewis (truckman) ] 3adea77
editors/openoffice*: unbreak build with clang 13+
The include file vigra/memory.hxx from the graphics/vigra port
has this error:
/usr/local/include/vigra/memory.hxx:43:12: fatal error: 'tr1/memory' file not
found
# include <tr1/memory>
^~~~~~~~~~~~
when compiling with clang 13.0 or newer in -std=gnu++98 mode.
MFH: 2021Q4
|
Tue, 19 Oct 2021
|
[ 08:36 Tobias Kortkamp (tobik) ] ce1af7f (Only the first 10 of 154 ports in this commit are shown above. )
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Sat, 9 Oct 2021
|
[ 21:53 Don Lewis (truckman) ] b2858e2
editors/openoffice-devel: Upgrade to a new snapshot
- Fix CVE-2021-33035 - Buffer overflow from a crafted DBF file
The CVE-2021-40439 - Billion Laughs issue for the FreeBSD port was
fixed some time ago when the textproc/expat2 port was updated. Unlike
other distributions, the FreeBSD port uses the system expat2 instead
of bundling an old version.
Update dependencies, mostly due to math/coinmp refactoring.
MFH: 2021Q4
Security: 04d2cf7f-2942-11ec-b48c-1c1b0d9ea7e6
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Thu, 29 Apr 2021
|
[ 22:49 Don Lewis (truckman) ] 3c571fd
editors/openoffice-devel: Upgrade to a newer upstream snapshot
Upgrade to upstream commit 6aec515561
* Fixes CVE-2021-30245
* Misc other fixes
The building using the archive format on FreeBSD does not require epm.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Feb 2021
|
[ 00:51 truckman ]
Unbreak build after gnomevfs and gconf removal.
|
Sat, 6 Feb 2021
|
[ 19:45 bapt ]
Remove dependency on deprecated gnome2 libraries:
gnomevfs and gconf
|
Thu, 7 Jan 2021
|
[ 19:23 tcberner ] (Only the first 10 of 68 ports in this commit are shown above. )
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 )
|
Fri, 11 Dec 2020
|
[ 20:10 tcberner ] (Only the first 10 of 68 ports in this commit are shown above. )
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 )
|
Sun, 11 Oct 2020
|
[ 10:58 tcberner ] (Only the first 10 of 69 ports in this commit are shown above. )
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
|
Thu, 8 Oct 2020
|
[ 22:56 truckman ]
Upgrade editors/openoffice-devel to a newer snapshot.
patch-gmake43 has been upstreamed.
Fix LICENSE_MPL11 generation.
|
Fri, 14 Aug 2020
|
[ 04:22 tcberner ] (Only the first 10 of 74 ports in this commit are shown above. )
Bump revisions of poppler consumers after r544863
|
Mon, 6 Jul 2020
|
[ 06:17 tcberner ] (Only the first 10 of 75 ports in this commit are shown above. )
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 )
|
Tue, 2 Jun 2020
|
[ 14:47 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
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
|
Mon, 18 May 2020
|
[ 17:35 truckman ]
Upgrade to upstream 420-Dev2-m2 development snapshot.
|
Sat, 2 May 2020
|
[ 10:00 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
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 )
|
Thu, 2 Apr 2020
|
[ 04:41 tcberner ] (Only the first 10 of 78 ports in this commit are shown above. )
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
|
Sat, 21 Mar 2020
|
[ 12:57 tcberner ] (Only the first 10 of 78 ports in this commit are shown above. )
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 )
|
Tue, 3 Mar 2020
|
[ 12:56 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Mon, 3 Feb 2020
|
[ 19:32 tcberner ] (Only the first 10 of 72 ports in this commit are shown above. )
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions
|
Fri, 31 Jan 2020
|
[ 06:47 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.
|
Wed, 22 Jan 2020
|
[ 17:59 tcberner ] (Only the first 10 of 88 ports in this commit are shown above. )
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 )
|
Mon, 30 Dec 2019
|
[ 09:15 ale ] (Only the first 10 of 19 ports in this commit are shown above. )
Rename my jakarta- ports to apache-
|
Wed, 11 Dec 2019
|
[ 17:53 jbeich ] (Only the first 10 of 417 ports in this commit are shown above. )
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
|
Sun, 8 Dec 2019
|
[ 22:35 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
|
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
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
|
Sun, 10 Nov 2019
|
[ 19:00 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.
|
[ 05:54 linimon ]
Mark as broken on powerpc64. This port has been failing the same way since
20180921.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Nov 2019
|
[ 21:51 tcberner ] (Only the first 10 of 92 ports in this commit are shown above. )
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)
|
Mon, 7 Oct 2019
|
[ 22:38 truckman ]
Chase jakarta-commons-lang3 -> apache-commons-lang3 rename.
|
Sun, 6 Oct 2019
|
[ 19:08 pfg ] (Only the first 10 of 73 ports in this commit are shown above. )
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
|
Thu, 19 Sep 2019
|
[ 23:01 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.
|
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] (Only the first 10 of 412 ports in this commit are shown above. )
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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sat, 25 May 2019
|
[ 10:38 tobik ]
editors/openoffice-devel: Fix spelling of MYSQL_DESC
|
Mon, 13 May 2019
|
[ 18:33 tcberner ] (Only the first 10 of 75 ports in this commit are shown above. )
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 )
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] (Only the first 10 of 392 ports in this commit are shown above. )
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
|
Fri, 29 Mar 2019
|
[ 18:53 truckman ]
Update to openoffice-devel to AOO420-Dev-m1 developer snapshot.
|
Wed, 20 Feb 2019
|
[ 06:42 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.
|
Fri, 18 Jan 2019
|
[ 21:14 jbeich ] (Only the first 10 of 50 ports in this commit are shown above. )
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
|
Sun, 16 Dec 2018
|
[ 15:10 tcberner ] (Only the first 10 of 67 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
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
|
Tue, 11 Dec 2018
|
[ 10:10 antoine ] (Only the first 10 of 22 ports in this commit are shown above. )
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
|
Sun, 25 Nov 2018
|
[ 00:24 truckman ]
Silence warnings from the ports framework by adding gl and gnome to USES.
|
Sat, 24 Nov 2018
|
[ 23:36 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
|
Mon, 15 Oct 2018
|
[ 17:27 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
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] (Only the first 10 of 331 ports in this commit are shown above. )
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
|
Mon, 20 Aug 2018
|
[ 04:18 truckman ]
Upgrade editors/openoffice-devel to upstream svn revision r1838397.
|
Fri, 17 Aug 2018
|
[ 21:44 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>
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Tue, 12 Jun 2018
|
[ 04:00 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
|
Sun, 22 Apr 2018
|
[ 17:09 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.
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
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
|
Wed, 21 Mar 2018
|
[ 21:24 brnrd ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
[ 19:50 brnrd ] (Only the first 10 of 35 ports in this commit are shown above. )
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)
|
Mon, 29 Jan 2018
|
[ 08:33 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 )
|
Wed, 24 Jan 2018
|
[ 09:41 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)
|
Sat, 20 Jan 2018
|
[ 00:51 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
|
Thu, 18 Jan 2018
|
[ 16:51 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
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
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
|
Mon, 27 Nov 2017
|
[ 07:28 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
|
Thu, 26 Oct 2017
|
[ 18:38 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
|
Sat, 30 Sep 2017
|
[ 18:23 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.
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
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
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
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
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Thu, 24 Aug 2017
|
[ 13:45 swills ] (Only the first 10 of 31 ports in this commit are shown above. )
Bump PORTREVISION after recent poppler update
|
Sat, 22 Jul 2017
|
[ 03:50 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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Tue, 31 Jan 2017
|
[ 03:25 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 )
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Sat, 7 Jan 2017
|
[ 14:43 jbeich ] (Only the first 10 of 46 ports in this commit are shown above. )
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
|
[ 10:42 olivierd ] (Only the first 10 of 50 ports in this commit are shown above. )
Chase update of graphics/poppler (and slaves ports) in revision r430777
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] (Only the first 10 of 324 ports in this commit are shown above. )
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
|
Sat, 3 Dec 2016
|
[ 22:24 jbeich ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
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)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Number of commits found: 247 (showing only 100 on this page) |