1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

1447 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
95274bf4f9 */*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-07-26 02:48:20 +02:00
Dima Panov
7a10b64736
editors/libreoffice: update to 7.5.5 release (+)
LibreOffice 7.5.5 Community, the fifth minor release of the LibreOffice 7.5 line,
the volunteer-supported free office suite for desktop productivity,
is available for FreeBSD users!

Release notes:	https://blog.documentfoundation.org/blog/2023/07/20/libreoffice-7-5-5-community-available-for-download/

Sponsored by:	Serenity Cybersecurity, LLC
2023-07-25 10:16:49 +03:00
Muhammad Moinur Rahman
c139dc332a russian/xruskb: Fix build with llvm16
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-07-24 00:16:16 +02:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Dima Panov
20f870d08b
editors/libreoffice: update to 7.5.4 release (+)
LibreOffice Suite 7.5.4 Community release is out and ready for our users!

Read more:	https://blog.documentfoundation.org/blog/2023/06/08/tdf-releases-lo-7-5-4-community/
Changelog:	https://wiki.documentfoundation.org/Releases/7.5.4/RC1
		https://wiki.documentfoundation.org/Releases/7.5.4/RC2

Sponsored by:	Serenity Cybersecurity, LLC
2023-06-11 00:58:01 +03:00
Jochen Neumeister
dd504c5d93 */wordpress*: Update to 6.2.2
Sponsored by:	Netzkommune GmbH
2023-06-06 08:46:47 +02:00
Jochen Neumeister
77b7aa3bf8 */wordpress*: Update to 6.1.3
Sponsored by:	Netzkommune GmbH
2023-06-05 21:31:56 +02:00
Dima Panov
04967636d2
editors/libreoffice: update LibreOffice Suite to 7.5.3 release (+)
New update for latest major release!
LibreOffice 7.5.3 is now available, with fixes and compatibility improvements

Read more: https://blog.documentfoundation.org/blog/2023/05/04/tdf-releases-lo753-community/

Sponsored by:	Serenity Cybersecurity, LLC
2023-05-07 23:38:59 +03:00
Dima Panov
e8a24621d5
editors/libreoffice: update to 7.5.2 release (+)
LibreOffice Suite 7.5.2 Community Release is now available, with fixes and improvements.

Announce:	https://blog.documentfoundation.org/blog/2023/03/30/libreoffice-7-5-2-community-available-for-download/
Release notes:	https://wiki.documentfoundation.org/ReleaseNotes/7.5

Sponsored by:	Serenity Cybersecurity, LLC
2023-03-31 10:11:03 +03:00
Jose Alonso Cardenas Marquez
7f05d4af20 editors/lazarus: Bump PORTREVISION of dependant ports
- editors/lazarus was updated to 2.2.6
2023-03-16 18:56:22 -05:00
Dima Panov
002f89af89
editors/libreoffice: update to 7.5.1 release (+)
LibreOffice Suite 7.5.1 Community release is now available!
Along with various fixes, it also includes a manual
light/dark mode switch – regardless of your system settings.
It's under "Tools > Options > View".

Learn more: https://blog.documentfoundation.org/blog/2023/03/02/libreoffice-7-5-1-community/
Sponsored by:	Serenity Cybersecurity, LLC
2023-03-03 21:05:21 +03:00
Tobias C. Berner
fa81a4f5f8 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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Bernard Spil
6beccad94e www/wordpress: Transform into master port
* Simplify language ports
 * Removes differences in pkg-message and pkg-descr
 * Reduce files to manage on updates
2023-02-14 18:28:53 +00:00
Dima Panov
60ab1114e2 */libreoffice*: update to 7.5.0 release (+)
Office team is proud to announce LibreOffice 7.5 Community,
the new major release of the volunteer-supported free office suite for desktop productivity

Read more:	https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
2023-02-04 11:43:03 +03:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2023-01-14 17:08:33 -06:00
Dima Panov
82776dcceb */libreoffice*: update to 7.4.4.release (+)
Please welcome latest Community release of LibreOffice Suite, 7.4.4!

Read more:	https://blog.documentfoundation.org/blog/2023/01/12/libreoffice-7-4-4-community/
2023-01-14 17:00:19 +03:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Jochen Neumeister
6ed8ddae0c */wordpress*: Update to 6.1.1
Changlog: https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-11-28 19:16:17 +01:00
Dima Panov
cf6cf5ee1c */libreoffice: update LibreOffice suite to 7.4.3 release (+)
LibreOffice 7.4.3 is now available, with bugfixes and compatibility improvements.

Read more: https://blog.documentfoundation.org/blog/2022/11/24/libreoffice-7-4-3-community/
2022-11-28 13:52:42 +03:00
Jochen Neumeister
c783ffdd63 */wordpress*: Update to 6.0.3
Sponsored by:	Netzkommune GmbH
2022-10-28 14:42:32 +02:00
Dima Panov
8b857ccb4b editors/libreoffice: update to 7.4.2 release (+)
LibreOffice Community release 7.4.2 is now available, with 80+ bugfixes and improvements.

Read more:	https://blog.documentfoundation.org/blog/2022/10/13/libreoffice-7-4-2-community/

MFH:	2022Q4
2022-10-14 16:12:24 +03:00
Jose Alonso Cardenas Marquez
df8005b90f editors/lazarus: Bump PORTREVISION of dependant ports
- editors/lazarus was updated to 2.2.4 and all ports depends of it must be
  rebuilt
2022-10-02 00:48:21 -05:00
Dima Panov
1eed3ce417 editors/libreoffice: update to 7.4.1 release (+)
LibreOffice 7.4.1 Community release is available for FreeBSD users!

Read more:	https://blog.documentfoundation.org/blog/2022/09/15/libreoffice-741-community/
Release notes:	https://wiki.documentfoundation.org/ReleaseNotes/7.4
2022-09-18 12:37:31 +03:00
Jochen Neumeister
f716c18b2e */wordpress*: Update to 6.0.2
Changelog: https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-09-17 22:25:43 +02:00
Jochen Neumeister
3ae94f9fed */wordpress*: Update to 6.0.1
Changelog: https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-09-17 10:01:46 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dima Panov
1fc4b7db57 editors/libreoffice: update to 7.4.0 release (+)
On behalf of Office team I proud to announce a major update: LibreOffice 7.4!

   * 16,384 columns in spreadsheets
   * Better change tracking
   * Document themes in presentations

...plus compatibility improvements, performance boosts and more.

Read more:	https://blog.documentfoundation.org/blog/2022/08/18/libreoffice-7-4-community/
2022-08-18 15:25:31 +03:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Dima Panov
d31904329b editors/libreoffice: update to 7.3.5 release (+)
LibreOffice 7.3.5 Office Suite Released with 83 Bug Fixes and improvements.
Read more: https://blog.documentfoundation.org/blog/2022/07/21/libreoffice-7-3-5-community/

MFH:	2022Q3
2022-07-24 00:53:32 +03:00
Tobias C. Berner
f27f23bd9f russian: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Andrey Fesenko <andrey@bsdnir.info>
  *  Anes Mukhametov <anes@anes.su>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Morozovsky <marck@rinet.ru>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Igor Pokrovsky <tiamat@comset.net>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Mihail Timofeev <9267096@gmail.com>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Thierry Thomas <thierry@pompo.net>
  *  Vyacheslav Anikin <anikinsl@gmail.com>
  *  ache
  *  mi@aldan.algebra.com

With hat:	portmgr
2022-07-20 16:22:50 +02:00
Jochen Neumeister
f526cbc7a9 */wordpress*: Update to Version 6.0
Welcome to “Arturo”

Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.

Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.

With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.1

Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.

Full Changelog see: https://wordpress.org/news/2022/05/arturo/

Sponsored by:	Netzkommune GmbH
2022-07-10 16:39:54 +02:00
Jose Alonso Cardenas Marquez
c77c31909f lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
2022-06-20 20:17:20 -05:00
Jose Alonso Cardenas Marquez
cedfa0ad1f */*: Bump PORTREVISION
* editors/lazarus was updated to 2.2.2
2022-06-18 00:57:02 -05:00
Dima Panov
4821e83c2e */libreoffice*: update to 7.3.4 release (+)
Stay fresh! LibreOffice 7.3.4 Community edition is now available,
with over 80 bugfixes and compatibility improvements.

Read more:	https://blog.documentfoundation.org/blog/2022/06/09/libreoffice-7-3-4-community/
2022-06-10 00:36:21 +03:00
Dima Panov
b305ea3361 editors/libreoffice: update to 7.3.3 release (+)
LibreOffice Suite release 7.3.3 is now Aaailable for community users,
with 88 bug fixes and better cocument compatibility.

Read more: https://blog.documentfoundation.org/blog/2022/05/05/libreoffice-733-community/
2022-05-07 14:27:17 +03:00
Jochen Neumeister
0fa601ef4e */wordpress*: Update to 5.9.3
Sponsored by:	Netzkommune GmbH
2022-04-17 14:13:46 +02:00
Dima Panov
8cee3a0fa6 */libreoffice*: update to 7.3.2 release (+)
LibreOffice 7.3.2 is now available for everyone, with over 80 fixes and compatibility improvements.

Find out more info: https://blog.documentfoundation.org/blog/2022/03/31/libreoffice-732-community/
2022-03-31 20:49:20 +03:00
Jochen Neumeister
1938dcf6c1 */wordpress*: Update to 5.9.2
Changelog: https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-03-18 16:18:27 +01:00
Dima Panov
07ca0beba3 LibreOffice 7.3.1 Community, the first minor release of the LibreOffice 7.3 family, is available!
More information at: https://blog.documentfoundation.org/blog/2022/03/03/lo731-community/

Sponsored by:	Netzkommune GmbH
2022-03-05 08:49:48 +03:00
Jochen Neumeister
4c2b021375 */wordpress*: Update to 5.9.1
Changelog: https://wordpress.org/news/2022/02/wordpress-5-9-1-maintenance-release/

PR:	262184
Reported by:	takefu@airport.fm
Sponspred by:	Netzkommune GmbH
2022-03-04 10:39:43 +01:00
Dima Panov
67262f8704 russian/wordpress: upstream rerolling release of 17.02.2022
Approved by:	joneum (implicit)
Sponsored by:	Netzkommune GmbH
2022-02-18 15:39:08 +03:00
Dima Panov
33a790e8a2 Please welcome new generation release of LibreOffice suite - 7.3.0! (+)
It has change tracking enhancements, better autocompletion in Calc,
and many compatibility and performance improvements to import/export filters.

Since this release, FreeBSD port of LibreOffice include PDFium library.

Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/

Special thanks to:	mikael (for pthread issue hunting)
Sponsored by:		Netzkommune, GmbH.
2022-02-17 02:02:03 +03:00
Jose Alonso Cardenas Marquez
daa23dba69 editors/lazarus-*: update to 2.2.0
- Bump PORTREVISION
- archivers/peazip update to 8.4.0
- editors/cudatext update to 1.155.3
- russian/emkatic update to 0.41
- x11-toolkits/qt5pas to latest version included into lazarus 2.2.0

ChangeLog at:	https://wiki.lazarus.freepascal.org/Lazarus_2.2.0_release_notes
2022-02-03 00:07:13 -05:00
Bernard Spil
c600bbae3a www/wordpress: Security update to 5.9
* and language versions

PR:		261460
Security:	79b65dc5-749f-11ec-8be6-d4c9ef517024
MFH:		2022Q1
2022-01-28 15:27:23 +00:00
Dima Panov
97dcd51099 Please welcome LibreOffice suite 7.2.5 release! (+)
LibreOffice 7.2.5 is now available, with 90 bugfixes and compatibility improvements.
Learn more: https://blog.documentfoundation.org/blog/2022/01/06/libreoffice-7-2-5-is-now-available/

MFH:	2022Q1
Sponsored by:	Netzkommune GmbH
2022-01-06 16:07:48 +03:00
Kenji Takefu
c44d822e8d */wordpress*: Update to 5.8.2
For all languages:
  Make the port portlint(1),portclippy(1) compliant.

For www,french,german,japanese,russian:
  Fix pkg-message.in to only show upgrade message when upgrading.

For www,zh_CN,zh_TW,french,german:
  Use do-install-DOCS-on for documentation.

For zh_CN,zh_TW:
  Add CPE information

PR:		260013
Approved by:	maintainer timeout
2022-01-05 22:25:32 -08:00
Rene Ladan
e2b444d89a eric6: Revert removal.
This reverts commits
* e6fa82f132
* fb41f4077d
* 75b955057c (eric6 part)

Requested by:	fluffy, tcberner
2022-01-01 14:48:55 +01:00
Jan Beich
e6fa82f132 russian/eric6: remove port broken after 75b955057c
$ make index
[...]
--- describe.russian ---
make[4]: "/usr/ports/russian/eric6/Makefile" line 6: Cannot open /usr/ports/russian/eric6/../../devel/eric6/Makefile.inc
make[4]: Fatal errors encountered -- cannot continue===> russian/eric6 failed
*** [describe.russian] Error code 1

make[1]: stopped in /usr/ports
*** Error code 1
2021-12-31 22:12:15 +00:00
Dima Panov
aad581d3bf LibreOffice 7.2.4 Community release available ahead of schedule to provide an important security fix
New version include the fixed NSS 3.73.0 cryptographic library, to solve CVE-2021-43527
(the nss secfix is the only change compared to the previous version).

FreeBSD build is always use a system library and was not affected but we packed it anymore :)

Read more: https://blog.documentfoundation.org/blog/2021/12/06/libreoffice-7-2-4-and-7-1-8-community/
2021-12-10 12:29:08 +03:00