aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* japanese/kasumi: Fix build on currentMANTANI Nobutaka2023-07-011-0/+1
|
* KDE: Update KDE Gear to 23.04.2Tobias C. Berner2023-06-302-4/+3
| | | | | | | | | | | | | | | | | | KDE Gear 23.04.2 Thursday, 8 June 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * konsole: Adjust selection point coords when scrollback shrinks * neochat: Focus message search window's search field by default * yakuake: Prevent unnecessary tab switching when closing a tab Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-273-3/+3
| | | | | | | | | | | | | | | | | | | 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>
* japanese/libskk: Fix build with llvm16Muhammad Moinur Rahman2023-06-261-0/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* japanese/groff: Fix build with llvm16Muhammad Moinur Rahman2023-06-261-0/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* japanese/FreeWnn-lib: Fix build with llvm16Muhammad Moinur Rahman2023-06-241-0/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* japanese/mecab: Fix build with llvm16Muhammad Moinur Rahman2023-06-241-6/+15
| | | | | | | - Utilize USES=localbase - Pet portclippy Sponsored by: The FreeBSD Foundation
* japanese/font-plemoljp{,-nf,-ns}: update to 1.6.0.Hajimu UMEMOTO2023-06-2210-65/+12
|
* japanese/font-hackgen{,-nf}: update to 2.9.0.Hajimu UMEMOTO2023-06-225-22/+10
|
* japanese/font-udev-gothic{,-nf}: update to 1.3.0.Hajimu UMEMOTO2023-06-224-8/+8
|
* japanese/zinnia: fix build with clang 16Dimitry Andric2023-06-122-1/+25
| | | | | | | | | | | | | | | | | | Since clang 16 (and gcc 11) the default C++ standard is now gnu++17. Because japanese/zinnia's build infrastructure does not explicitly set its C++ standard, this leads to an error: svm.cpp:50:10: error: no member named 'random_shuffle' in namespace 'std' std::random_shuffle(index.begin(), index.begin() + active_size); ~~~~~^ This is because std::random_shuffle has been removed from C++17. An suitable replacement is std::shuffle, using a std::random_device in combination with std::mt19937 as the random number engine. PR: 271953 Approved by: fernape MFH: 2023Q2
* japanese/kterm: Fix build with llvm15Muhammad Moinur Rahman2023-06-111-9/+18
| | | | | | | | - Pet portclippy - Mark DEPRECATED as last upstream release was in 2011 - Set EXPIRATION_DATE 2023-07-11 Approved by: portmgr (blanket)
* editors/libreoffice: update to 7.5.4 release (+)Dima Panov2023-06-101-5/+5
| | | | | | | | | | 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
* japanese/celrw: Fix build with llvm15Muhammad Moinur Rahman2023-06-081-1/+7
|
* */wordpress*: Update to 6.2.2Jochen Neumeister2023-06-061-3/+3
| | | | Sponsored by: Netzkommune GmbH
* */wordpress*: Update to 6.1.3Jochen Neumeister2023-06-051-3/+3
| | | | Sponsored by: Netzkommune GmbH
* japanese/py-jaconv: Update to 0.3.4Po-Chuan Hsieh2023-05-272-4/+4
| | | | | Changes: https://github.com/ikegami-yukino/jaconv/releases https://github.com/ikegami-yukino/jaconv/blob/master/CHANGES.rst
* */*: llvm15 build fixesMuhammad Moinur Rahman2023-05-174-4/+4
| | | | | | | llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
* japanese/sj3-server: Unbreak on HEADMuhammad Moinur Rahman2023-05-171-7/+15
| | | | | | - Pet portclippy Approved by: portmgr (blanket)
* japanese/kinput2: Unbreak on HEADMuhammad Moinur Rahman2023-05-141-7/+17
| | | | | | | - Add LICENSE MIT - Pet portclippy Approved by: portmgr (blanket)
* KDE: Update KDE Gear to 23.04.1Tobias C. Berner2023-05-141-3/+3
| | | | | | | | | | | | | | | | | | | KDE Gear 23.04.1 Thursday, 11 May 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneogqusly as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kdenlive: Fix corrupted project files on opening * skanpage: Scan Export window's OCR language list is now scrollable * spectacle: Quitting Spectacle with Escape no longer affects windows below it Announcement: https://kde.org/announcements/gear/23.04.1/ Changelog: https://kde.org/announcements/changelogs/gear/23.04.1/
* japanese/ebview-gtk2: Unbreak on HEADMuhammad Moinur Rahman2023-05-121-8/+14
| | | | | - Optionize post-install target for DOCS - Utilize USES=localbase
* japanese/R-cran-zipangu: Update to 0.3.2TAKATSU Tomonari2023-05-122-8/+7
|
* japanese/jacode.pl: Update to 2.13.4.31Takefu2023-05-103-22/+13
| | | | | | | | | | | | - Switch to DISTVERSION - Update WWW (redirection) - Update license GPLv1+ to GPLv2 - Update pkg-descr - Include perl module Jacode.pm - Pet portclippy ChangeLog: https://metacpan.org/dist/Jacode/changes PR: 261461
* editors/libreoffice: update LibreOffice Suite to 7.5.3 release (+)Dima Panov2023-05-071-5/+5
| | | | | | | | | 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
* japanese/onew: broken (doesn't fetch)Robert Clausecker2023-05-061-2/+1
| | | | | PR: 270877 Approved by: hrs (maintainer timeout, two weeks)
* japanese/Wnn6-lib: Unbreak on HEADMuhammad Moinur Rahman2023-05-041-1/+7
|
* Mk/Uses/magick.mk: Bump all consumersFelix Palmen2023-04-302-2/+2
| | | | | | Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
* japanese/p5-WWW-MobileCarrierJP: Fix build and pkg-plistMuhammad Moinur Rahman2023-04-271-8/+0
| | | | Approved by: portmgr (just-fix-it)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-255-3/+5
|
* japanese/font-udev-gothic{,-nf}: update to 1.2.1.Hajimu UMEMOTO2023-04-244-8/+8
|
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-2311-10/+11
|
* KDE: Update KDE Gear to 23.04.0Tobias C. Berner2023-04-201-3/+3
| | | | | | | | | | | | | | | | | | | | Thursday, 20 April 2023 New apps join KDE Gear ⚙️ 23.04 and unlock access to fledgling social media platforms, online video streaming services, podcasts, and much more. This new generation of apps are designed to work both on your computer and mobile phone right out of the box. But, of course, if you are also looking forward to new versions of the KDE tools you already know and trust, those are here too! Classics like Spectacle, Dolphin, Kdenlive, Kate, and Okular all boast shiny new features, code optimizations, and performance improvements. Read on to find out what's new and what has been improved in KDE Gear ⚙️ 23.04: Announcement: https://kde.org/announcements/gear/23.04.0/ Changelog: https://kde.org/announcements/changelogs/gear/23.04.0/
* japanese/sj3-server: work around duplicate symbol issueRobert Clausecker2023-04-171-5/+2
| | | | | | | Add -fcommon to CFLAGS to enable a build on recent clang/gcc. This fixes the build on FreeBSD 13+. Approved by: portmgr (build fix blanket)
* japanese/jishyo: work around duplicate symbol issueRobert Clausecker2023-04-171-5/+4
| | | | | | - add -fcommon to CPPFLAGS to enable a build with recent clang/gcc - this fixes the build on FreeBSD 13+ - add missing GNUstep dependencies
* */tex*: Update version 20210325=>20230313Muhammad Moinur Rahman2023-04-114-241/+1589
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - devel/tex-kpathsea: Update version 6.3.3=>6.3.5 - print/texlive-tlmgr: Update version 20210325=>20230313 * Add LICENSE GPLv2 - devel/tex-libtexlua: Update distinfo from 20230313 dists - devel/tex-libtexluajit: Update distinfo from 20230313 dists - print/tex-ptexenc: Update version 1.3.9=>1.4.3 * Pet portclippy - devel/tex-web2c: Update version 20210325=>20230313 - devel/tex-synctex: Update distinfo from 20230313 dists - print/tex-basic-engines: Update version 20210325=>20230313 - print/texlive-base: Update version 20210325=>20230313 - print/texlive-docs: Update version 20210325=>20230313 - print/texlive-full: Update version 20210325=>20230313 - print/texlive-texmf: Update version 20210325=>20230313 - print/texlive-texmf-source: Update version 20210325=>20230313 - print/latex-biber: Update version 2.16=>2.19 - print/tex-dvipdfmax: Update version 20210325=>20230313 - print/tex-dvipsk: Update version 2021.1=>2023.1 - print/tex-formats: Update version 20210325=>20230313 - print/tex-jadetex: Update distinfo from 20230313 dists - print/tex-luatex: Update version 1.12.0=>1.16.0 - print/tex-xetex: Update distinfo from 20230313 dists - print/tex-xmltex: Update distinfo from 20230313 dists - japanese/tex-ptex: Fix build * Remove ConTeXt format - textproc/foiltex: Update MASTER_SITES * Adopt port - There are multiple ports which uses the macro USE_TEX=texmf that is downloading a big DISTFILE. Unfortunately it is not possible for me to test all the consumers in runtime. So in the following ports I have removed USE_TEX=texmf so that someone who uses those can report the runtime files those are missing. If possible(based on LICENSE permission) I will try to create a smaller distfile out of the texlive-20230313-texmf and change dependency accordingly otherwise will reinstate USE_TEX=texmf. The list of ports that are affected are following: * arabic/arabtex * graphics/epix * math/cadabra2 * math/coq * math/gnuplot-tex-extras * net-mgmt/netmagis-www * print/dvisvg * print/lilypond * print/mftrace * print/tex-xdvik * print/latex-beamer Sponsored by: Nepustil
* japanese/font-udev-gothic{,-nf}: update to 1.2.0.Hajimu UMEMOTO2023-04-114-8/+8
|
* editors/libreoffice: update to 7.5.2 release (+)Dima Panov2023-03-311-5/+5
| | | | | | | | | 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
* japanese/mutt-devel/: Remove expired port:Rene Ladan2023-03-259-389/+0
| | | | 2023-03-25 japanese/mutt-devel: Broken since 2019
* japanese/font-plemoljp{,-nf,-ns}: update to 1.5.0.Hajimu UMEMOTO2023-03-248-16/+16
|
* fcitx5: Update related ports to the latest version as 2023-03-18Li-Wen Hsu2023-03-183-11/+15
| | | | | | | While here, use the official site to fetch distfiles from Approved by: khng Differential Revision: https://reviews.freebsd.org/D37948
* japanese/mozc-server: Fix PORTREVISION changed in fa81a4f5f8edHiroki Sato2023-03-053-3/+1
|
* KDE: Update KDE Gear to 22.12.3Tobias C. Berner2023-03-031-3/+3
| | | | | | | | | | | | | | | | | Thursday, 2 March 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * ark: Properly check if there is sufficient free space available before extracting (fixes bug #459418) * kate: Activate the view of viewspace which made the request (fixes bug #465811) * kdenlive: Fix crash and offset when moving a group with subtitle Announcement: https://kde.org/announcements/gear/22.12.3/
* editors/libreoffice: update to 7.5.1 release (+)Dima Panov2023-03-031-5/+5
| | | | | | | | | | 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
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-0210-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ---
* japanese/mutt-devel: mark BROKEN everywhere, deprecateAntoine Brodin2023-02-251-2/+3
| | | | | It fails to build on FreeBSD 14 too and does not build with "recent" (newer than 2019) versions of ssl
* japanese/libskk: unbreak against clang15Tobias C. Berner2023-02-191-0/+2
| | | | | | file-dict.c:330:2: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion] g_return_val_if_fail (((gsize) (*offset)) < _tmp2_, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* www/wordpress: Transform into master portBernard Spil2023-02-143-74/+7
| | | | | | * Simplify language ports * Removes differences in pkg-message and pkg-descr * Reduce files to manage on updates
* japanese/ruby-uconv: Fix build with Ruby 3.1 and 12.3-RELEASEYasuhiro Kimura2023-02-102-4/+18
| | | | | | | | | | While I'm here, * Add license information. * Pet portclippy. * Tidy up Makefile with portfmt. PR: 269166 Approved by: maintainer timeout
* */libreoffice*: update to 7.5.0 release (+)Dima Panov2023-02-041-5/+5
| | | | | | | 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/