1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
Commit Graph

3610 Commits

Author SHA1 Message Date
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Dima Panov
0d4e1324d6 editors/libreoffice: update to 7.2.2 release (+)
LibreOffice 7.2.2 is now available, with 68 bugfixes and compatibility improvements.

Learn more: https://blog.documentfoundation.org/blog/2021/10/14/libreoffice-7-2-2-community/
2021-10-14 23:39:40 +10:00
Baptiste Daroussin
2c672a4de9 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)
2021-10-10 21:44:42 +02:00
Dimitry Andric
0efce95397 chinese/c2t: fix "error: address of register variable requested"
During an exp-run for llvm 13 (see bug 258209), it turned out that
chinese/c2t fails to build with clang 13:

cc -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -DCHINDICT=\"/usr/local/share/chinese/gb/TONEPY.tit\" -c c2t.c
c2t.c:99:3: error: address of register variable requested
  hz[2] = '\0';
  ^~
c2t.c:107:7: error: address of register variable requested
      hz[0] = (char)eka;
      ^~
c2t.c:108:7: error: address of register variable requested
      hz[1] = (char)toka;
      ^~
c2t.c:113:8: error: address of register variable requested
          if (hz[0] != (*pipo)[i] || hz[1] != (*pipo)[i+1]) continue;
              ^~
c2t.c:113:31: error: address of register variable requested
          if (hz[0] != (*pipo)[i] || hz[1] != (*pipo)[i+1]) continue;
                                     ^~
c2t.c:133:36: error: address of register variable requested
                fprintf(miss_chars, "%c", hz[0]);
                                          ^~
c2t.c:134:30: error: address of register variable requested
                fprintf(miss_chars, "%c ", hz[1]);
                                           ^~
c2t.c:143:17: error: address of register variable requested
                        printf("%c", hz[0]);
                                     ^~
c2t.c:144:18: error: address of register variable requested
                        printf("%c ", hz[1]);
                                      ^~
9 errors generated.

As indicated, arrays shouldn't be register variables as they don't have
addresses. In general, the register keyword is deprecated and should no
longer be used.

To fix this, use a command line flag to define "register" to empty.

PR:		258465
Approved by:	maintainer timeout (2 weeks)
MFH:		2021Q4
2021-10-02 13:19:56 +02:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Dima Panov
1388a45360 editors/libreoffice: update to 7.2.1 release (+)
LibreOffice 7.2.1 is here, with many bugfixes and compatibility improvements.
Learn more about it: https://blog.documentfoundation.org/blog/2021/09/16/libreoffice-7-2-1-community/

* Add OPTION to build GTK4 VCL
* If both GTK3 and KF5 enabled, add GTK3_KDE5 VCL to build
* Force RUN_DEPENDS on JDK if JAVA selected to run extensions
2021-09-17 04:14:10 +10:00
Jochen Neumeister
e733aee75a */wordpress-*: Update to 5.8
Changelog: https://wordpress.org/news/2021/07/tatum/

Sponsored by:	Netzkommune GmbH
2021-09-03 06:26:52 +02:00
Bernhard Froehlich
e67ef670e7
chinese/aterm: Add CPE information
Approved by:	portmgr (blanket)
2021-08-31 19:49:55 +00:00
Alexey Dokuchaev
c18767b14b chinese/{ibus-,lib,py}cangjie: miscellaneous cleanups and improvements
- Drop redundant GH_PROJECT when appropriately set by the framework
- Remove excessive horizontal, vertical, and useless EOL whitespace
- Reformat port description for standard 80-character terminal width
2021-08-29 11:10:44 +00:00
Dima Panov
40db9da303 editors/libreoffice: Please welcome LibreOffice suite 7.2.0 release!
LibreOffice 7.2 launches with many new features, compatibility improvements
and performance boosts. Learn all about it in blog announce post:
https://blog.documentfoundation.org/blog/2021/08/19/libreoffice-7-2-community/
2021-08-20 02:29:15 +10:00
Tobias C. Berner
85892130a8 chinese/ttfm: prepare for freetype2 update
- freetype2 will no longer ship freetype-config (which was a pkg-config
  wrapper) in the near future -- use pkg-config to gather the required
  flags.

PR:		251512
2021-08-06 11:48:47 +02:00
Li-Wen Hsu
9662d0ff4a
editors/libreoffice: Update to 7.1.5
Release note:
https://blog.documentfoundation.org/blog/2021/07/22/libreoffice-7-1-5-community/
2021-07-23 17:20:58 +08:00
Po-Chuan Hsieh
287cd8ad71
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:51 +08:00
Guido Falsi
3ed820108d devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
  binary compatible
2021-07-13 11:07:26 +02:00
Jochen Neumeister
5dcc4b00c0 chinese/wordpress-zh_TW: Update to 5.7.2
Sponsored by:	Netzkommune GmbH
2021-07-08 19:01:46 +02:00
Jochen Neumeister
6beefaf64e chinese/wordpress-zh_TW: Update to 5.5.5
Sponsored by: Netzkommune GmbH
2021-07-07 23:13:02 +02:00
Jochen Neumeister
8c9a9bd90a chinese/wordpress-zh_CN: Update to 5.7.2
Sponsored by:	Netzkommune GmbH
2021-07-07 23:00:15 +02:00
Rene Ladan
67bd778a71 */*: Remove expired ports:
2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream
2021-06-23 chinese/fcitx-sunpinyin: Uses EOL Python 2.7 via chinese/sunpinyin
2021-06-26 20:31:20 +02:00
Rene Ladan
a8d1ff694d chinese/fcitx-sunpinyin: correct DEPRECATED 2021-06-26 13:29:13 +02:00
Li-Wen Hsu
b4c0749935
editors/libreoffice: Update to 7.1.4
Release note: https://blog.documentfoundation.org/blog/2021/06/10/libreoffice-7-1-4/

This is a joint work with fluffy.
2021-06-20 23:19:23 +08:00
Tobias Kortkamp
feb2e9bf67
*: Clean up some things
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-06-19 17:13:17 +02:00
Guangyuan Yang
a750d2aca8 chinese/docproj: Remove deprecated ports
Approved by:	delphij (maintainer), lwhsu (mentor)
Differential Revision:	https://reviews.freebsd.org/D30745
2021-06-17 23:09:47 -04:00
Guangyuan Yang
4bd231072e chinese/linux-wps-office-zh_CN: New port
WPS Office is a complete office suite with PDF editor. This version is
the localized build for Simplified Chinese with the zh_CN language pack
and other online features.

As many installed files are common with editors/linux-wps-office, only
one version should be installed. CONFLICTS_INSTALL has been set
accordingly for both ports.

Approved by:	lwhsu (mentor), portmgr (no functional changes)
2021-06-16 18:21:36 -04:00
Dmitry Marakasov
4c690987ca chinese/sunpinyin: fix build with python3 scons
Approved by:	portmgr blanket
2021-05-26 18:05:36 +03:00
Ka Ho Ng
ae99eab3be chinese/rime-cantonese: Change LICENSE_PERMS_ODbL
ODbL licensed files can be distributed freely over Internet or
physically for no more than reasonable production cost.

Since ODbL has been integrated into Mk/bsd.licenses.db.mk, the change is
implemented by switching over to the integrated entry.

Sponsored by:	The FreeBSD Foundation
Approved by:	lwhsu (ports)
Differential Revision:	https://reviews.freebsd.org/D30089
2021-05-22 02:27:03 +08:00
Dmitry Marakasov
b14bcda789 chinese/ibus-table-chinese: mark BROKEN (does not build) 2021-05-17 20:40:06 +03:00
Dima Panov
3bcf641843 editors/libreoffice: Update to 7.1.3 release
LibreOffice 7.1.3 Community, the third minor release of the LibreOffice
7.1 family, includes over 100 bug fixes, with 25% focused on
Microsoft Office file compatibility (DOCX, XLSX and PPTX).

Release notes:	https://blog.documentfoundation.org/blog/2021/05/06/libreoffice-7-1-3/
2021-05-10 01:42:35 +10:00
Mathieu Arnold
3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dima Panov
b4a8b072de editors/libreoffice: update to 7.1.2 release
The FreeBSD Office team is proud to announce LibreOffice 7.1.2
– the second bugfix update to the 7.1 branch.

Check out more in official blog post:
https://blog.documentfoundation.org/blog/2021/04/01/libreoffice-712/
2021-04-06 20:13:28 +10:00
Rene Ladan
b217c7fc9c Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
2021-03-24 13:34:35 +00:00
Alexey Dokuchaev
ee895ff14c Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
2021-03-22 10:17:43 +00:00
Guangyuan Yang
9d7cb5fec6 chinese/rime-wubi: Update to g20200908
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:54:34 +00:00
Guangyuan Yang
af1ba61c09 chinese/rime-terra-pinyin: Update to g20210201
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:54:27 +00:00
Guangyuan Yang
ef05526fa8 chinese/rime-prelude: Update to g20210208
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:54:19 +00:00
Guangyuan Yang
4d9fa5e95d chinese/rime-luna-pinyin: Update to g20210303
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:54:06 +00:00
Guangyuan Yang
716406304c chinese/rime-essay: Update to g20201222
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:53:56 +00:00
Guangyuan Yang
398e3025e2 chinese/rime-combo-pinyin: Update to g20210131
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:53:47 +00:00
Guangyuan Yang
5ed4c13898 chinese/rime-cantonese: Update to g20210218
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:53:37 +00:00
Guangyuan Yang
2779331cfe chinese/rime-cangjie: Update to g20210223
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:53:26 +00:00
Guangyuan Yang
c0fcc49d93 chinese/rime-bopomofo: Update to g20210131
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-03-10 01:53:14 +00:00
Dima Panov
c356b7e962 LibreOffice 7.1.1 is now available, with over 90 bugfixes and compatibility improvements.
Learn more: https://blog.documentfoundation.org/blog/2021/03/04/libreoffice-711/

MFH:		2021Q1
2021-03-08 09:23:10 +00:00
Tobias Kortkamp
f2499eec5a Remove redundant option descriptions that match the default ones
(ignoring case)

Reported by:	danfe (for net/mosquitto), portscan
2021-03-07 16:45:48 +00:00
Sunpoet Po-Chuan Hsieh
d9ce50ee06 Convert REINPLACE_CMD to patch file 2021-03-03 18:06:48 +00:00
Dmitry Marakasov
51b00f0165 - Add LICENSE_FILE
Approved by:	portmgr blanket
2021-02-15 12:44:09 +00:00
Guangyuan Yang
aa022a94ed chinese/librime: Update to 1.7.2
Submitted by:	Ka Ho Ng <khng300@gmail.com>
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28539
2021-02-11 01:52:47 +00:00
Guangyuan Yang
6e065c6b50 chinese/rime-cantonese: Update to g20210208
Submitted by:	Ka Ho Ng <khng300@gmail.com>
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28540
2021-02-11 00:12:34 +00:00