1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

402 Commits

Author SHA1 Message Date
Dima Panov
2d98f1c14d Update LibreOffice suite to 6.4.5 release
QT5 VCL fixes:
- Reduce startup flickering
- Always use cairo font renderer

Special thanks to:	tijl

PR:		247444
2020-07-07 03:14:58 +00:00
Dima Panov
1e625d55fc FreeBSD Office team is proud to announce LibreOffice 6.4.4, latest stable release
Some notes about changes in port options:

- GTK2 option is obsolete by upstream
- GTK3 option is not more set by default because of unstable yet and have visual glitches
- QT5 option is set by default to provide comfy visual style for every user
- Change VCL autotetect logic (used if enable, skipto next in row if disabled:
-- For KDE/LXQT: kf5, qt5, gtk3_kde5, gtk3, gen
-- For GNOME, Unity, XFCE, MATE: gtk3, qt5, gen
-- All other DE should follow gnome list

One small note — since upcoming Qt5-5.15 will drop binary support for FreeBSD 11.x due to
outdated OpenSSL-1.0 in base, here is no reason to enable QT5 option on FreeBSD <12 by default

Thanks for all testers and supporters!

Dima, with office hat

Relnotes:	https://wiki.documentfoundation.org/ReleaseNotes/6.4
2020-06-13 07:16:28 +00:00
Dima Panov
9e06a98b41 Update LibreOffice to 6.3.6 stable release
Reviewed by:	lwhsu
With hat:	office
2020-05-16 15:34:26 +00:00
Li-Wen Hsu
cc259eb549 - Update to 6.3.4 2019-12-13 09:46:13 +00:00
Niclas Zeising
3f398ca090 Add USES=xorg USES=gl, ports categories v
Add USES=xorg and USES=gl to ports in categories starting with 'v'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:19:51 +00:00
Li-Wen Hsu
77daa1957d - Update to 6.3.3 2019-11-01 06:06:21 +00:00
Li-Wen Hsu
32f60daa5e - Update to 6.3.2 2019-09-27 17:56:27 +00:00
Kai Knoblich
4189935d94 vietnamese/vnconvert: Replace gets(3) with gets_s(3)
The long deprecated and unsafe gets(3) function has been removed since
FreeBSD 1300043.

Thus replace the occurences of that function in the code with gets_s(3)
which is a safer alternative.

* Bump PORTREVISION due to changes in the code/package.

PR:		238687
Reported by:	emaste
MFH:		2019Q3
2019-09-06 15:41:15 +00:00
Li-Wen Hsu
e3aa3c6e83 - Update to 6.3.1 2019-09-05 20:55:22 +00:00
Li-Wen Hsu
bc7f2d733c - Update to 6.3.0 2019-08-20 02:18:04 +00:00
Li-Wen Hsu
039349273e - Update to 6.2.5 2019-07-08 04:13:37 +00:00
Li-Wen Hsu
1ff7f3b3af - Update to 6.2.4 2019-05-23 21:08:34 +00:00
Li-Wen Hsu
c953132852 - Update to 6.2.3 2019-04-20 16:01:00 +00:00
Li-Wen Hsu
9e8308bbb1 Update to 6.2.2
Much work done by:	Greg Veldman <freebsd@gregv.net>
2019-03-23 01:43:30 +00:00
Niclas Zeising
7a325e6491 x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
2019-03-11 21:25:57 +00:00
Jung-uk Kim
3a59c8fb14 Update to 6.0.7. 2018-11-08 21:44:09 +00:00
Tobias Kortkamp
46d328db5c vietnamese/x-unikey: Fix build with Clang 6
data.cpp💯15: error: constant expression evaluates to -72 which cannot be narrowed to type 'unsigned char' [-Wc++11-narrowing]
{{'A','a','<B8>','<B8>','<B5>','<B5>','<B6>','<B6>','<B7>','<B7>','<B9>','<B9>',      // 0: a
                 ^~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/vi-x-unikey-1.0.4.log

- While here prevent build from asking an interactive question
  during the install phase
2018-08-25 14:22:46 +00:00
Tobias C. Berner
07e97ecc28 Remove misc/artikulate-kde4 and vietnamese/kde4-l10n
* both these ports have been marked as ignored for more than three years

Reported by:	antoine
2018-07-17 17:47:12 +00:00
Li-Wen Hsu
f45fbba263 - Update to 6.0.5 2018-06-26 16:30:49 +00:00
Li-Wen Hsu
afbc70f91b - Update to 6.0.4 2018-05-10 03:40:37 +00:00
Li-Wen Hsu
f227ff4a34 - Update to 6.0.3 2018-04-08 10:42:32 +00:00
Li-Wen Hsu
6b0c7daec2 - Update LibreOffice to 6.0.2 [1]
- Build offline help when DOCS option enabled [2]
- Fix bad symlink and add missing dependencies [3]

PR:		224288 [1] 197071 [2] 226344 [3]
Submitted by:	Greg V <greg@unrelenting.technology> [1]
		bergerkos@yahoo.co.uk [2]
Reported by:	joneum [3]
Helped & tested by:	Daniel Ebdrup
			Greg Veldman <freebsd@gregv.net>
			Per olof Ljungmark <peo@nethead.se>
			StariKarp <starikarp@yandex.com>
			pi
Security:	289269f1-0def-11e8-99b0-d017c2987f9a
2018-03-17 06:31:11 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Alex Kozlov
f5fb66c723 - Remove archivers/zip build dependency
- Use PLIST_FILES
2017-11-08 06:04:45 +00:00
Jung-uk Kim
c2d145e797 Update to 5.3.7. 2017-11-02 21:12:58 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Jung-uk Kim
832bbf2b3a Update to 5.3.6. 2017-09-05 18:37:49 +00:00
Jung-uk Kim
7bdf3e6167 Update to 5.3.5. 2017-08-03 16:32:13 +00:00
Jung-uk Kim
7edfa5164d Update to 5.3.4. 2017-06-22 13:14:37 +00:00
Jung-uk Kim
d26af7eba1 Update to 5.3.3.
Unfortunately, support for Firebird database is temporarily disabled
because Firebird 2.5 is no longer supported.
2017-05-19 18:42:01 +00:00
Jung-uk Kim
fa415a3594 Update to 5.2.7. 2017-05-04 18:07:45 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Mathieu Arnold
9858b9137f Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.
Sponsored by:	Absolight
2017-04-12 09:09:47 +00:00
Jung-uk Kim
a489cb61bb Update to 5.2.6. 2017-03-27 20:14:16 +00:00
Jan Beich
92d29b7eeb vietnamese/x-unikey: unbreak with libc++ 3.9
mactab.cpp:290:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
  char * pos = strchr(item, ':');
         ^     ~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 20:22:14 +00:00
Jung-uk Kim
b2486f9967 Update to 5.2.5. 2017-02-01 00:52:29 +00:00
Jung-uk Kim
c8774e64f9 Update to 5.2.4. 2017-01-01 17:54:02 +00:00
Sunpoet Po-Chuan Hsieh
38869893b0 - Update to 20141110 (2.2.0)
- Cleanup Makefile
- Update WWW
2016-11-20 23:56:05 +00:00
Baptiste Daroussin
6721a47473 Update libreoffice to 5.2.3 and liborcus to 0.11.2 2016-11-12 09:45:22 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Stefan Eßer
7af1dda923 Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plist
by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports.

Approved by:	antoine (mentor)
2016-07-29 10:53:38 +00:00
Jan Beich
501c27bf0b chinese/ttfm: don't touch user font cache on install
This matches USES=fonts (@fc, @fcfontsdir) behavior.

PR:		207263
MFH:		2016Q3
2016-07-25 21:10:25 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Jung-uk Kim
92c297e6df Update to 5.0.6. 2016-05-07 03:28:18 +00:00
Cy Schubert
60773a7ced Make fetchable again. 2016-04-29 04:18:06 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Jung-uk Kim
ceaec8a283 Update to 5.0.5. 2016-02-15 19:32:16 +00:00
John Marino
15ee5d5517 vietnamese/vnless: USES+= ncurses, link with libncurses (not termcap) 2016-02-05 16:14:05 +00:00
John Marino
4387a18b00 vietname/urvwn: Remove unnecessary <pre>/<post> inclusions
By using ${.CURDIR} to include a makefile fragment, we can remove the
bsd.port.pre.mk and bsd.port.post.mk, and correct the OPTIONS definitions
at the same time.
2016-01-23 15:26:48 +00:00
John Marino
96ad62e894 vietnames/vietunicode-*: Unbreak index
Now I see why <pre>/<post> was used.  It was a hack to work around using
${PORTSDIR} instead of ${.CURDIR} in the include statement.

Convert to .CURDIR to unbreak index (hopefully)
2016-01-17 12:53:59 +00:00